

/* Start:/local/templates/main/components/bitrix/news.detail/vacancies/style.css?177909145813591*/
.main-block.to-team-block {
    margin-bottom: 64px !important;
}

.main-block.to-hr {
    margin-bottom: 100px !important;
}

h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.002rem;
    margin: 0 0 56px 0;
}

.work-type {
    display: flex;
    gap: 12px;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 64px;
}

.vacancie-bottom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.vacancie-bottom-block .vacancie-tags {
    display: flex;
    align-items: stretch;
    gap: 6px;
    flex-wrap: wrap;
}

.vacancie-bottom-block .vacancie-tags .vacancie-tag {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.002rem;
    padding: 16px;
    border: 1px solid var(--special-grey);
    border-radius: 16px;
}

.vacancie-bottom-block .right-hero-block {
    margin-left: auto;
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.vacancie-bottom-block .right-hero-block .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px 32px;
    background: #3E74ED;
    border-radius: 32px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.002rem;
    text-decoration: none;
    transition: background 0.2s ease;
    border: none;
    margin: 0;
}

.vacancie-bottom-block .right-hero-block .cta-button:hover {
    background: #2f5ecc;
}

.vacancie-bottom-block .right-hero-block .share-button {
    margin: 0;
    padding: 24px 32px;
    position: relative;
}

.vacancie-bottom-block .right-hero-block .share-button:focus {
    background-color: var(--light-grey);
    color: var(--dark);
}

.vacancie-bottom-block .right-hero-block .share-button:focus svg path {
    stroke: var(--dark);
}

.vacancie-bottom-block .right-hero-block .share-button .success-copy-link {
    white-space: nowrap;
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: var(--white);
    padding: 8px 10px;
    border-radius: 8px;
    display: none;
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0rem;
    box-shadow: 4px 4px 16px 0px #18233A0A;
    color: var(--dark);
}

.vacancie-bottom-block .right-hero-block .share-button .success-copy-link::after {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml,<svg width="11" height="4" viewBox="0 0 11 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.44196 2.93995C6.5386 4.36342 4.4614 4.36342 3.55804 2.93995L2.57603 1.39253C2.02572 0.525377 1.07006 8.68102e-07 0.0430369 9.57888e-07L-5.24537e-07 9.61651e-07L11 0L10.957 3.7625e-09C9.92993 9.35482e-08 8.97428 0.525376 8.42397 1.39253L7.44196 2.93995Z" fill="white"/></svg>');
    width: 11px;
    height: 6px;
    bottom: -5px;
    right: 37px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.vacancie-bottom-block .right-hero-block .share-button.active {
    background-color: var(--dark);
}

.vacancie-bottom-block .right-hero-block .share-button.active svg path {
    stroke: var(--white);
}

.vacancie-bottom-block .right-hero-block .share-button.active .success-copy-link {
    display: block;
}

.main-block h2 {
    margin-bottom: 64px;
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.002rem;
}

.responsibilities-description {
    max-width: 811px;
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.001rem;
    color: var(--grey);
    margin-bottom: 64px;
}

.responsibilities-items {
    display: grid;
    grid-template-columns: 744px 1fr;
    gap: 64px;
    align-items: start;
    position: relative;
}

.responsibilities-items .responsibilities-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.responsibilities-items .responsibilities-btns .responsibilities-btn {
    padding: 32px;
    align-items: start;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.0006rem;
    text-align: start;
    justify-content: start;
    margin: 0;
}

.responsibilities-items .responsibilities-btns .responsibilities-btn.active {
    background-color: var(--dark);
    color: var(--white);
}

.responsibilities-items .responsibilities-btns .responsibilities-btn:not(.active):hover {
    background-color: var(--light-grey);
    color: var(--grey);
}

.responsibilities-items .responsibilities-content {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 1s ease, transform 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    visibility: hidden;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.001rem;
}

.responsibilities-items .responsibilities-content.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    pointer-events: auto;
    visibility: visible;
}

.responsibilities-items .responsibilities-content ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 8px;
}

.responsibilities-items .responsibilities-content ul li {
    display: flex;
    align-items: start;
    gap: 12px;
}

