*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ol ul {
    margin-bottom: 0;
}

ul ol, ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}


img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}


button, select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

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

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}


summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Inter/Inter-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Inter/Inter-Medium.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Inter/Inter-Bold.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: InterTight;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/InterTight/InterTight-Light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: InterTight;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/InterTight/InterTight-Regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: InterTight;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/InterTight/InterTight-Bold.woff2') format('woff2');
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    min-width: 320px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1500px;
    padding: 0 30px;
    margin: 0 auto;
}

img {
    display: block;
    max-width: 100%;
}


strong {
    font-weight: 700;
}

.title {
    margin: 0;
    font-family: InterTight;
    font-weight: 700;
}

.title span {
    font-weight: 300;
}

.title--lg {
    font-size: 78px;
    line-height: 1.2;
}

.title--sm {
    font-size: 40px;
    line-height: 1.3;
}

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

.sect__title--dark {
    color: #040404;
}

.touch__btn {
    display: inline-block;
    padding: 20px 32px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    background-color: #000;
    border-radius: 38px;
    border: none;
    outline: none;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.touch__btn span {
    position: relative;
    padding-right: 33px;
}

.touch__btn span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 17px;
    height: 17px;
    background-image: url(../img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.touch__btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1a1a1a;
}


.header {
    position: absolute;
    width: 100%;
    padding: 18px 0;
    font-size: 16px;
    z-index: 1;
}

.header .header__row {
    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;
}

.header .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header .header__menu li {
    margin: 0 10px;
}

.header .header__menu a {
    padding: 2px 5px;
    color: #e9e9e9;
}

.header .header__lang-link {
    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;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.header .header__lang-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.sect__banner {
    position: relative;
    padding-top: 485px;
    padding-bottom: 110px;
    background-color: #d24218;
    background-image: url(../img/banner_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.sect__banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.39)), to(rgba(102, 102, 102, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.39) 0%, rgba(102, 102, 102, 0) 100%);
    z-index: 1;
}

.sect__banner .banner__title {
    position: absolute;
    width: 100%;
    max-width: 2357px;
    left: 0;
    right: 0;
    top: 187px;
    margin: 0 auto;
}

.sect__banner .banner__txt {
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.sect__banner .banner__txt p {
    margin-top: 33px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
}

.sect__banner .touch__btn {
    margin-top: 60px;
}

.sect__banner .banner__hero {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 607px;
}

.sect__banner .banner__hero--2 {
    position: absolute;
    left: 200px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 829px;
}

.sect__about {
    position: relative;
    min-height: 600px;
    padding: 97px 0;
    background-color: #060606;
    overflow: hidden;
}

.sect__about::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-120%, 0);
    -ms-transform: translate(-120%, 0);
    transform: translate(-120%, 0);
    width: 1315px;
    height: 450px;
    background-image: url(../img/animate_block_glow_left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sect__about::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(120%, 0);
    -ms-transform: translate(120%, 0);
    transform: translate(120%, 0);
    width: 1315px;
    height: 450px;
    background-image: url(../img/animate_block_glow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sect__about .about__txt {
    max-width: 1420px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
}

.sect__about .about__txt p {
    margin: 0;
}

.sect__about .about__video {
    max-width: 256px;
    height: 256px;
    margin: 0 auto;
}

.sect__about .about__video video {
    width: 100%;
    height: 100%;
}

.sect__about .about__animate {
    position: relative;
    margin-top: 150px;
}

.sect__about .about__path {
    position: absolute;
    top: 47%;
    width: 100%;
    max-width: 890px;
}

.sect__about .about__path--left {
    left: 50%;
    -webkit-transform: translate(-115%, -50%);
    -ms-transform: translate(-115%, -50%);
    transform: translate(-115%, -50%);
}

.sect__about .about__path--right {
    right: 50%;
    -webkit-transform: translate(115%, -50%);
    -ms-transform: translate(115%, -50%);
    transform: translate(115%, -50%);
}

.sect__about .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../img/neuron.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140%;
}

.sect__points {
    padding: 145px 0;
    background-color: #080808;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/dots_cover_bg.png);
}

.sect__points .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 70px;
    background-color: #080808;
}

.sect__points .points__txt {
    width: 100%;
    max-width: 440px;
    margin-right: 25px;
}

.sect__points .points__list {
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0;
}

.sect__points .points__list li {
    position: relative;
    margin-left: 10px;
    padding: 30px 0 30px 25px;
    font-size: 24px;
    border-bottom: 1px solid #383f46;
}

.sect__points .points__list li:last-child {
    border: none;
}

.sect__points .points__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(../img/point.svg);
}

