.top-page {
    margin-bottom: 35px;
}
.top-page h1 {
    font-family: Montserrat;
    color: #0039C8;
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
}

.tmpl_hh_wrapper a,
.tmpl_hh_wrapper img,
.tmpl_hh_wrapper li,
.tmpl_hh_wrapper ol,
.tmpl_hh_wrapper p,
.tmpl_hh_wrapper ul {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
}

.tmpl_hh_wrapper ol,
.tmpl_hh_wrapper ul {
    list-style: none;
}

.tmpl_hh_wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    user-select: none;
}

.tmpl_hh_wrapper * {
    box-sizing: border-box;
}

.tmpl_hh_wrapper [role=button] {
    outline: 0;
}

.tmpl_hh_wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.42;
    font-family: Arial, sans-serif;
    color: #797979;
    letter-spacing: 0.01em;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
}

.tmpl_hh_vacancy_block {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto 25px;
    padding-top: 30px;
}

.tmpl_hh_vacancy_block__title {
    margin: 20px 0;
    font-weight: 400;
    font-size: 18px;
}

.tmpl_hh_vacancy_block__insider {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 10;
}

.tmpl_hh_visually_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    pointer-events: none;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
}

.tmpl_hh_container {
    padding-right: 15px;
    padding-left: 15px;
}

.swiper {
    position: relative;
    z-index: 1;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    transition-timing-function: initial;
    transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    width: var(--swiper-centered-offset-after);
    height: 100%;
    min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

button.swiper-pagination-bullet {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 20px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.3s;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #000000;
    border-radius: 100%;
    outline: 0;
}

.swiper-pagination-bullet-active {
    background: #007aff;
}

.swiper-scrollbar {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    touch-action: none;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    top: auto;
    bottom: 4px;
    left: 1%;
    z-index: 50;
    width: 98%;
    height: 4px;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    top: 1%;
    right: 4px;
    left: auto;
    z-index: 50;
    width: 4px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.tmpl_hh_text_content p + p {
    margin-top: 16px;
}

.tmpl_hh_text_content--alternative p + p {
    margin-top: 12px;
}

.tmpl_hh_button,
a.tmpl_hh_button {
    display: block;
    width: fit-content;
    padding: 20px 32px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    font-family: inherit;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.01em;
    background-color: #0039C8;
    border: 0;
    border-radius: 40px;
    cursor: pointer;
    transition: opacity 0.2s linear;
    -webkit-user-select: none;
    user-select: none;
}

.tmpl_hh_button:focus,
a.tmpl_hh_button:focus {
    color: #ffffff;
}

.tmpl_hh_button:focus-visible,
a.tmpl_hh_button:focus-visible {
    color: #ffffff;
    opacity: 0.7;
}

.tmpl_hh_button:active,
a.tmpl_hh_button:active {
    color: #ffffff;
    opacity: 0.4;
}

.tmpl_hh_button--secondary,
a.tmpl_hh_button--secondary {
    padding: 16px 28px;
    color: #1d1f8d;
    background-color: #ffffff;
}

.tmpl_hh_button--secondary:focus,
a.tmpl_hh_button--secondary:focus {
    color: #1d1f8d;
}

.tmpl_hh_button--secondary:focus-visible,
a.tmpl_hh_button--secondary:focus-visible {
    color: #1d1f8d;
}

.tmpl_hh_button--secondary:active,
a.tmpl_hh_button--secondary:active {
    color: #1d1f8d;
}

.tmpl_hh_button--icon,
a.tmpl_hh_button--icon {
    padding-left: 59px;
    background-image: url(https://img.hhcdn.ru/ichameleon/457466.svg);
    background-repeat: no-repeat;
    background-position: left 28px center;
    background-size: 19px 18px;
}

.tmpl_hh_slider {
    position: relative;
}

.tmpl_hh_slider--mobile .tmpl_hh_slider__navigation {
    display: none;
}

.tmpl_hh_slider__pagination {
    display: none;
}

.tmpl_hh_slider__pagination-button {
    position: relative;
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: rgba(29, 31, 141, 0.3);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.2s linear, background-color 0.2s linear, transform 0.2s linear;
}

.tmpl_hh_slider__pagination-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.tmpl_hh_slider__pagination-button:focus-visible {
    opacity: 0.7;
}

.tmpl_hh_slider__pagination-button:active {
    opacity: 0.4;
}

.tmpl_hh_slider__pagination-button--disabled,
.tmpl_hh_slider__pagination-button:disabled {
    opacity: 0.3;
    pointer-events: none;
}

.tmpl_hh_slider__pagination-button--active {
    background-color: #1d1f8d;
    transform: scale(1.34);
}

.tmpl_hh_slider__navigation {
    position: absolute;
    top: -85px;
    right: 0;
    display: flex;
    gap: 16px;
}
.tmpl_hh_slider__navigation .swiper-button-next:after, .tmpl_hh_slider__navigation .swiper-button-prev:after {
    display: none;
}
.tmpl_hh_slider__navigation .tmpl_hh_slider__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    padding: 0;
    background-color: #0039C8;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.2s linear, background-color 0.2s linear;
    right: auto;
    top: auto;
    left: auto;
}

.tmpl_hh_slider__navigation .tmpl_hh_slider__button svg {
    transition: fill 0.2s linear;
    fill: #ffffff;
    width: auto;
    height: auto;
}

.tmpl_hh_slider__navigation .tmpl_hh_slider__button:focus {
    color: #ffffff;
}

.tmpl_hh_slider__navigation .tmpl_hh_slider__button:focus-visible {
    opacity: 0.7;
}

.tmpl_hh_slider__navigation .tmpl_hh_slider__button:active {
    opacity: 0.4;
}

.tmpl_hh_slider__navigation .tmpl_hh_slider__button--prev svg {
    transform: rotate(180deg);
}

.tmpl_hh_slider__navigation .tmpl_hh_slider__button--disabled,
.tmpl_hh_slider__navigation .tmpl_hh_slider__button:disabled {
    background-color: #e8e8e8;
    cursor: default;
    pointer-events: none;
}

.tmpl_hh_slider__navigation .tmpl_hh_slider__button--disabled svg,
.tmpl_hh_slider__navigation .tmpl_hh_slider__button:disabled svg {
    fill: #000000;
}

.tmpl_hh_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #e8e8e8;
    border-radius: 8px;
}

.tmpl_hh_list,
ul.tmpl_hh_list {
    margin-left: 18px;
}

.tmpl_hh_list .tmpl_hh_list__item {
    position: relative;
    margin-bottom: 4px;
}

.tmpl_hh_list .tmpl_hh_list__item::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -18px;
    width: 8px;
    height: 8px;
    background-color: #0407ff;
    border-radius: 50%;
}