.responsibilities-items .responsibilities-content ul li::before {
    content: '';
    display: block;
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_12076_51102)"><path d="M16 0C16 8.83655 23.1634 16 32 16C23.1634 16 16 23.1634 16 32C16 23.1634 8.83655 16 0 16C8.83655 16 16 8.83655 16 0Z" fill="%2318233A"/></g><defs><clipPath id="clip0_12076_51102"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
}

.skills-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    align-items: stretch;
}

.skills-block .skill-block {
    padding: 32px;
    border-radius: 48px;
    background-color: var(--light-grey);
    display: flex;
    flex-direction: column;
}

.skills-block:has(> :only-child) {
    grid-template-columns: 1fr;
}

.skills-block .skill-block .skill-top {
    margin-bottom: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.skills-block .skill-block .skill-top .skill-icon {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    background-color: var(--white);
    border: 4px solid var(--light-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
}

.skills-block .skill-block .skill-top .skill-icon img {
    max-width: 47px;
}

.skills-block .skill-block .skill-top h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.001rem;
}

.skills-block .skill-block .skill-content-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 48px;
}

.skills-block .skill-block .skill-content-block .skill-description {
    color: var(--grey);
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.001rem;
}

.skills-block .skill-block .skill-content-block .skill-description > * {
    margin-bottom: 12px;
}

.skills-block .skill-block .skill-content-block .skill-description > *:last-child {
    margin-bottom: 0;
}

.skills-block .skill-block .skill-content-block .skill-tags {
    display: flex;
    align-items: stretch;
    gap: 6px;
    flex-wrap: wrap;
}

.skills-block .skill-block .skill-content-block .skill-tags .skill-tag {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--special-grey);
    background-color: var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.002rem;
}

.offers-block__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.offers-card {
    min-height: 500px;
    border-radius: 32px;
    padding: 32px;
    background: var(--light-grey);
    color: var(--dark);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}

.offers-card:hover {
    transform: scale(1.05);
}

.offers-card__top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.offers-card__icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
}

.offers-card__label {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.001rem;
    color: currentColor;
    opacity: 0.45;
}

.offers-card__title {
    margin: 0 0 auto 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.001rem;
    color: currentColor;
    min-height: 76px;
}

.offers-card.hide-name .offers-card__text {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.001rem;
}

.offers-card__text {
    margin-top: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.001rem;
    color: currentColor;
}

.offers-card.hide-name .offers-card__text {
    margin-top: 0;
}

.offers-card__text > * {
    margin-bottom: 12px;
}

.offers-card__text > *:last-child {
    margin-bottom: 0;
}

.offers-card__text ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offers-card__text p {
    margin: 0 0 20px;
}

.offers-card__text p:last-child {
    margin-bottom: 0;
}

.offers-card__team {
    margin-top: auto;
    display: flex;
    align-items: center;
    padding-top: 24px;
}

.offers-card__avatar {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
    margin-left: -14px;
}

.offers-card__avatar:first-child {
    margin-left: 0;
}

.offers-card__plus.button {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    background: var(--white);
    color: var(--grey);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    line-height: 1;
    font-weight: 300;
    margin: 0 0 0 -14px;
    border-radius: 32px;
    cursor: pointer;
}

.to-team-desktop img,
.to-team-mobile img {
    width: 100%;
    height: auto;
}

.to-team-mobile {
    display: none;
}

