@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

body, html {
    width: 100%;
    height: 100%;
    line-height: 1
}

pre {
    font-size: 16px
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

li, ul {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

sup {
    color: inherit
}

.about-address-content-info-list__item, .box-with-img-content-info__text, .button__label, .company-counts-items-el__descr, .company-counts-items-el__link, .contact-info-box-item__address, .contact-info-box-item__email, .contact-info-box-item__label, .hamburger-menu-list-item-link__label, .item-hover-label, .link__label, .map-graphic-point__label, .pie-chart-text__val, .preloader-content-naming__letter, .prices-data-item-contacts__label, .section-subtitle__label, .section-title__label, .services-tiles-items-el__text, .tile-items-el-title, .vacancies-filter-count__text, .vacancy-el-body-box__label, .vacancy-el-header__label, .vacancy-el-header__place {
    font-weight: 500;
    text-transform: uppercase
}

.about-address-content, .company-counts-items-el, .contact-info-box, .footer, .lang-btn, .main-menu-list, .prices-data-item, .services-tiles-items-el, .tile-items-el, .vacancies-tabs-btn, .vacancy-el-body-box {
    border: 1px solid #595959;
    border-radius: 1.875vw
}

@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fadeToLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes fadeToLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes fadeToUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes fadeToUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes fadeToRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes fadeToRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

.body {
    background-color: #232323;
    font-family: Montserrat, sans-serif;
    font-size: .8333333333vw;
    color: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.body--scroll-disabled {
    overflow: hidden;
    padding-right: .6770833333vw
}

.body--scroll-disabled .hamburger-menu {
    padding-right: .6770833333vw
}

.body::-webkit-scrollbar {
    width: .6770833333vw
}

.body::-webkit-scrollbar-track {
    background-color: #595959
}

.body::-webkit-scrollbar-thumb {
    background-color: #d8d8d8
}

button {
    -webkit-tap-highlight-color: transparent
}

.section {
    position: relative;
    padding-bottom: 5.2083333333vw;
    padding-top: 5.2083333333vw;
    width: 100%
}

.section:first-child {
    padding-top: 10.4166666667vw
}

.section__descr {
    margin-bottom: 1.0416666667vw
}

.section__title {
    margin-bottom: 1.6666666667vw
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main.main-homepage {
    height: 100%;
    padding-top: 10.4166666667vw
}

.main:not(.main.main-homepage) {
    padding-bottom: 2.0833333333vw
}

.container {
    max-width: 94.7916666667vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.button, .link {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-radius: 1.875vw;
    font-size: inherit
}

.button--theme-contrast, .link--theme-contrast {
    background-color: #bff34d
}

.button--theme-contrast:hover, .link--theme-contrast:hover {
    background-color: #f4f4f4
}

.button__label, .link__label {
    font-size: .8333333333vw;
    color: #232323;
    font-weight: 500
}

.logo__svg {
    fill: #f4f4f4;
    max-width: 7.5520833333vw;
    width: 100%;
    height: 2.0833333333vw
}

.lang-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lang-btn {
    color: #f4f4f4;
    background-color: transparent;
    padding: .46875vw 1.4583333333vw .5208333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: inherit
}

.lang-btn--is-active {
    border-color: #bff34d
}

.lang-btn--is-active .lang-btn__label {
    color: #bff34d
}

.email-link {
    padding: .625vw 1.9791666667vw;
    display: inline-block
}

.bg-contrast {
    background-color: #bff34d
}

.bg-contrast-retouch::before, .bg-dark-retouch::before, .bg-gray-retouch::before, .bg-light-retouch::before, .bg-light::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 1.875vw;
    z-index: -1
}

.bg-light::before {
    background-color: #f4f4f4
}

.bg-light-retouch::before {
    background: #f4f4f4 url(../images/bg-gray.jpg) repeat 50% 50%/auto
}

.bg-dark-retouch::before {
    background: #232323 url(../images/bg-dark.jpg) repeat 50% 50%/auto
}

.bg-gray-retouch::before {
    background: #595959 url(../images/bg-dark-gray.jpg) repeat 50% 50%/auto
}

.bg-contrast-retouch::before {
    background: #f4f4f4 url(../images/bg-contrast.jpg) repeat 50% 50%/auto
}

.section-title__label {
    font-size: 7.6041666667vw
}

.section-subtitle__label {
    font-size: 4.1666666667vw;
    line-height: 105%
}

.section-descr__text {
    font-size: .9375vw;
    line-height: 130%
}

a {
    cursor: pointer
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    margin-bottom: auto;
    z-index: 90;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.header--is-sticky .header-logo .logo-svg__text {
    -webkit-animation: fadeToLeft .6s forwards;
    animation: fadeToLeft .6s forwards
}

.header--is-sticky .header__menu {
    -webkit-animation: fadeToUp .6s forwards;
    animation: fadeToUp .6s forwards
}

.header--is-sticky .email-link {
    -webkit-animation: fadeToRight .6s forwards;
    animation: fadeToRight .6s forwards
}

.header .email-link {
    margin-left: 2.6041666667vw
}

.header__logo {
    margin-right: 2.6041666667vw;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.footer {
    position: relative;
    padding: 1.9791666667vw 2.9166666667vw;
    margin: 1.0416666667vw 2.1875vw 0vw;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.footer__social {
    margin-right: 2.9166666667vw
}

.footer__menu {
    margin-left: auto;
    margin-right: auto
}

.footer .main-menu-list {
    border: 0
}

.footer .logo__svg {
    fill: #232323
}

.footer .logo__svg g {
    fill: #232323
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-homepage {
    position: relative
}

.tagline__inner {
    width: 100%;
    overflow: hidden
}

.tagline__text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.tagline-text {
    font-size: 7.6041666667vw;
    font-weight: 500;
    color: #f4f4f4;
    display: block;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    position: relative;
    text-transform: uppercase
}

.tagline-text:nth-child(2) {
    -webkit-transform: translateX(19.0104166667vw);
    -ms-transform: translateX(19.0104166667vw);
    transform: translateX(19.0104166667vw)
}

.tagline-text:nth-child(3) {
    -webkit-transform: translateX(19.0104166667vw);
    -ms-transform: translateX(19.0104166667vw);
    transform: translateX(19.0104166667vw)
}

.tagline-text--theme-contrast {
    color: #bff34d
}

.ticker {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0
}

.ticker__svg {
    width: 100vw;
    height: 47.5520833333vw;
    margin-top: 9.6354166667vw
}

.homepage-ticker__ico {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    position: absolute;
    bottom: 2.6041666667vw
}

.homepage-ticker__ico--left {
    left: 2.6041666667vw
}

.homepage-ticker__ico--right {
    right: 2.6041666667vw
}

.ticker-svg--mobile {
    display: none
}

.textpath {
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 125%;
    letter-spacing: .5px
}

.textpath__ico {
    fill: #bff34d;
    letter-spacing: 4px
}

.about-counts__statistic {
    margin-top: 6.25vw
}

.about-counts__brand {
    position: absolute;
    right: 2.6041666667vw;
    top: 10.4166666667vw;
    width: 11.6145833333vw;
    height: 11.6145833333vw
}

.about-counts__descr {
    max-width: 32.9166666667vw;
    width: 100%
}

.about-values__items {
    margin-top: 5.7291666667vw
}

.about-values__subtitle {
    max-width: 27.6041666667vw
}

.about-values-items__el {
    height: 21.5104166667vw;
    width: 18.8541666667vw
}

.about-values-items__el:nth-child(2) {
    margin-left: auto;
    margin-top: -18.4895833333vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-address-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-address-content {
    padding: 2.9166666667vw 2.0833333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about-address-content__info {
    margin-top: auto
}

.about-address-content__subtitle {
    margin-bottom: 1.0416666667vw;
    display: block;
    max-width: 31.25vw
}

.about-address-content-info-list__item {
    font-size: 1.25vw;
    line-height: 125%;
    position: relative;
    padding-left: 1.4583333333vw
}

.about-address-content-info-list__item:not(:last-child) {
    margin-bottom: 1.25vw
}

.about-address-content-info-list__item::before {
    position: absolute;
    content: "";
    left: 0;
    top: .6770833333vw;
    width: .8333333333vw;
    height: 3px;
    background-color: #bff34d
}

.about-address__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative
}

.about-address__map {
    max-width: 56.71875vw;
    width: 100%
}

.company-counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.company-counts-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.company-counts-items__el {
    position: relative;
    width: 19.0104166667vw;
    height: 12.03125vw;
    z-index: 2
}

.company-counts-items__el:nth-child(4), .company-counts-items__el:nth-child(7) {
    margin-left: auto
}

.about-counts-title {
    padding-right: 15.1041666667vw
}

.company-counts-items-el {
    padding: 2.0833333333vw 1.9791666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden
}

.company-counts-items-el::after {
    position: absolute;
    content: "";
    z-index: -1
}

.company-counts-items-el__descr {
    line-height: 120%;
    margin-top: .4166666667vw
}

.company-counts-items-el__text {
    font-size: .7291666667vw;
    line-height: 130%;
    max-width: 14.7916666667vw;
    width: 100%;
    margin-bottom: 1.0416666667vw
}

.company-counts-items-el__link {
    font-size: 1.25vw;
    color: #232323;
    line-height: 125%;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.company-counts-items-el__link:hover {
    color: #f4f4f4
}

.company-counts-items-el__val {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.company-counts-items-el--email {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6666666667vw
}

.company-counts-items-el--email::after {
    background: url(../images/email.svg) no-repeat 50% 50%/contain;
    max-width: 9.4270833333vw;
    width: 100%;
    max-height: 4.9479166667vw;
    height: 100%;
    bottom: 0;
    right: 0
}

.company-counts-items-el.bg-contrast .company-counts-items-el__descr, .company-counts-items-el.bg-contrast .company-counts-items-el__text, .company-counts-items-el.bg-contrast .company-counts-items-el__val, .company-counts-items-el.bg-light .company-counts-items-el__descr, .company-counts-items-el.bg-light .company-counts-items-el__text, .company-counts-items-el.bg-light .company-counts-items-el__val, .company-counts-items-el.bg-light-retouch .company-counts-items-el__descr, .company-counts-items-el.bg-light-retouch .company-counts-items-el__text, .company-counts-items-el.bg-light-retouch .company-counts-items-el__val {
    color: #232323
}

.company-counts-items-el-val {
    font-size: 4.1666666667vw;
    line-height: 105%;
    display: block;
    font-weight: 500
}

.company-counts-items-el-val--with-icon::after {
    content: "+";
    position: absolute;
    color: #bff34d;
    top: -.625vw;
    right: -2.65625vw
}

.about-activity-box-content-info__text {
    max-width: 28.4375vw;
    margin-left: auto
}

.about-activity-box__ico {
    position: absolute;
    width: 5.2071005917vw;
    height: 5.2071005917vw
}

.about-activity-box__ico--top-right {
    top: 4.7337278107vw;
    right: 4.7337278107vw
}

.about-activity-box-ico {
    display: none
}

.vacancies__tabs {
    margin-top: 3.75vw;
    margin-bottom: 3.75vw
}

.vacancies__filter {
    margin-bottom: 1.6666666667vw
}

.vacancy-el-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #595959
}

.vacancy-el-header__btn {
    width: 5vw;
    height: 5vw
}

.vacancy-el-header__label {
    font-size: 1.875vw;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-right: 3.125vw
}

.vacancy-el-header__place {
    color: #d8d8d8;
    opacity: .7;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.vacancy-el--is-visible {
    display: block
}

.vacancy-el--is-hidden {
    display: none
}

.vacancy-el--is-active .vacancy-el-header-btn {
    background-color: #f4f4f4
}

.vacancy-el--is-active .vacancy-el-header-btn__ico {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.vacancy-el--is-active .vacancy-el-body {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw
}

.vacancy-el--is-active .vacancy-el-body-box {
    opacity: 1
}

.vacancy-el--is-active .vacancy-el__body {
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.vacancy-el:last-child .vacancy-el-header {
    border-bottom: 1px solid #595959
}

.vacancy-el__body {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 0
}

.vacancy-el__header {
    min-height: 5.0520833333vw
}

.vacancy-el-header-btn {
    border-radius: 50%;
    background-color: #bff34d;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    font-size: inherit
}

.vacancy-el-header-btn:hover {
    background-color: #f4f4f4
}

.vacancy-el-header-btn__ico {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-dark-to-left-bottom.svg) no-repeat 50% 50%/1.1458333333vw;
    -webkit-transition: .2s -webkit-transform ease-in-out;
    transition: .2s -webkit-transform ease-in-out;
    -o-transition: .2s transform ease-in-out;
    transition: .2s transform ease-in-out;
    transition: .2s transform ease-in-out, .2s -webkit-transform ease-in-out
}

.vacancy-el-body {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.vacancy-el-body__wrapper {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    position: relative
}

.vacancy-el-body__box {
    position: relative
}

.vacancy-el-body-box {
    opacity: 0;
    -webkit-transition: .15s all ease-in;
    -o-transition: .15s all ease-in;
    transition: .15s all ease-in;
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    padding: 1.5625vw 1.6666666667vw
}

.vacancy-el-body-box:nth-child(2) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.vacancy-el-body-box:nth-child(3) {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s
}

.vacancy-el-body-box:nth-child(4) {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.vacancy-el-body-box__label {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
    display: block;
    line-height: 125%
}

.vacancy-el-body-box.bg-contrast .vacancy-el-body-box__label, .vacancy-el-body-box.bg-light .vacancy-el-body-box__label, .vacancy-el-body-box.bg-light-retouch .vacancy-el-body-box__label {
    color: #232323
}

.vacancy-el-body-box.bg-contrast .vacancy-el-body-box-list__item, .vacancy-el-body-box.bg-light .vacancy-el-body-box-list__item, .vacancy-el-body-box.bg-light-retouch .vacancy-el-body-box-list__item {
    color: #232323
}

.vacancy-el-body-box.bg-contrast .vacancy-el-body-box-list__item::before, .vacancy-el-body-box.bg-light .vacancy-el-body-box-list__item::before, .vacancy-el-body-box.bg-light-retouch .vacancy-el-body-box-list__item::before {
    background-color: #232323
}

.vacancies-tabs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vacancies-tabs-btn {
    padding: 1.09375vw 1.875vw 1.1458333333vw;
    background-color: transparent
}

.vacancies-tabs-btn--filter {
    padding: .5208333333vw 1.0416666667vw .46875vw;
    background-color: #bff34d
}

.vacancies-tabs-btn--is-active {
    background-color: #bff34d
}

.vacancies-tabs-btn--is-active .vacancies-tabs-btn__label {
    color: #232323
}

.vacancies-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vacancies-filter__count {
    margin-right: 2.6041666667vw
}

.vacancies-filter-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vacancies-filter-count__val {
    margin-left: 5px;
    color: #bff34d;
    font-weight: 700
}

.vacancy-el-body-box-list--dash .vacancy-el-body-box-list__item {
    padding-left: 1.25vw
}

.vacancy-el-body-box-list--dash .vacancy-el-body-box-list__item::before {
    -webkit-mask: url(../images/dash.svg) no-repeat 50% 50%/contain;
    width: .8333333333vw;
    height: 3px;
    top: .4166666667vw
}

.vacancy-el-body-box-list--check .vacancy-el-body-box-list__item {
    padding-left: 1.25vw
}

.vacancy-el-body-box-list--check .vacancy-el-body-box-list__item::before {
    -webkit-mask: url(../images/check-mark.svg) no-repeat 50% 50%/contain;
    width: .78125vw;
    height: .625vw;
    top: 4px
}

.vacancy-el-body-box-list__item {
    font-size: .7291666667vw;
    line-height: 130%;
    position: relative
}

.vacancy-el-body-box-list__item::before {
    position: absolute;
    content: "";
    left: 0;
    background-color: #f4f4f4
}

.vacancy-el-body-box-list__item:not(:last-child) {
    margin-bottom: .625vw
}

.vacancy-el-body-box-list__item a {
    color: #bff34d;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out
}

.vacancy-el-body-box-list__item a:hover {
    color: #f4f4f4
}

.recruitment-process-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recruitment-process__right {
    position: relative;
    max-width: 57.2916666667vw;
    width: 100%
}

.recruitment-process__left {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin-right: 3.6458333333vw
}

.recruitment-process__subtitle {
    margin-bottom: 1.6666666667vw
}

.recruitment-process__brand {
    position: absolute;
    top: 0;
    right: 0;
    width: 9.375vw;
    height: 9.375vw
}

.recruitment-process-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.recruitment-process-left__items {
    margin-top: auto
}

.recruitment-process-items__el {
    width: 18.9583333333vw;
    height: 20.8333333333vw
}

.recruitment-process-items__el:nth-child(3) {
    margin-left: 18.9583333333vw
}

.recruitment-process-right__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.prices__brand {
    position: relative;
    margin-top: auto;
    width: 11.6145833333vw;
    height: 11.6145833333vw
}

.prices__descr {
    max-width: 37.9166666667vw;
    width: 100%
}

.prices__data {
    max-width: 37.9166666667vw;
    width: 100%;
    margin-left: 2.6041666667vw
}

.prices-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.prices-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prices-data-item {
    padding: 2.0833333333vw
}

.prices-data-item-contacts__label {
    display: block;
    margin-bottom: 1.25vw
}

.prices-data-item-contacts__link {
    font-size: 3.0208333333vw;
    line-height: 105%;
    color: #bff34d;
    font-weight: 500;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.prices-data-item-contacts__link:hover {
    color: #f4f4f4
}

.contacts__inner {
    margin-top: 3.75vw
}

.contacts__map {
    max-width: 56.71875vw;
    width: 100%
}

.contacts__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.contacts-inner__brand {
    position: absolute;
    top: -11.4583333333vw;
    right: 0;
    width: 9.375vw;
    height: 9.375vw
}

.contacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.contacts-info__box {
    max-width: 19.0104166667vw;
    width: 100%;
    position: relative
}

.contact-info-box {
    padding: 2.0833333333vw 1.7708333333vw
}

.contact-info-box:nth-child(2) {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.contact-info-box__item:not(:last-child) {
    margin-bottom: 3.75vw
}

.contact-info-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-info-box-item__label {
    font-size: 1.875vw;
    line-height: 120%;
    margin-bottom: 1.875vw;
    display: block
}

.contact-info-box-item__email {
    font-size: 1.25vw;
    color: #bff34d;
    line-height: 125%;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.contact-info-box-item__email:hover {
    color: #f4f4f4
}

.contact-info-box-item__text {
    font-size: .9375vw;
    display: block;
    margin-bottom: .625vw
}

.contact-info-box-item__tel {
    color: #bff34d;
    line-height: 120%;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.contact-info-box-item__tel:hover {
    color: #f4f4f4
}

.contact-info-box-item__address {
    line-height: 120%;
    display: block;
    margin-bottom: .8333333333vw
}

.services-content__brand {
    margin-top: auto;
    position: relative;
    width: 11.6145833333vw;
    height: 11.6145833333vw
}

.services-content__left {
    margin-right: 2.6041666667vw
}

.services-content__right {
    max-width: 56.71875vw;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.services-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.services-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services-content-box-info__text {
    max-width: 23.9583333333vw
}

.services-tiles-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.services-tiles-items__el {
    max-width: 19.0104166667vw;
    width: 100%;
    height: 12.03125vw;
    position: relative
}

.services-tiles-items__el:nth-child(10), .services-tiles-items__el:nth-child(4), .services-tiles-items__el:nth-child(7) {
    margin-left: auto
}

.services-tiles-items-el {
    padding: 1.6666666667vw 1.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services-tiles-items-el.bg-contrast .services-tiles-items-el__text, .services-tiles-items-el.bg-contrast-retouch .services-tiles-items-el__text, .services-tiles-items-el.bg-light .services-tiles-items-el__text, .services-tiles-items-el.bg-light-retouch .services-tiles-items-el__text {
    color: #232323
}

.services-tiles-items-el__text {
    margin-top: auto;
    line-height: 120%
}

.services-tiles-items-el__ico {
    display: block;
    width: 1.25vw;
    height: 1.25vw
}

.services-tiles-items-el-ico {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.services-tiles-items-el-ico--theme-contrast {
    background-color: #bff34d
}

.services-tiles-items-el-ico--theme-dark {
    background-color: #232323
}

.services-tiles-items-el-ico--arrow {
    -webkit-mask: url(../images/arrow-to-left-bottom.svg) no-repeat 50% 50%/contain
}

.policy {
    font-size: 16px;
    margin: 2.0833333333vw 2.1875vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.policy-link {
    font-size: .9375vw;
    cursor: pointer;
    color: #fff
}

.policy-link:hover {
    text-decoration: underline
}

.main-menu__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.main-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #232323
}

.main-menu-list-item-link {
    padding: .625vw 1.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-with-img {
    position: relative;
    padding: 2.0833333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-with-img.bg-contrast, .box-with-img.bg-contrast-retouch, .box-with-img.bg-light, .box-with-img.bg-light-retouch {
    color: #232323
}

.box-with-img__info {
    position: relative
}

.box-with-img__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative
}

.box-with-img__picture--left {
    margin-right: 2.0833333333vw
}

.box-with-img__picture--right {
    margin-left: 2.0833333333vw
}

.box-with-img.bg-light .box-with-img-content-subtitle__label {
    color: #232323
}

.box-with-img.bg-light .box-with-img-content-info__text {
    color: #232323
}

.box-with-img-content-subtitle {
    display: block
}

.box-with-img-picture__img {
    max-width: 33.75vw;
    width: 100%;
    border-radius: 1.875vw;
    -o-object-fit: cover;
    object-fit: cover;
    height: 32.2916666667vw
}

.box-with-img-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box-with-img-content--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.box-with-img-content__subtitle {
    margin-bottom: 1.0416666667vw;
    max-width: 36.4583333333vw
}

.box-with-img-content__ico {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    position: absolute
}

.box-with-img-content__ico--top-right {
    right: 0;
    top: 0
}

.box-with-img-content__ico--bottom-left {
    bottom: 0;
    left: 0
}

.box-with-img-content-info {
    padding-left: 4.6875vw;
    text-align: right
}

.box-with-img-content-info--no-padding {
    padding: 0
}

.box-with-img-content-info--text-left {
    text-align: left
}

.box-with-img-content-info__ico {
    width: 4.1666666667vw;
    height: 4.1666666667vw
}

.box-with-img-content-info__picture {
    margin-bottom: 1.6666666667vw;
    display: block
}

.box-with-img-content-info__text {
    font-size: 1.25vw;
    width: 100%;
    line-height: 125%
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    z-index: 100;
    background-color: #bff34d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.preloader-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preloader-content__ico {
    margin-right: .4166666667vw;
    -webkit-animation: rotate-animation 7s infinite steps(5, end);
    animation: rotate-animation 7s infinite steps(5, end);
    width: 5vw;
    height: 5vw;
    fill: #232323
}

.preloader-content-naming__letter {
    font-size: 1.875vw;
    color: #232323;
    letter-spacing: -4px
}

.item-hover {
    position: relative;
    overflow: hidden;
    font-size: inherit
}

.item-hover__fill {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0) scale(1) rotate(.001deg);
    -ms-transform: translateY(0) scale(1) rotate(.001deg);
    transform: translateY(0) scale(1) rotate(.001deg);
    top: 0;
    left: 0;
    background-color: transparent;
    border-radius: 1.875vw;
    -webkit-transition: .4s cubic-bezier(.5, .75, 0, 1), border .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: .4s cubic-bezier(.5, .75, 0, 1), border .2s ease-in-out, background-color .2s ease-in-out;
    transition: .4s cubic-bezier(.5, .75, 0, 1), border .2s ease-in-out, background-color .2s ease-in-out
}

.item-hover__fill--after {
    -webkit-transform: translateY(100%) scale(.8) rotate(.001deg);
    -ms-transform: translateY(100%) scale(.8) rotate(.001deg);
    transform: translateY(100%) scale(.8) rotate(.001deg)
}

.item-hover__fill--theme-dark {
    background-color: #bff34d
}

.item-hover__fill--theme-light {
    background-color: #f4f4f4
}

.item-hover__label {
    position: relative;
    z-index: 2
}

.item-hover:hover {
    border-color: transparent
}

.item-hover:hover .item-hover__fill--after {
    -webkit-transform: translateY(0) scale(1) rotate(.001deg);
    -ms-transform: translateY(0) scale(1) rotate(.001deg);
    transform: translateY(0) scale(1) rotate(.001deg)
}

.item-hover:hover .item-hover__fill--before {
    -webkit-transform: translateY(0) scale(.8) rotate(.001deg);
    -ms-transform: translateY(0) scale(.8) rotate(.001deg);
    transform: translateY(0) scale(.8) rotate(.001deg)
}

.item-hover:hover .item-hover-label {
    color: #232323
}

.item-hover-label {
    color: #f4f4f4;
    -webkit-transition: .3s color ease-in-out;
    -o-transition: .3s color ease-in-out;
    transition: .3s color ease-in-out
}

.tile-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tile-items__el {
    position: relative
}

.tile-items__el--size-l {
    width: 100%;
    max-width: 37.9166666667vw
}

.tile-items-el {
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tile-items-el:not(.tile-items-el--img-only) {
    padding: 1.6666666667vw 1.6145833333vw
}

.tile-items-el.bg-contrast .tile-items-el-text, .tile-items-el.bg-contrast .tile-items-el-title, .tile-items-el.bg-light .tile-items-el-text, .tile-items-el.bg-light .tile-items-el-title, .tile-items-el.bg-light-retouch .tile-items-el-text, .tile-items-el.bg-light-retouch .tile-items-el-title {
    color: #232323
}

.tile-items-el.bg-contrast .tile-items-el-list__item, .tile-items-el.bg-light .tile-items-el-list__item, .tile-items-el.bg-light-retouch .tile-items-el-list__item {
    color: #232323
}

.tile-items-el--bg-mosaic {
    background-image: url(../images/mosaic.svg);
    background-position: 0 101%
}

.tile-items-el--bg-wave {
    background-image: url(../images/wave.svg);
    background-position: 100% 66%
}

.tile-items-el--with-icon .tile-items-el__title {
    margin-top: auto
}

.tile-items-el--bg-wavel .tile-items-el-list {
    position: relative;
    padding-top: 2.8645833333vw
}

.tile-items-el--bg-wavel .tile-items-el-list::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: .78125vw;
    width: 32.65625vw;
    background: url(../images/wave-long.svg) no-repeat 0 50%/94%
}

.tile-items-el__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.875vw;
    vertical-align: baseline
}

.tile-items-el__list {
    margin-top: auto
}

.tile-items-el__title {
    margin-bottom: 1.4583333333vw
}

.tile-items-el__title--size-s {
    margin-bottom: .8333333333vw
}

.tile-items-el__ico {
    margin-bottom: 1.0416666667vw
}

.tile-items-el__ico--circle {
    background: url(../images/in-jan.svg) no-repeat 50% 50%/contain;
    width: 4.1666666667vw;
    height: 4.1666666667vw
}

.tile-items-el__ico--star {
    background: url(../images/star.svg) no-repeat 50% 50%/contain;
    width: 4.6875vw;
    height: 4.6875vw
}

.tile-items-el-ico {
    display: block
}

.tile-items-el-title {
    font-size: 1.875vw;
    line-height: 120%;
    display: block
}

.tile-items-el-title--size-s {
    font-size: 1.25vw;
    line-height: 125%
}

.tile-items-el-text {
    font-size: .7291666667vw;
    line-height: 130%;
    display: block
}

.tile-items-el-list--numeric {
    padding-left: 1.0416666667vw
}

.tile-items-el-list--numeric .tile-items-el-list__item {
    list-style: decimal
}

.tile-items-el-list__item {
    font-size: .9375vw;
    line-height: 130%
}

.tile-items-el-list__item:not(:last-child) {
    margin-bottom: .625vw
}

.brand-circle__svg {
    fill: #d8d8d8;
    width: 100%;
    height: 100%
}

.brand-circle__ico {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    background-color: #bff34d
}

.brand-circle__ico--arrow {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    -webkit-mask-image: url(../images/arrow-to-left-bottom.svg)
}

.brand-circle__ico--dollar {
    width: 1.6666666667vw;
    height: 3.0208333333vw;
    -webkit-mask-image: url(../images/dollar.svg)
}

.brand-circle__ico--bag {
    width: 1.6666666667vw;
    height: 1.5625vw;
    -webkit-mask-image: url(../images/bag.svg)
}

.brand-circle__ico--email {
    width: 1.6666666667vw;
    height: 1.40625vw;
    -webkit-mask-image: url(../images/email--full.svg)
}

.brand-circle__ico--global {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    -webkit-mask-image: url(../images/global.svg)
}

.social-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-items__el {
    width: 2.0833333333vw;
    height: 2.0833333333vw
}

.social-items__el:not(:last-child) {
    margin-right: 1.25vw
}

.social-items-el {
    border-radius: 50%;
    background-color: #bff34d;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social-items-el:hover {
    background-color: #f4f4f4
}

.social-items-el__ico {
    width: 100%;
    height: 100%
}

.social-items-el-ico {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block
}

.social-items-el-ico--facebook {
    background-image: url(../images/facebook.svg);
    width: .5729166667vw;
    height: 1.09375vw
}

.social-items-el-ico--linkedin {
    background-image: url(../images/linkedin.svg);
    width: .9895833333vw;
    height: .9895833333vw
}

.social-items-el-ico--instagram {
    background-image: url(../images/instagram.svg);
    width: 1.0416666667vw;
    height: 1.0416666667vw
}

.pie-chart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.1458333333vw 1.1458333333vw 3.125vw
}

.pie-chart__ico {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
    position: absolute
}

.pie-chart__ico--top-left {
    top: 0;
    left: 0
}

.pie-chart__ico--top-right {
    top: 0;
    right: 0
}

.pie-chart__ico--bottom-left {
    bottom: 0;
    left: 0
}

.pie-chart__ico--bottom-right {
    bottom: 0;
    right: 0
}

.pie-chart__picture--size-l {
    width: 25.8854166667vw;
    height: 25.78125vw
}

.pie-chart__picture--size-s {
    position: absolute;
    width: 12.9166666667vw;
    height: 13.5416666667vw;
    bottom: .9375vw;
    right: 2.8645833333vw
}

.pie-chart__text {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%
}

.pie-chart-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pie-chart-text__val {
    color: #232323
}

.pie-chart-text__label {
    color: #232323
}

.pie-chart-text--size-l {
    top: 8.59375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pie-chart-text--size-l .pie-chart-text__label {
    font-size: .9375vw;
    line-height: 130%
}

.pie-chart-text--size-l .pie-chart-text__val {
    font-size: 3.0208333333vw;
    line-height: 105%
}

.pie-chart-text--size-s {
    bottom: 6.09375vw;
    right: 7.0833333333vw
}

.pie-chart-text--size-s .pie-chart-text__label {
    font-size: .7291666667vw;
    line-height: 130%
}

.pie-chart-text--size-s .pie-chart-text__val {
    font-size: 1.875vw;
    line-height: 120%;
    margin-bottom: 4px
}

.pie-chart-picture__img {
    width: 100%
}

.plus-icon--size-l {
    -webkit-mask: url(../images/plus-icon.svg) no-repeat 50% 50%/contain
}

.plus-icon--size-s {
    -webkit-mask: url(../images/plus-icon--light.svg) no-repeat 50% 50%/contain
}

.plus-icon--theme-light {
    background-color: #f4f4f4
}

.plus-icon--theme-contrast {
    background-color: #bff34d
}

.plus-icon--theme-dark {
    background-color: #232323
}

.map {
    position: relative
}

.map::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -2px;
    border: 1px solid #595959;
    border-radius: 3.4375vw
}

.map__graphic {
    position: relative
}

.map-graphic {
    overflow: hidden;
    border-radius: 3.4375vw
}

.map-graphic__svg {
    vertical-align: bottom;
    width: 100%;
    height: 100%
}

.map-graphic__point {
    position: absolute
}

.map-graphic__point--minsk {
    top: 6.4583333333vw;
    left: 17.1875vw
}

.map-graphic__point--gomel {
    bottom: 4.4270833333vw;
    right: 6.25vw
}

.map-graphic-point__ico {
    width: 2.9166666667vw;
    height: 3.90625vw;
    display: block;
    background: url(../images/point.svg) no-repeat 50% 50%/contain;
    margin-bottom: .625vw
}

.map-graphic-point__label {
    line-height: 120%;
    color: #232323
}

.cursor-container {
    width: .625em;
    height: .625em;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #bff34d;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1001
}

.hamburger-menu-btn {
    border-radius: 50%;
    background-color: #bff34d;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    -webkit-transition: .3s background-color ease-in-out;
    -o-transition: .3s background-color ease-in-out;
    transition: .3s background-color ease-in-out;
    position: fixed;
    top: 1.3541666667vw;
    right: 2.6041666667vw;
    opacity: 0;
    z-index: -1
}

.hamburger-menu-btn--is-active, .hamburger-menu-btn:hover {
    background-color: #f4f4f4
}

.hamburger-menu-btn--is-visible {
    opacity: 1;
    z-index: 92;
    -webkit-transition: .2s opacity ease-in-out;
    -o-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out
}

.hamburger-menu-btn--is-fixed {
    opacity: 1;
    z-index: 92
}

.hamburger-menu-btn--is-active .hamburger-menu-btn__line:first-child {
    -webkit-transform: matrix(.7, -.71, .7, .71, 0, 0) translate(-3px, 3px);
    -ms-transform: matrix(.7, -.71, .7, .71, 0, 0) translate(-3px, 3px);
    transform: matrix(.7, -.71, .7, .71, 0, 0) translate(-3px, 3px)
}

.hamburger-menu-btn--is-active .hamburger-menu-btn__line:last-child {
    -webkit-transform: matrix(.7, .71, -.7, .71, 0, 0) translate(-2px, -1px);
    -ms-transform: matrix(.7, .71, -.7, .71, 0, 0) translate(-2px, -1px);
    transform: matrix(.7, .71, -.7, .71, 0, 0) translate(-2px, -1px)
}

.hamburger-menu-btn__line {
    display: inline-block;
    width: 1.25vw;
    height: 2px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.hamburger-menu-btn-line {
    background-color: #232323
}

.hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232323;
    -webkit-transition: .4s -webkit-transform ease-in-out;
    transition: .4s -webkit-transform ease-in-out;
    -o-transition: .4s transform ease-in-out;
    transition: .4s transform ease-in-out;
    transition: .4s transform ease-in-out, .4s -webkit-transform ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 91;
    overflow: hidden
}

.hamburger-menu--is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hamburger-menu__other {
    margin-top: auto
}

.hamburger-menu__other {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.hamburger-menu__list {
    margin-left: 20%;
    margin-top: 1.5625vw
}

.hamburger-menu .container {
    position: relative;
    height: 100%
}

.hamburger-menu-inner__label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    position: absolute;
    left: -.5729166667vw;
    top: 3.6458333333vw;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    transition: .1s all ease-in;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.hamburger-menu-inner__label--is-transformed {
    -webkit-transform: rotate(-90deg) translateX(0);
    -ms-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0)
}

.hamburger-menu-list__item {
    -webkit-transition: .2s all ease-in;
    -o-transition: .2s all ease-in;
    transition: .2s all ease-in;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.hamburger-menu-list__item:nth-child(odd) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.hamburger-menu-list__item:nth-child(even) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.hamburger-menu-list__item--is-transformed:nth-child(even), .hamburger-menu-list__item--is-transformed:nth-child(odd) {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}

.hamburger-menu-inner-icons-group {
    position: absolute;
    left: 0;
    bottom: 2.6041666667vw
}

.hamburger-menu-inner-icons-group__el {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    display: block
}

.hamburger-menu-inner-icons-group__el:not(:last-child) {
    margin-bottom: 1.25vw
}

.hamburger-menu-list-item__link {
    position: relative
}

.hamburger-menu-list-item-link {
    color: #bff34d;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    display: inline-block
}

.hamburger-menu-list-item-link::after {
    position: absolute;
    content: "";
    background-color: #595959;
    right: -2.5vw;
    top: .7291666667vw
}

.hamburger-menu-list-item-link--ico-arrow::after {
    -webkit-mask: url(../images/arrow-menu.svg) no-repeat 50% 50%/contain;
    width: 1.4583333333vw;
    height: 1.4583333333vw
}

.hamburger-menu-list-item-link--ico-global::after {
    -webkit-mask: url(../images/global.svg) no-repeat 50% 50%/contain;
    width: 1.875vw;
    height: 1.875vw
}

.hamburger-menu-list-item-link--ico-bag::after {
    -webkit-mask: url(../images/bag.svg) no-repeat 50% 50%/contain;
    width: 1.7708333333vw;
    height: 1.6666666667vw
}

.hamburger-menu-list-item-link--ico-email::after {
    -webkit-mask: url(../images/email--full.svg) no-repeat 50% 50%/contain;
    width: 1.6666666667vw;
    height: 1.40625vw
}

.hamburger-menu-list-item-link--ico-dollar::after {
    -webkit-mask: url(../images/dollar.svg) no-repeat 50% 50%/contain;
    width: 1.09375vw;
    height: 2.03125vw;
    right: -1.7708333333vw
}

.hamburger-menu-list-item-link:hover {
    color: #f4f4f4
}

.hamburger-menu-list-item-link__label {
    font-size: 7.6041666667vw;
    line-height: 90%
}

.hamburger-menu-lang, .hamburger-menu-other {
    display: none
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px #595959;
    box-shadow: inset 0 0 4px #595959
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(89, 89, 89, .7)
}

@media (max-width: 1850px) {
    .container {
        padding-left: 2.6041666667vw;
        padding-right: 2.6041666667vw;
        max-width: 100%
    }

    .hamburger-menu-inner__label {
        left: 1.6756756757vw
    }

    .hamburger-menu-inner-icons-group {
        left: 2.1621621622vw
    }
}

@media (max-width: 1600px) {
    .ticker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width: 1365px) {
    .about-address-content, .company-counts-items-el, .contact-info-box, .footer, .lang-btn, .main-menu-list, .prices-data-item, .services-tiles-items-el, .tile-items-el, .vacancies-tabs-btn, .vacancy-el-body-box {
        border-radius: 2.6373626374vw
    }

    .main:not(.main.main-homepage) {
        padding-bottom: 2.9304029304vw
    }

    .button, .link {
        border-radius: 2.6373626374vw
    }

    .button__label, .link__label {
        font-size: 1.0256410256vw
    }

    .logo__svg {
        max-width: 10.6227106227vw;
        height: 2.9304029304vw
    }

    .lang-btn {
        padding: .6593406593vw 2.0512820513vw .7326007326vw
    }

    .email-link {
        padding: .8791208791vw 2.7838827839vw
    }

    .bg-contrast-retouch::before, .bg-dark-retouch::before, .bg-gray-retouch::before, .bg-light-retouch::before, .bg-light::before {
        border-radius: 2.6373626374vw
    }

    .section-descr__text {
        font-size: 1.3186813187vw
    }

    .footer {
        padding: 2.7838827839vw 2.6373626374vw;
        margin: 1.4652014652vw 3.0769230769vw 0vw
    }

    .footer__social {
        margin-right: 2.1978021978vw
    }

    .ticker__svg {
        width: 100vw;
        height: 48.7179487179vw;
        margin-top: 13.5531135531vw
    }

    .textpath {
        font-size: 1.7582417582vw
    }

    .company-counts-items-el__text {
        font-size: .8791208791vw
    }

    .vacancy-el-header__place {
        font-size: .8791208791vw
    }

    .vacancy-el--is-active .vacancy-el-body {
        padding-top: 2.9304029304vw;
        padding-bottom: 2.9304029304vw
    }

    .vacancy-el-body-box__label {
        font-size: 1.4652014652vw;
        margin-bottom: 1.4652014652vw
    }

    .vacancies-tabs-btn--filter {
        padding: .7326007326vw 1.4652014652vw .6593406593vw
    }

    .vacancies-filter-count__text, .vacancies-filter-count__val {
        font-size: 1.0256410256vw
    }

    .vacancy-el-body-box-list--dash .vacancy-el-body-box-list__item {
        padding-left: 1.7582417582vw
    }

    .vacancy-el-body-box-list--dash .vacancy-el-body-box-list__item::before {
        width: 1.1721611722vw;
        top: .5860805861vw
    }

    .vacancy-el-body-box-list--check .vacancy-el-body-box-list__item {
        padding-left: 1.7582417582vw
    }

    .vacancy-el-body-box-list--check .vacancy-el-body-box-list__item::before {
        width: 1.0989010989vw;
        height: .8791208791vw
    }

    .vacancy-el-body-box-list__item {
        font-size: 1.0256410256vw
    }

    .vacancy-el-body-box-list__item:not(:last-child) {
        margin-bottom: .8791208791vw
    }

    .recruitment-process__brand {
        width: 11.7216117216vw;
        height: 11.7216117216vw
    }

    .prices-data-item-contacts__label {
        font-size: .8791208791vw;
        margin-bottom: 1.7582417582vw
    }

    .contact-info-box-item__text {
        font-size: 1.0256410256vw
    }

    .contact-info-box-item__tel {
        font-size: 1.0256410256vw
    }

    .contact-info-box-item__address {
        font-size: 1.0256410256vw
    }

    .services-content__brand {
        width: 8.7912087912vw;
        height: 8.7912087912vw
    }

    .services-tiles-items-el__text {
        font-size: 1.0256410256vw
    }

    .policy-link {
        font-size: 1.3186813187vw
    }

    .main-menu-list-item-link {
        padding: .8791208791vw 1.7582417582vw
    }

    .preloader-content__ico {
        width: 7.032967033vw;
        height: 7.032967033vw;
        margin-right: .5860805861vw
    }

    .preloader-content-naming__letter {
        font-size: 2.6373626374vw
    }

    .item-hover-label {
        font-size: 1.0256410256vw
    }

    .tile-items-el-text {
        font-size: .8791208791vw
    }

    .tile-items-el-list--numeric {
        padding-left: 1.4652014652vw
    }

    .tile-items-el-list__item {
        font-size: 1.0256410256vw
    }

    .social-items__el {
        width: 2.9304029304vw;
        height: 2.9304029304vw
    }

    .social-items__el:not(:last-child) {
        margin-right: 1.0256410256vw
    }

    .social-items-el-ico--facebook {
        width: .8058608059vw;
        height: 1.5384615385vw
    }

    .social-items-el-ico--linkedin {
        width: 1.3919413919vw;
        height: 1.3919413919vw
    }

    .social-items-el-ico--instagram {
        width: 1.4652014652vw;
        height: 1.4652014652vw
    }

    .pie-chart-text--size-s .pie-chart-text__label {
        font-size: .8791208791vw
    }

    .hamburger-menu-btn {
        width: 2.9304029304vw;
        height: 2.9304029304vw;
        top: 1.3919413919vw;
        right: 2.6373626374vw
    }

    .hamburger-menu-btn__line {
        width: 1.7582417582vw
    }

    .hamburger-menu__list {
        margin-top: 2.1978021978vw
    }

    .hamburger-menu-inner__label {
        font-size: 1.1721611722vw;
        left: 1.0256410256vw;
        top: 4.7619047619vw
    }

    .hamburger-menu-inner-icons-group__el {
        width: 2.3443223443vw;
        height: 2.3443223443vw
    }

    .hamburger-menu-inner-icons-group__el:not(:last-child) {
        margin-bottom: 1.7582417582vw
    }
}

@media (max-width: 1365px) and (max-width: 845px) {
    .services-tiles-items-el__text {
        font-size: 1.8934911243vw
    }
}

@media (max-width: 1365px) and (max-width: 500px) {
    .services-tiles-items-el__text {
        font-size: 4.375vw
    }
}

@media (max-width: 1100px) {
    .body--scroll-disabled {
        padding-right: 0
    }

    .body--scroll-disabled .hamburger-menu {
        padding-right: 0
    }

    .textpath {
        font-size: 2.1818181818vw
    }
}

@media (max-width: 1023px) {
    [data-aos] {
        pointer-events: auto !important;
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .textpath {
        font-size: 2.7370478983vw
    }

    .company-counts-items__el {
        width: 20.8211143695vw;
        height: 14.0762463343vw
    }

    .company-counts-items-el__descr {
        font-size: 1.1730205279vw
    }

    .company-counts-items-el__text {
        font-size: .9775171065vw
    }

    .tile-items-el__title--size-s {
        margin-bottom: 1.5640273705vw
    }

    .tile-items-el-text {
        font-size: 1.1730205279vw
    }

    .cursor-container {
        display: none
    }
}

@media (max-width: 845px) {
    .about-address-content, .company-counts-items-el, .contact-info-box, .footer, .lang-btn, .main-menu-list, .prices-data-item, .services-tiles-items-el, .tile-items-el, .vacancies-tabs-btn, .vacancy-el-body-box {
        border-radius: 4.2603550296vw
    }

    .body {
        font-size: 1.8934911243vw
    }

    .section:first-child {
        padding-top: 5.9171597633vw
    }

    .section__descr {
        margin-bottom: 2.3668639053vw
    }

    .section__title {
        margin-bottom: 3.7869822485vw
    }

    .main {
        padding-top: 15.3846153846vw
    }

    .main.main-homepage {
        padding-top: 15.3846153846vw
    }

    .main:not(.main.main-homepage) {
        padding-bottom: 4.7337278107vw
    }

    .container {
        max-width: 100%;
        padding-left: 3.550295858vw;
        padding-right: 3.550295858vw
    }

    .button, .link {
        border-radius: 4.2603550296vw
    }

    .button__label, .link__label {
        font-size: 1.6568047337vw
    }

    .logo__svg {
        max-width: 17.1597633136vw;
        height: 4.7337278107vw
    }

    .lang-btn {
        padding: 1.0650887574vw 3.3136094675vw 1.1834319527vw
    }

    .email-link {
        padding: 1.4201183432vw 4.4970414201vw
    }

    .bg-contrast-retouch::before, .bg-dark-retouch::before, .bg-gray-retouch::before, .bg-light-retouch::before, .bg-light::before {
        border-radius: 4.2603550296vw
    }

    .section-title__label {
        font-size: 9.4674556213vw
    }

    .section-subtitle__label {
        font-size: 6.8639053254vw
    }

    .section-descr__text {
        font-size: 1.8934911243vw
    }

    .header .email-link {
        display: none
    }

    .header {
        padding-top: 2.8402366864vw;
        padding-bottom: 2.8402366864vw;
        position: absolute;
        top: 0;
        left: 0
    }

    .header-menu {
        display: none
    }

    .footer {
        padding: 4.4970414201vw 4.2603550296vw;
        margin: 2.3668639053vw 3.550295858vw 0vw
    }

    .footer__social {
        margin-right: 0;
        margin-bottom: 3.7869822485vw
    }

    .footer__menu {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3.7869822485vw
    }

    .footer .logo {
        margin-bottom: 3.7869822485vw
    }

    .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tagline__inner {
        overflow: visible
    }

    .tagline-text {
        font-size: 9.4674556213vw;
        line-height: 105%
    }

    .tagline-text:nth-child(2) {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .tagline-text:nth-child(3) {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .homepage-ticker__ico {
        width: 4.2603550296vw;
        height: 4.2603550296vw;
        bottom: 3.550295858vw
    }

    .homepage-ticker__ico--left {
        left: 3.550295858vw
    }

    .homepage-ticker__ico--right {
        right: 3.550295858vw
    }

    .textpath {
        font-size: 4.9704142012vw
    }

    .about-counts__brand {
        display: none
    }

    .about-counts__descr {
        max-width: 100%
    }

    .about-values__items {
        margin-top: 7.5vw
    }

    .about-values__subtitle {
        max-width: 100%
    }

    .about-values-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-values-items__el {
        height: 48.875739645vw;
        width: 42.8402366864vw
    }

    .about-values-items__el:nth-child(2) {
        margin-top: 0;
        margin-left: 0
    }

    .about-address-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-address-content {
        padding: 4.7337278107vw
    }

    .about-address-content__subtitle {
        margin-bottom: 2.3668639053vw;
        max-width: 100%
    }

    .about-address-content-info-list__item {
        font-size: 2.8402366864vw;
        padding-left: 3.3136094675vw
    }

    .about-address-content-info-list__item:not(:last-child) {
        margin-bottom: 2.8402366864vw
    }

    .about-address-content-info-list__item::before {
        top: 1.5384615385vw;
        width: 1.8934911243vw
    }

    .about-address__content {
        min-height: 45.5621301775vw
    }

    .about-address__map {
        max-width: 100%
    }

    .company-counts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .company-counts-items__el {
        width: 43.1952662722vw;
        height: 27.3372781065vw
    }

    .company-counts-items__el:nth-child(4), .company-counts-items__el:nth-child(7) {
        margin-left: 0
    }

    .company-counts-items__el:nth-child(6) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .company-counts-items__col {
        width: 100%
    }

    .company-counts-items-el {
        padding: 3.550295858vw 3.3136094675vw
    }

    .company-counts-items-el__descr {
        font-size: 1.6568047337vw;
        margin-top: .9467455621vw
    }

    .company-counts-items-el__text {
        font-size: 1.6568047337vw;
        max-width: 100%
    }

    .company-counts-items-el__link {
        font-size: 2.8402366864vw
    }

    .company-counts-items-el--email {
        padding: 2.6035502959vw
    }

    .company-counts-items-el--email::after {
        max-width: 21.4201183432vw;
        max-height: 11.2426035503vw
    }

    .company-counts-items-el-val {
        font-size: 6.8639053254vw
    }

    .company-counts-items-el-val--with-icon::after {
        top: -1.4201183432vw;
        right: -4.8520710059vw
    }

    .about-activity-box-content-info__text {
        max-width: 100%
    }

    .about-activity-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-activity-box .about-activity-box-picture__img {
        max-width: 40.7100591716vw;
        border-radius: 4.2603550296vw;
        height: 39.2899408284vw
    }

    .about-activity-box .about-activity-box-content {
        position: static
    }

    .about-activity-box .about-activity-box-content__info {
        margin-top: 3.7869822485vw
    }

    .about-activity-box .about-activity-box-content .plus-icon {
        display: none
    }

    .about-activity-box-ico {
        display: block
    }

    .vacancies__tabs {
        margin-top: 8.5207100592vw;
        margin-bottom: 8.5207100592vw
    }

    .vacancies__filter {
        margin-bottom: 3.7869822485vw
    }

    .vacancy-el-header {
        padding-top: 2.1301775148vw;
        padding-bottom: 2.1301775148vw
    }

    .vacancy-el-header__btn {
        width: 9.4674556213vw;
        height: 9.4674556213vw
    }

    .vacancy-el-header__label {
        font-size: 2.8402366864vw;
        padding-right: 7.100591716vw;
        line-height: 120%
    }

    .vacancy-el-header__place {
        font-size: 1.4201183432vw
    }

    .vacancy-el--is-active .vacancy-el-body {
        padding-top: 2.3668639053vw;
        padding-bottom: 2.3668639053vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .vacancy-el-header-btn__ico {
        background: url(../images/arrow-dark-to-left-bottom.svg) no-repeat 50% 50%/2.2485207101vw
    }

    .vacancy-el-body__wrapper {
        max-width: 100%
    }

    .vacancy-el-body-box {
        padding: 2.1978021978vw 2.3443223443vw
    }

    .vacancy-el-body-box {
        padding: 3.550295858vw 2.3668639053vw
    }

    .vacancy-el-body-box__label {
        font-size: 2.3668639053vw;
        margin-bottom: 2.3668639053vw
    }

    .vacancies-tabs-btn {
        padding: 2.1301775148vw 4.2603550296vw 2.2485207101vw
    }

    .vacancies-tabs-btn--filter {
        padding: 1.1834319527vw 2.3668639053vw 1.0650887574vw
    }

    .vacancies-filter__count {
        margin-right: 5.9171597633vw
    }

    .vacancies-filter-count__text, .vacancies-filter-count__val {
        font-size: 1.4201183432vw
    }

    .vacancy-el-body-box-list--dash .vacancy-el-body-box-list__item {
        padding-left: 2.8402366864vw
    }

    .vacancy-el-body-box-list--dash .vacancy-el-body-box-list__item::before {
        width: 1.8934911243vw;
        top: .9467455621vw
    }

    .vacancy-el-body-box-list--check .vacancy-el-body-box-list__item {
        padding-left: 2.8402366864vw
    }

    .vacancy-el-body-box-list--check .vacancy-el-body-box-list__item::before {
        width: 1.775147929vw;
        height: 1.4201183432vw
    }

    .vacancy-el-body-box-list__item {
        font-size: 1.6568047337vw
    }

    .vacancy-el-body-box-list__item:not(:last-child) {
        margin-bottom: 1.4201183432vw
    }

    .recruitment-process-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .recruitment-process__right {
        max-width: 100%
    }

    .recruitment-process__left {
        margin-right: 0
    }

    .recruitment-process__subtitle {
        margin-bottom: 3.7869822485vw
    }

    .recruitment-process__brand {
        display: none
    }

    .recruitment-process-items__el {
        width: 43.0769230769vw;
        min-height: 47.3372781065vw;
        height: auto
    }

    .recruitment-process-items__el:nth-child(3) {
        margin-left: 0
    }

    .prices__brand {
        display: none
    }

    .prices__descr {
        max-width: 100%;
        margin-bottom: 4.4970414201vw
    }

    .prices__data {
        margin-left: 0;
        max-width: 86.1538461538vw
    }

    .prices-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .prices-data-item {
        padding: 2.3668639053vw
    }

    .prices-data-item-contacts__label {
        font-size: 1.6568047337vw;
        margin-bottom: 2.8402366864vw
    }

    .prices-data-item-contacts__link {
        font-size: 4.2603550296vw
    }

    .contacts__inner {
        margin-top: 8.5207100592vw
    }

    .contacts__map {
        max-width: 128.875739645vw
    }

    .contacts-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-inner__brand {
        display: none
    }

    .contacts-info__box {
        max-width: 43.1952662722vw
    }

    .contact-info-box {
        padding: 4.7337278107vw 4.0236686391vw
    }

    .contact-info-box:nth-child(2) {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .contact-info-box-item__label {
        font-size: 4.2603550296vw;
        margin-bottom: 4.2603550296vw
    }

    .contact-info-box-item__email {
        font-size: 2.8402366864vw
    }

    .contact-info-box-item__text {
        font-size: 2.1301775148vw;
        margin-bottom: 1.4201183432vw
    }

    .contact-info-box-item__tel {
        font-size: 1.8934911243vw
    }

    .contact-info-box-item__address {
        font-size: 1.8934911243vw;
        margin-bottom: 1.8934911243vw
    }

    .services-content__brand {
        display: none
    }

    .services-content__left {
        margin-right: 0;
        margin-bottom: 6.6272189349vw
    }

    .services-content__right {
        max-width: 128.875739645vw
    }

    .services-content-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .services-content-box-info__text {
        max-width: 54.4378698225vw
    }

    .services-tiles-items__el {
        max-width: 43.1952662722vw;
        height: 27.3372781065vw
    }

    .services-tiles-items__el:nth-child(10), .services-tiles-items__el:nth-child(4), .services-tiles-items__el:nth-child(7) {
        margin-left: 0
    }

    .services-tiles-items-el {
        padding: 3.7869822485vw 2.8402366864vw
    }

    .services-tiles-items-el__ico {
        width: 2.8402366864vw;
        height: 2.8402366864vw
    }

    .policy-link {
        font-size: 1.8934911243vw
    }

    .main-menu-list-item-link {
        padding: 1.4201183432vw 2.8402366864vw
    }

    .box-with-img {
        padding: 4.7337278107vw
    }

    .box-with-img__content {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .box-with-img__picture--left {
        margin-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-bottom: 2.3668639053vw
    }

    .box-with-img__picture--right {
        margin-left: 4.7337278107vw;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .box-with-img-picture__img {
        max-width: 76.6863905325vw;
        border-radius: 4.2603550296vw;
        height: 73.3727810651vw
    }

    .box-with-img-content__subtitle {
        max-width: 100%
    }

    .box-with-img-content__ico {
        width: 5.2071005917vw;
        height: 5.2071005917vw
    }

    .box-with-img-content-info {
        padding-left: 10.650887574vw
    }

    .box-with-img-content-info__ico {
        width: 9.4674556213vw;
        height: 9.4674556213vw
    }

    .box-with-img-content-info__picture {
        margin-bottom: 3.7869822485vw
    }

    .box-with-img-content-info__text {
        font-size: 2.3668639053vw
    }

    .preloader-content__ico {
        width: 8.9940828402vw;
        height: 8.9940828402vw;
        margin-right: .9467455621vw
    }

    .item-hover-label {
        font-size: 1.8934911243vw
    }

    .tile-items__el--size-l {
        max-width: 86.1538461538vw
    }

    .tile-items-el:not(.tile-items-el--img-only) {
        padding: 3.7869822485vw 3.6686390533vw
    }

    .tile-items-el--bg-wavel .tile-items-el-list {
        padding-top: 6.5088757396vw
    }

    .tile-items-el--bg-wavel .tile-items-el-list::before {
        height: 1.775147929vw
    }

    .tile-items-el__title {
        margin-bottom: 3.3136094675vw
    }

    .tile-items-el__title--size-s {
        margin-bottom: 1.8934911243vw
    }

    .tile-items-el__ico--circle {
        width: 9.4674556213vw;
        height: 9.4674556213vw
    }

    .tile-items-el__ico--star {
        width: 10.650887574vw;
        height: 10.650887574vw
    }

    .tile-items-el-title {
        font-size: 4.2603550296vw
    }

    .tile-items-el-title--size-s {
        font-size: 2.8402366864vw
    }

    .tile-items-el-text {
        font-size: 1.6568047337vw
    }

    .tile-items-el-list--numeric {
        padding-left: 2.3668639053vw
    }

    .tile-items-el-list__item {
        font-size: 2.1301775148vw
    }

    .tile-items-el-list__item:not(:last-child) {
        margin-bottom: 1.4201183432vw
    }

    .brand-circle__ico--global {
        width: 2.6035502959vw;
        height: 2.6035502959vw
    }

    .social-items__el {
        width: 4.7337278107vw;
        height: 4.7337278107vw
    }

    .social-items__el:not(:last-child) {
        margin-right: 2.8402366864vw
    }

    .social-items-el-ico--facebook {
        width: 1.3017751479vw;
        height: 2.4852071006vw
    }

    .social-items-el-ico--linkedin {
        width: 2.2485207101vw;
        height: 2.2485207101vw
    }

    .social-items-el-ico--instagram {
        width: 2.3668639053vw;
        height: 2.3668639053vw
    }

    .pie-chart {
        padding: 2.6035502959vw 2.6035502959vw 7.100591716vw
    }

    .pie-chart__ico {
        width: 3.3136094675vw;
        height: 3.3136094675vw
    }

    .pie-chart__picture--size-l {
        width: 58.8165680473vw;
        height: 58.5798816568vw
    }

    .pie-chart__picture--size-s {
        width: 29.349112426vw;
        height: 30.7692307692vw;
        bottom: 2.7218934911vw;
        right: 9.2307692308vw
    }

    .pie-chart-text--size-l {
        top: 19.5266272189vw
    }

    .pie-chart-text--size-l .pie-chart-text__label {
        font-size: 2.1301775148vw
    }

    .pie-chart-text--size-l .pie-chart-text__val {
        font-size: 6.8639053254vw
    }

    .pie-chart-text--size-s {
        bottom: 13.9644970414vw;
        right: 18.3431952663vw
    }

    .pie-chart-text--size-s .pie-chart-text__label {
        font-size: 1.6568047337vw
    }

    .pie-chart-text--size-s .pie-chart-text__val {
        font-size: 4.2603550296vw
    }

    .map::before {
        border-radius: 7.8106508876vw
    }

    .map-graphic {
        border-radius: 7.8106508876vw
    }

    .map-graphic__point--minsk {
        top: 10.2958579882vw;
        left: 26.1538461538vw
    }

    .map-graphic__point--gomel {
        bottom: 7.9289940828vw;
        right: 10.5325443787vw
    }

    .map-graphic-point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .map-graphic-point__ico {
        width: 3.550295858vw;
        height: 4.9704142012vw;
        margin-bottom: 1.4201183432vw
    }

    .map-graphic-point__label {
        font-size: 1.6568047337vw
    }

    .hamburger-menu-btn {
        position: absolute;
        width: 4.7337278107vw;
        height: 4.7337278107vw;
        top: 3.0769230769vw;
        right: 3.550295858vw;
        opacity: 1;
        z-index: 92
    }

    .hamburger-menu-btn__line {
        width: 2.8402366864vw
    }

    .hamburger-menu__list {
        margin-top: 3.550295858vw;
        margin-left: 14%
    }

    .hamburger-menu-inner__label {
        font-size: 1.8934911243vw;
        left: 1.6568047337vw;
        top: 7.100591716vw
    }

    .hamburger-menu-inner-icons-group {
        left: 3.7869822485vw;
        bottom: 5.9171597633vw
    }

    .hamburger-menu-inner-icons-group__el {
        width: 3.3136094675vw;
        height: 3.3136094675vw
    }

    .hamburger-menu-inner-icons-group__el:not(:last-child) {
        margin-bottom: 2.3668639053vw
    }

    .hamburger-menu-list-item-link::after {
        right: -4.4970414201vw;
        top: 1.1834319527vw
    }

    .hamburger-menu-list-item-link--ico-arrow::after {
        width: 2.3668639053vw;
        height: 2.3668639053vw
    }

    .hamburger-menu-list-item-link--ico-global::after {
        width: 3.1952662722vw;
        height: 3.1952662722vw
    }

    .hamburger-menu-list-item-link--ico-bag::after {
        width: 3.0769230769vw;
        height: 2.8402366864vw
    }

    .hamburger-menu-list-item-link--ico-email::after {
        width: 2.9585798817vw;
        height: 2.3668639053vw
    }

    .hamburger-menu-list-item-link--ico-dollar::after {
        width: 2.0118343195vw;
        height: 4.2603550296vw;
        right: -3.550295858vw
    }

    .hamburger-menu-list-item-link__label {
        font-size: 9.4674556213vw
    }
}

@media (max-width: 630px) {
    .textpath {
        font-size: 6.6666666667vw
    }
}

@media (max-width: 600px) {
    .section-descr__text {
        font-size: 2.3333333333vw
    }

    .policy-link {
        font-size: 2.3333333333vw
    }
}

@media (max-width: 500px) {
    .about-address-content, .company-counts-items-el, .contact-info-box, .footer, .lang-btn, .main-menu-list, .prices-data-item, .services-tiles-items-el, .tile-items-el, .vacancies-tabs-btn, .vacancy-el-body-box {
        border-radius: 11.25vw
    }

    .section {
        padding-bottom: 12.5vw;
        padding-top: 12.5vw
    }

    .section:first-child {
        padding-top: 0
    }

    .section__descr {
        margin-bottom: 3.75vw
    }

    .section__title {
        margin-bottom: 5vw
    }

    .main {
        padding-top: 34.375vw
    }

    .main.main-homepage {
        padding-top: 34.375vw
    }

    .main:not(.main.main-homepage) {
        padding-bottom: 6.25vw
    }

    .container {
        padding-left: 5vw;
        padding-right: 5vw
    }

    .button, .link {
        border-radius: 11.25vw
    }

    .button__label, .link__label {
        font-size: 4.375vw
    }

    .logo__svg {
        max-width: 45.3125vw;
        height: 12.5vw
    }

    .lang-btn {
        padding: 3.75vw 5vw
    }

    .email-link {
        padding: 3.75vw 7.5vw
    }

    .bg-contrast-retouch::before, .bg-dark-retouch::before, .bg-gray-retouch::before, .bg-light-retouch::before, .bg-light::before {
        border-radius: 11.25vw
    }

    .section-title__label {
        font-size: 11.25vw
    }

    .section-subtitle__label {
        font-size: 9.375vw
    }

    .section-descr__text {
        font-size: 4.375vw
    }

    .header .logo__svg {
        width: auto
    }

    .header__logo {
        margin-right: 3.125vw;
        max-width: 14.375vw
    }

    .header {
        padding-top: 3.75vw;
        padding-bottom: 3.75vw
    }

    .header-logo .logo-svg__text {
        display: none
    }

    .footer {
        padding: 10vw 7.5vw;
        margin: 6.25vw 5vw 0vw
    }

    .footer__social {
        margin-bottom: 10vw
    }

    .footer__menu {
        margin-bottom: 10vw
    }

    .footer .logo {
        margin-bottom: 10vw
    }

    .tagline {
        position: relative
    }

    .tagline::before {
        position: absolute;
        content: "";
        left: -7%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 110%;
        height: 110%;
        background-color: #232323
    }

    .ticker__svg {
        width: 155.9375vw;
        height: 180vw;
        position: relative;
        bottom: -45.9375vw;
        left: -34.375vw;
        -webkit-transform: scale(1.5) translateX(3.125vw) translateY(-11.875vw);
        -ms-transform: scale(1.5) translateX(3.125vw) translateY(-11.875vw);
        transform: scale(1.5) translateX(3.125vw) translateY(-11.875vw)
    }

    .homepage-ticker__ico {
        width: 6.25vw;
        height: 6.25vw;
        bottom: 5vw
    }

    .homepage-ticker__ico--left {
        left: 5vw
    }

    .homepage-ticker__ico--right {
        right: 5vw
    }

    .ticker-svg--mobile {
        display: block
    }

    .ticker-svg--desk {
        display: none
    }

    .textpath {
        font-size: 5vw;
        letter-spacing: 1px
    }

    .about-counts__statistic {
        margin-top: 12.5vw
    }

    .about-values-items__el {
        height: auto;
        min-height: 81.25vw;
        width: 100%
    }

    .about-address-content {
        padding: 10vw 7.5vw
    }

    .about-address-content__subtitle {
        margin-bottom: 6.25vw
    }

    .about-address-content-info-list__item {
        font-size: 3.125vw;
        padding-left: 6.25vw;
        line-height: 120%
    }

    .about-address-content-info-list__item:not(:last-child) {
        margin-bottom: 3.75vw
    }

    .about-address-content-info-list__item::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 3.75vw;
        height: 2px
    }

    .about-address__content {
        min-height: 75.625vw
    }

    .company-counts-items__el {
        width: 100%;
        height: auto;
        min-height: 51.875vw
    }

    .company-counts-items-el {
        padding: 7.5vw
    }

    .company-counts-items-el__descr {
        font-size: 4.375vw;
        margin-top: 2.5vw
    }

    .company-counts-items-el__text {
        font-size: 3.75vw
    }

    .company-counts-items-el--email {
        padding: 7.5vw
    }

    .company-counts-items-el--email::after {
        max-width: 43.4375vw;
        max-height: 23.4375vw
    }

    .company-counts-items-el-val {
        font-size: 18.125vw
    }

    .company-counts-items-el-val--with-icon::after {
        top: -3.75vw;
        right: -10.9375vw
    }

    .about-activity-box__ico {
        width: 6.25vw;
        height: 6.25vw
    }

    .about-activity-box__ico--top-right {
        top: 6.25vw;
        right: 6.25vw
    }

    .about-activity-box .about-activity-box-picture__img {
        max-width: 53.75vw;
        border-radius: 11.25vw;
        height: 51.875vw
    }

    .about-activity-box .about-activity-box-content__info {
        margin-top: 10vw
    }

    .vacancies__tabs {
        margin-top: 10vw;
        margin-bottom: 17.5vw
    }

    .vacancies__filter {
        margin-bottom: 7.5vw
    }

    .vacancy-el-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 5vw;
        padding-bottom: 5vw;
        padding-right: 21.25vw
    }

    .vacancy-el-header__btn {
        width: 15vw;
        height: 15vw;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .vacancy-el-header__label {
        font-size: 4.375vw;
        padding-right: 0
    }

    .vacancy-el-header__place {
        font-size: 3.125vw;
        margin-bottom: 2.5vw
    }

    .vacancy-el--is-active .vacancy-el-body {
        padding-top: 7.5vw;
        padding-bottom: 7.5vw
    }

    .vacancy-el__header {
        position: relative
    }

    .vacancy-el-header-btn__ico {
        background: url(../images/arrow-dark-to-left-bottom.svg) no-repeat 50% 50%/4.0625vw
    }

    .vacancy-el-body-box {
        padding: 9.375vw 6.25vw
    }

    .vacancy-el-body-box__label {
        font-size: 4.375vw;
        margin-bottom: 4.375vw
    }

    .vacancies-tabs-btn {
        padding: 3.75vw 7.5vw 4.0625vw
    }

    .vacancies-tabs-btn--filter {
        padding: 3.125vw 6.25vw 2.8125vw
    }

    .vacancies-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .vacancies-filter__count {
        margin-right: 0;
        margin-bottom: 3.75vw
    }

    .vacancies-filter-count__text, .vacancies-filter-count__val {
        font-size: 3.125vw
    }

    .vacancy-el-body-box-list--dash .vacancy-el-body-box-list__item {
        padding-left: 6.875vw
    }

    .vacancy-el-body-box-list--dash .vacancy-el-body-box-list__item::before {
        width: 3.75vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 2px
    }

    .vacancy-el-body-box-list--check .vacancy-el-body-box-list__item {
        padding-left: 6.5625vw
    }

    .vacancy-el-body-box-list--check .vacancy-el-body-box-list__item::before {
        width: 3.4375vw;
        height: 5.9375vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .vacancy-el-body-box-list__item {
        font-size: 3.75vw
    }

    .vacancy-el-body-box-list__item:not(:last-child) {
        margin-bottom: 3.75vw
    }

    .recruitment-process__subtitle {
        margin-bottom: 10vw
    }

    .recruitment-process-items__el {
        width: 100%;
        min-height: 75vw;
        height: auto
    }

    .prices__descr {
        margin-bottom: 8.125vw
    }

    .prices__data {
        max-width: 100%
    }

    .prices-data-item {
        padding: 10vw 6.25vw
    }

    .prices-data-item-contacts__label {
        font-size: 3.125vw;
        line-height: 120%;
        margin-bottom: 7.5vw
    }

    .prices-data-item-contacts__link {
        font-size: 6.25vw
    }

    .contacts-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-info__box {
        max-width: 100%
    }

    .contact-info-box {
        padding: 6.25vw
    }

    .contact-info-box__item:not(:last-child) {
        margin-bottom: 7.5vw
    }

    .contact-info-box-item__label {
        font-size: 4.375vw;
        margin-bottom: 5vw
    }

    .contact-info-box-item__text {
        font-size: 3.125vw;
        margin-bottom: 2.5vw
    }

    .contact-info-box-item__tel {
        font-size: 3.125vw
    }

    .contact-info-box-item__address {
        font-size: 3.125vw;
        margin-bottom: 2.5vw
    }

    .services-content__left {
        margin-bottom: 13.75vw
    }

    .services-tiles-items__el {
        max-width: 100%;
        height: auto;
        min-height: 53.75vw
    }

    .services-tiles-items-el {
        padding: 10vw 6.25vw
    }

    .services-tiles-items-el__ico {
        width: 6.25vw;
        height: 6.25vw;
        margin-bottom: 7.8125vw
    }

    .policy-link {
        font-size: 4.375vw
    }

    .main-menu-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: transparent
    }

    .main-menu-list__item:not(:last-child) {
        margin-bottom: 7.5vw
    }

    .main-menu-list-item-link {
        padding: 0
    }

    .main-menu-list-item-link__label {
        line-height: 120%
    }

    .box-with-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 6.25vw
    }

    .box-with-img__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .box-with-img__picture {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 7.5vw
    }

    .box-with-img__picture--left {
        margin-bottom: 6.25vw
    }

    .box-with-img__picture--right {
        text-align: right
    }

    .box-with-img-picture__img {
        max-width: 53.75vw;
        border-radius: 11.25vw;
        height: 51.5625vw
    }

    .box-with-img-content__ico {
        width: 6.25vw;
        height: 6.25vw
    }

    .box-with-img-content-info {
        padding-left: 0
    }

    .box-with-img-content-info__ico {
        width: 12.5vw;
        height: 12.5vw
    }

    .box-with-img-content-info__picture {
        margin-bottom: 5vw
    }

    .box-with-img-content-info__text {
        font-size: 4.375vw;
        max-width: 100%
    }

    .preloader-content__ico {
        width: 17.5vw;
        height: 17.5vw;
        margin-right: 2.5vw
    }

    .preloader-content-naming__letter {
        font-size: 5.625vw
    }

    .item-hover--mobi-disabled .item-hover__fill {
        display: none
    }

    .item-hover--mobi-disabled .item-hover-label {
        color: #232323
    }

    .item-hover--mobi-disabled:hover .item-hover-label {
        color: #595959
    }

    .item-hover-label {
        font-size: 4.375vw
    }

    .item-hover-label--size-s {
        font-size: 3.75vw;
        line-height: 130%
    }

    .tile-items__el--size-l {
        max-width: 100%
    }

    .tile-items-el:not(.tile-items-el--img-only) {
        padding: 10vw 6.25vw
    }

    .tile-items-el--bg-mosaic {
        background-position: -6% 145%;
        background-size: 90%
    }

    .tile-items-el--bg-wave {
        background-image: url(../images/wave-mobile.svg);
        background-size: 65%;
        background-position: 0 46%
    }

    .tile-items-el--bg-wavel .tile-items-el-list {
        padding-top: 0
    }

    .tile-items-el--bg-wavel .tile-items-el-list::before {
        display: none
    }

    .tile-items-el__title {
        margin-bottom: 15.625vw
    }

    .tile-items-el__title--size-s {
        margin-bottom: 5vw
    }

    .tile-items-el__ico {
        margin-bottom: 15.625vw
    }

    .tile-items-el__ico--circle {
        width: 18.75vw;
        height: 18.75vw
    }

    .tile-items-el__ico--star {
        width: 18.75vw;
        height: 18.75vw
    }

    .tile-items-el-title {
        font-size: 6.25vw
    }

    .tile-items-el-title--size-s {
        font-size: 6.25vw;
        line-height: 105%
    }

    .tile-items-el-text {
        font-size: 3.75vw
    }

    .tile-items-el-list--numeric {
        padding-left: 5vw
    }

    .tile-items-el-list__item {
        font-size: 3.75vw
    }

    .tile-items-el-list__item:not(:last-child) {
        margin-bottom: 3.75vw
    }

    .social-items__el {
        width: 12.5vw;
        height: 12.5vw
    }

    .social-items__el:not(:last-child) {
        margin-right: 7.5vw
    }

    .social-items-el-ico--facebook {
        width: 3.4375vw;
        height: 6.5625vw
    }

    .social-items-el-ico--linkedin {
        width: 5.9375vw;
        height: 5.9375vw
    }

    .social-items-el-ico--instagram {
        width: 6.25vw;
        height: 6.25vw
    }

    .pie-chart {
        padding: 0
    }

    .pie-chart__ico {
        width: 6.25vw;
        height: 6.25vw
    }

    .pie-chart__picture--size-l {
        width: 66.875vw;
        height: 66.875vw
    }

    .pie-chart__picture--size-s {
        width: 33.125vw;
        height: 36.875vw;
        bottom: -6.875vw;
        right: 2.8125vw
    }

    .pie-chart-text--size-l {
        top: 16.5625vw
    }

    .pie-chart-text--size-l .pie-chart-text__label {
        font-size: 3.125vw
    }

    .pie-chart-text--size-l .pie-chart-text__val {
        font-size: 9.375vw
    }

    .pie-chart-text--size-s {
        bottom: 8.125vw;
        right: 12.1875vw
    }

    .pie-chart-text--size-s .pie-chart-text__label {
        font-size: 3.125vw
    }

    .pie-chart-text--size-s .pie-chart-text__val {
        font-size: 6.25vw;
        margin-bottom: 0
    }

    .map::before {
        border-radius: 20.625vw
    }

    .map__graphic {
        height: 95.625vw
    }

    .map-graphic {
        border-radius: 20.625vw
    }

    .map-graphic__svg {
        width: 175vw;
        height: 149.6875vw;
        position: relative;
        left: -57.5vw;
        top: -27.8125vw;
        -webkit-transform: scale(.74);
        -ms-transform: scale(.74);
        transform: scale(.74)
    }

    .map-graphic__point--minsk {
        top: 18.125vw;
        left: 9.0625vw
    }

    .map-graphic__point--gomel {
        bottom: 16.25vw;
        right: 6.25vw
    }

    .map-graphic-point__ico {
        width: 7.5vw;
        height: 10vw;
        margin-bottom: 1.875vw
    }

    .map-graphic-point__label {
        font-size: 3.125vw
    }

    .hamburger-menu-btn {
        position: absolute;
        width: 12.5vw;
        height: 12.5vw;
        top: 3.75vw;
        right: 5vw
    }

    .hamburger-menu-btn--is-active, .hamburger-menu-btn:hover {
        background-color: #bff34d
    }

    .hamburger-menu-btn--is-active {
        background-color: transparent
    }

    .hamburger-menu-btn--is-active:hover {
        background-color: transparent
    }

    .hamburger-menu-btn--is-active .hamburger-menu-btn__line {
        background-color: #bff34d
    }

    .hamburger-menu-btn__line {
        width: 7.5vw
    }

    .hamburger-menu__other {
        min-height: 12.5vw
    }

    .hamburger-menu__inner {
        height: 100%
    }

    .hamburger-menu__list {
        margin-top: 10vw;
        margin-left: 0;
        margin-bottom: 10vw;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .hamburger-menu-inner {
        padding-top: 7.5vw;
        padding-bottom: 10vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: auto;
        min-height: 100%
    }

    .hamburger-menu-inner__label {
        font-size: 3.125vw;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        left: unset;
        top: unset;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .hamburger-menu-list__item:nth-child(odd) {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .hamburger-menu-list__item:nth-child(even) {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .hamburger-menu-list__item:not(:last-child) {
        margin-bottom: 2.5vw
    }

    .hamburger-menu-inner-icons-group {
        display: none
    }

    .hamburger-menu-list-item-link::after {
        right: -5.625vw;
        top: 1.5625vw
    }

    .hamburger-menu-list-item-link--ico-arrow::after {
        width: 3.125vw;
        height: 3.125vw
    }

    .hamburger-menu-list-item-link--ico-global::after {
        width: 3.75vw;
        height: 3.75vw
    }

    .hamburger-menu-list-item-link--ico-bag::after {
        width: 4.375vw;
        height: 4.0625vw
    }

    .hamburger-menu-list-item-link--ico-email::after {
        width: 4.375vw;
        height: 3.75vw
    }

    .hamburger-menu-list-item-link--ico-dollar::after {
        width: 2.8125vw;
        height: 5vw;
        right: -4.0625vw
    }

    .hamburger-menu-list-item-link__label {
        font-size: 9.375vw;
        line-height: 105%
    }

    .hamburger-menu-lang, .hamburger-menu-other {
        display: block
    }

    .scrollbar::-webkit-scrollbar {
        width: 1.25vw
    }
}

@media (max-width: 500px) and (max-height: 750px) {
    .ticker__svg {
        bottom: unset;
        top: 68.75vw
    }
}

@media (max-width: 500px) and (max-width: 845px) {
    .company-counts-items-el__link {
        font-size: 6.25vw
    }
}