.sect__points .points__img {
    width: 100%;
    max-width: 550px;
    border-radius: 23px;
    overflow: hidden;
}

.sect__services {
    padding: 130px 0;
    background-color: #f9f9fa;
}

.sect__services .services__btn {
    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;
    margin-top: 90px;
}

.services__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 67px;
}

.services__wrap .services__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 13px);
    flex: 0 0 calc(50% - 13px);
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 30px 30px 0 rgba(85, 105, 135, 0.05);
    box-shadow: 0 30px 30px 0 rgba(85, 105, 135, 0.05);
    color: #040404;
    font-size: 20px;
}

.sect__reasons {
    padding: 130px 0;
    background-color: #080808;
}

.reasons__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
}

.reasons__wrap .reasons__item {
    width: 32%;
    padding: 50px 45px;
    background-color: rgba(37, 42, 46, 0.2);
    border-radius: 20px;
    background-image: url(../img/reason_icons/glow.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.reasons__wrap .reasons__icon {
    width: 100%;
    max-width: 91px;
}

.reasons__wrap .reasons__title {
    margin-top: 35px;
    font-size: 32px;
    line-height: 1.37;
    font-weight: 700;
}

.reasons__wrap .reasons__list {
    margin: 34px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.reasons__wrap .reasons__list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 18px;
    color: #a5aaaf;
}

.reasons__wrap .reasons__list li:last-child {
    margin-bottom: 0;
}

.reasons__wrap .reasons__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(../img/point.svg);
}

.sect__career {
    padding-top: 130px;
    padding-bottom: 600px;
    background-color: #f9f9fa;
    background-image: url(../img/career_couch.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1920px;
}

.sect__career .career__txt {
    max-width: 1435px;
    margin: 30px auto 0 auto;
    text-align: center;
}

.sect__career .career__txt p {
    font-size: 24px;
    color: #777f86;
}

.sect__career .career__txt strong {
    color: #383f46;
}

.sect__career .touch__btn {
    margin-top: 45px;
}

.footer {
    padding: 75px 0;
    background-color: #080808;
}

.footer .footer__row {
    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;
}

.footer .footer__logo {
    width: 100%;
    max-width: 200px;
}

.footer .footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer .footer__menu-item {
    margin: 0 25px;
}

.footer .footer__menu-item a {
    padding: 2px 5px;
    font-size: 16px;
    color: #bbbfc3;
}

.footer .footer__email-link {
    display: inline-block;
    padding: 20px 32px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 38px;
    border: 1px solid #464646;
    transition: border .25s ease;
}

.footer .footer__email-link:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}

.footer .footer__email-link span {
    position: relative;
    padding-right: 33px;
}

.footer .footer__email-link span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 17px;
    height: 17px;
    background-image: url(../img/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1920px) {
    .sect__banner .banner__title {
        width: calc(100vw + 310px);
        left: -170px;
    }
}

@media (max-width: 1560px) {
    .title--lg {
        font-size: 64px;
    }

    .touch__btn {
        font-size: 18px;
    }

    .touch__btn span {
        padding-right: 30px;
    }

    .touch__btn span::after {
        width: 14px;
        height: 14px;
    }

    .sect__banner .banner__txt {
        max-width: 1280px;
    }

    .sect__banner p {
        font-size: 24px;
    }

    .sect__banner .banner__hero {
        max-width: 580px;
    }

    .sect__banner .banner__hero--2 {
        max-width: 800px;
    }

    .sect__about::before {
        -webkit-transform: translate(-110%, 0);
        -ms-transform: translate(-110%, 0);
        transform: translate(-110%, 0);
    }

    .sect__about::after {
        -webkit-transform: translate(110%, 0);
        -ms-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@media (max-width: 1440px) {
    .sect__banner {
        padding-top: 420px;
        padding-bottom: 70px;
    }

    .sect__banner .banner__hero {
        max-width: 510px;
    }

    .sect__banner .banner__hero--2 {
        max-width: 710px;
    }

    .sect__about {
        padding-top: 70px;
    }

    .sect__about .about__txt {
        max-width: 1300px;
        font-size: 22px;
    }

    .sect__points,
    .sect__services,
    .sect__reasons {
        padding: 70px 0;
    }

    .reasons__wrap {
        margin-top: 70px;
    }

    .sect__career {
        padding-top: 70px;
        padding-bottom: 540px;
        background-size: 1600px;
    }

    .sect__career .career__txt {
        max-width: 1260px;
    }

    .sect__career .career__txt p {
        font-size: 22px;
    }
}

@media (max-width: 1360px) {
    .sect__points .row {
        padding: 0 30px;
    }

    .reasons__wrap .reasons__item {
        padding: 50px 35px;
    }

    .reasons__wrap .reasons__icon {
        max-width: 80px;
    }

    .reasons__wrap .reasons__title {
        font-size: 28px;
    }
}

@media (max-width: 1280px) {
    .title--lg {
        font-size: 56px;
    }

    .sect__banner {
        padding-top: 420px;
        padding-bottom: 70px;
    }

    .sect__banner .banner__hero {
        max-width: 490px;
    }

    .sect__banner .banner__hero--2 {
        max-width: 690px;
    }

    .sect__banner .banner__txt {
        max-width: 1140px;
    }

    .sect__banner .banner__txt p {
        font-size: 24px;
    }

    .sect__about .about__txt {
        font-size: 20px;
    }

    .sect__points .row {
        padding: 0 15px;
    }

    .reasons__wrap .reasons__item {
        padding: 40px 25px;
    }

    .reasons__wrap .reasons__title {
        font-size: 26px;
    }

    .sect__career {
        padding-bottom: 420px;
        background-size: 1280px;
    }

    .sect__career .career__txt p {
        font-size: 20px;
    }

    .footer .footer__menu-item {
        margin: 0 10px;
    }

    .footer .footer__email-link {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    .footer {
        padding: 70px 0;
    }

    .footer .footer__row {
        -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;
        text-align: center;
    }

    .footer .footer__menu {
        margin: 35px 0 40px 0;
    }
}

@media (max-width: 992px) {
    .title--lg {
        font-size: 48px;
    }

    .sect__banner {
        padding-top: 390px;
    }

    .sect__banner .banner__hero {
        max-width: 470px;
    }

    .sect__banner .banner__hero--2 {
        max-width: 650px;
    }

    .sect__about .about__path--left {
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: translate(-630px, -50%);
        -ms-transform: translate(-630px, -50%);
        transform: translate(-630px, -50%);
    }

    .sect__points .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .sect__points .points__txt {
        margin-top: 70px;
        margin-right: 0;
        text-align: center;
    }

    .sect__points .points__list {
        margin-top: 15px;
    }

    .sect__points .points__list li {
        margin-left: 0;
        padding-left: 0;
        font-size: 20px;
    }

    .sect__points .points__list li::before {
        display: none;
    }

    .services__wrap .services__item {
        padding: 30px;
        font-size: 18px;
    }

    .reasons__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }

    .reasons__wrap .reasons__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .reasons__wrap .reasons__item:last-child {
        margin-bottom: 0;
    }

    .reasons__wrap .reasons__title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .title--lg {
        font-size: 44px;
    }

    .header .header__menu {
        display: none;
    }

    .sect__banner {
        padding-top: 320px;
    }

    .sect__banner .banner__hero {
        max-width: 500px;
        width: 485px;
    }

    .sect__banner .banner__hero--2 {
        left: 0;
        max-width: 700px;
        width: 620px;
    }

    .sect__career {
        padding-bottom: 320px;
        background-size: 900px;
    }

}

@media (max-width: 520px) {
    .services__wrap .services__item {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .footer .footer__menu ul {
        -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;
    }

    .footer .footer__menu-item {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .sect__banner .banner__title {
        display: none;
    }

    .sect__about::before, .sect__about::after {
        width: 760px;
        height: 320px;
    }

    .reasons__wrap .reasons__title {
        font-size: 28px;
    }

    .reasons__wrap .reasons__list li {
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .title--lg {
        font-size: 40px;
    }

    .title--sm {
        font-size: 36px;
    }

    .touch__btn {
        font-size: 16px;
    }

    .sect__banner .banner__txt p {
        font-size: 20px;
    }

    .sect__banner .banner__hero {
        width: 450px;
        left: -20px;
    }

    .sect__banner .banner__hero--2 {
        width: 650px;
        left: -20px;
    }

    .sect__about .about__path--left {
        -webkit-transform: translate(-730px, -50%);
        -ms-transform: translate(-730px, -50%);
        transform: translate(-730px, -50%);
    }

    .sect__about .about__path--right {
        -webkit-transform: translate(90%, -50%);
        -ms-transform: translate(90%, -50%);
        transform: translate(90%, -50%);
    }

    .sect__about .about__txt {
        font-size: 18px;
    }

    .sect__points .points__list li {
        font-size: 18px;
    }

    .sect__career .career__txt p {
        font-size: 18px;
    }
}

@media (max-width: 380px) {
    .title--lg {
        font-size: 38px;
    }

    .title--sm {
        font-size: 34px;
    }
}

@media (max-width: 360px) {
    .reasons__wrap .reasons__title {
        font-size: 24px;
    }

    .footer .footer__email-link {
        font-size: 16px;
    }
}
