#infoContainer {
    position: fixed;
    left: 0%;
    bottom: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90000;
    height: 100vh;
    background-color: #00000069;
}

.maincontent {
    min-height: 600px;
}

.heading .vac-menu-item.active a {
    color: blue;
}

.btn-help.min, .btn-login.min {
    min-width: 50px;
}

nav .account-active .account a {
    color: #111111; 
    display: flex;
    gap: 11px;    
}

.region_filter_container {
    max-height: 476px; 
    overflow-y: auto;
    margin-right:-70px;
    padding-right: 20px;
}

.vacancy-img {
    background-size: cover;
    height: 280px;
    background-position: center center;
}

button.vacancy-btn {
    border: 0;
    background-color: transparent;
}

#callBackBlock {
    display:none;    
    margin-top: 45px;
    font-size: 24px;
    line-height: 34px;
    color: #2c3aa7;
    
    margin-bottom: 81px;   
}

#callBackBlock a {
    font-weight: 600;
    cursor:pointer;
}

@media all and (max-width: 1200px) {
    .sidebar-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.15s ease-out; 
    }

}

@media all and (max-width: 1399px) {
    .btn-login {
        font-size: 0px;
    }


    nav .account { 
        min-width: 230px;
    }
}

@media all and (max-width: 1800px) {
    .account-active .account-name {
        display: flex !important; 
    }
}


@media all and (min-width: 1400px) {
    nav .account-menu-wrapper {
        padding-top: 38px;
    }
}

@media all and (max-width: 768px) {

    #main-header .container.mt-5 {
        margin-top: 126px !important;
    }


    .industrySelector .selectorDialog .dialog {
        width: 97%;
        height: 95%;
        padding: 15px;
    }

    .industrySelector .selectorDialog .dialog ul {
        flex-wrap: nowrap;
        width: 100%;
    }

    .citySelector .selectorDialog .dialog {
        width: 97%;
        height: 95%;
        padding: 15px;
    }

    .citySelector, .industrySelector {
        width: 100%;
    }

    .citySelector .regCity {
        flex-direction: column;
    }

    .citySelector .regions {
        height: 71px;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-y: hidden;        
    }

    .regCity .citys {
        max-height: calc(100% - 83px);
        padding: 0;
    }

    .citySelector .district_selector {
        display: none;
    }


    .citySelector .regions .regRow {
        cursor: pointer;
        border: 1px solid #d8d8d8;
        padding: 6px 13px;
        border-radius: 6px;
        display: flex;
        flex-wrap: nowrap;
        min-width: 262px;
        text-align: center;
        justify-content: center;        
      
    }

}


.input.radio {
    display: flex;
    align-items: center;
}

.input.radio input[type=radio] {
    width: 22px;
    height: 22px;
}


nav .account-active .account {
    top: 20px;
    min-width: 230px;
    z-index: 100;
}


.sidebar-filter div.input {
    display: flex;
    align-items: center;
    justify-content: normal;    
}

#companyItems {
    margin-top: 20px;
    min-height: 410px;
}