@font-face{
    font-display:fallback;
    font-family:Oswald;
    src:url("/wp-content/themes/reboot_child/assets/fonts/Oswald-Medium.ttf");
    font-weight:500
}
@font-face {
    font-display: fallback;
    font-family: 'BebasNeue';
    src: url('/wp-content/themes/reboot_child/assets/fonts/BebasNeueBold.ttf');
    font-weight: 700;
}
:root {
    --inter-font-family: 'Inter', sans-serif;
    --oswald-font-family: 'Oswald', sans-serif;
}

#content {
    padding: 0;
}
* a {
    text-decoration: none;
}
* {
    position: relative;
    outline: none;
    margin: 0;
    padding: 0;
}
.container {
    width: 960px;
    margin: 0 auto;
}
.number-block, .number-block .container {
    height: 500px;
    will-change: transform;
}

.logo .slogan {
	color: #fff;
}

.main-block {
    background: url("/wp-content/themes/reboot_child/assets/images/company/company-back.jpg") no-repeat 50%;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    height: 100vh;
}

.main-block .logo {
    position: absolute;
    left: 48px;
    top: 30px;
    opacity: 1;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.main-block .phone {
    position: absolute;
    right: 244px;
    top: 40px;
    opacity: 1;
    z-index: 3;
    text-align: right;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-block .phone a {
    color: #fff;
}
.logo-text, .phone-text {
    font-family: var(--inter-font-family);
    letter-spacing: 0;
    text-transform: none;
}
.subphone-text {
    font-family: var(--inter-font-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.54;
    letter-spacing: 0;
    text-transform: none;
}
.main-block .phone .subphone-text {
    color: hsla(0, 0%, 100%, .9);
    margin-top: 2px;
}

.main-block .text .uppercase-text {
    color: #4f98ff;
}

@media (min-width: 1024px) {
    .main-block .text .uppercase-text {
        font-size: calc(8.53333333px + 3.46666667*((100vw - 1024px) / 416));
    }
}

@media (min-width: 1440px) {
    .main-block .text .uppercase-text {
        font-size: 12px;
    }
}
.btn-text-small, .uppercase-text {
    font-family: var(--inter-font-family);
}
.advants-block {
    background: #333;
    padding: 0 0 160px
}

.advants-block .item {
    color: #fff;
    margin-bottom: 100px
}

.main-block .text {
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    z-index: 3;
    width: 960px;
}

.title, .title-big {
    font-family: var(--inter-font-family);
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}
.main-block .text .title {
    margin: 32px 0 16px;
}
.main-block .text .title {
    white-space: nowrap;
    font-size: 32.71111111px;
}
@media (min-width: 1024px) {
    .main-block .text .title {
        font-size: calc(32.71111111px + 28.62222222*((100vw - 1024px) / 896));
    }
}
.title {
    font-size: 46px;
    line-height: 1.13;
}

.main-block .text .slide.active .info,.main-block .text .slide.active .simple-btn,.main-block .text .slide.active .simple-text,.main-block .text .slide.active .title,.main-block .text .slide.active .uppercase-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-block .text .slide .simple-text, .main-block .text .slide .title {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.main-block .text .slide .simple-text, .main-block .text .slide .title, .main-block .text .slide .uppercase-text {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .4s;
    transition: .4s;
}

.simple-text {
    font-size: 16px;
    line-height: 1.5;
}
.simple-text, .small-text {
    font-family: var(--inter-font-family);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.main-block .text .simple-text {
    font-size: 11.37777778px;
}
@media (min-width: 1024px) {
    .main-block .text .simple-text {
        font-size: calc(11.37777778px + 4.62222222*((100vw - 1024px) / 416));
    }
}
@media (min-width: 1440px) {
    .main-block .text .simple-text {
        font-size: 16px;
    }
}
.main-block .text .slide .simple-text, .main-block .text .slide .title, .main-block .text .slide .uppercase-text {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .4s;
    transition: .4s;
}
.main-block .text .slide.active .info, .main-block .text .slide.active .simple-btn, .main-block .text .slide.active .simple-text, .main-block .text .slide.active .title, .main-block .text .slide.active .uppercase-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.main-block .scroll-down {
    position: absolute;
    left: 48px;
    bottom: 48px;
    opacity: 1;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    cursor: pointer;
}
.main-block .scroll-down .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.main-block .scroll-down .icon div {
    width: 28px;
    height: 46px;
    border-radius: 13px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
    background-image: linear-gradient(0deg, #ddd, #fff);
}
.main-block .scroll-down .icon span {
    width: 7px;
    height: 7px;
    background-color: #287ff9;
    position: absolute;
    left: 11px;
    top: 11px;
    border-radius: 100%;
    -webkit-animation-name: Mouse;
    animation-name: Mouse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.main-block .scroll-down .uppercase-text {
    display: inline-block;
    vertical-align: middle;
}
.main-block .scroll-down {
    position: absolute;
    left: 48px;
    bottom: 48px;
    opacity: 1;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    cursor: pointer
}

.main-block .scroll-down .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.main-block .scroll-down .icon div {
    width: 28px;
    height: 46px;
    border-radius: 13px;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));
    background-image: linear-gradient(0deg,#ddd,#fff)
}

.main-block .scroll-down .icon span {
    width: 7px;
    height: 7px;
    background-color: #287ff9;
    position: absolute;
    left: 11px;
    top: 11px;
    border-radius: 100%;
    -webkit-animation-name: Mouse;
    animation-name: Mouse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.main-block .scroll-down .uppercase-text {
    display: inline-block;
    vertical-align: middle
}

.main-block .dots {
    padding: 16px 24px;
    border-radius: 31px;
    background-color: #fff;
    position: absolute;
    right: 48px;
    bottom: 48px;
    opacity: 1;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    font-size: 0
}

.main-block .dots div {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 10px;
    cursor: pointer
}

.main-block .dots div:last-child {
    margin-right: 0!important
}

.main-block .dots div:after {
    content: "";
    width: 8px;
    height: 8px;
    opacity: .2;
    background-color: #287ff9;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.main-block .dots div .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.main-block .dots div .progress svg.circle,.main-block .dots div .progress svg.circle-timer {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 27px;
    height: 27px;
    stroke: #d4e5fe;
    stroke-width: 2px;
    fill: none;
    z-index: 1
}

.main-block .dots div .progress svg.circle-timer {
    top: -1px;
    stroke-dasharray: 334;
    stroke-dashoffset: 334;
    stroke: #287ff9;
    stroke-width: 2px;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.main-block .dots.autoplay-start .active .progress,.main-block .dots div.active:after,.main-block .dots div:hover:after {
    opacity: 1
}

.main-block .dots.autoplay-start .active .progress svg.circle-timer {
    -webkit-animation-name: sliderProgress;
    animation-name: sliderProgress
}

.main-block.main-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(46,58,66,.8)
}

.main-block.main-page .text .simple-text {
    margin: 11px 0 64px
}

.main-block.main-page .text .uppercase-text {
    margin-bottom: 40px;
    color: #4f98ff
}

.main-block.contacts-page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(46,58,66,.8)
}

.main-block.contacts-page .text {
    width: 960px;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0)
}

.main-block.contacts-page .text .it {
    display: inline-block;
    vertical-align: top;
    margin-right: 120px;
    margin-bottom: 48px
}

.main-block.contacts-page .text .it a {
    -webkit-transition: .3s;
    transition: .3s
}

.main-block.contacts-page .text .it a:hover {
    color: #4f98ff
}

.main-block.contacts-page .text .simple-text {
    margin: 8px 0 0
}

.main-block.contacts-page .text .name-text-big {
    color: #fff;
    display: block
}

.main-block.contacts-page .text .simple-btn {
    width: 283px;
    display: block
}
@keyframes Mouse {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    65% {
        transform: translateY(18px);
        opacity: 0;
    }
    68%, 69% {
        transform: translateY(0);
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.number-block {
    overflow: hidden;
}

.number-block,.number-block .container {
    height: 500px;
    will-change: transform;
}

.number-block .number {
    font-family: var(--oswald-font-family);
    font-size: 320px;
    font-weight: 500;
    letter-spacing: -10px;
    line-height: .81;
    position: relative;
    left: 0;
    top: 120px;
    white-space: nowrap;
    text-transform: uppercase;
    will-change: transform
}

.number-block.light {
    color: #333;
    background: #fff
}

.number-block.light .number {
    color: #eff5f9
}

.number-block.dark {
    color: #fff;
    background: #333
}

.number-block.dark .number {
    color: #2a2a2a
}

.number-block.blue {
    color: #fff;
    background: #3760e2
}

.number-block.blue .number {
    color: #fff;
    opacity: .1
}

.number-block img {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: auto
}
.name-text {
    font-family: var(--inter-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.4px;
    text-transform: none;
}

.at {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.at.ats {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.number-block .name-text {
    position: absolute;
    left: 160px;
    top: -43px;
}
.name-text {
/*    opacity: 0;*/
    transition: opacity 0.5s ease-in-out;
}

.advants-block {
    background: #333;
    padding: 0 0 160px;
}
.advants-block .item {
    color: #fff;
    margin-bottom: 100px;
}
.advants-block .item.at.ats {
    display: flex
}
.advants-block .item .text {
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
}
.advants-block .item .text .uppercase-text {
    color: #4f98ff;
}
.advants-block .item .text .name-text-big {
    margin: 24px 0 16px;
}
.advants-block .item .text .simple-text {
    opacity: .8;
}

.advants-block .item .image {
    display: inline-block;
    vertical-align: middle;
    max-width: 400px;
    margin-left: 54px;
}
.name-text-big {
    font-size: 28px;
    line-height: 1.21;
}
.advants-block .item.at.ats {
    display: flex;
    align-items: center;
    gap: 54px;
}

.btn-text, .name-text-big {
    font-family: var(--inter-font-family);
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

/*Команда*/
.managers {
    display: flex;
    flex-wrap: wrap;
}

.managers .item.at.ats {
    display: flex;
    flex-direction: column;
}
.managers-block {
    padding: 104px 0 80px;
    background: #f2f5fa;
}
.managers-block .title-box {
    margin-bottom: 56px;
}
.managers-block .title-box .simple-text {
    color: rgba(51, 51, 51, .8);
}
.managers-block .item {
    height: 450px;
    max-width: calc(100% / 3 - 20px);
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    margin-bottom: 24px;
}
.managers-block .item .image {
/*    width: 304px;*/
/*    height: 340px;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #dee5ef;
    position: relative;
}
.managers-block .item .image img {
    width: 100%;
    height: auto;
    margin-bottom: -2px;
}
.managers-block .item .simple-text {
    padding: 24px 32px 4px;
    font-weight: 500;
    line-height: 1.38;
    letter-spacing: -.2px;
}
.managers-block .item .small-text {
    padding: 0 32px;
}
.title-box .uppercase-text {
    color: #4f98ff;
}
.title-box .title {
    padding: 24px 0 16px;
    font-size: 40px;
}
.managers-block .vacancy {
    max-width: 306px;
    height: 450px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    background-color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 32px 0;
    color: #fff;
}
.managers-block .vacancy .uppercase-text {
    color: #4f98ff;
}
.managers-block .vacancy .name-text-big {
    margin: 72px 0 24px;
}
.managers-block .vacancy .simple-text {
    opacity: .8;
    margin-bottom: 80px;
}
.managers-block .vacancy .simple-btn {
    width: 100%;
}
.simple-btn.red {
    color: #fff;
    padding-right: 80px;
}
.simple-btn {
    font-family: var(--inter-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: .5;
    letter-spacing: 0;
    text-transform: none;
    padding: 28px 40px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.simple-btn:after, .simple-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
}
.simple-btn.red:before {
    background: #f13a40;
}
.simple-btn span {
    position: relative;
    z-index: 2;
}
.simple-btn.red svg {
    width: 32px;
    height: 32px;
    position: absolute;
    right: -40px;
    top: -9px;
    z-index: 2;
}
.simple-btn:after {
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.simple-btn.red:after {
    background: #fc4a50;
}

/*Вакансии блок*/
.vacancy-block {
    background: #333;
    padding: 60px 0 104px;
    color: #fff;
}
.vacancy-block .vacancy {
    margin-top: 152px;
    background: #fff;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 64px 64px 66px;
    width: 100%;
    border-radius: 4px;
}
.vacancy-block .vacancy .title {
    padding: 24px 0 8px;
    font-size: 36px;
}
.vacancy-block .vacancy .simple-text {
    color: rgba(51, 51, 51, .8);
}
.vacancy-block .vacancy .simple-btn {
    margin-top: 32px;
}
.breadcrumbs {
    background-color: #333;
}

/*Видео руководство*/
.team-block {
    padding: 104px 0 80px;
    color: #333;
    font-family: var(--inter-font-family);
}
.team-block .items .item .info {
    padding: 24px 32px 26px;
}
.team-block .items .item .info .name-text {
    padding: 0 0 4px;
}
.small-text {
    font-size: 14px;
    line-height: 1.57;
}
.team-block .items {
    margin-top: 64px;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}
.team-block .items .item.number-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 64px;
}

.team-block .items .item.number-item .number {
    padding-top: 48px;
}
.team-block .items .item.number-item .number .num {
    font-family: 'Inter', sans-serif;
    font-size: 140px;
    font-weight: 800;
    line-height: .83;
    color: #333;
}
.team-block .items .item.number-item .number .name-text {
    margin: 24px 0 12px;
}
.team-block .items .item.number-item .number .small-text {
    opacity: .5;
}
.team-block .title-box .simple-text {
    color: rgba(51, 51, 51, .8);
}
.team-block .items .item {
    height: 583px;
    width: 296px;
    float: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 20px;
    margin-bottom: 56px;
}
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.team-block .items .item:nth-child(3n) {
    margin-right: 0 !important;
}
.team-block .items .item .info {
    background: #f2f5fa;
    padding: 24px 32px 26px;
}
.mob{
    display: none;
}

@media (max-width: 1552px){
    .header-wrapper {
        justify-content: space-between;
    }
    .container.header-container {
        position: relative;
    }
    header.header.fixed {
        background-color: #fff;
    }
    .header-wrapper .logo img {
        display: block;
    }
    .mobile-menu{
        top: 79px;
    }
    .main-block .logo img {
        display: none;
    }
    .main-block .phone {
        display: none;
    }
}
@media (max-width: 990px){

    .pc {
        display: none;
    }
    .mob{
        display: block;
    }
    .container,
    .main-block .text{
        max-width: calc(100% - 60px);
        margin: 0 auto;
        padding: 0;
    }

    .main-block .logo img {
/*        max-width: 169px;
        height: auto;*/
        display: none;
    }
    .uppercase-text {
        font-size: 12px;
        font-weight: 700;
        line-height: .75;
        letter-spacing: .9px;
        text-transform: uppercase;
    }

    .main-block .text .slide.active .title{
        font-size: 28px;
        line-height: 1.21;
        text-wrap: wrap;
        font-weight: 500;
        letter-spacing: -0.4px;
        margin: 24px 0 6px;
    }
    .scroll-down.mob {
        display: flex;
        align-items: center;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 40px;
        z-index: 4;
        padding-left: 30px;
        gap: 15px;
    }
    .number-block {
        height: 190px;
        overflow: hidden;
        padding-top: 48px;
    }
    .number-block .name-text {
        font-size: 16px;
        line-height: 1.5;
        left: 0;
        top: -21%;
        font-weight: 400;
    }
    .number-block .number {
        font-family: BebasNeue, sans-serif;
        font-size: 140px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0;
        top: 0;
    }
    .advants-block {
        padding: 48px 0 20px;
    }

    .advants-block .item.at.ats {
        flex-direction: column;
        gap: 48px;
        margin-bottom: 80px;
    }

    .advants-block .item .text {
        max-width: 100%;
    }

    .advants-block .item .image {
        max-width: 100%;
        margin-left: 0;
    }

    .name-text-big {
        font-size: 26px;
        line-height: 1.15;
        letter-spacing: -.4px;
    }
    .advants-block .item .text .simple-text {
        opacity: 1;
    }
    .advants-block .item .text .name-text-big {
        margin: 24px 0;
    }
    .advants-block .item.at.ats:nth-child(2) {
        flex-direction: column-reverse;
    }
    .team-block {
        padding: 80px 0 100px;
    }
    .title-box .title{
        font-size: 26px;
        line-height: 1.15;
    }
    .items.clearfix.js-team-video .item.at.number-item.ats {
        display: none;
    }
    .item.at.js-team-item.ats.swiper-slide {
        width: auto;
/*        height: auto;*/
        margin-bottom: 0;
    }
    .slider-video {
        overflow: hidden;
    }
    .slider-video .swiper-pagination {
        position: static;
        color: #dee5ef;
        border-radius: 100%;
        margin: 15px auto;
        opacity: 1;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .slider-video span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        width: 20px;
        height: 20px;
        background-color: rgba(40, 127, 249, .3);
        z-index: 9;
    }

    .slider-video span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        background-color: #4f98ff;
        width: 8px;
        height: 8px;
        z-index: 99;
    }
    span.swiper-pagination-bullet {
        background-color: #dee5ef;
        width: 8px;
        height: 8px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9;
        opacity: 0.5;
    }

    .managers-block {
        padding: 80px 0;
    }

    .managers-block .title-box {
        margin-bottom: 48px;
    }

    .managers {
        flex-direction: column;
    }

    .managers-block .item {
        max-width: 100%;
    }
    .vacancy.at.pc.ats {
        display: none;
    }
    .number-block.dark.no1.js-text-scroller.mob span.simple-text {
        top: -20%;
        color: hsla(0, 0%, 100%, .8);
    }
    .number-block.dark.no1.js-text-scroller.mob span.simple-text {
        top: -20%;
        color: hsla(0, 0%, 100%, .8);
    }

    .vacancy-block {
        padding: 48px 0 30px;
    }

    .vacancy-block .simple-text.at.ats {
        color: hsla(0, 0%, 100%, .8);
    }
    .vacancy-block .items {
        margin-top: 48px;
    }
    .vacancy-block .items .item {
        margin-bottom: 40px;
    }
    .vacancy-block .items .item .num {
        font-family: Akrobat, sans-serif;
        font-size: 56px;
        font-weight: 500;
        line-height: 1.21;
        color: #fff;
    }
    .vacancy-block .items .item .name-text {
        margin: 16px 0 4px;
    }
    .vacancy-block .items .item .simple-text {
        opacity: .8;
        white-space: nowrap;
    }
    .vacancy-block .vacancy {
        margin-top: 80px;
        background: #fff;
        color: #333;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 32px 32px;
        border-radius: 4px;
    }
    .vacancy-block .vacancy .title {
        padding: 24px 0 16px;
        color: #333;
        font-size: 26px;
        line-height: 1.15;
    }
    .vacancy-block .vacancy .simple-text {
        color: rgba(51, 51, 51, .8);
    }

    .vacancy-block .vacancy .simple-btn {
        margin-top: 28px;
    }
    button.show-more-btn {
        margin-top: 24px;
        background-image: -webkit-gradient(linear, right top, left top, from(#3fb2ff), to(#5582ff));
        background-image: linear-gradient(270deg, #3fb2ff, #5582ff);
        border: none;
        font-family: var(--inter-font-family);
        font-size: 16px;
        font-weight: 500;
        line-height: .5;
        letter-spacing: 0;
        text-transform: none;
        color: #fff;
        padding: 28px 40px;
        border-radius: 4px;
        text-align: center;
    }
}