.tabs .content {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    transition: 0.3s all;
}
.tabs .content.show {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.page section {
    padding: 0;
}
.hiring-for-inner {
    background-color: #fff;
    padding: 20px;
}
.hiring-for-inner h1.title {
    text-align: center;
    padding: 10px 0;
    color: var(--green);
}
.tab-container {
    position: relative;
}
.tab-buttons {
    display: flex;
    padding-bottom: 100px;
    margin-top: 20px;
}
.tab-btn {
    color: #666;
    padding: 8px 20px;
    border: 1px solid #e2e2e2;
    display: block;
    height: auto;
    overflow: hidden;
    margin: -1px -1px 0 0;
    background-color: #fff;
    cursor: pointer;
}
.tab-btn.active {
    background-color: #f9f9f9;
    color: var(--green);
}
.tab-container h2.title {
    margin: 20px 0 30px;
}
.content-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 12px;
}
.content-info-block {
    width: 24%;
    padding: 0 10px;
}
.content-info-block h3.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 28px;
    color: #000;
}
.content-info-block a {
    color: #000;
}
.content-info-block p a {
    color: #555;
}
.hiring-for-inner+p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 30px;
}
section.our-perks {
    background-color: var(--blue);
}
section.our-perks h2.title {
    text-align: center;
    color: #fff;
}
.perks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 40px;
    margin-top: 50px;
}
.perks li {
    width: 25%;
    padding: 0 15px;
}
.perks .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}
.perks .icon img {
    width: 100%;
    height: auto;
}
.perks h4.title {
    margin: 16px 0 14px;
    color: #fff;
    font-size: 20px;
}
.perks p {
    color: #fff;
}
.form-title {
    text-align: center;
}
.form-title h2.title {
    margin-bottom: 8px;
}
h2.title.green {
    color: var(--green);
}
.form-wrapper .row {
    flex-wrap: wrap;
    margin: 0 -6px;
    row-gap: 18px;
}
.form-wrapper .row .col-6 {
    width: 50%;
    padding: 0 6px;
}
.form-wrapper input {
    height: 46px;
    padding: 6px 18px;
    font-size: 16px;
    color: #000;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 40px;
}
.file-fieldset {
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 15px;
}
.form-wrapper-inner {
    max-width: 800px;
    margin-inline: auto;
    margin-top: 32px;
}
.form-wrapper .file-fieldset input {
    padding: 0;
    border: 0;
    height: auto;
    margin: 15px 0;
    border-radius: 0;
}
.form-wrapper .row .col-12 {
    width: 100%;
    padding: 0 6px;
}
.form-wrapper .file-text {
    margin-top: 15px;
    display: inline-block;
    color: #717171;
}
.form-wrapper .action {
    text-align: right;
}
@media only screen and (max-width: 991px) {
    .content-info-block {
        width: 33.33%;
    }
    .perks li {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .content-info-block {
        width: 50%;
    }
    .content-info-block h3.title {
        font-size: 20px;
        margin-bottom: 2px;
        line-height: 26px;
    }
    .content-info {
        row-gap: 8px;
    }
    .tab-buttons {
        padding-bottom: 75px;
    }
    .form-wrapper input {
        height: 42px;
        padding: 8px 14px;
    }
    .tab-container h2.title {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .perks {
        row-gap: 30px;
        margin-top: 40px;
    }
    .btn.submit-form {
        height: 50px;
        line-height: 50px;
    }
}
@media only screen and (max-width: 479px) {
    .content-info-block {
        width: 100%;
    }
    .perks li {
        width: 100%;
        padding: 0;
    }
    .perks .icon {
        width: 34px;
        height: 34px;
    }
    .perks h4.title {
        margin: 12px 0 8px;
    }
    .perks {
        row-gap: 15px;
        margin-top: 25px;
        margin: 0;
    }
    .form-wrapper .row .col-6 {
        width: 100%;
    }
    .form-wrapper .file-text {
        margin-top: 10px;
        font-size: 14px;
    }
    .form-wrapper-inner {
        margin-top: 25px;
    }
    .hiring-for-inner+p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 25px;
    }
    .hiring-for-inner h1.title {
        font-size: 26px;
        line-height: 34px;
    }
    .form-wrapper .row {
        row-gap: 12px;
    }
    .form-wrapper .row {
        row-gap: 8px;
    }
    .form-wrapper .row .col-6 {
        width: 100%;
        padding: 0 8px;
    }
}




.page {
    padding: 32px 0 0;
}
.page .container {
    max-width: 1400px;
}
.h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.hiring-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 24px 0;
}
.hiring {
    border: 6px solid #F2F7EE;
    border-radius: 12px;
    padding: 40px;
    margin: 24px 0;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.hiring-item {
    width: calc(33.33% - 15px);
}
.hiring-item .text {
    font-size: 14px;
    line-height: 20px;
    color: #878D99;
}
.hiring-item .title {
    font-size: 18px;
    line-height: 24px;
    color: #17181A;
    margin-bottom: 4px;
    display: inline-block;
}
.hiring p {
    margin-bottom: 0;
}
.hiring-item .title:hover {
    color: #2AA466;
}

.our-perks {
    margin: 32px 0;
}
.perks-item {
    border: 1px solid #f3f3f3;
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
}
.perks-item .title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.perks-item .icon img {
    width: 36px;
    height: 36px;
}
.perks-item-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.perks-item-wrapper li {
    width: calc(25% - 15px);
}
.perks-item p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #17181A;
}
.perks-item .title {
    font-size: 18px;
    line-height: 24px;
    color: #17181A;
    margin-bottom: 0;
    display: inline-block;
}

.form-wrapper {
    max-width: 740px;
    margin-inline: auto;
    border: 6px solid #F2F7EE;
    border-radius: 12px;
    padding: 40px;
    margin-top: 40px;
}
.form-wrapper>p {
    margin: 10px 0 0;
}
.form-wrapper input {
    height: 56px;
    padding: 6px 18px;
    font-size: 16px;
    color: #000;
    width: 100%;
    border: 1px solid #cdcfd4;
    border-radius: 16px;
}
.form-wrapper .h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}
.form-wrapper .file-fieldset {
    border: 1px solid #cdcfd4;
    padding: 10px 15px;
    border-radius: 15px;
}

.btn.submit-form {
    margin-top: 32px;
    padding: 0 24px;
}
@media only screen and (max-width: 1023px) {
.perks-item-wrapper li {
    width: calc(50% - 10px);
}
}
@media only screen and (max-width: 767px) {
.hiring, .form-wrapper {
    padding: 0;
    border: 0;
    border-radius: 0;
}
.hiring-item {
    width: calc(50% - 8px);
}
.hiring-item-wrapper {
    gap: 16px;
}
.perks-item-wrapper li {
    width: 100%;
}
.perks-item {
    border-radius: 16px;
    padding: 16px;
}
.perks-item-wrapper {
    gap: 16px;
}
.form-wrapper .h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.form-wrapper-inner {
    margin-top: 24px;
}
.form-wrapper {
    margin-top: 32px;
}
.form-wrapper .row {
    flex-wrap: wrap;
    margin: 0 -8px;
    row-gap: 16px;
}
.form-wrapper .row .col-6 {
    width: 50%;
    padding: 0 8px;
}
}
@media only screen and (max-width: 479px) {
.hiring-item {
    width: 100%;
}
.btn.submit-form {
    width: 100%;
    justify-content: center;
    margin-top: 24px;
}
.form-wrapper .row .col-6 {
    width:100%;
}
.form-wrapper .row {
    row-gap: 8px;
}
}