/*-----------
    Fonts
-----------*/
@font-face
{
    font-family: 'Clear Sans';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/Fontname.woff2') format('woff2'),
    url('../fonts/Fontname.woff') format('woff'),
    url('../fonts/Fontname.ttf') format('truetype');
}



/*------------------
    Reset styles
------------------*/
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    scroll-margin-top: 24px;
}

*:before,
*:after
{
    box-sizing: border-box;
}

html
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;

    overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

img
{
    border-style: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active,
button
{
    margin: 0;

    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}

input[type=number]
{
    -moz-appearance: textfield;
}

:focus
{
    outline: 0;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*-------------------
    Global styles
-------------------*/
html,
body
{
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
}


.wrap
{
    position: relative;
    z-index: 9;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-width: 360px;
    min-height: 100%;
}


.main
{
    display: flex;
    flex-direction: column;

    flex: 1 0 auto;
}



/*---------------
    Vacancies
---------------*/
.vacancies button
{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;

    display: inline-block;

    cursor: pointer;
    vertical-align: top;

    border: none;
    background: none;
}



/*--------------------
    Vacancies head
--------------------*/
.vacancies_head
{
    color: #fff;

    position: relative;
    z-index: 3;

    padding: 71px 0 59px;

    text-align: center;

    background: #000;
}


.vacancies_head .container
{
    position: relative;
    z-index: 3;

    margin-top: 0;
    margin-bottom: 0;
}


.vacancies_head .title
{
    font-family: 'Neucha', cursive;
    font-size: 32px;
}


.vacancies_head .bg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    object-fit: cover;
}



/*--------------------------
    Vacancies advantages
--------------------------*/
.vacancies_advantages
{
    padding: 54px 0 38px;
}


.vacancies_advantages .container
{
    margin-top: 0;
    margin-bottom: 0;
}


.vacancies_advantages .row
{
    display: flex;

    margin-bottom: -40px;
    margin-left: -88px;

    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.vacancies_advantages .row > *
{
    width: calc(25% - 88px);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 88px;
}


.vacancies_advantages .item
{
    color: #372919;
    font-size: 18px;
    line-height: normal;

    display: block;

    padding: 0 12px;

    text-align: center;
}


.vacancies_advantages .item .icon
{
    position: relative;

    display: flex;

    width: 138px;
    height: 144px;
    margin: 0 auto 2px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


.vacancies_advantages .item .icon img
{
    position: relative;
    z-index: 3;

    display: block;

    max-width: 100%;
    max-height: 100%;
}


.vacancies_advantages .item .icon .bg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}



/*---------------
    Vacancies
---------------*/
.vacancies
{
    margin-bottom: 35px;
}


.vacancies .container
{
    margin-top: 0;
    margin-bottom: 0;
}


.vacancies .vacancy
{
    color: #372919;
    line-height: normal;

    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
    padding: 47px 0;

    background: url(../images/bg_vacancy.png) 50% 0 repeat-x, url(../images/bg_vacancy.png) 50% 100% repeat-x;
}

.vacancies .vacancy + .vacancy
{
    margin-top: -5px;
}


.vacancies .vacancy .name
{
    font-size: 25px;
    font-weight: 700;

    position: relative;

    padding-left: 20px;
}

.vacancies .vacancy .name:before
{
    position: absolute;
    top: 9px;
    left: 0;

    display: block;

    width: 9px;
    height: 9px;

    content: '';

    border-radius: 50%;
    background: #0f903d;
}


.vacancies .vacancy .date
{
    color: #828282;
    font-family: 'Inter';
    font-size: 16px;

    margin-top: 18px;
}


.vacancies .vacancy .row
{
    display: flex;

    margin-top: 28px;

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.vacancies .vacancy .row > *
{
    max-width: 320px;
}


.vacancies .vacancy .title
{
    font-family: 'Neucha', cursive;
    font-size: 26px;

    margin-bottom: 20px;
}


.vacancies .vacancy .info + .info
{
    margin-top: 32px;
}


.vacancies .vacancy .features > *
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.vacancies .vacancy .features > * + *
{
    margin-top: 30px;
}


.vacancies .vacancy .features .label
{
    font-family: 'Neucha', cursive;
    font-size: 26px;
}

.vacancies .vacancy .features .val
{
    font-family: 'Inter';
    font-size: 16px;

    margin-left: 12px;
}


.vacancies .vacancy ul li
{
    font-size: 16px;

    position: relative;

    display: block;
    overflow: hidden;

    padding-left: 20px;

    list-style-type: none;
}

.vacancies .vacancy ul li + li
{
    margin-top: 12px;
}

.vacancies .vacancy ul li:before
{
    position: absolute;
    top: 8px;
    left: 0;

    display: block;

    width: 12px;
    height: 1px;

    content: '';

    background: currentColor;
}


.vacancies .vacancy .phone
{
    color: #0f903d;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;

    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.vacancies .vacancy .phone img
{
    display: block;

    margin-right: 12px;
}

.vacancies .vacancy .phone a
{
    color: currentColor;

    white-space: nowrap;
    text-decoration: underline;
}


.vacancies .vacancy .email
{
    color: #372919;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;

    display: flex;

    margin-top: 17px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.vacancies .vacancy .email img
{
    display: block;

    margin-right: 12px;
}

.vacancies .vacancy .email a
{
    color: currentColor;

    white-space: nowrap;
    text-decoration: underline;
}


.vacancies .vacancy .send_resume_btn
{
    color: #592616;
    font-size: 15px;
    font-weight: 700;

    margin-top: 35px;
    padding: 12px 24px;

    border-radius: 8px;
    background: linear-gradient(180deg, #ffd452 0%, #ffc519 100%);
    box-shadow: 0 1px 0 0 #e79b14;
}

.vacancies .vacancy .send_resume_btn:hover
{
    background: linear-gradient(to bottom, #ffc63b, #ffb412);
    box-shadow: 0 1px 0 #e79b13;
}

.vacancies .vacancy .send_resume_btn:active
{
    background: linear-gradient(to top, #ffc63b, #ffb412);
    box-shadow: 0 1px 0 #e79b13 inset;
}