.tmpl_hh_list .tmpl_hh_list__item:last-child {
    margin-bottom: 0;
}

.tmpl_hh_achievement_card {
    position: relative;
    display: flex;
    justify-content: space-between;
    /*background-color: #ffffff;*/
    border-radius: 0 24px 24px 0;
}

.tmpl_hh_achievement_card__content {
    width: 497px;
    padding-top: 84px;
}

.tmpl_hh_achievement_card__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.tmpl_hh_achievement_card__title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    letter-spacing: 0.01em;
}

.tmpl_hh_achievement_card__text-content {
    width: 472px;
}

.tmpl_hh_achievement_card__grafic {
    /*width: 522px;*/
}

.tmpl_hh_achievement_card__image {
    text-align: center;
    display: flex;
    justify-content: center;
}

.tmpl_hh_achievement_card__image img {
    border-radius: 24px;
}

.tmpl_hh_value_card {
    display: flex;
    flex-direction: column;
}

.tmpl_hh_value_card__text-content {
    flex-grow: 1;
    /*max-width: 553px;*/
    margin-bottom: 30px;
}

.tmpl_hh_value_card__title {
    margin-bottom: 24px;
    padding-right: 153px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    min-height: 86px;
}

.tmpl_hh_value_card__image img {
    border-radius: 24px;
}

.tmpl_hh_feature_card__icon {
    margin-bottom: 28px;
}

