body{
    margin: 0;
}
.checkbox {
    margin-bottom: 20px;
    color: #2A2A2A;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 4px;
    border: 1.5px solid #C7CCDC;
    background: #FFF;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #b3d7ff;
}
.custom-checkbox>input:not(:disabled):active+span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-checkbox>input:focus+span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox>input:focus:not(:checked)+span::before {
    border-color: #80bdff;
}
.custom-checkbox>input:checked+span::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox>input:disabled+span::before {
    background-color: #e9ecef;
}
.content_block {
    display: inline;
    animation: fadeInFromNone 2s ease-in-out;
}
@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
.select {
    display: block;
    width: 100%;
    position: relative;
}
.new-select {
    position: relative;
    border-radius: 4px;
    border: 1px solid #E4E5EA;
    background: #FFF;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    color: #B4B4B4;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
}
.new-select__list.on {
    display: block;
}
.new-select__item span {
    display: block;
    padding: 6px 15px;
}
.new-select__item span:hover {
    background: #eee;
}
.new-select:after {
    content: '';
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 16px;
    background: url('../img/select-arr.svg') no-repeat right center / cover;
    opacity: 0.6;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.new-select.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.vakansi {
    max-width: 1248px;
    margin: 0 auto;
    padding: 20px;
}
.vakansi-flex {
    display: flex;
}
.vakansi-left {
    max-width: 312px;
    width: 100%;
    position: relative;
}
.vakansi-left-content{
    padding-right: 40px;
    position: sticky;
    top: 0;
    padding-top: 30px;
}
.vakansi-left-top {
    color: #000;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #E4E5EA;
    padding-bottom: 15px;
    padding-right: 40px;
}
.vakansi-left-subtitle {
    color: #1E1E1E;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.vakansi-left-select {
    margin-bottom: 40px;
}
.vakansi-right {
    flex-grow: 1;
}
.vakansi-right-top {
    border-bottom: 1px solid #E4E5EA;
    padding-bottom: 13px;
    color: #676767;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
}
.vakansi-right-top select{
    background: transparent;
    box-shadow: none;
    border: none;
    color: #000;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.vakansi-right-list{
    padding-top: 30px;
}
.vakansi-right-card {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 40px;
    border-left: 2px solid #F7A041;
    margin-bottom: 20px;
}
.vakansi-right-flex {
    display: flex;
    justify-content: space-between;
}
.vakansi-right-title {
    color: #2A2A2A;
    font-family: 'Open Sans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.vakansi-right-sum {
    color: #2A2A2A;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.vakansi-right-city {
    color: #2F3946;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.vakansi-right-city span{
    color: #1241CD;
    font-weight: 700;
}
.vakansi-right-city svg{
    margin-right: 2px;
}
.vakansi-right-description {
    color: #2F3946;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.vakansi-right-description.open{
    font-weight: 700;
}
.content_block {
    color: #2F3946;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.content_block ul{
    padding: 0;
}
.content_block li{
    padding-left: 16px;
    margin-bottom: 15px;
    position: relative;
    list-style: none;
}
.content_block li::before{
    content: '' !important;
    display: block;
    min-width: 6px;
    min-height: 6px;
    border-radius: 50%;
    background: #2F3946;
    position: absolute !important;
    top: 7px;
    left: 0 !important;
}
.vakansi-right-sub {
    color: #2A2A2A;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 40px;
}
.vakansi-right-btn {
    display: flex;
}
.respond {
    display: inline-block;
    border-radius: 4px;
    background: #1241CD;
    padding: 10px 30px;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
    text-decoration: none;
}
.more-detailed {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #1241CD;
    padding: 10px 30px;
    color: #1241CD;
    font-family: 'Open Sans';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}
.respond:hover,
.more-detailed:hover{
    opacity: 0.7;
    transition: all 0.3s linear;
}
@media (max-width: 1170px) {
    .vakansi-left {
        max-width: 240px;
    }
}
@media (max-width: 767px){
    .vakansi-right-btn{
        flex-wrap: wrap;
    }
    .more-detailed,
    .respond{
        margin-top: 10px;
    }
    .vakansi-right-description{
        margin-bottom: 20px;
    }
    .vakansi-right-city{
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .vakansi-right-title{
        font-size: 16px;
    }
    .vakansi-right-card{
        padding: 30px 20px;
    }
    .vakansi-right-top{
        justify-content: flex-start;
    }
    .vakansi-right-flex,
    .vakansi-flex{
        flex-direction: column;
    }
    .vakansi-left{
        max-width: unset;
    }
    .vakansi-left-content,
    .vakansi-left-top{
        padding-right: 0;
    }
}
.vakansi-right-flex:after{
    display: none;
}
.window_popup .title {
    color: #000000;
    font-size: 23px;
    margin: 0 0 15px 0;
} 
input.error {
    border-color: red !important;
}
.window_popup.window_popup_success {
    display: none !important;
}
.window_popup.window_popup_success.result {
    display: block !important;
}