

/* Start:/local/templates/improvement/css/fonts.css?1614857661538*/
@font-face {
    font-family: 'Inter';
    src: url("/local/templates/improvement/css/../fonts/Inter-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'Inter';
    src: url("/local/templates/improvement/css/../fonts/Inter-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Inter';
    src: url("/local/templates/improvement/css/../fonts/Inter-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Inter';
    src: url("/local/templates/improvement/css/../fonts/Inter-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: 'Inter';
    src: url("/local/templates/improvement/css/../fonts/Inter-ExtraLight.ttf");
    font-weight: 200;
}
/* End */


/* Start:/local/templates/improvement/css/normalize.css?16673691786249*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 25px 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/improvement/css/grid.css?1614855612456*/
.container {
    margin: 0 auto;
    padding: 0 15px;
}

@media(min-width: 1250px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1250px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/improvement/css/animations.css?1615216849240*/
@keyframes fadeInTranslate {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/* End */


/* Start:/local/templates/improvement/css/modal.css?16189267464515*/
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

.modal__container {
    background-color: #fff;
    padding: 31px 36px 42px 38px;
    max-width: 749px;
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 0;
    margin: 0;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__container_large {
    max-width: 1200px;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.modal__header_big-margin {
    margin-bottom: 30px;
}

.modal__title {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #65CCF7;
    text-transform: uppercase;
}

.modal__close {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.modal__header .modal__close:before {
    content: "\2715";
    color: #0057A4;
    font-size: 20px;
}

.modal__header .modal__close:focus {
    outline: none;
}

.modal__content {

}

.modal__content__title {
    margin: 0 0 36px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #323232;
}

.modal__content__title__no-margin {
    margin: 0 0 10px;
}

.modal__btn {
    width: 212px;
}

.modal__btn:not(:last-of-type) {
    margin-right: 15px;
}

.modal__content__info__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.modal__content__info__wrapper_grid {
    display: grid;
    justify-content: initial;
    align-items: initial;
    row-gap: 30px;
}

.modal input[type="text"] {
    border: 1px solid #b8b8b8;
    border-radius: 28px;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    line-height: 24px;
    flex-grow: 1;
    min-width: 0;
    transition: border-color 0.3s ease-in-out;
}

.modal input[type="text"]:not(:last-of-type) {
    margin-right: 7px;
}

.modal input[type="text"]:focus {
    outline: none;
    border-color: #323232;
}

.modal__dnd {
    border: 1px dashed #b8b8b8;
    border-radius: 27px;
    padding: 50px 20px;
    display: grid;
    box-sizing: border-box;
    justify-items: center;
    row-gap: 10px;
    transition: 0.3s ease-in-out;
    transition-property: border-color, background-color;
}

.modal__dnd_active {
    border-color: #0057A4;
    background-color: #0057a412;
}

.modal__dnd svg {
    margin-bottom: 9px;
}

.modal__dnd__title {
    font-size: 20px;
    line-height: 26px;
    color: #323232;
}

.modal__dnd__title:last-of-type {
    display: none;
}

.modal__dnd__label {
    margin: 0;
    color: #0057A4;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}

.modal__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.modal__footer_flex-start {
    justify-content: flex-start;
}

.modal-success-stories-content {
    display: grid;
    row-gap: 8px;
    margin: 10px 0 15px;
    padding-right: 30px;
    box-sizing: border-box;
}

.modal__title__success-stories-author {
    display: grid;
    grid-template-columns: 56px auto;
    column-gap: 10px;
    align-items: center;
}

.modal__title__success-stories-author img {
    grid-row: span 2;
}

.modal__title__success-stories-author span:last-of-type {
    grid-column: 2;
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__overlay:focus {
    outline: none;
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

/* End */


/* Start:/local/templates/improvement/css/media.css?166545874012353*/
@media (max-width: 1250px) {
    .header .logo {
        margin-right: 0;
        width: 118px;
    }

    .header .header-menu {
        justify-content: space-between;
    }

    .header .header-menu__link {
        font-size: 13px;
    }

    .header .header-menu__link:not(:last-of-type) {
        margin-right: 15px;
    }

    .main h2.main-agitation__title {
        font-size: 32px;
        line-height: 40px;
    }

    .main h1.main-agitation__title {
        font-size: 46px;
        line-height: 58px;
    }

    .wrapper .block-title {
        font-size: 32px;
        line-height: 40px;
    }

    .about-company .about-company__quote-block__quote {
        font-size: 18px;
        line-height: 26px;
    }

    .projects .project-item__title {
        font-size: 32px;
        line-height: 38px;
    }

    .carrier .carrier-item {
        min-height: 405px;
        height: auto;
    }

    .interview .interview__description {
        font-size: 24px;
        line-height: 42px;
    }

    .life .life-tab__item__title {
        font-size: 24px;
        line-height: 42px;
    }

    .citation .citation__text {
        font-size: 34px;
        line-height: 42px;
    }
}

@media (max-width: 991px) {
    .wrapper header.header {
        height: 64px;
        min-height: auto;
        position: sticky;
        padding: 16px 0;
        top: 0;
        z-index: 5;
    }

    .header .header__wrapper {
        grid-template-columns: repeat(2, auto);
        justify-content: space-between;
    }

    .header .header-menu {
        display: none;
    }

    .header .header__socials {
        display: none;
    }

    .header .logo {
        width: auto;
    }

    .header .logo img {
        height: 32px;
    }

    .header .header-menu-opener {
        cursor: pointer;
        display: flex;
        justify-content: center;
        position: relative;
        padding: 0;
        width: 28px;
        height: 20px;
        width: -moz-fit-content;
        background-color: transparent;
        border: none;
    }

    .header .header-menu-opener svg {
        position: absolute;
        transition: transform 0.5s ease-in-out;
    }

    .header .header-menu-opener svg:last-of-type {
        transform: scale(0);
    }

    .header .header-menu-opener:focus {
        outline: none;
    }

    .header .header-menu-opener_open svg:first-of-type {
        transform: scale(0);
    }

    .header .header-menu-opener_open svg:last-of-type {
        transform: scale(1);
    }

    .header .header-deep-menu {
        display: grid;
        grid-auto-rows: min-content;
        row-gap: 33px;
        justify-content: center;
        padding-top: 50px;
        box-sizing: border-box;
        position: fixed;
        height: calc(100% - 64px);
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 10;
        transform: translateY(calc(100% + 64px));
        transition: transform 0.5s ease-in-out;
    }

    .header .header-deep-menu_open {
        transform: translateY(0);
    }

    .header-deep-menu__item {
        height: min-content;
    }

    .header .header-deep-menu .header-menu {
        display: grid;
        justify-items: center;
        row-gap: 12px;
    }

    .header .header-deep-menu .header-menu__link:not(:last-of-type) {
        margin-right: 0;
    }

    .header .header-deep-menu .header-menu__link {
        width: fit-content;
        width: -moz-fit-content;
        font-size: 15px;
    }

    .header .header-deep-menu .header__socials {
        display: flex;
        justify-content: center;
    }

    .header .header-deep-menu .header__socials__link:not(:last-of-type) {
        margin-right: 23px;
    }

    .main .main-agitation {
        height: calc(100vh - 64px);
    }

    .main h2.main-agitation__title {
        font-size: 16px;
        line-height: 24px;
    }

    .main h1.main-agitation__title {
        font-size: 22px;
        line-height: 28px;
    }

    .main .main-agitation__mouse svg:first-of-type {
        display: none;
    }

    .main .main-agitation__mouse svg:last-of-type {
        display: flex;
    }

    .wrapper .block-title {
        font-size: 26px;
        line-height: 34px;
    }

    .about-company .about-company__wrapper {
        margin-top: 40px;
        row-gap: 14px;
    }

    .about-company .about-company__blocks {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 25px;
    }

    .about-company .about-company__description p {
        font-size: 14px;
        line-height: 22px;
    }

    .about-company .about-company__quote-block__who__company {
        font-size: 12px;
        line-height: 16px;
    }

    .projects .projects__wrapper {
        margin-top: 40px;
    }

    .projects .slider-control {
        display: none;
    }

    .projects .projects-list-wrapper {
        margin-top: 20px;
    }

    .main .projects-list {
        display: none;
    }

    .projects-list-mobile .project-item {
        width: 100%;
        height: 280px;
        text-align: center;
    }

    .main .projects-list-mobile {
        display: block;
        height: calc(280px + 36px);
    }

    .swiper-container .swiper-slide {
        width: 90%;
    }

    .wrapper .main .swiper-container .swiper-pagination {
        bottom: 0;
        display: flex;
    }

    .wrapper .main .swiper-container .swiper-pagination-bullet-active {
        background: #68C8EF;
    }

    .projects .projects-list-wrapper {
        height: calc(280px + 36px);
    }

    .projects .project-item .project-item__title {
        font-size: 18px;
        line-height: 26px;
        min-height: auto;
    }

    .main .advantages__wrapper {
        margin-top: 40px;
        row-gap: 20px;
    }

    .advantages__wrapper .advantage:not(:last-of-type) {
        margin-right: 0;
    }

    .advantages__wrapper .advantages__blocks {
        display: grid;
        justify-content: initial;
        row-gap: 12px;
    }

    .advantages__wrapper .advantage {
        justify-content: center;
        margin-bottom: 0;
    }

    .main .map__wrapper {
        margin-top: 40px;
        row-gap: 6px;
    }

    .main .map {
        min-height: 870px;
    }

    .map .cities__content {
        grid-template-columns: minmax(0, 1fr);
    }

    .map .cities__content:first-of-type {
        order: 2;
        margin-top: 770px;
    }

    .map .map-statistic {
        grid-template-columns: minmax(0, 1fr);
    }

    .map .map-statistic__number {
        font-size: 48px;
        line-height: 64px;
    }

    .map .map-statistic__info {
        font-size: 22px;
        line-height: 30px;
    }

    .map .map-svg {
        top: 0;
    }

    .map .cities {
        display: none;
    }

    .map .cities-mobile {
        display: block;
        width: 100%;
        padding-bottom: 30px;
    }

    .main .carrier {
        padding: 40px 0 40px;
    }

    .carrier .carriers {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 18px;
    }

    .carriers .carrier-item__image {
        display: none;
    }

    .carrier .carriers .carrier-item {
        min-height: auto;
        padding: 18px 18px 28px;
        row-gap: 18px;
    }

    .carrier-item .carrier-item__title {
        font-size: 18px;
        line-height: 26px;
    }

    .carrier-item .carrier-item__description {
        font-size: 14px;
        line-height: 22px;
    }

    .carrier-item .carrier-item__buttons {
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        row-gap: 18px;
    }

    .main .carrier__wrapper {
        row-gap: 20px;
    }

    .main .vacancy-filter {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 18px;
    }

    .vacancy-section__top .slider-controls {
        display: none;
    }

    .main .vacancy-list-wrapper::-webkit-scrollbar {
        display: inherit;
    }

    .main .vacancy-motivation {
        grid-template-columns: minmax(0, 1fr);
        padding: 20px 20px 0;
        margin-top: 50px;
    }

    .vacancy-motivation .vacancy-motivation__info {
        justify-items: center;
    }

    .vacancy-motivation .vacancy-motivation__title {
        font-size: 18px;
        line-height: 26px;
    }

    .modal .modal__content__info__wrapper {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
        row-gap: 15px;
        margin-bottom: 15px;
    }

    .modal .modal__content__info__wrapper input[type="text"]:not(:last-of-type) {
        margin-right: 0;
        width: 100%;
    }

    .modal .modal__footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 15px;
    }

    .modal .modal__btn:not(:last-of-type) {
        margin-right: 0;
    }

    .modal .modal__btn {
        width: 100%;
    }

    .modal .modal__dnd {
        border: none;
        border-radius: 0;
        padding: 0;
        justify-items: inherit;
        grid-template-columns: 71px auto;
        column-gap: 15px;
    }

    .modal .modal__dnd svg {
        margin-bottom: 0;
        grid-column: 1;
        grid-row: span 2;
    }

    .modal .modal__dnd__title:first-of-type {
        display: none;
    }

    .modal .modal__dnd__title:last-of-type {
        display: block;
    }

    .modal .modal__dnd__title {
        grid-column: 2;
        grid-row: 1;
        font-size: 16px;
        line-height: 24px;
    }

    .modal .modal__dnd__label {
        grid-column: 2;
        grid-row: 2;
        font-size: 14px;
        line-height: 24px;
    }

    .interview .interview__wrapper {
        margin-top: 40px;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 15px;
    }

    .interview .interview__description {
        font-size: 22px;
        line-height: 30px;
    }

    .interview .interview__name {
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
    }

    .interview .interview__company {
        font-size: 12px;
        line-height: 16px;
    }

    .interview .interview__preview__top {
        padding-bottom: 15px;
    }

    .interview .interview__preview {
        row-gap: 15px;
    }

    .interview .interview__preview__bottom {
        font-size: 14px;
        line-height: 22px;
    }

    .interview .interview__motivation {
        row-gap: 0;
    }

    .interview .interview__motivation .interview__more {
        display: none;
    }

    .interview .interview__wrapper > .interview__more {
        display: block;
    }

    .life .life__wrapper {
        margin-top: 40px;
    }

    .wrapper .tab {
        font-size: 16px;
    }

    .life .life-tab__item {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 23px;
    }

    .life-tab__item__image {
        order: 1;
        width: 150px;
    }

    .life .life-tab__item__info {
        order: 2;
    }

    .main .life .life-tab__item__title {
        font-size: 18px;
        line-height: 26px;
    }

    .life .life-tab__item__description p,
    .life .life-tab__item__description ul li {
        font-size: 14px;
        line-height: 22px;
    }

    .main .citation {
        margin-top: 40px;
        height: 240px;
    }

    .main .citation .citation__text {
        font-size: 18px;
        line-height: 26px;
    }

    .citation img {
        object-fit: cover;
        height: 100%;
    }

    .main .coordinates {
        margin-top: 80px;
    }

    .coordinates iframe {
        height: 240px;
    }

    .coordinates .coordinates__tab__item__info-block {
        position: relative;
        row-gap: 17px;
        max-width: 100%;
        padding: 23px 0 48px;
        margin-top: 0;
    }

    .coordinates .coordinates__tab__item__info__value {
        font-size: 14px;
        line-height: 22px;
    }

    .wrapper .footer__wrapper {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 20px;
    }

    .footer .footer__info {
        justify-self: center;
        order: 2;
    }

    .footer .footer-menu {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .map {
        overflow: hidden;
    }

    .map .map-svg {
        right: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .map .cities__content:first-of-type {
        margin-top: 500px;
    }
}
/* End */


/* Start:/local/templates/improvement/components/bitrix/menu/header-menu/style.css?1667300312330*/
.header-menu {
    display: flex;
    margin-left: 35px;
}

.header-menu__link {
    font-size: 16px;
    color: #323232;
    line-height: 24px;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}

.header-menu__link:hover {
    opacity: 0.7;
}

.header-menu__link:not(:last-of-type) {
    margin-right: 24px;
}
/* End */


/* Start:/local/templates/improvement/template_styles.css?175613105934561*/
@font-face {
    font-family: "ProximaNova";
    src: url("/fnt/proximanova/ProximaNova-Light.eot"); /* IE9 Compat Modes */
    src: url("/fnt/proximanova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/fnt/proximanova/ProximaNova-Light.ttf") format("truetype"), url("/fnt/proximanova/ProximaNova-Light.woff") format("woff"); /* Modern Browsers */
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNova";
    src: url("/fnt/proximanova/ProximaNova-Regular.eot"); /* IE9 Compat Modes */
    src: url("/fnt/proximanova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/fnt/proximanova/ProximaNova-Regular.otf") format("opentype"), url("/fnt/proximanova/ProximaNova-Regular.ttf") format("truetype"), url("/fnt/proximanova/ProximaNova-Regular.woff") format("woff"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNova";
    src: url("/fnt/proximanova/ProximaNova-Bold.eot"); /* IE9 Compat Modes */
    src: url("/fnt/proximanova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/fnt/proximanova/ProximaNova-Bold.ttf") format("truetype"), url("/fnt/proximanova/ProximaNova-Bold.woff") format("woff"); /* Modern Browsers */
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNova";
    src: url("/fnt/proximanova/ProximaNova-Semibold.eot"); /* IE9 Compat Modes */
    src: url("/fnt/proximanova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/fnt/proximanova/ProximaNova-Semibold.ttf") format("truetype"), url("/fnt/proximanova/ProximaNova-Semibold.woff") format("woff"); /* Modern Browsers */
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNova";
    src: url("/fnt/proximanova/ProximaNova-Extrabld.eot"); /* IE9 Compat Modes */
    src: url("/fnt/proximanova/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("/fnt/proximanova/ProximaNova-Extrabld.ttf") format("truetype"), url("/fnt/proximanova/ProximaNova-Extrabld.woff") format("woff"); /* Modern Browsers */
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'Inter', sans-serif;
}

img {
    max-width: 100%;
}

h1  {
    margin: 65px 0 35px;
}

h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #323232;
    margin: 33px 0;
}

h3 {
    margin: 45px 0 25px;
}

p {
 font: 400 16px/24px 'Inter', sans-serif;
}

li {
    font: 400 16px/24px 'Inter', sans-serif;
}

.block-title {
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
    margin: 0;
}

.block-title__description {
    font-size: 18px;
    display: block;
    line-height: initial;
    font-weight: normal;
    color: #acadb0;
}

.text-center {
    text-align: center;
}

.wrapper {
   padding-top: 117px;
}

@media (max-width: 992px) {
    .wrapper {
        padding-top: 64px;
    }
}

.wrapHead {
    z-index: 994;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
header.header {
    min-height: 117px;
    background-color: #fff;
    padding: 30px 0;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.header__wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 25px;
}

.header-menu-opener,
.header-deep-menu {
    display: none;
}

.logo {
    margin-right: 35px;
}

.header__socials {
    display: flex;
    align-items: center;
}

.header__socials__link {
    transition: opacity 0.3s ease-in-out;
}

.header__socials__link:not(:last-of-type) {
    margin-right: 12px;
}

.header__socials__link:hover {
    opacity: 0.7;
}

/*.landing-block {*/
    /*position: relative;*/
/*}*/
.menu-anchor {
    position: relative;
    bottom: 90px;
}

.main-improvement {
    position: relative;
    /*height: calc(100vh - 108px);*/
    height: 559px;
}

.main-improvement__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: brightness(0.62);*/
}

.main-improvement__wrapper {
    position: relative;
    padding-top: 38px;
}

h2.main-improvement__title {
    margin: 0 0 40px;
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    line-height: 46px;
}

.main-improvement__info-block {
    display: flex;
    margin: 0;
    color: #fff;
    font-weight: normal;
    align-items: baseline;
    justify-content: space-between;
}

.main-improvement__info-block span {
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 640px) {
    .main-improvement__info-block span {
        font-size: 16px;
    }
    .main-improvement__info-block ul li {
        font-size: 14px;
        line-height: 24px;
    }
}
.main-improvement__info-block ul {
    margin-right: 17%;
}
@media (max-width: 768px) {
    .main-improvement__info-block ul {
        margin: 0;
    }
}
.main-improvement__info-block ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
}
@media (max-width: 640px) {
    .main-improvement__info-block span {
        font-size: 16px;
    }
    .main-improvement__info-block ul li {
        font-size: 14px;
        line-height: 24px;
    }
}
.united {
    margin-top: 96px;
    padding: 0 0 45px 0;
}

.united h2 {
    margin: 33px 0 23px;
}

.united p {
    line-height: 24px;
}

.strategy {
    background-color: #f5f5f5;
    padding: 56px 0;
    box-sizing: border-box;
    margin-bottom: 58px;
}

.strategy__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.strategy__block__one {
    margin-bottom: 125px;
}

.strategy__director {
    display: grid;
    row-gap: 40px;
    align-content: start;
    margin-top: 85px;
}
@media (max-width: 768px) {
    .strategy__director {
        margin: 0;
    }
}

.strategy__director__top {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #65CCF7;
}

.strategy__director__top_inner {
    display: grid;
}

.strategy__img {
    display: grid;
    justify-content: end;
}

.strategy__name {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #323232;
}

.strategy__company {
    font-size: 16px;
    line-height: 20px;
    color: #ACADB0;
}

.strategy__director__bottom {
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #323232;
}


h2.strategy__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #323232;
    margin: 0;
}

@media (max-width: 640px) {
    h2.strategy__title {
        font-size: 26px;
        line-height: 32px;
    }
}

.strategy__goal__top {
    display: flex;
    margin-bottom: 25px;
}

.strategy__file {
    flex: 0 0 auto;
    align-self: flex-end;
    padding-bottom: 5px;
}

.strategy__goal p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

.goal-setting {
    margin-bottom: 120px;
}

.goal-info {
    margin-bottom: 25px;
}

.goal-info p {
    line-height: 26px;
}

@media (max-width: 991px) {
    .strategy__block {
        margin-top: 40px;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 45px;
    }

    .strategy__img {
        justify-content: center;
    }

    .strategy__img__two {
        display: grid;
        order: 1;
        justify-content: center;
    }
}

.approach {
    background-color: #f5f5f5;
    padding: 56px 0;
    box-sizing: border-box;
    margin-bottom: 55px;
}

.approach h2 {
    margin: 31px 0 37px;
}

.rating {
    margin-bottom: 45px;
}

/*news*/

.news {
    margin-bottom: 70px;
}
.news__wrapper {
    margin-top: 40px;
}

/*.news__top {*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
/*}*/

/*.slider-controls {*/
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 54px);*/
    /*grid-template-rows: 54px;*/
    /*column-gap: 15px;*/
/*}*/

/*@media (max-width: 991px) {*/
    /*.partners .slider-controls {*/
        /*display: none;*/
    /*}*/
/*}*/

.news__top__title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-area__link {
    text-transform: uppercase;
    text-decoration: none;
}

.news__top h2 {
    margin: 33px 0 45px;
}

.slider-controls {
    position: relative;
    height: 0;
}

.slider-control {
    cursor: pointer;
    border: 1px solid #B8B8B8;
    border-radius: 50%;
    background-color: #fff;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    width: 54px;
    height: 54px;
}

.slider-control:focus {
    outline: none;
}

.slider-control:hover {
    opacity: 0.7;
}

.slider-control_prev svg {
    transform: rotate(180deg);
}

.partners {
    margin-bottom: 110px;
}

.partners h2 {
    margin: 33px 0 45px;
}


#partnersSwiperPrev {
    left: -65px;
    top: 50px;
    z-index: 500;
}

#partnersSwiperNext {
    right: -55px;
    top: 50px;
    z-index: 500;
}

#projectsSwiperPrev {
    left: -65px;
    top: 110px;
    z-index: 500;
}

#projectsSwiperNext {
    right: -70px;
    top: 110px;
    z-index: 500;
}

@media (max-width: 1250px) {
    #partnersSwiperPrev, #projectsSwiperPrev {
        left: -1px;
    }

    #partnersSwiperNext, #projectsSwiperNext {
        right: -1px;
    }
}

.projects-list-wrapper {
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.news .projects-list-wrapper {
    min-height: 285px;
}

.projects-list {
    display: flex;
    position: absolute;
}


@media (max-width: 1250px) {
    .project-item {
        text-align: center;
    }
}

.project-item__image {
    margin-bottom: 15px;
}

/*.project-item:not(:last-of-type) {*/
/*margin-right: 30px;*/
/*}*/

/*.project-item__image {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*object-fit: cover;*/
/*filter: brightness(0.62);*/
/*will-change: filter;*/
/*}*/

/*.project-item__wrapper {*/
/*position: relative;*/
/*display: grid;*/
/*row-gap: 25px;*/
/*padding: 0 20px;*/
/*justify-items: center;*/
/*}*/

.news .project-item {
    text-align: center;
}

.news .project-item__wrapper {
    padding: 0 10px;
}

.news .project-item__image {
   max-height: 225px;
}

.news .project-item__title {
    text-align: left;
}

.project-item__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #323232;
}

.project-item__link {
    color: #fff;
    text-decoration: none;
    line-height: 24px;
    border: 1px solid #fff;
    padding: 15px 24px;
    border-radius: 28px;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.project-item__link:hover {
    transform: translateY(-5px);
}

.project-item__news-link {
    text-decoration: none;
}
.project-item__news-link:hover, .project-item__news-link:active {
    text-decoration: underline;
}

.project-item__date {
    text-align: left;
    font: 400 13px/120% "ProximaNova", sans-serif;
    color: #979797;
    margin: 0 0 10px;
}
/*--news*/

.train-background {
    background: #0A4390;
    margin-bottom: 68px;
}

.train-background__img {
    display: grid;
    justify-items: center;
}

.contacts {
    background-color: #f5f5f5;
    padding: 15px 0 85px 0;
    box-sizing: border-box;
}

.contacts__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
}

.contacts__info {
    min-width: 410px;
}

.contacts__info_inner {
    background: #fff;
    padding: 15px 25px 45px 25px;
    min-height: 400px;
}

.contacts__info__title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 28px 0 15px;
}

.contacts__info__phone a {
    text-decoration: none;
    color: #323232;
}

.contacts__info__phone a.route {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #0057A4;
    display: block;
    margin: 5px 0 25px 0;
}

.contacts__info__socials {
    display: flex;
    gap: 14px;
}

.back-to-index {
    margin: 65px 0;
}

.back-to-index a {
   font: 400 15px/19px 'Inter', sans-serif;
}

.doc__item {
    padding: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 25px;
    background-color: #f5f5f5;
}

.doc__format {
    margin-right: 15px;
}

.doc__link {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-decoration: none;
}

.custom__info-block {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    margin: 65px 0 95px;
}

.custom__info-block__item {
    flex: 1 1 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 285px;
    height: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-bottom: 45px;
}

@media (max-width: 992px) {
    .custom__info-block__item {
        border-top: 1px solid transparent;
    }
}

.info-block__item__group {
    display: flex;
    align-items: center;
    align-self: center;
}

.info-block__item__title {
    padding: 45px 0;
    font: 300 16px/19px 'Inter', sans-serif;
    height: 140px;
    box-sizing: border-box;
    text-align: center;
}

.info-block__item__number {
    padding: 0 10px;
    font: 400 28px/36px 'Inter', sans-serif;
}

.info-block__item__figure {
    font: 400 14px/18px 'Inter', sans-serif;
}

.custom-images {
    display: flex;
    gap: 8px;
    padding-top:25px;
    flex-wrap: wrap;
}




















/*other*/
.main-agitation__button {
    cursor: pointer;
    padding: 15px 25px;
    background-color: #fff;
    border: none;
    border-radius: 28px;
    color: #0057A4;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.main-agitation__button:focus {
    outline: none;
}

.main-agitation__button:hover {
    transform: translateY(-5px);
}

.main-agitation__button__play-button {
    margin-left: 12px;
}

.main-agitation__mouse {
    position: absolute;
    bottom: 42px;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.main-agitation__mouse svg:last-of-type {
    display: none;
}

.main-agitation__mouse:hover {
    transform: translateY(-5px);
}

.about-company__wrapper {
    display: grid;
    row-gap: 40px;
    margin-top: 103px;
}

.about-company__blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
}

.about-company__description p {
    margin: 0;
    color: #323232;
    line-height: 24px;
}

.about-company__quote-block {
    display: grid;
    row-gap: 10px;
    grid-auto-rows: min-content;
}

.about-company__quote-block__quote {
    font-size: 22px;
    line-height: 30px;
    color: #0057A4;
}

.about-company__quote-block__who, .about-company__quote-press {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: center;
    margin-top: 50px;
}

.about-company__quote-block__who__wrapper {
    display: flex;
    flex-direction: column;
}

.about-company__quote-block__who__name {
    color: #323232;
    line-height: 26px;
}

.about-company__quote-block__who__company {
    font-size: 14px;
    color: #ACADB0;
    line-height: 22px;
}

/*.projects__wrapper {*/
/*margin-top: 98px;*/
/*}*/

/*.projects__top {*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: space-between;*/
/*}*/

/*.slider-controls {*/
/*display: grid;*/
/*grid-template-columns: repeat(2, 54px);*/
/*grid-template-rows: 54px;*/
/*column-gap: 15px;*/
/*}*/

/*.slider-control {*/
/*cursor: pointer;*/
/*border: 1px solid #B8B8B8;*/
/*border-radius: 50%;*/
/*background-color: #fff;*/
/*transition: opacity 0.3s ease-in-out;*/
/*}*/

/*.slider-control:focus {*/
/*outline: none;*/
/*}*/

/*.slider-control:hover {*/
/*opacity: 0.7;*/
/*}*/

/*.slider-control_prev svg {*/
/*transform: rotate(180deg);*/
/*}*/

/*.projects-list-wrapper {*/
/*position: relative;*/
/*margin-top: 58px;*/
/*overflow: hidden;*/
/*height: 425px;*/
/*}*/

/*.projects-list {*/
/*display: flex;*/
/*position: absolute;*/
/*}*/

/*.projects-list-mobile {*/
/*display: none;*/
/*}*/

/*.project-item {*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*width: 555px;*/
/*height: 420px;*/
/*position: relative;*/
/*}*/

/*.project-item:not(:last-of-type) {*/
/*margin-right: 30px;*/
/*}*/

/*.project-item__image {*/
/*position: absolute;*/
/*left: 0;*/
/*top: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*object-fit: cover;*/
/*filter: brightness(0.62);*/
/*will-change: filter;*/
/*}*/

/*.project-item__wrapper {*/
/*position: relative;*/
/*display: grid;*/
/*row-gap: 25px;*/
/*padding: 0 20px;*/
/*justify-items: center;*/
/*}*/

/*.project-item__title {*/
/*color: #fff;*/
/*font-weight: bold;*/
/*font-size: 38px;*/
/*line-height: 44px;*/
/*text-align: center;*/
/*min-height: 88px;*/
/*}*/

/*.project-item__link {*/
/*color: #fff;*/
/*text-decoration: none;*/
/*line-height: 24px;*/
/*border: 1px solid #fff;*/
/*padding: 15px 24px;*/
/*border-radius: 28px;*/
/*transition: transform 0.3s ease-in-out;*/
/*will-change: transform;*/
/*}*/

/*.project-item__link:hover {*/
/*transform: translateY(-5px);*/
/*}*/

.advantages__wrapper {
    margin-top: 103px;
    display: grid;
    row-gap: 63px;
}

.advantages__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.advantage {
    background-color: #F5F5F5;
    padding: 50px 18px;
    box-sizing: border-box;
    margin-bottom: 18px;
    display: grid;
    grid-template-rows: 108px auto;
    justify-items: center;
    grid-template-columns: minmax(0, 230px);
    row-gap: 22px;
}

.advantage:not(:last-of-type) {
    margin-right: 18px;
}

.advantage__icon {
    width: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
}

.advantage__text {
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #323232;
}

.map {
    position: relative;
    min-height: 900px;
}

.map__wrapper {
    margin-top: 103px;
    display: grid;
    row-gap: 32px;
    position: relative;
}

.cities__content {
    display: grid;
    grid-template-columns: 0.45fr;
}

.cities {
    display: grid;
    row-gap: 12px;
}

.cities-mobile {
    display: none;
}

.city {
    display: flex;
    flex-direction: column;
}

.city__name {
    color: #323232;
    font-size: 18px;
    line-height: 26px;
}

.city__description {
    color: #acadb0;
    font-size: 14px;
    line-height: 22px;
}

.map-svg {
    position: absolute;
    top: -30px;
    right: 0;
}

.map-statistic {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 12px;
    align-items: center;
}

.map-statistic__number,
.map-statistic__info {
    margin: 0;
}

.map-statistic__number {
    font-size: 88px;
    white-space: nowrap;
    color: #0057a4;
    font-weight: 200;
    line-height: 96px;
}

.map-statistic__info {
    color: #0057a4;
    font-size: 32px;
    line-height: 41px;
    font-weight: 300;
}

.carrier {
    background-color: #f5f5f5;
    padding: 104px 0 112px;
    box-sizing: border-box;
}

.carrier__wrapper {
    display: grid;
    row-gap: 62px;
}

.carriers {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
}

.carrier-item {
    display: grid;
    grid-template-rows: 1fr min-content;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    height: 405px;
    padding: 30px 25px;
}

.carrier-item__info {
    display: grid;
    position: relative;
    grid-auto-rows: min-content;
    row-gap: 11px;
}

.carrier-item__title {
    font-size: 28px;
    line-height: 46px;
    font-weight: bold;
    color: #323232;
}

.carrier-item__description {
    line-height: 24px;
    color: #323232;
    max-width: 310px;
}

.carrier-item__image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.carrier-item__buttons {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 12px;
    width: fit-content;
    width: -moz-fit-content;
}

.carrier-item__button {
    color: #fff;
    padding: 15px 24px;
    background-color: #0057a4;
    border: 1px solid transparent;
    border-radius: 28px;
    cursor: pointer;
    line-height: 24px;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.carrier-item__button_transparent {
    background-color: #fff;
    color: #000;
    border-color: #0057a4;
    transition: all 0.3s ease-in-out;
}

.carrier-item__button_transparent_active {
    background-color: #66CEF6;
    border-color: #66CEF6;
    color: #fff;
}

.carrier-item__button:focus {
    outline: none;
}

.carrier-item__button:hover {
    transform: translateY(-5px);
}

.vacancy-section {
    background-color: #F5F5F5;
}

.vacancy-section_middle,
.vacancy-section_junior {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.vacancy-section_middle_active,
.vacancy-section_junior_active {
    max-height: 1500px;
}

.vacancy-section__wrapper {
    display: grid;
    row-gap: 34px;
}

.vacancy-section__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vacancy-filter {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 18px;
}

.filter {
    display: grid;
    row-gap: 9px;
}

.filter__select-wrapper {
    position: relative;
}

.filter__select-wrapper svg {
    z-index: 0;
    position: absolute;
    right: 8px;
    top: calc(50% + -3px);
}

.filter label {
    color: #98999C;
    font-size: 13px;
    line-height: 20px;
}

.filter select {
    position: relative;
    z-index: 1;
    border: 1px solid #B8B8B8;
    border-radius: 24px;
    padding: 9px 18px;
    color: #323232;
    font-size: 14px;
    line-height: 24px;
    background-color: transparent;
    min-width: 243px;
}

.filter select::before {
    content: '1';
    position: absolute;
    top: 0;
    right: 0;
}

.filter select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.filter select:focus {
    outline: none;
}

.vacancy-list-wrapper {
    position: relative;
    margin-top: 58px;
    overflow-x: auto;
    height: 900px;
}

.vacancy-list-wrapper::-webkit-scrollbar {
    display: none;
}

.vacancy-list {
    display: flex;
    position: absolute;
}

.vacancy-item {
    display: grid;
    background-color: #fff;
    padding: 20px 25px;
    box-sizing: border-box;
    width: 360px;
    grid-template-rows: repeat(3, min-content) 1fr;
}

.vacancy-item:not(:last-of-type) {
    margin-right: 30px;
}

.vacancy-item__city {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    color: #65CCF7;
    text-transform: uppercase;
}

.vacancy-item__name {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #323232;
}

.vacancy-require {
    display: grid;
    row-gap: 8px;
    margin: 10px 0 15px;
}

.vacancy-require p {
    line-height: 24px;
    color: #323232;
    font-weight: bold;
    margin: 0 0 1rem;
}

.vacancy-require ul {
    display: grid;
    row-gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vacancy-require li {
    position: relative;
    padding-left: 12px;
    color: #323232;
    font-size: 14px;
    line-height: 22px;
}

.vacancy-require li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #65CCF7;
    position: absolute;
    left: 0;
    top: 8px;
}

.vacancy-require__more {
    width: fit-content;
    width: -moz-fit-content;
    font-size: 14px;
    line-height: 24px;
    background-color: transparent;
    border: none;
    color: #0057A4;
    cursor: pointer;
    align-self: end;
    transition: opacity 0.3s ease-in-out;
}

.vacancy-require__more:hover {
    opacity: 0.7;
}

.vacancy-require__more:focus {
    outline: none;
}

.interview__wrapper {
    margin-top: 104px;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    column-gap: 30px;
}

.interview__description {
    margin: 0;
    font-size: 28px;
    line-height: 46px;
    color: #66CEF6;
    font-weight: normal;
}

.interview__motivation {
    display: grid;
    grid-template-rows: repeat(2, min-content) 1fr;
    row-gap: 10px;
}

.interview__wrapper > .interview__more {
    display: none;
}

.interview__more, .download_press {
    text-decoration: none;
    line-height: 24px;
    color: #323232;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #0057a4;
    border-radius: 28px;
    padding: 15px 24px;
    display: block;
    box-sizing: border-box;
    width: fit-content;
    width: -moz-fit-content;
    align-self: end;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.interview__more_center {
    justify-self: center;
}

.interview__more_large {
    width: 100%;
}

.interview__more_margin-top {
    margin-top: 5px;
}

.interview__more:focus {
    outline: none;
}

.interview__more:hover {
    transform: translateY(-5px);
}

.interview__preview {
    display: grid;
    row-gap: 42px;
}

.interview__preview__top {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 2px solid #65CCF7;
}

.interview__preview__top__inner {
    display: grid;
}

.interview__name {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #323232;
}

.interview__company {
    font-size: 16px;
    line-height: 20px;
    color: #ACADB0;
}

.interview__preview__bottom {
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #323232;
}

.life__wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 57px;
    margin-top: 107px;
}

.tabs {
    display: flex;
    position: relative;
}

.wrapper .tabs {
    overflow-x: auto;
    overflow-y: hidden;
}

.wrapper .tab {
    white-space: nowrap;
}

.tabs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d7d7d7;
}

.tab {
    cursor: pointer;
    position: relative;
    padding: 0 0 15px;
    z-index: 1;
    background-color: transparent;
    border: none;
    font-size: 17px;
    line-height: 26px;
    color: #ACADB0;
    transition: 0.3s ease-in-out;
    transition-property: opacity, color;
}

.tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: transparent;
    width: 0;
    transition: 0.3s ease-in-out;
    transition-property: width, background-color;
}

.tab_active {
    color: #323232;
}

.tab_active::after {
    width: 100%;
    background-color: #0057A4;
}

.tab:not(:last-of-type) {
    margin-right: 28px;
}

.tab:focus {
    outline: none;
}

.tab:not(.life__tab_active):hover {
    opacity: 0.7;
}

.life-tab__content-block {
    padding-top: 48px;
    overflow: hidden;
}

.life-tab__item {
    display: none;
    grid-template-columns: 1fr 0.7fr;
    align-items: center;
    column-gap: 30px;
    will-change: transform;
}

.life-tab__item_active {
    display: grid;
    animation: fadeInTranslate 0.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.life-tab__item__info {
    display: grid;
    row-gap: 12px;
}

.life-tab__item__image {
    border-radius: 50%;
    object-fit: cover;
}

.life-tab__item__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 46px;
    color: #323232;
}

.life-tab__item__description p {
    margin: 0;
    padding: 0;
    line-height: 24px;
    color: #323232;
}

.life-tab__item__description ul {
    display: grid;
    row-gap: 15px;
    padding: 0;
    list-style: none;
}

.life-tab__item__description ul li {
    position: relative;
    padding-left: 12px;
    color: #323232;
    font-size: 16px;
    line-height: 24px;
}

.life-tab__item__description ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #65CCF7;
    position: absolute;
    left: 0;
    top: 10px;
}

.citation {
    margin-top: 140px;
    background-color: #0A4390;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.citation__text-block {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.citation__text {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    line-height: 46px;
}

.coordinates iframe {
    display: flex;
}

.coordinates-tab__item {
    position: relative;
    display: none;
}

.tab__content-block {
    overflow: hidden;
}

.coordinates-tab__item_active {
    display: block;
    animation: fadeInOpacity 0.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.coordinates__tab__item__info-block {
    display: grid;
    row-gap: 25px;
    max-width: 400px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    padding: 42px 25px 48px;
    box-sizing: border-box;
    top: 0;
    margin-top: 120px;
}

.coordinates__tab__item__info__item {
    display: grid;
    row-gap: 10px;
}

.coordinates__tab__item__info__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #323232;
}

.coordinates__tab__item__info__value {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    text-decoration: none;
    width: fit-content;
    width: -moz-fit-content;
}

.coordinates__tab__item__info__link {
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #0057A4;
    width: fit-content;
    width: -moz-fit-content;
}

.coordinates__tab__item__info__item_socials {
    grid-template-columns: repeat(4, 44px);
    column-gap: 12px;
}

.coordinates__tab__item__info__item_socials__link {
    transition: opacity 0.3s ease-in-out;
}

.coordinates__tab__item__info__item_socials__link:hover {
    opacity: 0.7;
}

.footer {
    min-height: 108px;
    background-color: #fff;
    padding: 30px 0;
    border-top: 2px solid #0059a4;
    box-sizing: border-box;
}

.footer__wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 35px;
}

.footer__info {
    display: grid;
    row-gap: 10px;
}

.footer__copyright {
    font-weight: 300;
    font-size: 14px;
    color: #ACADB0;
}

.global-phone {
    margin: 70px 0;
}

.coordinates {
    margin: 70px 0 0;
}

.global-phone__inner {
    display: grid;
    row-gap: 18px;
}

.global-phone__text {
    font-size: 18px;
}

.global-phone__link {
    font-size: 18px;
    color: #323232;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
}

.global-phone__link:hover {
    opacity: 0.7;
}

.footer-new .box.box-b {
    width: 100%;
    height: 2.8vw;
    background-color: #63cdf7;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1920px) {
    .footer-new .box.box-b {
        height: 54px;
    }
}
@media (max-width: 1150px) {
    .footer-new .box.box-b {
        height: 80px;
    }
}
@media (max-width: 480px) {
    .footer-new .box.box-b {
        height: 64px;
    }
}
.custom-container {
    margin: 0 auto;
    position: relative;
}
.footer-new .custom-container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 21.65vw;
    box-sizing: border-box;
    position: relative;
}
@media (max-width: 1920px) {
    .footer-new .custom-container {
        height: 414px;
    }
}
@media (max-width: 1150px) {
    .footer-new .custom-container {
        height: calc(100% - 80px);
    }
}
@media (max-width: 480px) {
    .footer-new .custom-container {
        height: calc(100% - 64px);
    }
}
.footer-new .box.box-b .custom-container {
    height: auto;
    position: static;
    padding-top: 8px;
}
.footer-new .copyright {
    font: 300 18px "ProximaNova", sans-serif;
    color: #fff;
    font-size: 0.5vw;
    line-height: 0.5vw;
    letter-spacing: 0.2em;
    margin-left: -15px;
}
@media (max-width: 1920px) {
    .footer-new .copyright {
        font-size: 12.5px;
        line-height: 12px;
    }
}
@media (max-width: 850px) {
    .footer-new .copyright {
        font-size: 14px;
        line-height: 100%;
    }
}
@media (max-width: 480px) {
    .footer-new .copyright {
        font-size: 12px;
        line-height: 100%;
    }
}

.lang-select {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1150px) {
    .lang-select {
        display: none;
    }
}
.lang-select .lang {
    font: 600 18px "ProximaNova", sans-serif;
    font-size: 0.7vw;
    line-height: 22px;
    letter-spacing: 0.15em;
    color: #acacac;
    text-transform: uppercase;
    text-decoration: none;
}
@media (max-width: 1920px) {
    .lang-select .lang {
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.15em;
    }
}
.lang-select .lang.active {
    color: #63cdf7;
}
.lang-select span {
    color: #000;
    margin: 0 0.2vw;
    top: 0;
    position: relative;
    font-size: 0.7vw;
}
@media (max-width: 1920px) {
    .lang-select span {
        font-size: 13px;
        top: 0;
        margin: 0 3px;
    }
}
@media (max-width: 1280px) {
    .lang-select span {
        margin: 0 2px;
    }
}

.lang-select .lang:hover {
    color: #63cdf7;
}

.images-row {
    display: flex;
    flex-flow: row wrap;
    column-gap: 20px;
    row-gap: 40px;
    justify-content: space-between;
}

.images-row__item {
    text-align: center;
    width: 100%;
}

.text-align-center {
    text-align: center;
}

.custom__info-block.custom__info-block__improvement {
    flex-wrap: nowrap;
}

.info-block__item__separator {
    height: 1px;
    background: #eee;
    margin: 30px 0;
}

.custom__info-block__item-year {
    width: auto;
}

.custom__info-block__item-year .info-block__item__number {
    font-size: 18px;
    font-weight: 600;
}

.contacts__info__phone .link {
    text-decoration: none;
    color: #0057A4;
    transition: 0.3s;
    font-size: 15px;
}

.contacts__info__phone .link:hover,
.contacts__info__phone .link:active {
    text-decoration: none;
    color: #000;
}

.images-row__item-title {
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 12px;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .images-row {
        flex-wrap: wrap;
    }
}
/* End */
/* /local/templates/improvement/css/fonts.css?1614857661538 */
/* /local/templates/improvement/css/normalize.css?16673691786249 */
/* /local/templates/improvement/css/grid.css?1614855612456 */
/* /local/templates/improvement/css/animations.css?1615216849240 */
/* /local/templates/improvement/css/modal.css?16189267464515 */
/* /local/templates/improvement/css/media.css?166545874012353 */
/* /local/templates/improvement/components/bitrix/menu/header-menu/style.css?1667300312330 */
/* /local/templates/improvement/template_styles.css?175613105934561 */