.tmpl_hh_feature_card__title {
    margin-bottom: 16px;
    padding-right: 105px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    letter-spacing: 0.01em;
}

.tmpl_hh_hero {
    position: relative;
    padding: 40px 0 98px;
    background-color: #1d1f8d;
    background-image: url(https://img.hhcdn.ru/ichameleon/457470.svg), url(https://img.hhcdn.ru/ichameleon/457471.svg), url(https://img.hhcdn.ru/ichameleon/457472.svg);
    background-repeat: no-repeat;
    background-position: left 139px bottom, right top, left top;
    border-radius: 24px;
}

.tmpl_hh_hero .tmpl_hh_container {
    padding-left: 40px;
    padding-right: 40px;
}

.tmpl_hh_hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 712px;
    height: 100%;
    background-image: -webkit-image-set(url("https://img.hhcdn.ru/ichameleon/457473.png") 2x, url("https://img.hhcdn.ru/ichameleon/457474.png") 1x);
    background-image: image-set(url("https://img.hhcdn.ru/ichameleon/457473.png") 2x, url("https://img.hhcdn.ru/ichameleon/457474.png") 1x);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    border-radius: 0 24px 24px 0;
}

.tmpl_hh_hero__content {
    padding-top: 151px;
}

.tmpl_hh_about {
    padding: 104px 0;
}

.tmpl_hh_about .tmpl_hh_container {
    display: flex;
}

.tmpl_hh_about__title {
    width: 50%;
    padding-top: 10px;
    padding-right: 20px;
}

.tmpl_hh_about__content {
    width: 50%;
}

.tmpl_hh_about__text-content {
    margin-bottom: 39px;
    font-size: 24px;
    letter-spacing: 0.01em;
}

.tmpl_hh_achievements {
    overflow: visible;
}

.tmpl_hh_achievements__wrapper {
    position: relative;
    padding-top: 115px;
    padding-bottom: 35px;
    overflow: visible;
}

.tmpl_hh_achievements__wrapper::after,
.tmpl_hh_achievements__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    height: 3px;
    background-color: #e8e8e8;
}

.tmpl_hh_achievements__wrapper::after {
    top: auto;
    bottom: 0;
}

.tmpl_hh_achievements__title {
    margin-bottom: 90px;
    margin-left: 3px;
}

.tmpl_hh_achievements__slider {
    overflow: visible;
}

.tmpl_hh_achievements__cards {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
    overflow: visible;
    gap: 64px;
}

/*.tmpl_hh_achievements__cards::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    width: 64px;*/
/*    height: 64px;*/
/*    background-color: #0039C8;*/
/*    background-image: url(https://img.hhcdn.ru/ichameleon/457465.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 22px 22px;*/
/*    border-radius: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/

.tmpl_hh_achievements .tmpl_hh_achievements__card-wrapper {
    position: sticky;
    /*top: 67px;*/
    overflow: hidden;
}

.tmpl_hh_values {
    padding-top: 111px;
}

.tmpl_hh_values__title {
    margin-bottom: 66px;
    margin-left: 3px;
}

.tmpl_hh_values .tmpl_hh_values__list {
    display: grid;
    margin-bottom: 72px;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.tmpl_hh_values__slogan {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    letter-spacing: 0.01em;
}

.tmpl_hh_features {
    padding-top: 100px;
}

.tmpl_hh_features__title {
    max-width: 50%;
    margin-top: 12px;
    margin-bottom: 80px;
    margin-left: 4px;
}

.tmpl_hh_columns_container {
    padding-top: 150px;
}

.tmpl_hh_columns_container__wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
}

.tmpl_hh_columns_container__wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 304px;
    background-image: -webkit-image-set(url("https://img.hhcdn.ru/ichameleon/457468.jpg") 2x, url("https://img.hhcdn.ru/ichameleon/457469.jpg") 1x);
    background-image: image-set(url("https://img.hhcdn.ru/ichameleon/457468.jpg") 2x, url("https://img.hhcdn.ru/ichameleon/457469.jpg") 1x);
    background-size: cover;
    border-radius: 24px;
}