.send-hr {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.send-hr h2 {
    margin: 0;
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    letter-spacing: -1%;
}

.send-hr p {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 8px;
    color: var(--grey);
    letter-spacing: -1%;
}

.send-hr div.button {
    background-color: var(--dark);
    color: var(--white);
    width: fit-content;
    margin: 0;
    padding: 40px 48px;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.001rem;
}

.send-hr div:hover {
  background-color: #3E74ED;
}

@media (max-width: 1440px) {
    .responsibilities-items {
        grid-template-columns: 656px 1fr;
        gap: 32px;
    }
}

@media (max-width: 1250px) {
    .offers-block__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .offers-card {
        min-height: unset;
    }
}

@media (max-width: 1200px) {
    .responsibilities-items {
        grid-template-columns: 464px 1fr;
    }
}

@media (max-width: 1024px) {
    h1 {
        margin-bottom: 56px;
    }
}

@media (max-width: 900px) {
    .main-block.to-team-block {
        margin-bottom: 32px !important;
    }

    .main-block.to-hr {
        margin-bottom: 50px !important;
    }

    h1 {
        font-size: 42px;
        margin-bottom: 48px;
    }

    .work-type {
        margin-bottom: 32px;
    }

    .vacancie-bottom-block {
        flex-direction: column;
        align-items: start;
    }

    .vacancie-bottom-block .right-hero-block {
        margin-left: 0;
    }

    .main-block h2 {
        font-size: 42px;
    }

    .responsibilities-description {
        margin-bottom: 32px;
    }

    .responsibilities-items {
        grid-template-columns: 1fr;
    }

    #skills h2,
    .main-block.offers h2,
    .main-block.to-team-block h2 {
        margin-bottom: 32px;
    }

    .skills-block {
        grid-template-columns: 1fr;
    }

    .skills-block .skill-block .skill-top h3 {
        font-size: 28px;
    }

    .offers-card {
        min-height: 472px;
    }

    .send-hr h2 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .to-team-desktop {
        display: none;
    }

    .to-team-mobile {
        display: block !important;
    }

    .send-hr div.button {
        width: 100%;
    }

    .main-block .send-hr h2 {
        font-size: 34px;
    }
}

@media (max-width: 500px) {
    .skills-block .skill-block {
        padding: 16px;
    }

    .skills-block .skill-block .skill-top {
        flex-direction: column;
        align-items: start;
    }

    .offers-card {
        padding: 16px;
    }

    .offers-card__avatar {
        margin-left: -40px;
    }

    .offers-card__plus.button {
        margin-left: -30px;
    }
}
/* End */


/* Start:/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/style.css?17768326452506*/
.form-wrap .form-head{
    margin: 56px 0 24px;
    text-align: center;
}
.form-wrap .form-data .main-input-block{
    margin-bottom: 24px;
}
.form-wrap .btn-wrap,
.form-wrap .form-userconsent{
    text-align: center;
}
.form-wrap .btn-wrap .button{
    margin: 0;
    margin-bottom: 12px;
    max-width: 328px;
    width: 100%;
}
.form-wrap .form-userconsent a{
    color: var(--grey);
    text-decoration: none;
}
.form-wrap .form-success{
    margin: 56px 0 24px;
    text-align: center;
}
.form-wrap .form-success h2,
.form-wrap .form-success p{
    margin-top: 24px;
}
.form-wrap .form-success .button{
    margin: 0 auto;
    margin-top: 32px;
}
.form-wrap .main-input-block.input-hide{
    display: none;
}
.form-wrap .main-input-block.input-file{
    background-color: var(--light-grey);
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    width: 100%;
}
.form-wrap .main-input-block.input-file p{
    margin-bottom: 24px;
}
.form-wrap.inputfile-form .form-data{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-wrap.inputfile-form .btn-wrap{
    width: 100%;
    align-items: center;
}
.form-wrap.inputfile-form .main-input-block:not(.input-file){
    width: 48.5%;
}
.form-wrap.inputfile-form .button-main.disabled{
    background-color: var(--light-grey);
    pointer-events: none;
}
.main-input-block.input-file .input-file-list{
    display: none;
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 54px;
    line-height: 54px;
    position: relative;
    padding: 0 72px 0 32px;
    cursor: pointer;
}
.main-input-block.input-file .input-file-list::before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 16px;
    background-image: url(/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/image/check.svg);
}
.main-input-block.input-file .input-file-list::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 16px;
    background-image: url(/local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/image/cart.svg);
}
.main-input-block.input-file .input-file-list.active{
    display: block;
}
.main-input-block.input-file .input-file-button.hide{
    display: none;
}

#becomeTeam .privacy-block-form {
    margin-top: 0;
    margin-bottom: 32px;
}

@media (max-width: 1023px){
    .form-wrap.inputfile-form .main-input-block:not(.input-file){
        width: 100%;
    }
}
@media (max-width: 1023px){
    .form-wrap .main-input-block.input-file{
        padding: 24px 16px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/vacancies/style.css?177909145813591 */
/* /local/components/addamant/form/templates/becometeam/addamant/form.result.new/becometeam/style.css?17768326452506 */
