

/* Start:/local/templates/agk/components/bitrix/news.list/career/style.css?17611413471599*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&family=Oswald:wght@200;300;500;700&display=swap");


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    justify-content: center;
    align-items: center;
}
.popup_opened {
    display: flex;
    z-index:100;
}
.popup__content {
    position: relative;
    padding: 40px;
    background-color: #fff;
}
.popup__line {
    width: 12px;
    height: 4px;
    background-color: #FD6E39;
    margin-top: 16px;
}
.popup__description {
    margin: 20px 0;
    width: 402px;
    font-family: Montserrat, 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.popup__contact {
    text-decoration: none;
    font-family: Montserrat, 'sans-serif';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #FD6E39;
}
.popup__info {
    margin: 0;
    margin-top: 20px;
    max-width: 440px;
    font-family: Montserrat, 'sans-serif';
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.popup__policy {
    color: #FD6E39;
}
.popup__close {
    cursor: pointer;
    position: absolute;
    top: 36px;
    right: 32px;
    background-color: transparent;
    border: none;
}
@media (max-width: 768px) {
    .popup__info {
       /* display: none;*/
    }
    .popup__content {
        width: 100%;
        height: 100vh;
        margin-top: 80px;
    }
    .popup__description {
        max-width: 327px;
    }
}
/* End */
/* /local/templates/agk/components/bitrix/news.list/career/style.css?17611413471599 */