.tmpl_hh_columns_container__left-column {
    grid-row: 1/-1;
}

.tmpl_hh_clients {
    padding: 245px 40px 45px;
    background-color: #e8e8e8;
    background-image: url(https://img.hhcdn.ru/ichameleon/457467.svg);
    background-repeat: no-repeat;
    background-position: left 42px top -37px;
    background-size: 492px 249px;
    border-radius: 24px;
}

.tmpl_hh_clients__title {
    margin-bottom: 32px;
    margin-left: 4px;
}

.tmpl_hh_clients__text-content {
    max-width: 432px;
}

.tmpl_hh_join_team {
    padding: 56px 95px;
    color: #ffffff;
    background-color: #1d1f8d;
    border-radius: 24px;
}

.tmpl_hh_join_team__wrapper {
    display: grid;
    width: fit-content;
    margin: 0 auto;
    column-gap: 40px;
    row-gap: 35px;
    grid-template-columns: 106px 236px;
}

.tmpl_hh_join_team__logo {
    margin-top: 7px;
}

.tmpl_hh_join_team .tmpl_hh_join_team__button {
    width: 100%;
    grid-column: 1/-1;
}

.tmpl_hh_footer {
    padding-top: 48px;
}

.tmpl_hh_footer .tmpl_hh_footer__footnotes {
    padding-left: 40px;
    font-size: 15px;
    line-height: 1.2;
    color: #b2b2b2;
    letter-spacing: 0.01em;
}

.tmpl_hh_footer .tmpl_hh_footer__footnote {
    margin-bottom: 8px;
}

.tmpl_hh_footer .tmpl_hh_footer__footnote:last-child {
    margin-bottom: 0;
}
.tmpl_hh_slider__swiper {
    padding-bottom: 50px!important;
}

.tmpl_hh_achievements__slider-outer {
    position: relative;
}
.tmpl_hh_slider__navigation.tmpl-navi {
    display: none;
}
.circle-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.circle-btn span {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #0039C8;
    background-image: url(https://img.hhcdn.ru/ichameleon/457465.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    border-radius: 50%;
}
.circle-btn span:hover {
    opacity: 0.8;
    cursor: pointer;
}
.page-info h2.h2 {
    margin-bottom: 35px;
    font-family: Montserrat;
    color: #0039C8;
    font-size: 53px;
    font-weight: 700;
    line-height: normal;
}
.tmpl_hh_join_team__title .to-us-text {
    font-family: Montserrat;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
}
.tmpl_hh_hero__text .hero-content {

}
.tmpl_hh_hero__text .hero-content .hero-text-1 {
    font-family: Montserrat;
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    line-height: normal;
    max-width: 355px;
}
.tmpl_hh_hero__text .hero-content .hero-text-2 {
    font-family: Montserrat;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: normal;
    max-width: 650px;
    margin-top: 30px;
}

/***********************************************************/
/***********************************************************/
/***********************************************************/

@media (max-width: 1339px) {
    .tmpl_hh_wrapper {
        /*max-width: 930px;*/
        font-size: 18px;
        line-height: 1.42;
    }

    .tmpl_hh_vacancy_block {
        max-width: 930px;
    }

    .tmpl_hh_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tmpl_hh_achievement_card__content {
        width: 445px;
        padding-top: 69px;
    }

    .tmpl_hh_achievement_card__title {
        margin-bottom: 12px;
        font-size: 30px;
    }

    .tmpl_hh_achievement_card__text-content {
        width: auto;
        font-size: 15px;
    }

    .tmpl_hh_achievement_card__grafic {
        /*width: 398px;*/
    }

    .tmpl_hh_value_card__title {
        padding-right: 0;
    }

    .tmpl_hh_hero__content {
        padding-top: 45px;
    }

    .tmpl_hh_hero__text {
        width: 498px;
    }

    .tmpl_hh_columns_container__wrapper::before {
        /*width: 423px;*/
    }

    .tmpl_hh_clients {
        padding: 214px 40px 60px;
        background-position: center top -37px;
    }

    .tmpl_hh_clients__title {
        margin-bottom: 24px;
    }

    .tmpl_hh_join_team {
        padding: 32px 12px;
    }

    .tmpl_hh_join_team__wrapper {
        column-gap: 27px;
        row-gap: 25px;
        grid-template-columns: 110px 190px;
    }
}

@media (max-width: 1019px) {
    .tmpl_hh_wrapper {
        /*max-width: 610px;*/
        padding-top: 22px;
        font-size: 15px;
        line-height: 1.29;
    }

    .tmpl_hh_vacancy_block {
        max-width: 610px;
    }

    .tmpl_hh_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tmpl_hh_text_content p + p {
        margin-top: 8px;
    }

    .tmpl_hh_button,
    a.tmpl_hh_button {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 1.3;
        border-radius: 32px;
    }

    .tmpl_hh_button--secondary,
    a.tmpl_hh_button--secondary {
        padding: 12px 15px;
    }

    .tmpl_hh_button--icon,
    a.tmpl_hh_button--icon {
        padding-left: 36px;
        background-position: left 15px center;
        background-size: 13px 13px;
    }

    .tmpl_hh_logo img {
        width: 69px;
        height: 59px;
    }

    .tmpl_hh_logo--large img {
        width: 70px;
        height: 59px;
    }

    .tmpl_hh_slider--mobile .tmpl_hh_slider__navigation {
        position: absolute;
        top: 0;
        left: 17px;
        display: block;
        width: calc(100% - 34px);
        height: auto;
        aspect-ratio: 311/200;
    }

    .tmpl_hh_slider--mobile .tmpl_hh_slider__navigation .tmpl_hh_slider__button {
        position: absolute;
        top: 50%;
        right: -17px;
        z-index: 2;
        transform: translateY(-50%);
    }

    .tmpl_hh_slider--mobile .tmpl_hh_slider__navigation .tmpl_hh_slider__button--prev {
        right: auto;
        left: -17px;
    }

    .tmpl_hh_slider__pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 28px;
        padding: 1px 0 3px;
        gap: 9px;
    }

    .tmpl_hh_slider__navigation.tmpl-navi {
        display: flex;
        top: 28vw;
        width: 100%;
        justify-content: space-between;
    }
    .tmpl_hh_slider__navigation.tmpl-navi .swiper-button-prev, .tmpl_hh_slider__navigation.tmpl-navi .swiper-button-next {
        top: auto;
        bottom: auto;
        margin: 0;
        padding: 0;
    }
    .tmpl_hh_slider__navigation.tmpl-navi .swiper-button-prev {
        left: -20px;
    }
    .tmpl_hh_slider__navigation.tmpl-navi .swiper-button-next {
        right: -20px;
    }

    .tmpl_hh_slider__navigation .tmpl_hh_slider__button {
        width: 40px;
        height: 40px;
    }

    .tmpl_hh_slider__navigation .tmpl_hh_slider__button svg {
        width: 8px;
        height: 14px;
    }

    .tmpl_hh_icon {
        width: 48px;
        height: 48px;
        border-radius: 7px;
    }

    .tmpl_hh_icon img {
        transform: scale(0.8);
    }

    .tmpl_hh_list,
    ul.tmpl_hh_list {
        margin-left: 17px;
    }

    .tmpl_hh_list .tmpl_hh_list__item::before {
        top: 7px;
        left: -17px;
        width: 5px;
        height: 5px;
    }

    .tmpl_hh_achievement_card {
        position: relative;
        flex-direction: column-reverse;
        border-radius: 12px 12px 0 0;
    }

    .tmpl_hh_achievement_card__content {
        width: auto;
        padding-top: 0;
    }

    .tmpl_hh_achievement_card__icon {
        position: absolute;
        top: auto;
        bottom: 12px;
        left: 12px;
    }

    .tmpl_hh_achievement_card__title {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 1.1;
    }

    .tmpl_hh_achievement_card__text-content {
        font-size: inherit;
    }

    .tmpl_hh_achievement_card__grafic {
        position: relative;
        width: auto;
        margin-bottom: 24px;
    }

    .tmpl_hh_achievement_card__image img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        aspect-ratio: 311/200;
    }

    .tmpl_hh_value_card__text-content {
        margin-bottom: 21px;
    }

    .tmpl_hh_value_card__title {
        margin-bottom: 16px;
        padding-right: 30px;
        font-size: 24px;
        line-height: 1.1;
    }

    .tmpl_hh_value_card__image img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        aspect-ratio: 311/208;
    }

    .tmpl_hh_feature_card__icon {
        margin-bottom: 12px;
    }

    .tmpl_hh_feature_card__title {
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 1.3;
    }

    .tmpl_hh_hero {
        padding: 23px 0 268px;
        background-image: url(https://img.hhcdn.ru/ichameleon/457475.svg), url(https://img.hhcdn.ru/ichameleon/457476.svg), url(https://img.hhcdn.ru/ichameleon/457477.svg);
        background-repeat: no-repeat;
        background-position: right top 65px, right top, left top;
        background-size: 100%, 261px 408px, 100%;
        border-radius: 12px;
    }

    .tmpl_hh_hero::before {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 287px;
        background-image: -webkit-image-set(url("https://img.hhcdn.ru/ichameleon/457478.png") 2x, url("https://img.hhcdn.ru/ichameleon/457479.png") 1x);
        background-image: image-set(url("https://img.hhcdn.ru/ichameleon/457478.png") 2x, url("https://img.hhcdn.ru/ichameleon/457479.png") 1x);
        background-position: right bottom;
        border-radius: 0 0 12px 12px;
    }

    .tmpl_hh_hero__content {
        padding-top: 37px;
    }

    .tmpl_hh_hero__text {
        width: auto;
    }

    .tmpl_hh_header {
        padding-left: 6px;
    }

    .tmpl_hh_about {
        padding: 57px 0 56px;
    }

    .tmpl_hh_about .tmpl_hh_container {
        display: block;
    }

    .tmpl_hh_about__title {
        width: auto;
        margin-bottom: 25px;
        padding: 0;
    }

    .tmpl_hh_about__title img {
        width: 198px;
        height: 96px;
    }

    .tmpl_hh_about__content {
        width: auto;
    }

    .tmpl_hh_about__text-content {
        margin-bottom: 33px;
        font-size: 17px;
    }

    .tmpl_hh_about__text-content br {
        display: none;
    }

    .tmpl_hh_achievements__wrapper {
        padding-top: 63px;
        padding-bottom: 54px;
    }

    .tmpl_hh_achievements__wrapper::after,
    .tmpl_hh_achievements__wrapper::before {
        left: 17px;
        width: calc(100% - 34px);
        height: 2px;
    }

    .tmpl_hh_achievements__title {
        margin-bottom: 46px;
    }

    .tmpl_hh_achievements__slider {
        /*width: calc(100% + 34px);*/
        /*margin-left: -17px;*/
        /*padding: 0 17px;*/
        overflow: hidden;
    }

    .tmpl_hh_achievements__cards {
        flex-direction: row;
        padding-bottom: 0;
        gap: 0;
    }

    .tmpl_hh_achievements__cards::before {
        display: none;
    }

    .tmpl_hh_achievements .tmpl_hh_achievements__card-wrapper {
        position: static;
    }

    .tmpl_hh_values {
        padding-top: 61px;
    }

    .tmpl_hh_values__title {
        width: 132px;
        height: 25px;
        margin-bottom: 46px;
    }

    .tmpl_hh_values .tmpl_hh_values__list {
        display: block;
        margin-bottom: 40px;
    }

    .tmpl_hh_values .tmpl_hh_values__item {
        margin-bottom: 40px;
    }

    .tmpl_hh_values .tmpl_hh_values__item:last-child {
        margin-bottom: 0;
    }

    .tmpl_hh_values__slogan {
        font-size: 24px;
        line-height: 1.1;
    }

    .tmpl_hh_features {
        padding-top: 60px;
    }

    .tmpl_hh_features__title {
        max-width: none;
        margin-top: 0;
        margin-bottom: 40px;
        margin-left: 1px;
    }

    .tmpl_hh_columns_container {
        padding-top: 54px;
    }

    .tmpl_hh_columns_container__wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .tmpl_hh_columns_container__wrapper::before {
        order: 2;
        width: 100%;
        height: auto;
        border-radius: 12px;
        aspect-ratio: 311/165;
    }

    .tmpl_hh_columns_container__left-column {
        order: 1;
    }

    .tmpl_hh_columns_container__last-element {
        order: 3;
    }

    .tmpl_hh_clients {
        padding: 181px 16px 24px;
        background-size: 311px 158px;
        border-radius: 12px;
    }

    .tmpl_hh_clients__title {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .tmpl_hh_clients__title img {
        width: 189px;
        height: 19px;
    }

    .tmpl_hh_clients__text-content {
        line-height: 1.27;
    }

    .tmpl_hh_join_team {
        border-radius: 12px;
    }

    .tmpl_hh_join_team__logo {
        margin-top: 5px;
        margin-left: 20px;
    }

    .tmpl_hh_join_team__title {
        margin-right: 22px;
    }

    .tmpl_hh_join_team__title img {
        width: 148px;
        height: 66px;
    }

    .tmpl_hh_footer {
        padding-top: 32px;
    }

    .tmpl_hh_footer .tmpl_hh_footer__footnotes {
        padding-left: 0;
        font-size: 13px;
    }

    .tmpl_hh_footer .tmpl_hh_footer__footnote {
        margin-bottom: 4px;
    }

    .tmpl_hh_footer .tmpl_hh_footer__footnote:last-child {
        margin-bottom: 0;
    }
    .tmpl_hh_join_team__title .to-us-text {
        font-size: 20px;
        margin-bottom: 10px;
    }
}


@media (max-width: 991px) {
    .tmpl_hh_features .tmpl_hh_slider__navigation {
        display: none!important;
    }
    .page-info h2.h2 {
        font-size: 40px;
    }
    .tmpl_hh_value_card__title {
        min-height: auto;
    }
    .page-info {
        padding: 20px 0!important;
    }
    .top-page {
        margin-bottom: 15px;
    }
}


@media (max-width: 699px) {
    .tmpl_hh_wrapper {
        font-size: 15px;
        line-height: 1.29;
    }

    .tmpl_hh_container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tmpl_hh_about .tmpl_hh_about__button {
        width: calc(100% + 34px);
        margin-left: -17px;
    }

    .tmpl_hh_join_team__wrapper {
        grid-template-columns: 90px 170px;
    }
}

@media (max-width: 600px) {
    .page-info h2.h2 {
        font-size: 27px;
    }
    .tmpl_hh_hero__text .hero-content .hero-text-2 {
        font-size: 32px;
    }
    .tmpl_hh_hero__text .hero-content .hero-text-1 {
        font-size: 21px;
        max-width: 100%;
    }
    .tmpl_hh_join_team__title .to-us-text {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tmpl_hh_hero__text .hero-content .hero-text-2 {
        font-size: 29px;
    }
}

@media (max-width: 374px) {
    .tmpl_hh_join_team__wrapper {
        column-gap: 15px;
        grid-template-columns: 31% 59%;
    }

    .tmpl_hh_join_team__logo {
        margin-left: 0;
    }

    .tmpl_hh_join_team__title {
        margin-right: 0;
    }
}

@media (hover: hover) {

    .tmpl_hh_button:hover:not(:active),
    a.tmpl_hh_button:hover:not(:active) {
        color: #ffffff;
        opacity: 0.7;
    }

    .tmpl_hh_button--secondary:hover:not(:active),
    a.tmpl_hh_button--secondary:hover:not(:active) {
        color: #1d1f8d;
    }

    .tmpl_hh_slider__pagination-button:hover:not(:active) {
        opacity: 0.7;
    }

    .tmpl_hh_slider__navigation .tmpl_hh_slider__button:hover:not(:active) {
        opacity: 0.7;
    }

    .tmpl_hh_slider__navigation .tmpl_hh_slider__button--disabled:hover:not(:active),
    .tmpl_hh_slider__navigation .tmpl_hh_slider__button:disabled:hover:not(:active) {
        opacity: 1;
    }
}