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

* {
    border: none;
    margin: 0;
    padding: 0
}

body {
    scroll-behavior: smooth;
    min-height: 100vh;
    line-height: normal
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

img,
picture,
video,
canvas,
svg,
iframe {
    max-width: 100%;
    display: block
}

img {
    vertical-align: top
}

ol,
ul,
li {
    list-style: none
}

input,
button,
textarea,
select {
    font: inherit
}

button[disabled] {
    cursor: auto
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
    text-align: left;
}

a {
    text-decoration: none
}

:root {
    --color--white: #fff;
    --color--grey: #9b9b9b;
    --color--light-gray: #e5e7eb;
    --color--light-gray-2: #efefef;
    --color--black: #1b1b1c;
    --color--light-green: #4caf50;
    --color--orange: #ff7f00;
    --linear-gradient: linear-gradient(71deg, #3c3 0%, #000 102.44%);
    --transition--100: .1s linear;
    --transition--200: .2s linear;
    --transition--300: .3s linear;
    --transition--400: .4s linear;
    --transition--500: .5s linear;
    --box-shadow: 0 2px 2px #00000038;
    --box-shadow--main: 0 .5px 1px #0000001a, 0 2px 6px #5a646d33;
    --box-shadow--active: 0 0 8px -2px #0000001a, 0 6px 20px -3px #0003;
    --items: 1;
    --gap: 16px;
    --index: calc(1vh + 1vw);
    --border-radius: 8px;
    --text-indent: 40px
}

.header,
.social-media__list,
.lang__btn,
.lang,
.footer-nav__link,
.sub-nav__link,
.header__nav .nav__list,
.btn-cross,
.logo,
.calculator__box,
.feedback__container,
.burger-menu__body,
.burger-menu__nav .nav__list,
.header__container,
.faq__btn span,
.vacancies-swiper-pagination,
.vacancies-swiper__btn,
.vacancies-swiper__btn-wrap,
.benefits-swiper-pagination,
.benefits-swiper__btn,
.benefits-swiper__btn-wrap,
.burger-menu__btn,
.social-media__link,
.btn,
.btn--white,
.btn--green,
.backdrop {
    align-items: center;
    display: flex
}

.faq__btn span,
.vacancies-swiper-pagination,
.vacancies-swiper__btn,
.vacancies-swiper__btn-wrap,
.benefits-swiper-pagination,
.benefits-swiper__btn,
.benefits-swiper__btn-wrap,
.burger-menu__btn,
.social-media__link,
.btn,
.btn--white,
.btn--green,
.backdrop {
    justify-content: center
}

.header__container {
    justify-content: space-between
}

.faq__item,
.faq__list,
.faq__container,
.feedback__label,
.feedback__form,
.vacancy,
.vacancies__box,
.benefit,
.hero__btn-wrap,
.hero__container,
.burger-menu,
.footer-nav__list,
.footer-nav__box,
.sub-nav__list,
main,
body {
    flex-direction: column;
    display: flex
}

.calculator__box,
.feedback__container,
.burger-menu__body,
.burger-menu__nav .nav__list {
    flex-direction: column
}

.footer__box-wrap,
.footer-nav {
    flex-wrap: wrap;
    display: flex
}

.burger-menu__btn,
.footer__box-wrap,
.header__container,
.btn-cross,
.lds-roller,
body {
    position: relative
}

.burger-menu__btn .burger-line,
.btn-cross:before,
.btn-cross:after,
.lds-roller div:after,
.visually-hidden {
    position: absolute
}

.burger-menu,
.header,
.backdrop {
    position: fixed
}

.backdrop {
    inset: 0
}

.burger-menu,
.header {
    top: 0;
    left: 0
}

.btn-cross,
.btn,
.btn--white,
.btn--green,
button,
a {
    cursor: pointer
}

.burger-menu__btn .burger-line,
.sub-nav__link,
.sub-nav__list,
.modal__body,
.btn-cross:before,
.btn-cross:after {
    border-radius: var(--border-radius)
}

.social-media__link {
    border-radius: 50%
}

.sub-nav:hover .sub-nav__box {
    box-shadow: var(--box-shadow--active)
}

.faq__btn span:before,
.faq__btn span:after,
.social-media__link,
.sub-nav__link,
.modal__backdrop {
    transition: var(--transition--100)
}

.faq__desc,
.burger-menu,
.sub-nav__list,
.modal__body,
.logo__icon,
main,
body {
    transition: var(--transition--200)
}

main,
body.isLoading,
body.modalIsOpen,
body.burgerMenuIsOpen,
.visually-hidden {
    overflow: hidden
}

.burger-menu.isHidden button,
.burger-menu.isHidden a,
.modal-offers.isHidden .modal__backdrop {
    pointer-events: none;
    visibility: hidden;
    opacity: 0
}

.footer-nav {
    gap: var(--gap)
}

.footer-nav__box {
    flex-basis: calc((100% - var(--gap)*(var(--items) - 1))/var(--items))
}

.visually-hidden {
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 64px
}

body {
    font-optical-sizing: auto;
    font-feature-settings: "clig" off, "liga" off;
    color: var(--color--black, #1b1b1c);
    background-color: var(--color--white, #fff);
    min-height: 100vh;
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    line-height: normal
}

main {
    flex-grow: 1;
    padding-top: 64px
}

footer {
    margin-top: auto
}

svg {
    pointer-events: none
}

.section {
    padding: 64px 0
}

@media (width>=1200px) {
    .section {
        padding: 80px 0
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px
}

@media (width>=360px) {
    .container {
        max-width: 360px;
        padding: 0 20px
    }
}

@media (width>=768px) {
    .container {
        max-width: 768px;
        padding: 0 32px
    }
}

@media (width>=1024px) {
    .container {
        max-width: 1024px
    }
}

@media (width>=1200px) {
    .container {
        max-width: 1200px;
        padding: 0 40px
    }
}

@media (width>=1440px) {
    .container {
        max-width: 1440px;
        padding: 0 64px
    }
}

.title {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px
}

@media (width>=1440px) {
    .title {
        font-size: 48px;
        line-height: 64px
    }
}

.subtitle {
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}

.message {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

@media (width>=1440px) {
    .message {
        font-size: 24px;
        line-height: 32px
    }
}

.list {
    list-style: none
}

.link {
    color: inherit;
    text-decoration: none
}

.swiper {
    overflow: hidden
}

.backdrop {
    z-index: 3000;
    background-color: #1b1b1ce6;
    align-items: flex-start;
    padding: 16px;
    overflow: scroll
}

@media screen and (width>=1024px) and (orientation:landscape) and (height>=1024px) {
    .backdrop {
        align-items: center
    }
}

.loader__backdrop {
    align-items: center
}

.isHidden .loader__backdrop {
    display: none
}

.lds-roller {
    width: 80px;
    height: 80px;
    display: inline-block
}

.lds-roller div {
    transform-origin: 40px 40px;
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite lds-roller
}

.lds-roller div:after {
    content: " ";
    background: #f0f0f0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 -4px;
    display: block
}

.lds-roller div:first-child {
    animation-delay: -.036s
}

.lds-roller div:first-child:after {
    top: 63px;
    left: 63px
}

.lds-roller div:nth-child(2) {
    animation-delay: -.072s
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px
}

.lds-roller div:nth-child(3) {
    animation-delay: -.108s
}

.lds-roller div:nth-child(3):after {
    background-color: var(--color--light-green, #4caf50);
    top: 71px;
    left: 48px
}

.lds-roller div:nth-child(4) {
    animation-delay: -.144s
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px
}

.lds-roller div:nth-child(5) {
    animation-delay: -.18s
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px
}

.lds-roller div:nth-child(6) {
    animation-delay: -.216s
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px
}

.lds-roller div:nth-child(7) {
    animation-delay: -.252s
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px
}

.lds-roller div:nth-child(8) {
    animation-delay: -.288s
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px
}

@keyframes lds-roller {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.logo {
    flex-shrink: 0;
    height: 40px;
    position: relative
}

.header__logo {
    gap: 18px
}

.header__logo:before {
    content: "";
    background: var(--Grey, #efefef);
    border-radius: 4px;
    // width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 69px
}

@media (width>=1440px) {
    .header__logo:before {
        left: 96px
    }
}

.footer__logo {
    flex: 1 0 180px;
    gap: 24px
}

@media (width>=1200px) {
    .footer__logo {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        height: auto
    }
}

@media (width>=1440px) {
    .footer__logo {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        height: auto
    }
}

.logo__icon {
    object-fit: contain;
    width: auto;
    height: 100%
}

.logo__icon--1 {
    width: 130px
}

.logo__icon--2 {
    width: 172px
}

@media (width<=1439px) {
    .header__logo {
        height: 32px
    }

    .header__logo .logo__icon--1 {
        width: 60px
    }

    .header__logo .logo__icon--2 {
        width: 96px
    }
}

.btn,
.btn--white,
.btn--green {
    color: inherit;
    text-transform: uppercase;
    background-color: #0000;
    border-radius: 6px;
    width: 100%;
    min-height: 56px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px
}

.btn:hover,
.btn--white:hover,
.btn--green:hover {
    opacity: .8
}

@media (width>=768px) {

    .btn,
    .btn--white,
    .btn--green {
        max-width: 260px
    }
}

.btn--green {
    color: var(--color--white, #fff);
    background-color: var(--color--light-green, #4caf50)
}

.btn--white {
    color: var(--color--light-green, #4caf50);
    background-color: var(--color--white, #fff)
}

.btn-cross {
    color: inherit;
    background-color: #0000;
    width: 24px;
    height: 24px
}

.btn-cross:before,
.btn-cross:after {
    content: "";
    background-color: currentColor;
    width: 20px;
    height: 2px
}

.btn-cross:before {
    transform: translateY(8px)
}

.btn-cross:after {
    transform: translateY(-8px)
}

.modal__body {
    background-color: var(--color--light, #f0f0f0);
    width: 100%;
    margin: 0 auto;
    padding: 16px
}

.modal-offers.isHidden .modal__body {
    transform: scale(.8)
}

@media (width>=768px) {
    .modal__body {
        max-width: 768px
    }
}

.modal__btn--close {
    margin-left: auto
}

@media (width<=1439px) {
    .header__nav {
        display: none
    }
}

.header__nav .nav__list {
    gap: 24px
}

.burger-menu__nav .nav__list {
    gap: 32px
}

.nav__link {
    color: var(--color--black, #1b1b1c);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative
}

.header__nav .nav__link {
    height: 64px
}

.header__nav .nav__link.active {
    font-weight: 700
}

.burger-menu__nav .nav__link.active {
    background-color: var(--color--light-gray-2, #efefef);
    padding: 0 28px
}

.burger-menu__nav .nav__link.active:before {
    content: "";
    transition: var(--transition--100);
    background-color: var(--color--light-green, #4caf50);
    z-index: -1;
    width: 2000%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: -1000%
}

.nav__link:hover {
    opacity: .8
}

.sub-nav {
    display: flex;
    position: relative
}

.nav__link.nav__link--subnav {
    z-index: 1;
    background-color: #0000;
    padding-right: 24px;
    position: relative
}

.nav__link.nav__link--subnav:before {
    content: "";
    pointer-events: none;
    z-index: 1;
    background-image: url(/images/chevron-down.svg);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-40%)
}

.sub-nav__box {
    max-height: 0;
    position: absolute;
    top: 64px;
    right: 0;
    overflow: hidden
}

.sub-nav:hover .sub-nav__box {
    max-height: 500px
}

.sub-nav__list {
    background-color: var(--color--white, #fff);
    gap: 8px;
    width: 100%;
    min-width: 240px;
    padding: 20px 16px;
    box-shadow: 0 16px 24px #0000000f, 0 2px 6px #0000000a, 0 0 1px #0000000a
}

.sub-nav__link {
    text-align: start;
    width: 100%;
    height: 32px;
    padding: 4px 8px
}

.sub-nav__link:hover {
    background-color: var(--color--light-gray-2, #efefef)
}

.sub-nav__link.active {
    color: var(--color--white, #fff);
    pointer-events: none;
    background-color: var(--color--light-green, #4caf50);
    font-weight: 400
}

.header__nav .sub-nav__link {
    height: 32px
}

.footer-nav {
    --gap: 40px
}

@media (width>=1024px) {
    .footer-nav {
        flex-direction: row
    }
}

.footer-nav__box {
    gap: 18px
}

@media (width>=768px) {
    .footer-nav__box {
        --items: 3
    }
}

@media (width>=1440px) {
    .footer-nav__box {
        --items: 3
    }
}

.footer-nav__link {
    color: var(--color--white, #fff);
    padding: 6px 0;
    font-size: 16px;
    line-height: 24px
}

.footer-nav__link:hover {
    opacity: .8
}

.footer-nav__title {
    color: var(--color--white, #fff);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.lang {
    flex: 0 0 24px;
    gap: 4px;
    width: 46px;
    height: 24px;
    padding-right: 24px;
    position: relative
}

.lang:before {
    content: "";
    pointer-events: none;
    z-index: 1;
    background-image: url(/images/chevron-down.svg);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 3px;
    right: 0
}

@media (width<=1439px) {
    .lang {
        display: none
    }
}

.lang__btn {
    background-color: var(--color--white, #fff);
    padding-right: 24px
}

.lang__btn:hover {
    opacity: .8
}

.social-media__list {
    gap: 24px
}

.social-media__link {
    color: var(--White, #fff);
    border: #fff;
    flex: 0 0 24px;
    width: 24px;
    height: 24px
}

.social-media__link:hover {
    opacity: .8
}

.social-media__icon {
    fill: currentColor;
    flex: 0 0 24px;
    width: 24px;
    height: 24px
}

.header {
    background-color: var(--color--white, #fff);
    z-index: 3;
    border-bottom: 1px solid var(--color--light-gray-2, #efefef);
    width: 100%;
    min-height: 64px;
    max-height: 64px;
    padding: 14px 0
}

.header__container {
    gap: 16px
}

footer {
    color: var(--color--white, #fff);
    background-color: #2d2d2d;
    margin-top: auto
}

.footer__top {
    padding: 64px 0 24px
}

@media (width>=1440px) {
    .footer__top {
        padding: 46px 0 20px
    }
}

.footer__bottom {
    padding: 24px 0
}

.footer__box-wrap {
    gap: 40px
}

.footer__box-wrap:before {
    content: "";
    background-color: var(--color--white, #fff);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -24px;
    left: 0
}

@media (width>=1200px) {
    .footer__box-wrap {
        row-gap: 0
    }
}

@media (width>=1440px) {
    .footer__box-wrap {
        row-gap: 0
    }
}

.footer__box--logo {
    flex: 0 0 240px;
    max-width: 300px
}

@media (width>=1200px) {
    .footer__box--logo {
        flex: 0 0 200px
    }
}

@media (width>=1440px) {
    .footer__box--logo {
        flex: 0 0 300px
    }
}

.footer__box--nav {
    flex-grow: 1
}

.footer__box--social-media {
    flex: 0 0 100%
}

.copyright {
    color: var(--White, #fff);
    height: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block
}

.burger-menu__btn {
    color: inherit;
    background-color: #0000;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    padding: 6px
}

body.burgerMenuIsOpen .burger-menu__btn {
    z-index: 3;
    color: var(--color--light, #f0f0f0)
}

@media (width>=1440px) {
    .burger-menu__btn {
        display: none
    }
}

.burger-menu__btn .burger-line {
    background-color: #4b5563;
    width: 24px;
    height: 2px;
    margin: 0;
    transition-property: height, opacity, transform;
    transition-duration: .4s
}

.burger-line:first-child {
    transform: translateY(8px)
}

.burger-line:last-child {
    transform: translateY(-8px)
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:first-child {
    transform: rotate(-45deg)
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:nth-child(2n) {
    opacity: 0
}

body.burgerMenuIsOpen .burger-menu__btn .burger-line:last-child {
    transform: rotate(45deg)
}

.burger-menu {
    background-color: var(--color--light-gray-2, #efefef);
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    top: 64px;
    overflow: hidden scroll
}

.burger-menu.isHidden {
    left: 101%
}

.burger-menu__body {
    gap: 32px
}

.burger-menu__footer {
    margin-top: auto
}

.hero {
    background: linear-gradient(var(--color--light-green, #4caf50), var(--color--light-green, #4caf50));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 0 0;
    position: relative
}

@media (width>=1440px) {
    .hero {
        padding: 64px 0 112px
    }
}

.hero__container {
    gap: 48px
}

@media (width>=768px) {
    .hero__container {
        gap: 80px
    }
}

.hero__title {
    color: var(--color--white, #fff);
    max-width: 640px;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px
}

@media (width>=360px) {
    .hero__title {
        font-size: 30px
    }
}

h1.hero__title {
    text-align: left;
}

@media (width>=768px) {
    .hero__title {
        font-size: 46px;
        line-height: 64px
    }
}

.hero__btn-wrap {
    gap: 20px
}

@media (width>=768px) {
    .hero__btn-wrap {
        flex-direction: row;
        margin-top: auto
    }
}

.hero__btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%
}

@media (width>=768px) {
    .hero__btn {
        max-width: 228px
    }
}

.hero__img {
    object-fit: cover;
    width: 100%;
    max-height: 506px;
    margin-top: 48px
}

@media (width>=768px) {
    .hero__img {
        margin-top: 112px
    }
}

@media (width>=1440px) {
    .hero__img {
        object-fit: contain;
        width: auto;
        max-height: 100%;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 50%
    }
}

@media (width>=1880px) {
    .hero__img {
        left: auto;
        right: 0
    }
}

.benefits {
    background-color: #f6f6f4
}

.benefits__title {
    margin-bottom: 48px
}

.benefits__subtitle {
    color: var(--color--grey, #9b9b9b);
    margin-bottom: 28px
}

.benefits__swiper-wrap {
    position: relative
}

.benefits-swiper__btn-wrap {
    z-index: 1;
    gap: 40px;
    height: 48px;
    margin-top: 48px
}

@media (width>=1024px) {
    .benefits-swiper__btn-wrap {
        margin-top: 0;
        position: absolute;
        top: -96px;
        right: 0
    }
}

.benefits-swiper__btn {
    color: var(--color--black, #1b1b1c);
    background-color: #0000;
    flex: 0 0 48px;
    width: 48px;
    height: 48px
}

.benefits-swiper__btn:disabled {
    color: var(--color--grey, #9b9b9b)
}

.benefits-swiper__btn:hover {
    opacity: .8
}

.benefits-swiper__btn svg {
    fill: currentColor;
    stroke: currentColor
}

.benefits-swiper-pagination {
    color: var(--color--grey, #9b9b9b);
    text-align: center;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

@media (width>=1024px) {
    .benefits-swiper-pagination {
        display: none
    }
}

.benefit {
    flex-grow: 1;
    gap: 32px;
    height: auto;
    position: relative
}

.benefit:before {
    background-color: #d9d7d7;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -34px
}

@media (width>=1024px) {
    .benefit:nth-child(2n):before {
        content: ""
    }
}

@media (width>=1440px) {

    .benefit:nth-child(3n+2):before,
    .benefit:nth-child(3n+3):before {
        content: ""
    }
}

.benefit__title {
    font-family: Helvetica Neue;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.benefit__text {
    color: var(--color--grey, #9b9b9b);
    line-height: 24px
}

.benefit__icon {
    height: 120px;
    margin-top: auto
}

.vacancies {
    background-color: var(--color--white, #fff);
    position: relative
}

@media (width<=1023px) {
    .vacancies__container {
        padding-top: 546px
    }
}

.vacancies__img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin-bottom: 64px
}

@media (width<=1023px) {
    .vacancies__img {
        height: 482px;
        position: absolute;
        top: 64px;
        left: 0
    }
}

.vacancies__subtitle {
    color: var(--color--grey, #9b9b9b);
    margin-bottom: 28px
}

.vacancies__box {
    gap: 48px
}

@media (width>=1024px) {
    .vacancies__box {
        flex-direction: row
    }
}

.vacancies__swiper-wrap {
    position: relative
}

.vacancies-swiper__btn-wrap {
    z-index: 1;
    gap: 40px;
    height: 48px;
    margin-top: 48px
}

@media (width>=1024px) {
    .vacancies-swiper__btn-wrap {
        margin-top: 0;
        position: absolute;
        top: -88px;
        right: 0
    }
}

.vacancies-swiper__btn {
    color: var(--color--black, #1b1b1c);
    background-color: #0000;
    flex: 0 0 48px;
    width: 48px;
    height: 48px
}

.vacancies-swiper__btn:disabled {
    color: var(--color--grey, #9b9b9b)
}

.vacancies-swiper__btn:hover {
    opacity: .8
}

.vacancies-swiper__btn svg {
    fill: currentColor;
    stroke: currentColor
}

.vacancies-swiper-pagination {
    color: var(--color--grey, #9b9b9b);
    text-align: center;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

@media (width>=1024px) {
    .vacancies-swiper-pagination {
        display: none
    }
}

.vacancy {
    border: 1px solid var(--color--light-gray, #e5e7eb);
    background-color: var(--color--white, #fff);
    border-radius: 8px;
    flex-grow: 1;
    gap: 24px;
    height: auto;
    padding: 24px;
    position: relative
}

.vacancy__title {
    font-family: Helvetica Neue;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}

.vacancy__icon {
    height: 120px;
    margin-top: auto
}

@media (width>=1024px) {
    .vacancies-swiper {
        width: 662px;
        height: 640px
    }
}

@media (width>=1440px) {
    .vacancies-swiper {
        width: 864px;
        height: 640px
    }
}

@media (width>=1024px) {
    .vacancies__item {
        height: calc(33.3333% - 32px)
    }
}

.feedback {
    background: url(/images/lines.svg), var(--linear-gradient);
    background-position: 50% 320px, 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (width>=768px) {
    .feedback {
        background-position: 50% 240px, 50%
    }
}

@media (width>=1024px) {
    .feedback {
        background-position: 50% 40px, 50%
    }
}

@media (width>=1440px) {
    .feedback {
        background-position: 50% 16px, 50%
    }
}

.feedback__container {
    gap: 64px
}

@media (width>=1024px) {
    .feedback__container {
        flex-direction: row-reverse;
        justify-content: center
    }
}

@media (width>=1440px) {
    .feedback__container {
        flex-direction: row-reverse;
        justify-content: center
    }
}

@media (width>=1024px) {
    .feedback__box--title {
        max-width: 528px
    }
}

.feedback__title {
    color: var(--color--white, #fff);
    margin-bottom: 28px
}

.feedback__message {
    color: var(--color--white, #fff);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.feedback__form {
    background-color: var(--color--white, #fff);
    border-radius: 8px;
    gap: 18px;
    width: 100%;
    max-width: 448px;
    padding: 40px 20px
}

@media (width>=1440px) {
    .feedback__form {
        padding: 52px 48px
    }
}

.feedback__label {
    color: #9498ab;
    gap: 8px;
    font-size: 12px;
    line-height: 100%
}

.feedback__input,
.feedback__textarea {
    background-color: var(--color--white, #fff);
    border: 1px solid #c0c2c7;
    border-radius: 4px;
    width: 100%;
    padding: 12px
}

.feedback__input:focus-visible,
.feedback__textarea:focus-visible {
    outline: 1px solid var(--color--light-green, #4caf50)
}

.feedback__input {
    height: 44px
}

.feedback__textarea {
    resize: none;
    height: 148px
}

.feedback__btn-submit {
    text-transform: uppercase;
    max-width: 100%;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%
}

.faq {
    padding-bottom: 178px;
    position: relative;
    overflow: hidden
}

.faq:before {
    content: "";
    background: url(/images/build-3.svg) 0 100%/320px no-repeat;
    width: 360px;
    height: 206px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0
}

@media (width>=1440px) {
    .faq:before {
        background-size: 460px;
        width: 490px;
        height: 290px
    }

    .faq {
        padding-bottom: 180px
    }
}

.faq__title {
    text-align: center;
    margin-bottom: 48px
}

.faq__list {
    gap: 32px
}

.faq__btn {
    color: var(--color--black, #1b1b1c);
    text-align: start;
    background-color: #0000;
    min-height: 24px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    position: relative
}

.faq__btn span {
    pointer-events: none;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0
}

.faq__btn span:before,
.faq__btn span:after {
    content: "";
    background-color: var(--color--black, #1b1b1c);
    border-radius: 4px
}

.faq__btn span:before {
    width: 16px;
    height: 2px
}

.faq__btn span:after {
    width: 2px;
    height: 16px;
    position: absolute
}

.faq__btn.active span:after {
    height: 0
}

.faq__desc {
    max-height: 0;
    margin-top: 12px;
    overflow: hidden
}

.faq__text {
    color: var(--color--grey, #9b9b9b);
    line-height: 24px
}

.calculator {
    background: url(/images/lines.svg), var(--linear-gradient);
    background-position: 50% 320px, 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (width>=768px) {
    .calculator {
        background-position: 50% 240px, 50%
    }
}

@media (width>=1024px) {
    .calculator {
        background-position: 50% 40px, 50%
    }
}

@media (width>=1440px) {
    .calculator {
        background-position: 50% 16px, 50%
    }
}

.calculator__box {
    background-color: var(--color--white, #fff);
    border-radius: var(--border-radius);
    padding: 64px 20px
}

@media (width>=768px) {
    .calculator__box {
        padding: 64px 120px
    }
}

.calculator__title,
.calculator__subtitle {
    text-align: center
}

.calculator__title {
    margin-bottom: 48px
}

.calculator__subtitle {
    color: var(--color--grey, #9b9b9b);
    margin-bottom: 28px
}

.calculator__text {
    color: var(--color--grey, #9b9b9b);
    text-align: center;
    line-height: 24px
}

.calculator__btn {
    margin-top: 64px
}

/*# sourceMappingURL=index.02e4202a.css.map */
