.kamchatsky-title p{
    margin-top: 10px;
    color: #1D1D1F99;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}

.kamchatsky-flex{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 25px;
    margin-top: 20px;
}

.kamchatsky-left{
    max-width: 270px;
    width: 100%;
    padding-top: 20px;
}
.kamchatsky-work{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.kamchatsky-work a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1D1D1F;
}

.icon-job{
    content: url("../images/job.svg");
}
.icon-employe{
    content: url("../images/employe.svg");

}

.kamchatsky-left h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1C1C1C;
    margin: 0;
}
.kamchatsky-menu{
    margin-top: 50px;
}
.kamchatsky-menu ul{
    margin-top: 20px;
}
.kamchatsky-menu ul li{
    margin-top: 15px;
}

.kamchatsky-menu ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C;
}

.salary-form{
    margin-top: 30px;
}
.salary-form-flex{
    gap: 10px;
    display: flex;
    align-items: center;
}
.salary-form-flex .shipping-input{
    margin-top: 20px;
}

.salary-form .radio-group {
    flex-wrap: wrap;
    margin-top: 20px;
}
.find-job-wrap .salary-form{
    margin-top: 0px;
}

.find-job-wrap .salary-form .radio-group{
    margin-top: 0px;
}
.salary-form .radio-group label {
    height: 40px;
    border-radius: 10px;
    padding: 6px 9px;
}
.kamchatsky-left .checkmark {
    top: 0px;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    background: unset;

}
.kamchatsky-left .ship-checked {
    margin-top: 15px;
}
.kamchatsky-left .ship-checked label {
    padding-left: 31px;
}
.kamchatsky-left .ship-checked label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 8px;
}

.kamchatsky-left .ship-checkbox {
    margin-top: 15px;
}

.kamchatsky-left .radiobtn {
    top: 0;
    height: 20px;
    width: 20px;
    background: unset;
}
.kamchatsky-left .ship-checkbox label .radiobtn:after {
    width: 10px;
    height: 10px;
}
.kamchatsky-left .shipping-select {
    margin-top: 20px;
}
.kamchatsky-right{
    max-width: 871px;
    width: 100%;
    display: flex;
    gap: 20px;
}
.clubs .kamchatsky-right{
    max-width: none;
}
.popular-vacancies{
    max-width: 574px;
    width: 100%;
}
.clubs .popular-vacancies{
    max-width: none;
}

.salary-form .shipping-input input {
    border-radius: 10px;
    padding: 6px 15px;
    height: 40px;
}




.vacancy-resume{
    max-width: 277px;
    width: 100%;
}
.vacancy-resume-box{
    margin-bottom: 20px;
    background: #1D1D1F;
    width: 100%;
    border-radius: 20px;
    padding: 20px 20px;

    position: sticky;
    top: 20px;
}
.vacancy-resume-box h3{
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #FFF;

}
.vacancy-resume-box p{
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
}
.btn-add, .btn-opened{
    width: max-content;
    border-radius: 6px;
    padding: 5px 10px;
    transition: 0.3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #1D1D1F;
    background: #8BFC65;
    margin-top: 21px;
}
.btn-add:hover, .btn-opened:hover{
    opacity: 0.9;
}
.btn-opened{
    background: #5F03A6;

}


