@import url("https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,900");

@keyframes grow-width1 {
    from {
        width: 0;
    }

    to {
        width: 226px;
    }
}

@keyframes grow-left1 {
    from {
        left: 0px;
    }

    to {
        left: 226px;
    }
}

@keyframes grow-width2 {
    from {
        width: 0;
    }

    to {
        width: 154px;
    }
}

@keyframes grow-left2 {
    from {
        left: 0px;
    }

    to {
        left: 154px;
    }
}

@keyframes grow-width3 {
    from {
        width: 0;
    }

    to {
        width: 94px;
    }
}

@keyframes grow-left3 {
    from {
        left: 0px;
    }

    to {
        left: 94px;
    }
}

@media (max-width: 1019px) {
    @keyframes grow-width1 {
        from {
            width: 0;
        }

        to {
            width: 180px;
        }
    }

    @keyframes grow-left1 {
        from {
            left: 0px;
        }

        to {
            left: 180px;
        }
    }

    @keyframes grow-width2 {
        from {
            width: 0;
        }

        to {
            width: 110px;
        }
    }

    @keyframes grow-left2 {
        from {
            left: 0px;
        }

        to {
            left: 110px;
        }
    }

    @keyframes grow-width3 {
        from {
            width: 0;
        }

        to {
            width: 80px;
        }
    }

    @keyframes grow-left3 {
        from {
            left: 0px;
        }

        to {
            left: 80px;
        }
    }
}

.tmpl-hh__swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.tmpl-hh__swiper-container-no-flexbox .tmpl-hh__swiper-slide {
    float: left;
}

.tmpl-hh__swiper-container-vertical>.tmpl-hh__swiper-wrapper {
    flex-direction: column;
}

.tmpl-hh__swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.tmpl-hh__swiper-container-android .tmpl-hh__swiper-slide,
.tmpl-hh__swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.tmpl-hh__swiper-container-multirow>.tmpl-hh__swiper-wrapper {
    flex-wrap: wrap;
}

.tmpl-hh__swiper-container-free-mode>.tmpl-hh__swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.tmpl-hh__swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.tmpl-hh__swiper-slide-invisible-blank {
    visibility: hidden;
}

.tmpl-hh__swiper-container-autoheight,
.tmpl-hh__swiper-container-autoheight .tmpl-hh__swiper-slide {
    height: auto;
}

.tmpl-hh__swiper-container-autoheight .tmpl-hh__swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.tmpl-hh__swiper-container-fade.tmpl-hh__swiper-container-free-mode .tmpl-hh__swiper-slide {
    transition-timing-function: ease-out;
}

.tmpl-hh__swiper-container-fade .tmpl-hh__swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.tmpl-hh__swiper-container-fade .tmpl-hh__swiper-slide .tmpl-hh__swiper-slide {
    pointer-events: none;
}

.tmpl-hh__swiper-container-fade .tmpl-hh__swiper-slide-active,
.tmpl-hh__swiper-container-fade .tmpl-hh__swiper-slide-active .tmpl-hh__swiper-slide-active {
    pointer-events: auto;
}

.tmpl-hh__swiper-container-3d {
    perspective: 1200px;
}

.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-wrapper,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-left,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-right,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-top,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-bottom,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-cube-shadow {
    transform-style: preserve-3d;
}

.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-left,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-right,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-top,
.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.tmpl-hh__swiper-container-3d .tmpl-hh__swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.tmpl-hh__swiper-container-wp8-horizontal,
.tmpl-hh__swiper-container-wp8-horizontal>.tmpl-hh__swiper-wrapper {
    touch-action: pan-y;
}

.tmpl-hh__swiper-container-wp8-vertical,
.tmpl-hh__swiper-container-wp8-vertical>.tmpl-hh__swiper-wrapper {
    touch-action: pan-x;
}

.tmpl-hh__swiper-container-coverflow .tmpl-hh__swiper-wrapper {
    -ms-perspective: 1200px;
}

.tmpl-hh__swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.tmpl-hh__swiper-container-horizontal>.tmpl-hh__swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.tmpl-hh__swiper-container-vertical>.tmpl-hh__swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.tmpl-hh__swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.tmpl-hh__swiper-scrollbar-cursor-drag {
    cursor: move;
}

.tmpl-hh__swiper-scrollbar-lock {
    display: none;
}

button.tmpl-hh__swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}

.tmpl-hh__swiper-pagination.tmpl-hh__swiper-pagination-hidden {
    opacity: 0;
}

.tmpl-hh__swiper-pagination-clickable .tmpl-hh__swiper-pagination-bullet {
    cursor: pointer;
}

.tmpl-hh__swiper-pagination {
    position: relative;
    width: 100%;
    margin: 30px 0 -15px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.tmpl-hh__swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 9px 15px;
    display: inline-block;
    border-radius: 100%;
    background: #3a3a3a;
    outline: none;
    transition: all 0.4s;
}

.tmpl-hh__swiper-pagination-bullet-active {
    background: #000;
}

.tmpl-hh__wrapper {
    background: #fff;
    font-family: "Inter", sans-serif;
    color: #656567;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    max-width: 100% !important;
}

.tmpl-hh__wrapper img,
.tmpl-hh__wrapper svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.tmpl-hh__wrapper a {
    text-decoration: none;
}

.tmpl-hh__wrapper button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tmpl-hh__wrapper * {
    box-sizing: border-box;
}

.tmpl-hh__container {
    max-width: 1872px;
    width: 100vw;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.tmpl-hh__section {
    position: relative;
}

.tmpl-hh__section--long,
.tmpl-hh__section--long-pt {
    padding-top: 9.2%;
}

.tmpl-hh__section--long,
.tmpl-hh__section--long-pb {
    padding-bottom: 7.65%;
}

.tmpl-hh__section--medium,
.tmpl-hh__section--medium-pt {
    padding-top: 4.2%;
}

.tmpl-hh__section--medium,
.tmpl-hh__section--medium-pb {
    padding-bottom: 4.2%;
}

.tmpl-hh__section--short,
.tmpl-hh__section--short-pt {
    padding-top: 32px;
}

.tmpl-hh__section--short,
.tmpl-hh__section--short-pb {
    padding-bottom: 32px;
}

.tmpl-hh__slider-arrow {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: all .4s;
}

.tmpl-hh__slider-arrow:hover {
    border: 2px solid #FF2E1F;
}

.tmpl-hh__slider-arrow:hover .tmpl-hh__arrow__icon {
    stroke: #FF2E1F;
}

.tmpl-hh__arrow__icon {
    font-size: 1.2em;
    width: 1em;
    height: 1em;
    stroke: #fff;
    transition: all .4s;
    fill: none;
}

.tmpl-hh__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    transition: all .4s;
    color: #282828;
}

.tmpl-hh__title--white {
    color: #fff;
}

.tmpl-hh__title--primary {
    color: #FF2E1F;
}

.tmpl-hh__title--centered {
    text-align: center;
}

.tmpl-hh__title--mb-short {
    margin-bottom: 32px;
}

.tmpl-hh__title--mb-medium {
    margin-bottom: 64px;
}

.tmpl-hh__title--mb-long {
    margin-bottom: 128px;
}

.tmpl-hh__white {
    color: #fff;
    line-height: 120%;
}

.tmpl-hh__soc__icon {
    font-size: 1.5em;
    width: 1em;
    height: 1em;
    fill: #fff;
    transition: all .4s;
}

.tmpl-hh__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tmpl-hh__wrapper-radius {
    border-radius: 32px;
    overflow: hidden;
}

.tmpl-hh__vacancy-btn {
    cursor: pointer;
}

@keyframes burger-top-open {
    0% {
        top: 0;
        transform: rotate(0);
    }

    50% {
        top: 50%;
        transform: rotate(0) translateY(-50%);
    }

    100% {
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
    }
}

