@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-Black.woff2") format("woff2"), url("/fonts/Gilroy-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-Bold.woff2") format("woff2"), url("/fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-Medium.woff2") format("woff2"), url("/fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("/fonts/Gilroy-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url("/fonts/Gilroy-Regular.woff2") format("woff2"), url("/fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "icons";
    src: url("/fonts/icons.eot?jzoaq112");
    src: url("/fonts/icons.eot?jzoaq112#iefix") format("embedded-opentype"), url("/fonts/icons.woff?jzoaq112") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    line-height: 1.15;
    font-style: normal;
    background-color: #F8F8F8;
    overflow-x: hidden;
}

img {
    display: block;
}

._container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.plug {
    min-height: 100vh;
    color: #333;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plug img {
    max-width: 80%;
}

.plug h1 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
}

.plug p {
    max-width: 800px;
    font-size: 16px;
}













/*body {*/
/*    background-color: #F1F4F8;*/
/*}*/

.offer-job {
    min-height: 100vh;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-job__container {
    max-width: 1158px;
    margin: 0 auto;
    padding: 0 15px;
}

.offer-job__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.offer-job__wrapper:not(._card) {
    display: grid;
    grid-gap: 20px;
}

.offer-job__wrapper._card {
    border-radius: 12px;
    background-image: url(/img/plug/icon-7-min.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 20px 20px 56px 0 rgba(117, 117, 117, 0.05);
}

.offer-job__wrapper._card:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    backdrop-filter: blur(10px);
    background: rgba(2, 10, 27, 0.3);
    border-radius: 9999px;
    content: 'Карточка кандидата';
    white-space: nowrap;
}

.offer-job__comment {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.offer-job__comment-title {
    font-weight: 600;
    font-size: 22px;
}

.offer-job__comment-subtitle {
    font-size: 15px;
    color: rgba(51, 51, 51, 0.5);
}

.offer-job__comment-text {
    margin-top: 20px;
    font-size: 18px;
}

.offer-job__item {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 20px 56px 0 rgba(117, 117, 117, 0.05);
}

.offer-job__item._icon-1,
.offer-job__item._icon-4 {
    padding-right: 100px;
}

.offer-job__item._icon-2,
.offer-job__item._icon-5 {
    padding-left: 111px;
}

.offer-job__item._icon-1,
.offer-job__item._icon-2,
.offer-job__item._icon-4,
.offer-job__item._icon-5 {
    background-size: contain;
    background-repeat: no-repeat;
}

.offer-job__item._icon-1,
.offer-job__item._icon-4 {
    background-position: center right;
}

.offer-job__item._icon-1 { background-image: url(/img/plug/icon-1-min.png); }
.offer-job__item._icon-4 { background-image: url(/img/plug/icon-4-min.png); }

.offer-job__item._icon-2,
.offer-job__item._icon-5 {
    background-position: center left;
}

.offer-job__item._icon-2 { background-image: url(/img/plug/icon-2-min.png); }
.offer-job__item._icon-5 { background-image: url(/img/plug/icon-5-min.png); }

.offer-job__title {
    font-size: 26px;
    font-weight: 700;
}

.offer-job__text {
    margin-top: 10px;
    font-size: 18px;
}

.offer-job__item-flex {
    height: 100%;
    margin: auto 0;
    display: flex;
    align-items: center;
}

.offer-job__item-img {
    --s: 50px;
    width: var(--s);
    height: var(--s);
    margin-right: 20px;
}

.offer-job__footer {
    margin-top: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-job__footer,
.offer-job__link {
    color: rgba(51, 51, 51, 0.5);
}

.offer-job__footer span {
    margin: 0 4px;
}

@media screen and (max-width: 1200px) {
    .offer-job__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer-job__wrapper._card {
        height: 640px;
        width: 370px;
        margin: 0 auto;
        grid-column: span 2;
        order: 1;
    }
}

@media screen and (max-width: 780px) {
    .offer-job__container {
        max-width: 370px;
    }

    .offer-job__grid {
        grid-template-columns: unset;
    }

    .offer-job__wrapper._card {
        width: 100%;
        margin-top: 20px;
        grid-column: unset;
    }

    .offer-job__wrapper._card:before {
        font-size: 16px;
    }

    .offer-job__comment-title {
        font-size: 18px;
    }

    .offer-job__comment-subtitle {
        font-size: 14px;
    }

    .offer-job__comment-text {
        font-size: 14px;
    }

    .offer-job__title {
        font-size: 18px;
    }

    .offer-job__text {
        font-size: 14px;
    }

    .offer-job__footer {
        flex-direction: column;
    }

    .offer-job__footer span {
        color: transparent;
    }
}