
img {
    max-width: 100%;
    height: auto
}

.wrapper {
    max-width: 1410px;
    margin: 0 auto
}

@media (max-width:1440px) {
    .wrapper {
        padding: 0 5rem
    }
}

@media (max-width:1024px) {
    .wrapper {
        padding: 0 3rem
    }
}

@media (max-width:768px) {
    .wrapper {
        padding: 0 1rem
    }
}

.career {
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;

    box-sizing: content-box;
    margin-top: -150px;
    transition: all 200ms ease 1000ms;

    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #212121;
}

@media (max-width:1024px) {
    .career {
        font-size: 14px
    }
}

@media (max-width:960px) {
    .career {
        margin-top: -56px;
    }
}

.career *, .career *:after, .career *:before {
    box-sizing: inherit
}

.career .intro {
    margin: 150px 0
}

@media (max-width:768px) {
    .career .intro {
        margin: 80px 0 50px
    }
}

.career .intro__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 32px
}

@media (max-width:768px) {
    .career .intro__title {
        font-size: 36px;
        line-height: 52px;
        padding-bottom: 30px
    }
}

.career .intro__text {
    font-size: 17.637px;
    line-height: 33px;
    margin-bottom: 50px
}

@media (max-width:768px) {
    .career .intro__text {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 40px
    }
}

.career .intro__call-to-action {
    font-size: 17.637px;
    line-height: 27px
}

@media (max-width:768px) {
    .career .intro__call-to-action {
        font-size: 17px;
        line-height: 22px
    }
}

.career .intro__call-to-action a {
    color: #000;
    text-decoration: underline;
    transition: color .2s ease 0ms
}

.career .intro__call-to-action a:hover {
    text-decoration: none;
    color: #1eaabf
}

.career .vacancies {
    padding-bottom: 100px;
}

.career .vacancies__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 43px
}

@media (max-width:768px) {
    .career .vacancies__title {
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 23px
    }
}

.career .vacancies__text {
    font-size: 17.637px;
    line-height: 27px;
    margin-bottom: 98px
}

@media (max-width:768px) {
    .career .vacancies__text {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 70px
    }
}

.career .vacancies .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px
}

@media (max-width:1024px) {
    .career .vacancies .grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .career .vacancies .grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.career .vacancies .vacancy {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-radius: 5px;
    max-width: 446px;
    height: 430px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    text-decoration: none;
    color: #000
}

@media (max-width:768px) {
    .career .vacancies .vacancy {
        justify-self: center;
        width: 100%;
    }
}

.career .vacancies .vacancy__icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: 25%;
    margin: -40px;
    transition: all .2s ease 0ms
}

.career .vacancies .vacancy__title {
    font-size: 17.637px;
    line-height: 27px;
    margin-bottom: 15px;
    transition: color .2s ease 0ms
}

.career .vacancies .vacancy .tags {
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    overflow: hidden
}

.career .vacancies .vacancy .tags__item {
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    height: 25px;
    background: #f6f6f6;
    color: #7b7b7b;
    border-radius: 3px;
    font-size: 14px;
    line-height: 25px
}

.career .vacancies .vacancy:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .30);
}

.career .vacancies .vacancy:hover .vacancy__icon {
    background-size: 30%;
}

.career .vacancies .vacancy:hover .vacancy__title {
    color: #1eaabf
}