.find-job-today{
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    background-image: url("../images/vacancies-fon.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.find-job-today h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    color: #EEEEEE;
}
.find-job-wrap{
    gap: 14px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.find-job-wrap .shipping-input,
.find-job-wrap .shipping-select,
.find-job-wrap .salary-form-flex,
.find-job-wrap .btn-find {
    width: calc(50% - 7px);
    margin-top: 0;
}


.find-job-wrap  .shipping-input input {
    border-radius: 10px;
    height: 40px;
}
.find-job-wrap .btn-find{
    height: 41px;
    border-radius: 10px;
    font-size: 14px;
    padding: 7px 15px;
}
.find-job-wrap .shipping-select .jq-selectbox {
    border-radius: 10px;
}
.find-job-wrap .shipping-select .jq-selectbox__select-text {
    padding: 13px 35px 13px 15px;
}
.find-job-wrap .shipping-select .jq-selectbox:after {
    top: 13px;
    right: 16px;
}
.find-job-wrap .shipping-select .opened:after {
    top: 18px;
}

.popular-vac-min{
}
.popular-vac-min>h4{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}
.popular-vac-box{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #E7E6E5;
    border-radius: 20px;
    padding: 15px;
    transition: 0.1s;
}
.popular-vac-box:hover{
    background: #fbfbfb;
}
.popular-vac-box .location-babush {
    margin-top: 0;
}
.popular-vac-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    transition: 0.2s;
}
.popular-vac-flex:hover{
    color: #1283CB;
    cursor: pointer
}
.popular-vac-box h4{
    color: #1D1D1F;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;

}
.popular-vac-box span{
    display: block;
    margin-top: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000000;

}
.popular-vac-flex img{
    width: 30px;
}
.popular-vac-box small{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1D1D1F99;
    display: block;
    margin-top: 10px;
}
.popular-vac-box p{
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #1D1D1F;

}
.popular-vac-box .location-babush ul li{
    color: #1D1D1F99;
}
.btn-respond{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background: #A7A7A5;
    width: max-content;
    border-radius: 6px;
    padding: 7px 10px;
    color: #EEEEEE;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;

}
.popular-price-fon{
    background: #F6C21DAD;
    width: max-content;
}
.popular-respond-act{
    border: 2px solid #2C723B;

}
.popular-respond-act .btn-respond{
    background: #2C723B;
}
.popular-vac-name{
    width: 100%;
}
.enter-profession{
    display: flex;
    align-items: center;
    padding: 5px 5px 5px 10px;
    background: #F0F0F0;
    width: 100%;
    border-radius: 10px;
    position: relative;
    justify-content: space-between;
    margin-top: 18px;
}
.icon-search{
    content: url("../images/search.svg");
    width: 20px;
    height: 20px;
}
.btn-find{
    padding: 4px 30px;
    height: 30px;
    font-size: 14px;
    width: max-content;
    margin: 0;
    background: #1283CA;
    color: #FFFFFF;
    transition: 0.3s;
    border-radius: 6px;
}
.btn-find:hover{
    opacity: 0.7;
}
.enter-profession label{
    display: flex;
    align-items: center;
}
.find-job-today p{
    margin-top: 7px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.enter-profession input{
    padding-left: 5px;
    background: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1D1D1F;
}
.enter-profession input::placeholder{
    color: #1D1D1F80;

}


.work-href{
    margin-bottom: 15px;
    gap: 10px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #1D1D1F;
}
.icon-chevron-left{
    width: 16px;
    height: 16px;
    content: url("../images/chevron-left.svg");
}

.find-employee-today{
    background-image: url("../images/vacancies-fon-2.png");
}
.find-employee-today .btn-find{
    background: #8712CA;

}

.last-place-work{
    margin-top: 15px;

}
.last-place-line + .last-place-line{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #1D1D1F1A;
}
.last-place-line{
    display: flex;
    gap: 14px;
}
.last-place-line p{
    color: #1D1D1F99;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    width: 120px;
}
.last-place-line span{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #1D1D1F;
}

.kamchatsky-left .radio-group label {
    height: 40px;
    border-radius: 10px;
}
.close-filter-in-mob{
    display: none;
}
.catalog-filter-close{
    display: none;
}
@media (max-width: 1199px){
    .kamchatsky-right {
        gap: 20px;
        flex-direction: column;
    }
    .vacancy-resume {
        max-width: 100%;
        display: flex;
        gap: 20px;
    }
    .popular-vacancies {
        max-width: 100%;
    }
    .kamchatsky-flex {
        gap: 20px;
    }
}

@media (max-width: 1020px){
    .kamchatsky-flex {
        gap: 20px;
        flex-direction: column;
    }
   .experience-main {
        margin-top: 27px;
    }
    .kamchatsky-menu {
        margin-top: 28px;
    }
    .kamchatsky-left {
        max-width: initial;
        width: 320px;
        border-top: unset;
        position: fixed;
        height: 100%;
        top: 0;
        left: -320px;
        z-index: 999999;
        background: #FFFFFF;
        transition: 0.3s;
        margin: 0;
        padding: 0;
    }
    .kam-filter-active {
        transition: 0.5s;
        left: 0;
    }

    .kamchatsky-scr{
        padding: 25px 20px 60px 15px;
        overflow-y: scroll;
        height: 100vh;
        width: 100%;
    }
    .catalog-filter-close {
        display: flex;
        margin-left: auto;
        position: absolute;
        right: 25px;
        top: 20px;
        font-size: 16px;
        font-weight: 500;
    }
    .fon__body{
        overflow: hidden!important;
    }
    .fon__body:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 99999;
    }
    .close-filter-in-mob{
        display: flex;
        align-items: center;
        margin-top: 15px;
        gap: 12px;
        width: max-content;
    }
    .icon-filter-cata{
        content: url("../images/filter-cata.svg");
    }
    .close-filter-in-mob span{
        font-size: 18px;
        color: #000000;
        font-weight: 600;
    }
}
@media (max-width: 767px){
    .kamchatsky-flex .electric-mechanic-cnt {
        margin-top: 0;
        gap: 12px;
    }
    .kamchatsky-flex .electric-mechanic-cnt img {
        /* width: 80px; */
        border-radius: 12px;
    }
    
    /*
    .popular-vac-box {
        margin-top: 20px;
    }
    */
}
@media (max-width: 570px){
    .popular-vac-box h4 {
        font-size: 16px;
    }
    .find-job-today h3 {
        font-size: 22px;
    }
    .find-job-today {
        border-radius: 15px;
        padding: 15px;
        background-position: center;
    }
    .find-job-wrap .shipping-input, .find-job-wrap .shipping-select, .find-job-wrap .salary-form-flex, .find-job-wrap .btn-find {
        width: 100%;
        margin-top: 0;
    }
    .vacancy-resume {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .last-place-line {
        gap: 4px;
        flex-direction: column;
    }
    .last-place-line p {
        width: 100%;
    }
    .popular-vac-box span {
        font-size: 15px;
    }
    .kamchatsky-flex .electric-mechanic-cnt {
        align-items: flex-start;
    }
}