
/* Vacancy section */
.vacancy {
    margin-bottom: 5px;
}

.vacancy_more {
    display: none;
}

.vacancy_card .container {
    overflow: visible;
}

.vacancy_card_title {
    font-weight: bold;
    font-size: 20px;
    margin: 8px 0;
}

.vacancy_card_salary {
    font-weight: 800;
    font-size: 22px;
    margin: 0;
    color:#477f8e;
}

.vacancy_card_content {
    margin: 0;
}

.vacancy_card_reserve {
    width: 140px;
}

.vacancy_card_more {
    width: 95px; 
} 

.spacial_container {
    background: #fff; 
    border-radius: 2px;
    border: 1px solid rgba(54, 54, 54, 0.26); 
    padding: 15px; 
    margin: 0 2px;
    /* max-height: 200px !important;  */
    overflow: visible;
}

.spacial_container button {
    background: #477f8e;
    color: white;
    height: 30px;
    border-radius: 2px;
    margin-top: 0.7rem;
    font-size: 13px;
    font-weight: 200;
    border: none;
}

section > h3.text-center {
    position: relative;
}

section > h3.text-center.chech-flag::before, section > h3.text-center.chech-flag::after {
    background: url(../images/country-img/chech.png) no-repeat;
    background-position: center;
    background-size: cover;
}

section > h3.text-center.poland-flag::before, section > h3.text-center.poland-flag::after {
    background: url(../images/country-img/poland.png) no-repeat;
    background-position: center;
    background-size: cover;
}

section > h3.text-center.lithuania-flag::before, section > h3.text-center.lithuania-flag::after {
    background: url(../images/country-img/lithuania.png) no-repeat;
    background-position: center;
    background-size: cover;
}

/* section > h3.text-center.tourkey-flag::before, section > h3.text-center.tourkey-flag::after {
    background: url(../images/country-img/tourkey.svg) no-repeat;
    background-position: center;
    background-size: cover;
}

section > h3.text-center.estonia-flag::before, section > h3.text-center.estonia-flag::after {
    background: url(../images/country-img/Flag_of_Estonia.svg) no-repeat;
    background-position: center;
    background-size: cover;
} */

section > h3.text-center::before {
    content: ''; 
    display: inline-block;
    position: relative;
    top: 6px;
    right: 10px;
    width: 40px;
    height: 30px;
    border: 1px solid #ccc;
}

section > h3.text-center::after {
    content: ''; 
    display: inline-block;
    position: relative;
    top: 6px;
    left: 10px;
    width: 40px;
    height: 30px;
    border: 1px solid #ccc;
} 

.main_color {
    color: #477f8e;
}

.section_form button[type=submit] {
    background: #477f8e;
    color: white;
    border: none;
    margin: 0 auto;
}