@keyframes burger-top-close {
    0% {
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
    }

    50% {
        top: 50%;
        transform: rotate(0deg) translateY(-50%);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes burger-bottom-open {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    50% {
        bottom: 50%;
        transform: rotate(0) translateY(-50%);
    }

    100% {
        bottom: 50%;
        transform: rotate(135deg) translateY(-50%);
    }
}

@keyframes burger-bottom-close {
    0% {
        bottom: 50%;
        transform: rotate(135deg) translateY(-50%);
    }

    50% {
        bottom: 50%;
        transform: rotate(0) translateY(-50%);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes burger-middle-open {
    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes burger-middle-close {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.tmpl-hh__nav-btn {
    position: relative;
    display: none;
    width: 35px;
    height: 25px;
    cursor: pointer;
}

.tmpl-hh__nav-btn__line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.tmpl-hh__nav-btn__line:nth-child(1) {
    top: 0;
}

.tmpl-hh__nav-btn__line:nth-child(2) {
    top: calc(50% - 1px);
}

.tmpl-hh__nav-btn__line:nth-child(3) {
    bottom: 0;
}

.tmpl-hh__nav-btn--active .tmpl-hh__nav-btn__line:nth-child(1) {
    animation: ease-in-out 0.4s burger-top-open forwards;
}

.tmpl-hh__nav-btn--active .tmpl-hh__nav-btn__line:nth-child(2) {
    animation: ease-in-out 0.4s burger-middle-open forwards;
}

.tmpl-hh__nav-btn--active .tmpl-hh__nav-btn__line:nth-child(3) {
    animation: ease-in-out 0.4s burger-bottom-open forwards;
}

.tmpl-hh__nav-btn--closed .tmpl-hh__nav-btn__line:nth-child(1) {
    animation: ease-in-out 0.4s burger-top-close forwards;
}

.tmpl-hh__nav-btn--closed .tmpl-hh__nav-btn__line:nth-child(2) {
    animation: ease-in-out 0.4s burger-middle-close forwards;
}

.tmpl-hh__nav-btn--closed .tmpl-hh__nav-btn__line:nth-child(3) {
    animation: ease-in-out 0.4s burger-bottom-close forwards;
}

.tmpl-hh__video {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tmpl-hh__video__preview,
.tmpl-hh__video__play-btn {
    transition: all 0.4s;
}

.tmpl-hh__video__play-btn {
    font-size: 3em;
    width: 1.42em;
    padding-bottom: 1em;
    opacity: 0.5;
}

.tmpl-hh__video__play-btn svg {
    width: 100%;
    height: 100%;
}

.tmpl-hh__video__play-btn,
.tmpl-hh__video__play-btn svg {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.tmpl-hh__video__title {
    font-size: 2.7em;
    font-weight: 500;
}

.tmpl-hh__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.tmpl-hh__video:not(.tmpl-hh__video--playing) {
    cursor: pointer;
}

.tmpl-hh__video:not(.tmpl-hh__video--playing):hover .tmpl-hh__video__play-btn {
    opacity: 1;
}

.tmpl-hh__video--playing .tmpl-hh__video__play-btn,
.tmpl-hh__video--playing .tmpl-hh__video__preview {
    opacity: 0;
}

.tmpl-hh__content {
    display: none;
    opacity: 0;
    width: 100%;
    transition: opacity 0.4s;
}

.tmpl-hh__content--active {
    display: block;
}

.tmpl-hh__content--opacity-1 {
    opacity: 1;
}

.tmpl-hh__map {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.tmpl-hh__map::before {
    content: '';
    display: block;
    padding-bottom: 54.4%;
    width: 100%;
}

.tmpl-hh__map__visual {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.tmpl-hh__map__area {
    width: 100%;
    fill: #FFD5D2;
    transition: all 0.4s;
    cursor: pointer;
}

.tmpl-hh__map__area:hover {
    fill: #ffa59f;
}

.tmpl-hh__map-city {
    position: absolute;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.25;
}

.tmpl-hh__map-city::before {
    position: absolute;
    left: 180%;
    top: 180%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FF2E1F;
}

.tmpl-hh__map-city__name {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 1.5em;
    white-space: nowrap;
    color: #000000;
    width: 73px;
    text-align: center;
    padding: 4px 0;
    transition: all .3s;
    font-weight: 600;
    font-size: 22px;
    z-index: 5;
}

.tmpl-hh__map-city--almaty {
    left: 75%;
    top: 74%;
}

.tmpl-hh__map-city--almaty::before {
    background: url(https://hhcdn.ru/ichameleon/415480.svg) no-repeat top center;
    background-size: cover;
    width: 164px;
    height: 56px;
    border-radius: 0;
}

.tmpl-hh__map-city--taraz {
    left: 60%;
    top: 78%;
}

.tmpl-hh__map-city--shymkent {
    left: 55%;
    top: 86%;
}

.tmpl-hh__map-city--kyzylorda {
    left: 44%;
    top: 68%;
}

.tmpl-hh__map-city--zhanaozen {
    left: 18%;
    top: 82%;
}

.tmpl-hh__map-city--aktau {
    left: 7%;
    top: 67%;
}

.tmpl-hh__map-city--atyray {
    left: 14%;
    top: 45%;
}

.tmpl-hh__map-city--uralsk {
    left: 12%;
    top: 21%;
}

.tmpl-hh__map-city--aktobe {
    left: 26%;
    top: 29%;
}

.tmpl-hh__map-city--rudnyi {
    left: 40%;
    top: 24%;
}

.tmpl-hh__map-city--kostanay {
    left: 41%;
    top: 12%;
}

.tmpl-hh__map-city--kostanay::before {
    background: url(https://hhcdn.ru/ichameleon/415484.svg) no-repeat top center;
    background-size: cover;
    width: 179px;
    height: 56px;
    border-radius: 0;
}

.tmpl-hh__map-city--petropavlovsk {
    left: 53%;
    top: 0%;
}

.tmpl-hh__map-city--kokshetau {
    left: 54%;
    top: 12.5%;
}

.tmpl-hh__map-city--pavlodar {
    left: 71%;
    top: 16%;
}

.tmpl-hh__map-city--ekibastuz {
    left: 71%;
    top: 24%;
}

.tmpl-hh__map-city--astana {
    left: 53.8%;
    top: 25%;
}

.tmpl-hh__map-city--astana::before {
    background: url(https://hhcdn.ru/ichameleon/415481.svg) no-repeat top center;
    background-size: cover;
    width: 154px;
    height: 56px;
    border-radius: 0;
}

.tmpl-hh__map-city--zhezkazgan {
    left: 48%;
    top: 52%;
}

.tmpl-hh__map-city--karaganda {
    left: 63%;
    top: 33%;
}

.tmpl-hh__map-city--semei {
    left: 78%;
    top: 30%;
}

.tmpl-hh__map-city--turkestan {
    left: 51%;
    top: 77%;
}

.tmpl-hh__map-city--taldykorgan {
    left: 78%;
    top: 63%;
}

.tmpl-hh__map-city--issyk {
    left: 80%;
    top: 75%;
}

.tmpl-hh__map-city--issyk .tmpl-hh__map-city__name {
    margin-left: 1.5em;
}

.tmpl-hh__map-city--issyk::after,
.tmpl-hh__map-city--issyk::before {
    left: -246%;
    top: 96%;
}

.tmpl-hh__map-city--konaev {
    left: 67%;
    top: 79%;
}

.tmpl-hh__map-city--konaev .tmpl-hh__map-city__name {
    margin-left: 1.5em;
}

.tmpl-hh__map-city--konaev::after,
.tmpl-hh__map-city--konaev::before {
    left: 436%;
    top: -22%;
}

.tmpl-hh__map-city--talgar {
    left: 78%;
    top: 79%;
}

.tmpl-hh__map-city--talgar::after,
.tmpl-hh__map-city--talgar::before {
    left: -144%;
    top: -23%;
}

.tmpl-hh__map-city--kaskelen {
    left: 72%;
    top: 80%;
}

.tmpl-hh__map-city--kaskelen .tmpl-hh__map-city__name {
    margin-top: 1.5em;
}

.tmpl-hh__map-city--kaskelen::after,
.tmpl-hh__map-city--kaskelen::before {
    left: 173%;
    top: -49%;
}

.tmpl-hh__map-city--ust-kamenogorsk {
    left: 86%;
    top: 26%;
}

.tmpl-hh__hh-container {
    max-width: 100% !important;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.tmpl-hh__hh-container-wrapper {
    width: 100%;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.tmpl-hh__hh-container-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #FFFFFF;
    z-index: -1;
}

.tmpl-hh__tmpl-hh-container__wrapper {
    margin: 0 auto;
    max-width: 1920px !important;
    overflow: hidden;
}

.bloko-columns-wrapper {
    width: 100% !important;
    padding: 0 !important;
}

.row-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bloko-column {
    width: 100% !important;
    padding: 0 !important;
}

.tmpl-hh__tmpl-hh-brand-container {
    background: #fff !important;
    max-width: 1920px;
}

.supernova-navi {
    width: 1250px;
    margin: 0 auto;
}

.tmpl-hh__noprint,
.tmpl-hh__magritte-redesign {
    padding: 0 30px;
}

.tmpl-hh__vacancies {
    margin: 0 auto 15px;
    padding-left: 30px;
    max-width: 1920px !important;
    min-width: 1920px;
}

.tmpl-hh__nav {
    display: flex;
    align-items: center;
    gap: 72px;
}

.tmpl-hh__nav__item {
    color: #fff;
    transition: all .4s;
}

.tmpl-hh__nav__item:hover {
    color: #FF2E1F;
}

.tmpl-hh__fs__wrapper {
    position: relative;
    height: 858px;
}

.tmpl-hh__fs__video video {
    width: 100%;
}

.tmpl-hh__fs__header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.tmpl-hh__fs__lang {
    display: flex;
    display: none;
    gap: 8px;
}

.tmpl-hh__fs__lang-item {
    padding: 8px 14px;
    border: 2px solid #fff;
    border-radius: 16px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    transition: all .4s;
}

.tmpl-hh__fs__lang-item:hover {
    color: #fff;
}

.tmpl-hh__fs__lang .tmpl-hh__content-tab--active {
    background: #fff;
    color: #FF2E1F;
}

.tmpl-hh__fs__content {
    position: absolute;
    left: 64px;
    bottom: 64px;
}

.tmpl-hh__fs__text {
    font-size: 38px;
    line-height: 120%;
    margin-top: 32px;
    color: #fff;
    font-weight: 900;
}

.tmpl-hh__fs__btn {
    margin-top: 30px;
    display: inline-block;
    padding: 28px 36px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    line-height: 120%;
    color: #fff;
    transition: all .4s;
}

.tmpl-hh__fs__btn:hover {
    color: #FF2E1F;
    background: #fff;
}

.tmpl-hh__fs__stats {
    position: absolute;
    bottom: 64px;
    right: 64px;
    display: flex;
    gap: 44px;
}

.tmpl-hh__fs__soc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tmpl-hh__fs__soc-item:hover .tmpl-hh__soc__icon {
    fill: #FF2E1F;
}

.tmpl-hh__stat-card {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    gap: 16px;
    padding-bottom: 15px;
}

.tmpl-hh__stat-card__title {
    font-size: 48px;
    font-weight: 900;
    line-height: 140%;
}

.tmpl-hh__stat-card__text {
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
}

.tmpl-hh__stat-card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    width: 0;
}

.tmpl-hh__stat-card::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    bottom: 1px;
    transform: translateY(50%);
}

.tmpl-hh__stat-card:nth-child(1)::before {
    animation: grow-width1 4s ease-in-out forwards;
}

.tmpl-hh__stat-card:nth-child(1)::after {
    animation: grow-left1 4s ease-in-out forwards;
}

.tmpl-hh__stat-card:nth-child(2)::before {
    animation: grow-width2 4s ease-in-out forwards;
}

.tmpl-hh__stat-card:nth-child(2)::after {
    animation: grow-left2 4s ease-in-out forwards;
}

.tmpl-hh__stat-card:nth-child(3)::before {
    animation: grow-width3 4s ease-in-out forwards;
}

.tmpl-hh__stat-card:nth-child(3)::after {
    animation: grow-left3 4s ease-in-out forwards;
}

.tmpl-hh__about__wrapper {
    background: #FF2E1F;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 64px;
}

.tmpl-hh__about__video {
    width: 43.2%;
    overflow: hidden;
}

.tmpl-hh__about__video .tmpl-hh__video__preview {
    border-radius: 8px;
}

.tmpl-hh__about__content {
    width: 50%;
}

.tmpl-hh__mission__card {
    width: 49.3%;
    position: relative;
    background: #E7EBEE;
    overflow: hidden;
    padding: 128px 80px 100px 80px;
    transition: all .4s;
    cursor: pointer;
}

.tmpl-hh__mission__card:hover {
    background: #FF2E1F;
}

.tmpl-hh__mission__card:hover .tmpl-hh__title,
.tmpl-hh__mission__card:hover .tmpl-hh__mission__card-text {
    color: #fff;
}

.tmpl-hh__mission__card-decor {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.tmpl-hh__mission__card:nth-child(1) .tmpl-hh__mission__card-decor {
    right: 0;
}

.tmpl-hh__mission__card:nth-child(2) .tmpl-hh__mission__card-decor {
    left: 0;
}

.tmpl-hh__mission__card-text {
    position: relative;
    z-index: 2;
    width: 72%;
    font-size: 20px;
    font-weight: 600;
    transition: all .4s;
}

.tmpl-hh__company-type {
    padding-top: 32px;
}

.tmpl-hh__company-type__wrapper {
    background: url(https://hhcdn.ru/ichameleon/415487.jpg) no-repeat top center;
    background-size: cover;
    padding: 64px 64px 50px;
}

.tmpl-hh__company-type__pagination {
    display: flex;
    justify-content: center;
    gap: 33px;
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    width: 72.6%;
    margin: 0 auto 56px;
}

.tmpl-hh__company-type__pagination .tmpl-hh__swiper-pagination-bullet-active {
    background: #FF2E1F;
}

.tmpl-hh__company-type__pagination .tmpl-hh__swiper-pagination-bullet-active::before {
    color: #fff;
}

.tmpl-hh__company-type__pagination span+span::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #CCCCCC;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.tmpl-hh__company-type__pagination span {
    margin: 0;
    background: transparent;
    height: 61px;
    position: relative;
    border-radius: 16px;
}

.tmpl-hh__company-type__pagination span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

.tmpl-hh__company-type__pagination span:nth-child(1) {
    width: 343px;
}

.tmpl-hh__company-type__pagination span:nth-child(1)::before {
    content: 'Управляющая компания';
}

.tmpl-hh__company-type__pagination span:nth-child(2) {
    width: 123px;
}

.tmpl-hh__company-type__pagination span:nth-child(2)::before {
    content: 'Завод';
}

.tmpl-hh__company-type__pagination span:nth-child(3) {
    width: 212px;
}

.tmpl-hh__company-type__pagination span:nth-child(3)::before {
    content: 'Дистрибуция';
}

.tmpl-hh__company-type__pagination span:nth-child(4) {
    width: 237px;
}

.tmpl-hh__company-type__pagination span:nth-child(4)::before {
    content: 'Розничная сеть';
}

.tmpl-hh__company-type__pagination span:nth-child(5) {
    width: 203px;
}

.tmpl-hh__company-type__pagination span:nth-child(5)::before {
    content: 'Allur Finance';
}

.tmpl-hh__company-type__text {
    text-align: center;
}

.tmpl-hh__car-marks {
    padding: 24px 0;
}

.tmpl-hh__car-marks .tmpl-hh__swiper-wrapper {
    transition-timing-function: linear;
}

.tmpl-hh__car-marks__inner {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.tmpl-hh__history__wrapper {
    padding: 80px 0;
    background: #282828;
}

.tmpl-hh__history__road {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    margin: 16px 0;
    position: relative;
}

.tmpl-hh__history__slider-one {
    padding-left: 300px;
    margin-right: -15%;
}

.tmpl-hh__history__slider-two {
    padding-left: 66px;
}

.tmpl-hh__history__car {
    position: absolute;
    top: -40%;
    left: 0;
    padding-left: 70px;
    transition: all 1s ease;
}

.tmpl-hh__history__item-title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
}

.tmpl-hh__history__item-text {
    margin-top: 16px;
    line-height: 120%;
    font-weight: 500;
    font-size: 16px;
}

.tmpl-hh__history__arrows {
    margin-top: 64px;
    display: flex;
    justify-content: center;
    gap: 32px;
}

.tmpl-hh__history .tmpl-hh__swiper-slide--last {
    width: 10px !important;
}

.tmpl-hh__benefits {
    padding-top: 24px;
}

.tmpl-hh__benefits__pagination {
    display: flex;
    justify-content: center;
    gap: 33px;
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    width: 57%;
    margin: 0 auto;
}

.tmpl-hh__benefits__pagination .tmpl-hh__swiper-pagination-bullet-active {
    background: #FF2E1F;
}

.tmpl-hh__benefits__pagination .tmpl-hh__swiper-pagination-bullet-active::before {
    color: #fff;
}

.tmpl-hh__benefits__pagination span+span::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 33px;
    background: #CCCCCC;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.tmpl-hh__benefits__pagination span {
    margin: 0;
    background: transparent;
    height: 61px;
    position: relative;
    border-radius: 16px;
}

.tmpl-hh__benefits__pagination span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

.tmpl-hh__benefits__pagination span:nth-child(1) {
    width: 343px;
}

.tmpl-hh__benefits__pagination span:nth-child(1)::before {
    content: 'Управляющая компания';
}

.tmpl-hh__benefits__pagination span:nth-child(2) {
    width: 123px;
}

.tmpl-hh__benefits__pagination span:nth-child(2)::before {
    content: 'Завод';
}

.tmpl-hh__benefits__pagination span:nth-child(3) {
    width: 212px;
}

.tmpl-hh__benefits__pagination span:nth-child(3)::before {
    content: 'Дистрибуция';
}

.tmpl-hh__benefits__pagination span:nth-child(4) {
    width: 237px;
}

.tmpl-hh__benefits__pagination span:nth-child(4)::before {
    content: 'Розничная сеть';
}

.tmpl-hh__benefits__cards {
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.tmpl-hh__benefits__cards--zavod {
    gap: 0;
    justify-content: space-between;
}

.tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card-back-text {
    font-size: 14px;
}

.tmpl-hh__benefits__card {
    perspective: 1000px;
    width: 19%;
    height: 528px;
    cursor: pointer;
}

.tmpl-hh__benefits__card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.tmpl-hh__benefits__card:hover .tmpl-hh__benefits__card-inner {
    transform: rotateY(180deg);
}

.tmpl-hh__benefits__card-front,
.tmpl-hh__benefits__card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    padding: 30px 20px;
    border-radius: 32px;
}

.tmpl-hh__benefits__card-front-title,
.tmpl-hh__benefits__card-back-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-align: center;
}

.tmpl-hh__benefits__card-front-text,
.tmpl-hh__benefits__card-back-text {
    font-size: 18px;
    line-height: 140%;
}

.tmpl-hh__benefits__card-front-text li,
.tmpl-hh__benefits__card-back-text li {
    padding-left: 18px;
    position: relative;
}

.tmpl-hh__benefits__card-front-text li::before,
.tmpl-hh__benefits__card-back-text li::before {
    position: absolute;
    content: '';
    background: #fff;
    width: .4em;
    height: .4em;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.tmpl-hh__benefits__card-front-text li+li,
.tmpl-hh__benefits__card-back-text li+li {
    margin-top: 24px;
}

.tmpl-hh__benefits__card-front {
    background: #FF2E1F;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.tmpl-hh__benefits__card-back {
    background-color: #787878;
    transform: rotateY(180deg);
}

.tmpl-hh__stages__inner {
    justify-content: space-around;
}

.tmpl-hh__stages__card {
    width: 19.8%;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 40px 20px;
}

.tmpl-hh__stages__card-text {
    margin-top: 24px;
    font-weight: 700;
    color: #282828;
}

.tmpl-hh__stories__card {
    display: flex;
    justify-content: space-between;
    padding: 32px 32px 32px 64px;
    background: #F8F8F8;
}

.tmpl-hh__stories__card-content {
    width: 59%;
    color: #000;
}

.tmpl-hh__stories__card-name {
    font-size: 48px;
    line-height: 120%;
    font-weight: 900;
}

.tmpl-hh__stories__card-position {
    margin-top: 8px;
    font-weight: 500;
    opacity: 0.5;
}

.tmpl-hh__stories__card-text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}

.tmpl-hh__stories__card-text p+p {
    margin-top: 24px;
}

.tmpl-hh__stories__card-img {
    width: 37.3%;
}

.tmpl-hh__stories__card-img img {
    border-radius: 16px;
}

.tmpl-hh__stories__arrows {
    display: flex;
    gap: 32px;
    position: absolute;
    bottom: 64px;
    left: 64px;
    z-index: 10;
}

.tmpl-hh__stories .tmpl-hh__slider-arrow {
    border: 2px solid #FF2E1F;
}

.tmpl-hh__stories .tmpl-hh__slider-arrow:hover {
    background: #FF2E1F;
}

.tmpl-hh__stories .tmpl-hh__slider-arrow:hover .tmpl-hh__arrow__icon {
    stroke: #fff;
}

.tmpl-hh__stories .tmpl-hh__arrow__icon {
    stroke: #FF2E1F;
}

.tmpl-hh__office,
.tmpl-hh__life {
    padding-top: 24px;
}

.tmpl-hh__office__wrapper,
.tmpl-hh__life__wrapper {
    background: #282828;
    padding: 105px;
}

.tmpl-hh__office__slider-wrapper,
.tmpl-hh__life__slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 49px;
    background: #282828;
}

.tmpl-hh__office__pagination,
.tmpl-hh__life__pagination {
    display: flex;
    justify-content: center;
    gap: 33px;
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    width: 284px;
    margin: 0 auto 64px;
}

.tmpl-hh__office__pagination .tmpl-hh__swiper-pagination-bullet-active,
.tmpl-hh__life__pagination .tmpl-hh__swiper-pagination-bullet-active {
    background: #FF2E1F;
}

.tmpl-hh__office__pagination .tmpl-hh__swiper-pagination-bullet-active::before,
.tmpl-hh__life__pagination .tmpl-hh__swiper-pagination-bullet-active::before {
    color: #fff;
}

.tmpl-hh__office__pagination span+span::after,
.tmpl-hh__life__pagination span+span::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 33px;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.tmpl-hh__office__pagination span,
.tmpl-hh__life__pagination span {
    margin: 0;
    background: transparent;
    height: 61px;
    position: relative;
    border-radius: 16px;
}

.tmpl-hh__office__pagination span::before,
.tmpl-hh__life__pagination span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.tmpl-hh__office__pagination span:nth-child(1),
.tmpl-hh__life__pagination span:nth-child(1) {
    width: 124px;
}

.tmpl-hh__office__pagination span:nth-child(1)::before,
.tmpl-hh__life__pagination span:nth-child(1)::before {
    content: 'Видео';
}

.tmpl-hh__office__pagination span:nth-child(2),
.tmpl-hh__life__pagination span:nth-child(2) {
    width: 111px;
}

.tmpl-hh__office__pagination span:nth-child(2)::before,
.tmpl-hh__life__pagination span:nth-child(2)::before {
    content: 'Фото';
}

.tmpl-hh__office__video,
.tmpl-hh__life__video {
    width: 58%;
    margin: 0 auto;
}

.tmpl-hh__office__slider-photo,
.tmpl-hh__office__slider-video,
.tmpl-hh__life__slider-photo,
.tmpl-hh__life__slider-video {
    margin: 0 -50%;
    padding: 50px 0;
}

.tmpl-hh__office__slider-photo-wrapper,
.tmpl-hh__office__slider-video-wrapper,
.tmpl-hh__life__slider-photo-wrapper,
.tmpl-hh__life__slider-video-wrapper {
    overflow: hidden;
    width: 90%;
}

.tmpl-hh__office__slider-photo .tmpl-hh__video__preview,
.tmpl-hh__office__slider-video .tmpl-hh__video__preview,
.tmpl-hh__life__slider-photo .tmpl-hh__video__preview,
.tmpl-hh__life__slider-video .tmpl-hh__video__preview {
    border-radius: 32px;
}

.tmpl-hh__office__slider-photo img,
.tmpl-hh__office__slider-video img,
.tmpl-hh__life__slider-photo img,
.tmpl-hh__life__slider-video img {
    border-radius: 32px;
}

.tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide,
.tmpl-hh__office__slider-video .tmpl-hh__swiper-slide,
.tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide,
.tmpl-hh__life__slider-video .tmpl-hh__swiper-slide {
    opacity: 0.2;
    scale: .9;
}

.tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-prev,
.tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-prev,
.tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-prev,
.tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-prev {
    transform: translateX(80%);
}

.tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-next,
.tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-next,
.tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-next,
.tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-next {
    transform: translateX(-80%);
    z-index: -1;
}

.tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-active,
.tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-active,
.tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-active,
.tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-active {
    opacity: 1;
    scale: 1.09;
}

.tmpl-hh__office-photo__pagination,
.tmpl-hh__office-video__pagination,
.tmpl-hh__life-photo__pagination,
.tmpl-hh__life-video__pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.tmpl-hh__office-photo__pagination span,
.tmpl-hh__office-video__pagination span,
.tmpl-hh__life-photo__pagination span,
.tmpl-hh__life-video__pagination span {
    margin: 0;
    border: 1px solid #fff;
    background: transparent;
}

.tmpl-hh__office-photo__pagination .tmpl-hh__swiper-pagination-bullet-active,
.tmpl-hh__office-video__pagination .tmpl-hh__swiper-pagination-bullet-active,
.tmpl-hh__life-photo__pagination .tmpl-hh__swiper-pagination-bullet-active,
.tmpl-hh__life-video__pagination .tmpl-hh__swiper-pagination-bullet-active {
    border: 1px solid #FF2E1F;
    background: #FF2E1F;
}

.tmpl-hh__office__pagination span:nth-child(2) {
    width: 124px;
}

.tmpl-hh__office__pagination span:nth-child(2)::before {
    content: 'Видео';
}

.tmpl-hh__office__pagination span:nth-child(1) {
    width: 111px;
}

.tmpl-hh__office__pagination span:nth-child(1)::before {
    content: 'Фото';
}

.tmpl-hh__initiatives {
    padding-top: 24px;
}

.tmpl-hh__initiatives__wrapper {
    padding: 80px;
}

.tmpl-hh__initiatives__slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 49px;
}

.tmpl-hh__initiatives__slider-wrapper--photo .tmpl-hh__slider-arrow {
    transform: translateY(-150%);
}

.tmpl-hh__initiatives__pagination {
    display: flex;
    justify-content: center;
    gap: 33px;
    padding: 8px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    width: 284px;
    margin: 0 auto 64px;
}

.tmpl-hh__initiatives__pagination .tmpl-hh__swiper-pagination-bullet-active {
    background: #FF2E1F;
}

.tmpl-hh__initiatives__pagination .tmpl-hh__swiper-pagination-bullet-active::before {
    color: #fff;
}

.tmpl-hh__initiatives__pagination span+span::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 33px;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
}

.tmpl-hh__initiatives__pagination span {
    margin: 0;
    background: transparent;
    height: 61px;
    position: relative;
    border-radius: 16px;
}

.tmpl-hh__initiatives__pagination span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    color: #FF2E1F;
}

.tmpl-hh__initiatives__pagination span:nth-child(2) {
    width: 124px;
}

.tmpl-hh__initiatives__pagination span:nth-child(2)::before {
    content: 'Видео';
}

.tmpl-hh__initiatives__pagination span:nth-child(1) {
    width: 111px;
}

.tmpl-hh__initiatives__pagination span:nth-child(1)::before {
    content: 'Фото';
}

.tmpl-hh__initiatives__slider-video-wrapper {
    overflow: hidden;
    width: 90%;
}

.tmpl-hh__initiatives__slider-video .tmpl-hh__video__preview {
    border-radius: 32px;
}

.tmpl-hh__initiatives__slider-photo {
    margin: 0 -50%;
    padding: 50px 0;
}

.tmpl-hh__initiatives__slider-photo-wrapper {
    overflow: hidden;
    width: 90%;
}

.tmpl-hh__initiatives__slider-photo img {
    border-radius: 32px;
}

.tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide {
    opacity: 0.2;
    scale: .9;
}

.tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide p {
    opacity: 0;
    transition: all .4s;
    text-align: center;
    margin-top: 32px;
}

.tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide-prev {
    transform: translateX(80%);
}

.tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide-next {
    transform: translateX(-80%);
    z-index: -1;
}

.tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide-active {
    opacity: 1;
    scale: 1.09;
}

.tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide-active p {
    opacity: 1;
}

.tmpl-hh__initiatives .tmpl-hh__slider-arrow {
    border: 2px solid #282828;
}

.tmpl-hh__initiatives .tmpl-hh__slider-arrow:hover {
    border: 2px solid #FF2E1F;
}

.tmpl-hh__initiatives .tmpl-hh__slider-arrow:hover .tmpl-hh__arrow__icon {
    stroke: #FF2E1F;
}

.tmpl-hh__initiatives .tmpl-hh__arrow__icon {
    stroke: #282828;
}

.tmpl-hh__initiatives-video__pagination {
    margin-top: 20px;
}

.tmpl-hh__initiatives-photo__pagination,
.tmpl-hh__initiatives-video__pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.tmpl-hh__initiatives-photo__pagination span,
.tmpl-hh__initiatives-video__pagination span {
    margin: 0;
    border: 1px solid #FF2E1F;
    background: transparent;
}

.tmpl-hh__initiatives-photo__pagination .tmpl-hh__swiper-pagination-bullet-active,
.tmpl-hh__initiatives-video__pagination .tmpl-hh__swiper-pagination-bullet-active {
    border: 1px solid #FF2E1F;
    background: #FF2E1F;
}

.tmpl-hh__achievement {
    padding-top: 24px;
}

.tmpl-hh__achievement__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 49px;
}

.tmpl-hh__achievement__slider {
    margin: 0 -50%;
    padding: 50px 0;
}

.tmpl-hh__achievement__slider-wrapper {
    overflow: hidden;
    width: 90%;
}

.tmpl-hh__achievement__slider img {
    border-radius: 32px;
}

.tmpl-hh__achievement__slider .tmpl-hh__swiper-slide {
    opacity: 0.2;
    scale: .9;
}

.tmpl-hh__achievement__slider .tmpl-hh__swiper-slide p {
    opacity: 0;
    transition: all .4s;
    text-align: center;
    margin-top: 32px;
}

.tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-prev {
    transform: translateX(80%);
}

.tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-next {
    transform: translateX(-80%);
    z-index: -1;
}

.tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-active {
    opacity: 1;
    scale: 1.09;
}

.tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-active p {
    opacity: 1;
}

.tmpl-hh__achievement .tmpl-hh__slider-arrow {
    border: 2px solid #282828;
    transform: translateY(-150%);
}

.tmpl-hh__achievement .tmpl-hh__slider-arrow:hover {
    border: 2px solid #FF2E1F;
}

.tmpl-hh__achievement .tmpl-hh__slider-arrow:hover .tmpl-hh__arrow__icon {
    stroke: #FF2E1F;
}

.tmpl-hh__achievement .tmpl-hh__arrow__icon {
    stroke: #282828;
}

.tmpl-hh__achievement__pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.tmpl-hh__achievement__pagination span {
    margin: 0;
    border: 1px solid #FF2E1F;
    background: transparent;
}

.tmpl-hh__achievement__pagination .tmpl-hh__swiper-pagination-bullet-active {
    border: 1px solid #FF2E1F;
    background: #FF2E1F;
}

.tmpl-hh__directions__wrapper {
    position: relative;
}

.tmpl-hh__directions__inner {
    position: absolute;
    width: 83%;
    background: rgba(40, 40, 40, 0.6);
    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
    padding: 64px;
}

.tmpl-hh__directions__items {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.tmpl-hh__directions__item {
    padding: 24px 32px;
    border: 2px solid #fff;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 16px;
    transition: all .4s;
    cursor: pointer;
}

.tmpl-hh__directions__item:hover {
    background: #FF2E1F;
    border: 2px solid #FF2E1F;
}

@keyframes grow-width1 {
    from {
        width: 0;
    }

    to {
        width: 226px;
    }
}

@keyframes grow-left1 {
    from {
        left: 0px;
    }

    to {
        left: 226px;
    }
}

@keyframes grow-width2 {
    from {
        width: 0;
    }

    to {
        width: 154px;
    }
}

@keyframes grow-left2 {
    from {
        left: 0px;
    }

    to {
        left: 154px;
    }
}

@keyframes grow-width3 {
    from {
        width: 0;
    }

    to {
        width: 94px;
    }
}

@keyframes grow-left3 {
    from {
        left: 0px;
    }

    to {
        left: 94px;
    }
}

@media (max-width: 1019px) {
    @keyframes grow-width1 {
        from {
            width: 0;
        }

        to {
            width: 180px;
        }
    }

    @keyframes grow-left1 {
        from {
            left: 0px;
        }

        to {
            left: 180px;
        }
    }

    @keyframes grow-width2 {
        from {
            width: 0;
        }

        to {
            width: 110px;
        }
    }

    @keyframes grow-left2 {
        from {
            left: 0px;
        }

        to {
            left: 110px;
        }
    }

    @keyframes grow-width3 {
        from {
            width: 0;
        }

        to {
            width: 80px;
        }
    }

    @keyframes grow-left3 {
        from {
            left: 0px;
        }

        to {
            left: 80px;
        }
    }
}

@media (max-width: 1950px) {
    .tmpl-hh__vacancies {
        min-width: 1250px !important;
    }
}

@media (max-width: 1800px) {
    .tmpl-hh__container {
        max-width: 1400px;
    }

    .employer-chameleon-header {
        max-width: 1400px;
    }

    .tmpl-hh__nav {
        gap: 40px;
    }

    .tmpl-hh__nav__item {
        font-size: 20px;
    }

    .tmpl-hh__fs__wrapper {
        height: 788px;
    }

    .tmpl-hh__fs__header {
        padding: 48px;
    }

    .tmpl-hh__fs__lang-item {
        padding: 6px 12px;
        font-size: 16px;
    }

    .tmpl-hh__fs__content {
        left: 48px;
        bottom: 48px;
    }

    .tmpl-hh__fs__text {
        font-size: 32px;
        margin-top: 32px;
    }

    .tmpl-hh__fs__btn {
        margin-top: 30px;
        padding: 20px 28px;
        border-radius: 24px;
    }

    .tmpl-hh__fs__stats {
        bottom: 48px;
        right: 48px;
        gap: 30px;
    }

    .tmpl-hh__fs__soc {
        right: 40px;
        gap: 25px;
    }

    .tmpl-hh__stat-card {
        gap: 12px;
    }

    .tmpl-hh__stat-card__title {
        font-size: 42px;
    }

    .tmpl-hh__stat-card__text {
        font-size: 18px;
    }

    .tmpl-hh__about__text br {
        display: none;
    }

    .tmpl-hh__mission__card {
        padding: 80px 60px 60px 60px;
    }

    .tmpl-hh__mission__card-text {
        width: 80%;
        font-size: 20px;
    }

    .tmpl-hh__mission__card-text br {
        display: none;
    }

    .tmpl-hh__company-type__wrapper {
        padding: 64px 64px 50px;
    }

    .tmpl-hh__company-type__pagination {
        gap: 33px;
        width: 90%;
        margin: 0 auto 56px;
    }

    .tmpl-hh__company-type__pagination span {
        height: 55px;
    }

    .tmpl-hh__company-type__pagination span::before {
        font-size: 22px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(1) {
        width: 343px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(2) {
        width: 123px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(3) {
        width: 212px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(4) {
        width: 237px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(5) {
        width: 203px;
    }

    .tmpl-hh__company-type__text br {
        display: none;
    }

    .tmpl-hh__car-marks {
        padding: 24px 0;
    }

    .tmpl-hh__car-marks__inner {
        gap: 10px;
    }

    .tmpl-hh__benefits__pagination {
        width: 76%;
    }

    .tmpl-hh__benefits__pagination span {
        height: 55px;
    }

    .tmpl-hh__benefits__pagination span::before {
        font-size: 22px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(1) {
        width: 343px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(2) {
        width: 123px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(3) {
        width: 212px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(4) {
        width: 237px;
    }

    .tmpl-hh__benefits__cards {
        padding-top: 32px;
        gap: 16px;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card {
        width: 19%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card-back-text {
        font-size: 15px;
    }

    .tmpl-hh__benefits__card {
        perspective: 1000px;
        width: 23%;
        height: 528px;
    }

    .tmpl-hh__benefits__card-front,
    .tmpl-hh__benefits__card-back {
        padding: 20px;
    }

    .tmpl-hh__benefits__card-front-text,
    .tmpl-hh__benefits__card-back-text {
        font-size: 17px;
        line-height: 120%;
    }

    .tmpl-hh__benefits__card-front-text li,
    .tmpl-hh__benefits__card-back-text li {
        padding-left: 18px;
    }

    .tmpl-hh__benefits__card-front-text li::before,
    .tmpl-hh__benefits__card-back-text li::before {
        width: .3em;
        height: .3em;
    }

    .tmpl-hh__benefits__card-front-text li+li,
    .tmpl-hh__benefits__card-back-text li+li {
        margin-top: 10px;
    }

    .tmpl-hh__stories__wrapper {
        background: #F8F8F8;
    }

    .tmpl-hh__stories__card {
        padding: 32px;
    }

    .tmpl-hh__stories__card-content {
        width: 60%;
    }

    .tmpl-hh__stories__card-name {
        font-size: 42px;
    }

    .tmpl-hh__stories__card-position {
        margin-top: 4px;
    }

    .tmpl-hh__stories__card-text {
        margin-top: 20px;
        font-size: 15px;
    }

    .tmpl-hh__stories__card-text p+p {
        margin-top: 12px;
    }

    .tmpl-hh__stories__arrows {
        display: flex;
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 0 32px 32px;
    }

    .tmpl-hh__directions__inner {
        width: 100%;
        bottom: 0;
        padding: 64px;
    }

    .tmpl-hh__directions__items {
        gap: 32px;
    }

    .tmpl-hh__directions__item {
        padding: 16px 20px;
        font-size: 20px;
    }
}

@media (max-width: 1600px) {
    .tmpl-hh__container {
        max-width: 1200px;
    }

    .employer-chameleon-header {
        max-width: 1200px;
    }

    .tmpl-hh__title {
        font-size: 38px;
    }

    .tmpl-hh__title--mb-short {
        margin-bottom: 24px;
    }

    .tmpl-hh__title--mb-medium {
        margin-bottom: 40px;
    }

    .tmpl-hh__title--mb-long {
        margin-bottom: 56px;
    }

    .tmpl-hh__nav {
        gap: 30px;
    }

    .tmpl-hh__nav__item {
        font-size: 16px;
    }

    .tmpl-hh__fs__wrapper {
        height: 674px;
    }

    .tmpl-hh__fs__header {
        padding: 38px;
    }

    .tmpl-hh__fs__lang-item {
        padding: 6px 12px;
        font-size: 16px;
    }

    .tmpl-hh__fs__content {
        left: 48px;
        bottom: 48px;
    }

    .tmpl-hh__fs__text {
        font-size: 34px;
        margin-top: 25px;
    }

    .tmpl-hh__fs__btn {
        margin-top: 30px;
        padding: 14px 20px;
        border-radius: 16px;
    }

    .tmpl-hh__fs__stats {
        bottom: 40px;
        right: 40px;
        gap: 30px;
    }

    .tmpl-hh__fs__soc {
        right: 30px;
        gap: 25px;
    }

    .tmpl-hh__stat-card {
        gap: 12px;
    }

    .tmpl-hh__stat-card__title {
        font-size: 34px;
    }

    .tmpl-hh__stat-card__text {
        font-size: 16px;
    }

    .tmpl-hh__mission__card {
        padding: 48px;
    }

    .tmpl-hh__mission__card-text {
        width: 100%;
        font-size: 20px;
    }

    .tmpl-hh__company-type__wrapper {
        padding: 30px;
    }

    .tmpl-hh__company-type__pagination {
        gap: 25px;
        width: 95%;
        margin: 0 auto 40px;
    }

    .tmpl-hh__company-type__pagination span {
        height: 50px;
    }

    .tmpl-hh__company-type__pagination span::before {
        font-size: 20px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(1) {
        width: 343px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(2) {
        width: 123px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(3) {
        width: 212px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(4) {
        width: 237px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(5) {
        width: 203px;
    }

    .tmpl-hh__history__wrapper {
        padding: 50px 0;
    }

    .tmpl-hh__history__slider-one {
        padding-left: 170px;
        margin-right: -15%;
    }

    .tmpl-hh__history__slider-two {
        padding-left: 40px;
    }

    .tmpl-hh__history__car {
        top: -15%;
        padding-left: 50px;
        z-index: 9;
    }

    .tmpl-hh__history__item-title {
        font-size: 26px;
    }

    .tmpl-hh__history__item-text {
        margin-top: 12px;
        font-size: 14px;
        width: 80%;
    }

    .tmpl-hh__history__arrows {
        margin-top: 40px;
    }

    .tmpl-hh__benefits__pagination {
        width: 76%;
    }

    .tmpl-hh__benefits__pagination span {
        height: 50px;
    }

    .tmpl-hh__benefits__pagination span::before {
        font-size: 20px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(1) {
        width: 343px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(2) {
        width: 123px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(3) {
        width: 212px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(4) {
        width: 237px;
    }

    .tmpl-hh__benefits__cards {
        padding-top: 25px;
        gap: 0;
        justify-content: space-between;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card {
        width: 19%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card-back-text {
        font-size: 12px;
    }

    .tmpl-hh__benefits__card {
        width: 24%;
        height: 370px;
    }

    .tmpl-hh__benefits__card-front,
    .tmpl-hh__benefits__card-back {
        padding: 20px;
    }

    .tmpl-hh__benefits__card-front-img,
    .tmpl-hh__benefits__card-back-img {
        width: 82px;
    }

    .tmpl-hh__benefits__card-front-title,
    .tmpl-hh__benefits__card-back-title {
        font-size: 20px;
    }

    .tmpl-hh__benefits__card-front-text,
    .tmpl-hh__benefits__card-back-text {
        font-size: 14px;
    }

    .tmpl-hh__benefits__card-front-text li+li,
    .tmpl-hh__benefits__card-back-text li+li {
        margin-top: 8px;
    }

    .tmpl-hh__benefits__card-front-text li,
    .tmpl-hh__benefits__card-back-text li {
        padding-left: 14px;
    }

    .tmpl-hh__stages__card {
        width: 23%;
        padding: 40px 20px;
    }

    .tmpl-hh__stages__card-text {
        font-size: 18px;
        line-height: 130%;
        margin-top: 18px;
    }

    .tmpl-hh__office__wrapper,
    .tmpl-hh__life__wrapper {
        padding: 75px;
    }

    .tmpl-hh__office__slider-wrapper,
    .tmpl-hh__life__slider-wrapper {
        gap: 35px;
    }

    .tmpl-hh__office__pagination,
    .tmpl-hh__life__pagination {
        gap: 25px;
        width: 240px;
        margin: 0 auto 40px;
    }

    .tmpl-hh__office__pagination span+span::after,
    .tmpl-hh__life__pagination span+span::after {
        left: -12px;
    }

    .tmpl-hh__office__pagination span,
    .tmpl-hh__life__pagination span {
        height: 50px;
    }

    .tmpl-hh__office__pagination span::before,
    .tmpl-hh__life__pagination span::before {
        font-size: 20px;
    }

    .tmpl-hh__office__pagination span:nth-child(1),
    .tmpl-hh__life__pagination span:nth-child(1) {
        width: 100px;
    }

    .tmpl-hh__office__pagination span:nth-child(2),
    .tmpl-hh__life__pagination span:nth-child(2) {
        width: 95px;
    }

    .tmpl-hh__office__slider-photo,
    .tmpl-hh__office__slider-video,
    .tmpl-hh__life__slider-photo,
    .tmpl-hh__life__slider-video {
        padding: 35px 0;
    }

    .tmpl-hh__office__video,
    .tmpl-hh__life__video {
        width: 78%;
    }

    .tmpl-hh__office-photo__pagination,
    .tmpl-hh__office-video__pagination,
    .tmpl-hh__life-photo__pagination,
    .tmpl-hh__life-video__pagination {
        gap: 12px;
    }

    .tmpl-hh__initiatives__wrapper {
        padding: 50px;
    }

    .tmpl-hh__initiatives__slider-wrapper {
        gap: 35px;
    }

    .tmpl-hh__initiatives__slider-wrapper--photo .tmpl-hh__slider-arrow {
        transform: translateY(-80px);
    }

    .tmpl-hh__initiatives__pagination {
        gap: 25px;
        width: 240px;
        margin: 0 auto 40px;
    }

    .tmpl-hh__initiatives__pagination span+span::after {
        left: -12px;
    }

    .tmpl-hh__initiatives__pagination span {
        height: 50px;
    }

    .tmpl-hh__initiatives__pagination span::before {
        font-size: 20px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(1) {
        width: 100px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(2) {
        width: 95px;
    }

    .tmpl-hh__initiatives__slider-photo {
        margin: 0 -50%;
        padding: 50px 0;
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide p {
        font-size: 18px;
        line-height: 120%;
        margin-top: 24px;
    }

    .tmpl-hh__initiatives-video__pagination {
        margin-top: 20px;
    }

    .tmpl-hh__initiatives-photo__pagination,
    .tmpl-hh__initiatives-video__pagination {
        gap: 12px;
    }

    .tmpl-hh__achievement__wrapper {
        gap: 35px;
    }

    .tmpl-hh__achievement__slider {
        padding: 35px 0;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide p {
        font-size: 18px;
        line-height: 120%;
        margin-top: 25px;
    }

    .tmpl-hh__achievement__pagination {
        gap: 12px;
    }

    .tmpl-hh__directions__inner {
        padding: 48px;
    }

    .tmpl-hh__directions__items {
        gap: 32px;
    }

    .tmpl-hh__directions__item {
        padding: 16px 20px;
        font-size: 20px;
    }

    .tmpl-hh__map-city {
        width: 1em;
        height: 1em;
    }

    .tmpl-hh__map-city__name {
        width: auto;
        font-size: 18px;
    }

    .tmpl-hh__map-city--almaty::before {
        width: 100px;
        height: 34px;
    }

    .tmpl-hh__map-city--kostanay::before {
        width: 110px;
        height: 35px;
    }

    .tmpl-hh__map-city--astana::before {
        width: 94px;
        height: 34px;
    }
}

@media (max-width: 1339px) {
    .tmpl-hh__container {
        max-width: 880px;
    }

    .employer-chameleon-header {
        max-width: 880px;
    }

    .tmpl-hh__wrapper {
        font-size: 16px;
    }

    .supernova-navi {
        max-width: 930px;
    }

    .bloko-column>div {
        max-width: 930px;
        margin: 0 auto;
    }

    .tmpl-hh__nav-btn {
        display: inline-block;
    }

    .tmpl-hh__nav {
        position: absolute;
        bottom: -10px;
        right: 2%;
        transform: translateY(110%);
        padding: 2.5% 4%;
        background-color: #FF2E1F;
        border-radius: 2%;
        visibility: hidden;
        opacity: 0;
        transition: all 0.4s ease;
    }

    .tmpl-hh__nav__item {
        display: block;
        padding: 4% 0;
        margin-left: 0 !important;
    }

    .tmpl-hh__nav__item.tmpl-hh__content-tab--active {
        color: #FF2E1F;
    }

    .tmpl-hh__nav--opened {
        visibility: visible;
        opacity: 1;
        transform: translateY(100%);
    }

    .tmpl-hh__nav {
        display: flex;
        flex-direction: column;
        z-index: 30;
        gap: 10px;
    }

    .tmpl-hh__title {
        font-size: 30px;
    }

    .tmpl-hh__title--mb-short {
        margin-bottom: 24px;
    }

    .tmpl-hh__title--mb-medium {
        margin-bottom: 30px;
    }

    .tmpl-hh__title--mb-long {
        margin-bottom: 34px;
    }

    .tmpl-hh__fs__wrapper {
        height: 495px;
    }

    .tmpl-hh__fs__header {
        padding: 30px 30px 0;
        justify-content: space-between;
    }

    .tmpl-hh__fs__lang-item {
        padding: 6px 10px;
        font-size: 14px;
        border-radius: 8px;
    }

    .tmpl-hh__fs__content {
        left: 30px;
        bottom: 30px;
    }

    .tmpl-hh__fs__text {
        font-size: 26px;
        margin-top: 15px;
    }

    .tmpl-hh__fs__btn {
        margin-top: 15px;
        padding: 10px 12px;
        border-radius: 8px;
    }

    .tmpl-hh__fs__stats {
        bottom: 20px;
        right: 20px;
        gap: 20px;
    }

    .tmpl-hh__fs__soc {
        right: 30px;
        gap: 25px;
    }

    .tmpl-hh__stat-card {
        gap: 8px;
    }

    .tmpl-hh__stat-card__title {
        font-size: 22px;
    }

    .tmpl-hh__stat-card__text {
        font-size: 14px;
    }

    .tmpl-hh__stat-card::before {
        height: 1px;
    }

    .tmpl-hh__stat-card::after {
        width: 8px;
        height: 8px;
    }

    .tmpl-hh__stat-card:nth-child(1)::before {
        width: 140px;
    }

    .tmpl-hh__stat-card:nth-child(1)::after {
        left: 140px;
    }

    .tmpl-hh__stat-card:nth-child(2)::before {
        width: 100px;
    }

    .tmpl-hh__stat-card:nth-child(2)::after {
        left: 100px;
    }

    .tmpl-hh__stat-card:nth-child(3)::before {
        width: 60px;
    }

    .tmpl-hh__stat-card:nth-child(3)::after {
        left: 60px;
    }

    .tmpl-hh__about__wrapper {
        padding: 24px;
        gap: 0;
        justify-content: space-between;
    }

    .tmpl-hh__about__video {
        width: 47%;
    }

    .tmpl-hh__mission__card {
        padding: 32px;
    }

    .tmpl-hh__mission__card-text {
        font-size: 16px;
    }

    .tmpl-hh__company-type__wrapper {
        padding: 30px;
    }

    .tmpl-hh__company-type__pagination {
        gap: 20px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .tmpl-hh__company-type__pagination span+span::after {
        left: -12px;
    }

    .tmpl-hh__company-type__pagination span {
        height: 35px;
        border-radius: 8px;
    }

    .tmpl-hh__company-type__pagination span::before {
        font-size: 16px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(1) {
        width: 343px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(2) {
        width: 123px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(3) {
        width: 212px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(4) {
        width: 237px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(5) {
        width: 203px;
    }

    .tmpl-hh__history__wrapper {
        padding: 40px 0;
    }

    .tmpl-hh__history__slider-one {
        padding-left: 130px;
        margin-right: -15%;
    }

    .tmpl-hh__history__slider-two {
        padding-left: 40px;
    }

    .tmpl-hh__history__car {
        top: -59%;
        padding-left: 50px;
        z-index: 9;
    }

    .tmpl-hh__history__item-title {
        font-size: 22px;
    }

    .tmpl-hh__history__item-text {
        margin-top: 8px;
        font-size: 14px;
        width: 90%;
    }

    .tmpl-hh__history__item-text br {
        display: none;
    }

    .tmpl-hh__history__arrows {
        margin-top: 40px;
    }

    .tmpl-hh__benefits__pagination {
        width: 96%;
    }

    .tmpl-hh__benefits__pagination span {
        height: 45px;
    }

    .tmpl-hh__benefits__pagination span::before {
        font-size: 20px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(1) {
        width: 343px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(2) {
        width: 123px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(3) {
        width: 212px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(4) {
        width: 237px;
    }

    .tmpl-hh__benefits__cards {
        padding-top: 25px;
        gap: 15px 0;
        justify-content: space-between;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card:nth-child(-n+2) {
        width: 49%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card:nth-last-child(-n+3) {
        width: 32.5%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card-back-text {
        font-size: 12px;
    }

    .tmpl-hh__benefits__card {
        width: 49%;
        height: 280px;
    }

    .tmpl-hh__benefits__card-front,
    .tmpl-hh__benefits__card-back {
        padding: 20px;
    }

    .tmpl-hh__benefits__card-front-img,
    .tmpl-hh__benefits__card-back-img {
        width: 82px;
    }

    .tmpl-hh__benefits__card-front-title,
    .tmpl-hh__benefits__card-back-title {
        font-size: 20px;
    }

    .tmpl-hh__benefits__card-front-text,
    .tmpl-hh__benefits__card-back-text {
        font-size: 14px;
    }

    .tmpl-hh__benefits__card-front-text li+li,
    .tmpl-hh__benefits__card-back-text li+li {
        margin-top: 8px;
    }

    .tmpl-hh__benefits__card-front-text li,
    .tmpl-hh__benefits__card-back-text li {
        padding-left: 14px;
    }

    .tmpl-hh__stages__card {
        width: 23%;
        padding: 20px;
    }

    .tmpl-hh__stages__card-img {
        width: 48px;
        margin: 0 auto;
    }

    .tmpl-hh__stages__card-text {
        font-size: 16px;
        line-height: 120%;
    }

    .tmpl-hh__office__wrapper,
    .tmpl-hh__life__wrapper {
        padding: 30px;
    }

    .tmpl-hh__office__slider-wrapper,
    .tmpl-hh__life__slider-wrapper {
        gap: 35px;
    }

    .tmpl-hh__office__pagination,
    .tmpl-hh__life__pagination {
        gap: 25px;
        width: 200px;
        margin: 0 auto 10px;
        padding: 6px;
    }

    .tmpl-hh__office__pagination span+span::after,
    .tmpl-hh__life__pagination span+span::after {
        left: -12px;
    }

    .tmpl-hh__office__pagination span,
    .tmpl-hh__life__pagination span {
        height: 45px;
    }

    .tmpl-hh__office__pagination span::before,
    .tmpl-hh__life__pagination span::before {
        font-size: 18px;
    }

    .tmpl-hh__office__pagination span:nth-child(1),
    .tmpl-hh__life__pagination span:nth-child(1) {
        width: 90px;
    }

    .tmpl-hh__office__pagination span:nth-child(2),
    .tmpl-hh__life__pagination span:nth-child(2) {
        width: 85px;
    }

    .tmpl-hh__office__slider-photo,
    .tmpl-hh__office__slider-video,
    .tmpl-hh__life__slider-photo,
    .tmpl-hh__life__slider-video {
        padding: 35px 0;
    }

    .tmpl-hh__office__video,
    .tmpl-hh__life__video {
        width: 78%;
    }

    .tmpl-hh__office-photo__pagination,
    .tmpl-hh__office-video__pagination,
    .tmpl-hh__life-photo__pagination,
    .tmpl-hh__life-video__pagination {
        gap: 12px;
    }

    .tmpl-hh__initiatives__wrapper {
        padding: 50px;
    }

    .tmpl-hh__initiatives__slider-wrapper {
        gap: 35px;
    }

    .tmpl-hh__initiatives__slider-wrapper--photo .tmpl-hh__slider-arrow {
        transform: translateY(-80px);
    }

    .tmpl-hh__initiatives__pagination {
        gap: 25px;
        width: 240px;
        margin: 0 auto 40px;
    }

    .tmpl-hh__initiatives__pagination span+span::after {
        left: -12px;
    }

    .tmpl-hh__initiatives__pagination span {
        height: 50px;
    }

    .tmpl-hh__initiatives__pagination span::before {
        font-size: 20px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(1) {
        width: 100px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(2) {
        width: 95px;
    }

    .tmpl-hh__initiatives__slider-photo {
        margin: 0 -50%;
        padding: 50px 0;
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide p {
        font-size: 18px;
        line-height: 120%;
        margin-top: 24px;
    }

    .tmpl-hh__initiatives-video__pagination {
        margin-top: 20px;
    }

    .tmpl-hh__initiatives-photo__pagination,
    .tmpl-hh__initiatives-video__pagination {
        gap: 12px;
    }

    .tmpl-hh__achievement__wrapper {
        gap: 35px;
    }

    .tmpl-hh__achievement__slider {
        padding: 35px 0;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide p {
        font-size: 18px;
        line-height: 120%;
        margin-top: 25px;
    }

    .tmpl-hh__achievement__pagination {
        gap: 12px;
    }

    .tmpl-hh__directions__inner {
        padding: 32px;
    }

    .tmpl-hh__directions__items {
        gap: 10px;
    }

    .tmpl-hh__directions__item {
        padding: 10px 12px;
        font-size: 16px;
    }
}

@media (max-width: 1019px) {
    .tmpl-hh__wrapper {
        font-size: 15px;
    }

    .tmpl-hh__container {
        padding: 0 15px;
    }

    .supernova-navi {
        max-width: 690px;
    }

    .bloko-column>div {
        max-width: 610px;
    }

    .tmpl-hh__vacancies {
        padding-left: 20px;
        max-width: auto !important;
        min-width: auto !important;
    }

    .tmpl-hh__title {
        font-size: 30px;
    }

    .tmpl-hh__title--mb-short {
        margin-bottom: 24px;
    }

    .tmpl-hh__title--mb-medium {
        margin-bottom: 30px;
    }

    .tmpl-hh__title--mb-long {
        margin-bottom: 34px;
    }

    .tmpl-hh__fs__wrapper {
        height: 377px;
    }

    .tmpl-hh__fs__header {
        padding: 30px 30px 0;
    }

    .tmpl-hh__fs__lang-item {
        padding: 6px 10px;
        font-size: 14px;
        border-radius: 8px;
    }

    .tmpl-hh__fs__logo {
        width: 100px;
    }

    .tmpl-hh__fs__content {
        left: 25px;
        bottom: 65px;
    }

    .tmpl-hh__fs__text {
        font-size: 20px;
        margin-top: 10px;
    }

    .tmpl-hh__fs__btn {
        margin-top: 10px;
        padding: 8px;
    }

    .tmpl-hh__fs__stats {
        bottom: 20px;
        right: 20px;
        gap: 10px;
        width: 90%;
        justify-content: space-between;
    }

    .tmpl-hh__fs__soc {
        right: 20px;
        gap: 15px;
    }

    .tmpl-hh__stat-card {
        gap: 8px;
    }

    .tmpl-hh__stat-card__title {
        font-size: 18px;
    }

    .tmpl-hh__stat-card__text {
        font-size: 14px;
    }

    .tmpl-hh__stat-card::before {
        height: 1px;
    }

    .tmpl-hh__stat-card::after {
        width: 8px;
        height: 8px;
    }

    .tmpl-hh__stat-card:nth-child(1)::before {
        width: 140px;
    }

    .tmpl-hh__stat-card:nth-child(1)::after {
        left: 140px;
    }

    .tmpl-hh__stat-card:nth-child(2)::before {
        width: 100px;
    }

    .tmpl-hh__stat-card:nth-child(2)::after {
        left: 100px;
    }

    .tmpl-hh__stat-card:nth-child(3)::before {
        width: 60px;
    }

    .tmpl-hh__stat-card:nth-child(3)::after {
        left: 60px;
    }

    .tmpl-hh__about__wrapper {
        padding: 24px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .tmpl-hh__about__content {
        width: 100%;
        order: 1;
    }

    .tmpl-hh__about__video {
        order: 2;
        width: 100%;
    }

    .tmpl-hh__mission__card {
        padding: 24px;
    }

    .tmpl-hh__mission__card-text {
        font-size: 14px;
    }

    .tmpl-hh__company-type__wrapper {
        padding: 24px;
    }

    .tmpl-hh__company-type__pagination {
        margin: 0 auto 20px;
    }

    .tmpl-hh__company-type__pagination span+span::after {
        left: -12px;
    }

    .tmpl-hh__company-type__pagination span {
        height: 30px;
    }

    .tmpl-hh__company-type__pagination span::before {
        font-size: 12px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(1) {
        width: 343px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(2) {
        width: 123px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(3) {
        width: 212px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(4) {
        width: 237px;
    }

    .tmpl-hh__company-type__pagination span:nth-child(5) {
        width: 203px;
    }

    .tmpl-hh__history__wrapper {
        padding: 30px 0;
    }

    .tmpl-hh__history__slider-one {
        padding-left: 130px;
        margin-right: -15%;
    }

    .tmpl-hh__history__slider-two {
        padding-left: 30px;
    }

    .tmpl-hh__history__car {
        top: -50%;
        padding-left: 30px;
    }

    .tmpl-hh__history__item-title {
        font-size: 18px;
    }

    .tmpl-hh__history__item-text {
        margin-top: 8px;
        font-size: 12px;
        width: 90%;
    }

    .tmpl-hh__history__arrows {
        margin-top: 30px;
    }

    .tmpl-hh__benefits__pagination {
        width: 100%;
    }

    .tmpl-hh__benefits__pagination span {
        height: 35px;
        border-radius: 8px;
    }

    .tmpl-hh__benefits__pagination span::before {
        font-size: 15px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(1) {
        width: 343px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(2) {
        width: 123px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(3) {
        width: 212px;
    }

    .tmpl-hh__benefits__pagination span:nth-child(4) {
        width: 237px;
    }

    .tmpl-hh__benefits__cards {
        padding-top: 20px;
        gap: 10px 0;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card:nth-child(-n+2) {
        width: 49%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card:nth-last-child(-n+3) {
        width: 32.5%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card-back-text {
        font-size: 12px;
    }

    .tmpl-hh__benefits__card {
        width: 49%;
        height: 280px;
    }

    .tmpl-hh__benefits__card-front,
    .tmpl-hh__benefits__card-back {
        padding: 20px;
    }

    .tmpl-hh__benefits__card-front-img,
    .tmpl-hh__benefits__card-back-img {
        width: 68px;
    }

    .tmpl-hh__benefits__card-front-title,
    .tmpl-hh__benefits__card-back-title {
        font-size: 20px;
    }

    .tmpl-hh__benefits__card-front-text,
    .tmpl-hh__benefits__card-back-text {
        font-size: 14px;
    }

    .tmpl-hh__benefits__card-front-text li+li,
    .tmpl-hh__benefits__card-back-text li+li {
        margin-top: 8px;
    }

    .tmpl-hh__benefits__card-front-text li,
    .tmpl-hh__benefits__card-back-text li {
        padding-left: 14px;
    }

    .tmpl-hh__stages__card {
        width: 23%;
        padding: 20px;
    }

    .tmpl-hh__stages__card-img {
        width: 42px;
    }

    .tmpl-hh__stages__card-text {
        font-size: 14px;
    }

    .tmpl-hh__stories__card {
        padding: 24px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .tmpl-hh__stories__card-content {
        width: 100%;
    }

    .tmpl-hh__stories__card-name {
        font-size: 32px;
    }

    .tmpl-hh__stories__card-position {
        margin-top: 4px;
    }

    .tmpl-hh__stories__card-text {
        margin-top: 20px;
        font-size: 15px;
    }

    .tmpl-hh__stories__card-text p+p {
        margin-top: 12px;
    }

    .tmpl-hh__stories__card-img {
        width: 100%;
    }

    .tmpl-hh__stories__card-img img {
        border-radius: 8px;
    }

    .tmpl-hh__stories__arrows {
        display: flex;
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 0 32px 32px;
    }

    .tmpl-hh__office__wrapper,
    .tmpl-hh__life__wrapper {
        padding: 24px;
    }

    .tmpl-hh__office__slider-wrapper,
    .tmpl-hh__life__slider-wrapper {
        gap: 15px;
    }

    .tmpl-hh__office__pagination,
    .tmpl-hh__life__pagination {
        gap: 20px;
        width: 180px;
        padding: 4px;
    }

    .tmpl-hh__office__pagination span+span::after,
    .tmpl-hh__life__pagination span+span::after {
        left: -10px;
    }

    .tmpl-hh__office__pagination span,
    .tmpl-hh__life__pagination span {
        height: 35px;
    }

    .tmpl-hh__office__pagination span::before,
    .tmpl-hh__life__pagination span::before {
        font-size: 16px;
    }

    .tmpl-hh__office__pagination span:nth-child(1),
    .tmpl-hh__life__pagination span:nth-child(1) {
        width: 90px;
    }

    .tmpl-hh__office__pagination span:nth-child(2),
    .tmpl-hh__life__pagination span:nth-child(2) {
        width: 85px;
    }

    .tmpl-hh__office__slider-photo,
    .tmpl-hh__office__slider-video,
    .tmpl-hh__life__slider-photo,
    .tmpl-hh__life__slider-video {
        padding: 35px 0;
    }

    .tmpl-hh__office__video,
    .tmpl-hh__life__video {
        width: 78%;
    }

    .tmpl-hh__office-photo__pagination,
    .tmpl-hh__office-video__pagination,
    .tmpl-hh__life-photo__pagination,
    .tmpl-hh__life-video__pagination {
        gap: 12px;
    }

    .tmpl-hh__initiatives__wrapper {
        padding: 24px;
    }

    .tmpl-hh__initiatives__slider-wrapper {
        gap: 35px;
    }

    .tmpl-hh__initiatives__slider-wrapper--photo .tmpl-hh__slider-arrow {
        transform: translateY(-80px);
    }

    .tmpl-hh__initiatives__pagination {
        gap: 20px;
        width: 180px;
        padding: 4px;
    }

    .tmpl-hh__initiatives__pagination span+span::after {
        left: -10px;
    }

    .tmpl-hh__initiatives__pagination span {
        height: 35px;
        border-radius: 8px;
    }

    .tmpl-hh__initiatives__pagination span::before {
        font-size: 16px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(1) {
        width: 90px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(2) {
        width: 85px;
    }

    .tmpl-hh__initiatives__slider-photo {
        margin: 0 -50%;
        padding: 50px 0;
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide p {
        font-size: 14px;
        margin-top: 15px;
    }

    .tmpl-hh__initiatives-video__pagination {
        margin-top: 20px;
    }

    .tmpl-hh__initiatives-photo__pagination,
    .tmpl-hh__initiatives-video__pagination {
        gap: 12px;
    }

    .tmpl-hh__achievement__wrapper {
        gap: 24px;
    }

    .tmpl-hh__achievement__slider {
        padding: 24px 0;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide p {
        font-size: 14px;
        margin-top: 15px;
    }

    .tmpl-hh__achievement__pagination {
        gap: 12px;
    }

    .tmpl-hh__achievement .tmpl-hh__slider-arrow {
        border: 1px solid #282828;
        transform: translateY(-50%);
    }

    .tmpl-hh__achievement .tmpl-hh__slider-arrow:hover {
        border: 1px solid #FF2E1F;
    }

    .tmpl-hh__directions__inner {
        padding: 24px;
    }

    .tmpl-hh__directions__items {
        gap: 8px;
    }

    .tmpl-hh__directions__item {
        padding: 8px;
        font-size: 13px;
    }

    .tmpl-hh__map-city {
        width: 1em;
        height: 1em;
    }

    .tmpl-hh__map-city__name {
        font-size: 12px;
    }

    .tmpl-hh__map-city--almaty::before {
        width: 100px;
        height: 34px;
    }

    .tmpl-hh__map-city--kostanay::before {
        width: 110px;
        height: 35px;
    }

    .tmpl-hh__map-city--astana::before {
        width: 94px;
        height: 34px;
    }
}

@media (max-width: 699px) {
    .tmpl-hh__wrapper {
        font-size: 14px;
        padding: 0 !important;
    }

    .supernova-navi {
        max-width: 91% !important;
    }

    .tmpl-hh__tmpl-hh-container__wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tmpl-hh__hh-container {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .bloko-column>div {
        padding: 0 15px;
        max-width: 100%;
    }

    .tmpl-hh__slider-arrow {
        min-width: 38px;
        min-height: 38px;
        border: 1px solid #fff;
    }

    .tmpl-hh__slider-arrow:hover {
        border: 1px solid #FF2E1F;
    }

    .tmpl-hh__wrapper-radius {
        border-radius: 16px;
    }

    .tmpl-hh__title {
        font-size: 22px;
    }

    .tmpl-hh__title--mb-short {
        margin-bottom: 24px;
    }

    .tmpl-hh__title--mb-medium {
        margin-bottom: 30px;
    }

    .tmpl-hh__title--mb-long {
        margin-bottom: 34px;
    }

    .tmpl-hh__fs__wrapper {
        height: auto;
    }

    .tmpl-hh__fs__header {
        padding: 15px 15px 0;
    }

    .tmpl-hh__fs__lang-item {
        padding: 4px 6px;
        font-size: 12px;
        border-radius: 6px;
    }

    .tmpl-hh__fs__logo {
        width: 80px;
    }

    .tmpl-hh__fs__content {
        left: 15px;
        bottom: auto;
        top: 25%;
    }

    .tmpl-hh__fs__text {
        font-size: 16px;
        margin-top: 10px;
    }

    .tmpl-hh__fs__btn {
        margin-top: 10px;
        padding: 8px;
    }

    .tmpl-hh__fs__stats {
        position: relative;
        bottom: 0;
        right: 0;
        background: #F8F8F8;
        gap: 0;
        width: 100%;
        padding: 15px;
        margin-top: -10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tmpl-hh__fs__soc {
        right: 15px;
        top: 40%;
        gap: 15px;
    }

    .tmpl-hh__stat-card {
        gap: 8px;
        color: #656567;
        width: 50%;
        justify-content: center;
    }

    .tmpl-hh__stat-card__title {
        font-size: 22px;
    }

    .tmpl-hh__stat-card__text {
        font-size: 16px;
    }

    .tmpl-hh__stat-card::before,
    .tmpl-hh__stat-card::after {
        display: none;
    }

    .tmpl-hh__about__wrapper {
        padding: 16px;
        gap: 20px;
    }

    .tmpl-hh__mission__inner {
        gap: 10px;
    }

    .tmpl-hh__mission__card {
        width: 100%;
        padding: 24px;
    }

    .tmpl-hh__mission__card-decor {
        display: none;
    }

    .tmpl-hh__mission__card-text {
        font-size: 14px;
    }

    .tmpl-hh__company-type__wrapper {
        padding: 14px;
    }

    .tmpl-hh__company-type__pagination {
        margin: 0 auto 20px;
        padding: 4px;
        border-radius: 8px;
        gap: 8px;
    }

    .tmpl-hh__company-type__pagination span+span::after {
        left: -4px;
    }

    .tmpl-hh__company-type__pagination span {
        height: 20px;
        border-radius: 4px;
    }

    .tmpl-hh__company-type__pagination span::before {
        font-size: 10px;
    }

    .tmpl-hh__history__wrapper {
        padding: 30px 0;
    }

    .tmpl-hh__history__slider-one {
        padding-left: 80px;
        margin-right: -15%;
    }

    .tmpl-hh__history__road {
        border-top: none;
        border-bottom: none;
        margin: 16px 0;
    }

    .tmpl-hh__history__slider-two {
        padding-left: 20px;
    }

    .tmpl-hh__history__car {
        width: 70px;
        top: 50%;
        padding-left: 20px;
    }

    .tmpl-hh__history__item-title {
        font-size: 18px;
    }

    .tmpl-hh__history__item-text {
        margin-top: 8px;
        font-size: 12px;
        width: 90%;
    }

    .tmpl-hh__history__arrows {
        margin-top: 30px;
    }

    .tmpl-hh__benefits__pagination {
        gap: 8px;
        border-radius: 8px;
    }

    .tmpl-hh__benefits__pagination span+span::after {
        left: -4px;
        height: 100%;
    }

    .tmpl-hh__benefits__pagination span {
        height: 25px;
        border-radius: 4px;
    }

    .tmpl-hh__benefits__pagination span::before {
        font-size: 12px;
    }

    .tmpl-hh__benefits__cards {
        padding-top: 20px;
        gap: 10px 0;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card:nth-child(-n+2) {
        width: 49%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card:nth-last-child(-n+3) {
        width: 32.5%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card-back-text {
        font-size: 10px;
    }

    .tmpl-hh__benefits__card {
        width: 49%;
        height: 250px;
    }

    .tmpl-hh__benefits__card-front,
    .tmpl-hh__benefits__card-back {
        border-radius: 16px;
        padding: 12px;
    }

    .tmpl-hh__benefits__card-front-img,
    .tmpl-hh__benefits__card-back-img {
        width: 48px;
    }

    .tmpl-hh__benefits__card-front-title,
    .tmpl-hh__benefits__card-back-title {
        font-size: 18px;
    }

    .tmpl-hh__benefits__card-front-text,
    .tmpl-hh__benefits__card-back-text {
        font-size: 14px;
    }

    .tmpl-hh__benefits__card-front-text li+li,
    .tmpl-hh__benefits__card-back-text li+li {
        margin-top: 4px;
    }

    .tmpl-hh__benefits__card-front-text li,
    .tmpl-hh__benefits__card-back-text li {
        padding-left: 14px;
    }

    .tmpl-hh__stages__inner {
        gap: 15px 0;
        justify-content: space-between;
    }

    .tmpl-hh__stages__card {
        width: 49%;
        padding: 14px;
    }

    .tmpl-hh__stages__card-img {
        width: 34px;
    }

    .tmpl-hh__stages__card-text {
        font-size: 14px;
    }

    .tmpl-hh__stories__card {
        padding: 20px;
        gap: 15px;
    }

    .tmpl-hh__stories__card-content {
        width: 100%;
    }

    .tmpl-hh__stories__card-name {
        font-size: 22px;
    }

    .tmpl-hh__stories__card-position {
        margin-top: 4px;
    }

    .tmpl-hh__stories__card-text {
        margin-top: 20px;
        font-size: 14px;
    }

    .tmpl-hh__stories__card-text p+p {
        margin-top: 12px;
    }

    .tmpl-hh__stories__card-img {
        width: 100%;
    }

    .tmpl-hh__stories__card-img img {
        border-radius: 8px;
    }

    .tmpl-hh__stories__arrows {
        gap: 16px;
        margin: 0 0 16px 16px;
    }

    .tmpl-hh__office__wrapper,
    .tmpl-hh__life__wrapper {
        padding: 15px;
    }

    .tmpl-hh__office__slider-wrapper,
    .tmpl-hh__life__slider-wrapper {
        gap: 15px;
    }

    .tmpl-hh__office__pagination,
    .tmpl-hh__life__pagination {
        gap: 20px;
        width: 180px;
        padding: 4px;
        border-radius: 8px;
    }

    .tmpl-hh__office__pagination span+span::after,
    .tmpl-hh__life__pagination span+span::after {
        left: -10px;
    }

    .tmpl-hh__office__pagination span,
    .tmpl-hh__life__pagination span {
        height: 35px;
        border-radius: 4px;
    }

    .tmpl-hh__office__pagination span::before,
    .tmpl-hh__life__pagination span::before {
        font-size: 16px;
    }

    .tmpl-hh__office__pagination span:nth-child(1),
    .tmpl-hh__life__pagination span:nth-child(1) {
        width: 90px;
    }

    .tmpl-hh__office__pagination span:nth-child(2),
    .tmpl-hh__life__pagination span:nth-child(2) {
        width: 85px;
    }

    .tmpl-hh__office__slider-photo,
    .tmpl-hh__office__slider-video,
    .tmpl-hh__life__slider-photo,
    .tmpl-hh__life__slider-video {
        padding: 15px 0;
        margin: 0;
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-prev,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-prev,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-prev,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-prev {
        transform: translateX(0);
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-next,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-next,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-next,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-next {
        transform: translateX(0);
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-active,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-active,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-active,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-active {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide img,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide img,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide img,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide img {
        border-radius: 8px;
    }

    .tmpl-hh__office__video,
    .tmpl-hh__life__video {
        width: 78%;
    }

    .tmpl-hh__office-photo__pagination,
    .tmpl-hh__office-video__pagination,
    .tmpl-hh__life-photo__pagination,
    .tmpl-hh__life-video__pagination {
        gap: 12px;
    }

    .tmpl-hh__initiatives__wrapper {
        padding: 16px;
    }

    .tmpl-hh__initiatives__slider-wrapper {
        gap: 15px;
    }

    .tmpl-hh__initiatives__slider-wrapper--photo .tmpl-hh__slider-arrow {
        transform: translateY(-50px);
    }

    .tmpl-hh__initiatives__pagination {
        gap: 20px;
        width: 180px;
        padding: 4px;
        border-radius: 8px;
    }

    .tmpl-hh__initiatives__pagination span+span::after {
        left: -10px;
    }

    .tmpl-hh__initiatives__pagination span {
        height: 35px;
        border-radius: 4px;
    }

    .tmpl-hh__initiatives__pagination span::before {
        font-size: 16px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(1) {
        width: 90px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(2) {
        width: 85px;
    }

    .tmpl-hh__initiatives__slider-photo {
        margin: 0;
        padding: 20px 0;
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide p {
        font-size: 12px;
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide-prev {
        transform: translateX(0);
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide-next {
        transform: translateX(0);
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide-active {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__initiatives__slider-photo .tmpl-hh__swiper-slide img {
        border-radius: 8px;
    }

    .tmpl-hh__initiatives__slider-video-wrapper .tmpl-hh__swiper-slide img {
        border-radius: 8px;
    }

    .tmpl-hh__initiatives-video__pagination {
        margin-top: 20px;
    }

    .tmpl-hh__initiatives-photo__pagination,
    .tmpl-hh__initiatives-video__pagination {
        gap: 10px;
    }

    .tmpl-hh__achievement__wrapper {
        gap: 24px;
    }

    .tmpl-hh__achievement__slider {
        padding: 24px 0;
        margin: 0;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide p {
        font-size: 12px;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-prev {
        transform: translateX(0);
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-next {
        transform: translateX(0);
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-active {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide img {
        border-radius: 8px;
    }

    .tmpl-hh__achievement__pagination {
        gap: 12px;
    }

    .tmpl-hh__directions__inner {
        padding: 15px;
        position: relative;
        background: rgba(40, 40, 40, 0.7);
        border-radius: 0 0 16px 16px !important;
    }

    .tmpl-hh__directions__items {
        gap: 8px;
        flex-wrap: wrap;
    }

    .tmpl-hh__directions__item {
        padding: 8px;
        font-size: 13px;
    }

    .tmpl-hh__s-map {
        display: none;
    }
}

@media (max-width: 529px) {
    .tmpl-hh__slider-arrow {
        min-width: 26px;
        min-height: 26px;
    }

    .tmpl-hh__wrapper-radius {
        border-radius: 12px;
    }

    .tmpl-hh__title {
        font-size: 18px;
    }

    .tmpl-hh__title--mb-short {
        margin-bottom: 12px;
    }

    .tmpl-hh__title--mb-medium {
        margin-bottom: 22px;
    }

    .tmpl-hh__title--mb-long {
        margin-bottom: 26px;
    }

    .tmpl-hh__nav-btn {
        width: 28px;
        height: 20px;
    }

    .tmpl-hh__fs__header {
        padding: 10px 10px 0;
    }

    .tmpl-hh__fs__lang-item {
        padding: 4px;
        font-size: 10px;
        border-radius: 6px;
    }

    .tmpl-hh__fs__logo {
        width: 60px;
    }

    .tmpl-hh__fs__content {
        left: 10px;
        bottom: auto;
        top: 50%;
    }

    .tmpl-hh__fs__content .tmpl-hh__fs__btn {
        display: none;
    }

    .tmpl-hh__fs__text {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
    }

    .tmpl-hh__fs__btn {
        margin-top: 5px;
        font-size: 11px;
        padding: 2px;
        border: 1px solid #fff;
    }

    .tmpl-hh__fs__stats {
        display: none;
        position: relative;
        bottom: 0;
        right: 0;
        background: #F8F8F8;
        gap: 20px;
        width: 100%;
        padding: 15px;
        margin-top: -10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tmpl-hh__fs__soc {
        top: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        gap: 2px;
    }

    .tmpl-hh__fs__soc-item {
        width: 15px;
    }

    .tmpl-hh__stat-card {
        gap: 8px;
        width: 100%;
        justify-content: center;
        padding-bottom: 0;
    }

    .tmpl-hh__stat-card__title {
        font-size: 18px;
    }

    .tmpl-hh__stat-card__text {
        font-size: 14px;
    }

    .tmpl-hh__stat-card::before,
    .tmpl-hh__stat-card::after {
        display: none;
    }

    .tmpl-hh__about__wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .tmpl-hh__mission__card {
        padding: 15px;
    }

    .tmpl-hh__company-type__wrapper {
        padding: 14px;
    }

    .tmpl-hh__company-type .tmpl-hh__swiper-wrapper {
        align-items: center;
    }

    .tmpl-hh__company-type__pagination {
        margin: 0 auto 20px;
        padding: 4px;
        border-radius: 8px;
        flex-wrap: wrap;
        gap: 8px;
    }

    .tmpl-hh__company-type__pagination span+span::after {
        display: none;
    }

    .tmpl-hh__company-type__pagination span {
        width: 100% !important;
        height: 20px;
        border-radius: 4px;
    }

    .tmpl-hh__company-type__pagination span::before {
        font-size: 10px;
    }

    .tmpl-hh__history__wrapper {
        padding: 30px 0;
    }

    .tmpl-hh__history__slider-one {
        padding-left: 80px;
        margin-right: -15%;
    }

    .tmpl-hh__history__road {
        border-top: none;
        border-bottom: none;
        margin: 16px 0;
    }

    .tmpl-hh__history__slider-two {
        padding-left: 20px;
    }

    .tmpl-hh__history__car {
        width: 60px;
        top: -10%;
        padding-left: 20px;
    }

    .tmpl-hh__history__item-title {
        font-size: 14px;
    }

    .tmpl-hh__history__item-text {
        margin-top: 8px;
        font-size: 10px;
        width: 90%;
    }

    .tmpl-hh__history__arrows {
        margin-top: 30px;
        gap: 15px;
    }



    .tmpl-hh__benefits__pagination {
        flex-wrap: wrap;
    }

    .tmpl-hh__benefits__pagination span+span::after {
        display: none;
    }

    .tmpl-hh__benefits__pagination span {
        width: 100% !important;
    }

    .tmpl-hh__benefits__cards {
        padding-top: 20px;
        gap: 10px 0;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card:nth-child(-n+2) {
        width: 100%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card:nth-last-child(-n+3) {
        width: 100%;
    }

    .tmpl-hh__benefits__cards--zavod .tmpl-hh__benefits__card-back-text {
        font-size: 10px;
    }

    .tmpl-hh__benefits__card {
        width: 100%;
        height: 200px;
    }

    .tmpl-hh__benefits__card-front,
    .tmpl-hh__benefits__card-back {
        border-radius: 16px;
        padding: 12px;
    }

    .tmpl-hh__benefits__card-front-img,
    .tmpl-hh__benefits__card-back-img {
        width: 48px;
    }

    .tmpl-hh__benefits__card-front-title,
    .tmpl-hh__benefits__card-back-title {
        font-size: 18px;
    }

    .tmpl-hh__benefits__card-front-text,
    .tmpl-hh__benefits__card-back-text {
        font-size: 14px;
    }

    .tmpl-hh__benefits__card-front-text li+li,
    .tmpl-hh__benefits__card-back-text li+li {
        margin-top: 4px;
    }

    .tmpl-hh__benefits__card-front-text li,
    .tmpl-hh__benefits__card-back-text li {
        padding-left: 14px;
    }

    .tmpl-hh__benefits__card-front-text li::before,
    .tmpl-hh__benefits__card-back-text li::before {
        top: 5px;
    }

    .tmpl-hh__stages__inner {
        gap: 10px 0;
    }

    .tmpl-hh__stages__card {
        width: 100%;
    }

    .tmpl-hh__office__wrapper,
    .tmpl-hh__life__wrapper {
        padding: 10px;
    }

    .tmpl-hh__office__slider-wrapper,
    .tmpl-hh__life__slider-wrapper {
        gap: 5px;
    }

    .tmpl-hh__office__pagination,
    .tmpl-hh__life__pagination {
        gap: 10px;
        width: 160px;
        padding: 4px;
        border-radius: 8px;
    }

    .tmpl-hh__office__pagination span+span::after,
    .tmpl-hh__life__pagination span+span::after {
        left: -5px;
    }

    .tmpl-hh__office__pagination span,
    .tmpl-hh__life__pagination span {
        height: 25px;
        border-radius: 4px;
    }

    .tmpl-hh__office__pagination span::before,
    .tmpl-hh__life__pagination span::before {
        font-size: 14px;
    }

    .tmpl-hh__office__pagination span:nth-child(1),
    .tmpl-hh__life__pagination span:nth-child(1) {
        width: 90px;
    }

    .tmpl-hh__office__pagination span:nth-child(2),
    .tmpl-hh__life__pagination span:nth-child(2) {
        width: 85px;
    }

    .tmpl-hh__office__slider-photo,
    .tmpl-hh__office__slider-video,
    .tmpl-hh__life__slider-photo,
    .tmpl-hh__life__slider-video {
        padding: 15px 0;
        margin: 0;
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-prev,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-prev,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-prev,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-prev {
        transform: translateX(0);
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-next,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-next,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-next,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-next {
        transform: translateX(0);
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide-active,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide-active,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide-active,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide-active {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__office__slider-photo .tmpl-hh__swiper-slide img,
    .tmpl-hh__office__slider-video .tmpl-hh__swiper-slide img,
    .tmpl-hh__life__slider-photo .tmpl-hh__swiper-slide img,
    .tmpl-hh__life__slider-video .tmpl-hh__swiper-slide img {
        border-radius: 8px;
    }

    .tmpl-hh__office__video,
    .tmpl-hh__life__video {
        width: 78%;
    }

    .tmpl-hh__office-photo__pagination,
    .tmpl-hh__office-video__pagination,
    .tmpl-hh__life-photo__pagination,
    .tmpl-hh__life-video__pagination {
        gap: 8px;
    }

    .tmpl-hh__office-photo__pagination span,
    .tmpl-hh__office-video__pagination span,
    .tmpl-hh__life-photo__pagination span,
    .tmpl-hh__life-video__pagination span {
        width: 8px;
        height: 8px;
    }

    .tmpl-hh__initiatives__wrapper {
        padding: 0px;
    }

    .tmpl-hh__initiatives__slider-wrapper {
        gap: 5px;
    }

    .tmpl-hh__initiatives__slider-wrapper--photo .tmpl-hh__slider-arrow {
        transform: translateY(-50px);
    }

    .tmpl-hh__initiatives__pagination {
        gap: 10px;
        width: 160px;
        padding: 4px;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .tmpl-hh__initiatives__pagination span+span::after {
        left: -5px;
        height: 100%;
    }

    .tmpl-hh__initiatives__pagination span {
        height: 25px;
        border-radius: 4px;
    }

    .tmpl-hh__initiatives__pagination span::before {
        font-size: 14px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(1) {
        width: 90px;
    }

    .tmpl-hh__initiatives__pagination span:nth-child(2) {
        width: 85px;
    }

    .tmpl-hh__initiatives__slider-photo {
        margin: 0;
        padding: 0px;
    }

    .tmpl-hh__initiatives-photo__pagination,
    .tmpl-hh__initiatives-video__pagination {
        gap: 7px;
        margin-top: 10px;
    }

    .tmpl-hh__initiatives-photo__pagination span,
    .tmpl-hh__initiatives-video__pagination span {
        width: 7px;
        height: 7px;
    }

    .tmpl-hh__achievement__wrapper {
        gap: 5px;
    }

    .tmpl-hh__achievement__slider {
        padding: 0;
        margin: 0;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide p {
        font-size: 12px;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-prev {
        transform: translateX(0);
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-next {
        transform: translateX(0);
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide-active {
        opacity: 1;
        scale: 1;
    }

    .tmpl-hh__achievement__slider .tmpl-hh__swiper-slide img {
        border-radius: 8px;
    }

    .tmpl-hh__achievement__pagination {
        gap: 7px;
        margin-top: 10px;
    }

    .tmpl-hh__achievement__pagination span {
        width: 7px;
        height: 7px;
    }

    .tmpl-hh__directions__inner {
        padding: 15px;
        position: relative;
        background: rgba(40, 40, 40, 0.7);
        border-radius: 0 0 16px 16px !important;
    }

    .tmpl-hh__directions__items {
        gap: 8px;
        flex-wrap: wrap;
    }

    .tmpl-hh__directions__item {
        padding: 8px;
        font-size: 13px;
    }
}

@media (max-width: 529px) {
    .tmpl-hh__tmpl-hh-brand-container {
        max-width: 100vw !important;
    }
}