*,
: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
}

.reviewer,
.about-swiper-pagination,
.team-member__contact-wrap,
.header,
.social-media__list,
.lang__btn,
.lang,
.footer-nav__link,
.sub-nav__link,
.header__nav .nav__list,
.btn-cross,
.logo,
.calculator__box,
.feedback__container,
.page-404__container,
.feature-2,
.burger-menu__body,
.burger-menu__nav .nav__list,
.header__container,
.reviews-swiper-pagination,
.reviews-swiper__btn,
.reviews-swiper__btn-wrap,
.team-swiper-pagination,
.team-swiper__btn,
.team-swiper__btn-wrap,
.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,
.service__link,
.btn--green,
.backdrop {
    align-items: center;
    display: flex
}

.service__icons-wrap {
    justify-content: space-between;
    display: flex
}

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

.header__container {
    justify-content: space-between
}

.article__desc,
.page-404__box,
.article,
.faq__item,
.faq__list,
.faq__container,
.team-member__desc,
.team-member,
.team__container,
.feedback__label,
.feedback__label-wrap,
.feedback__form,
.reviewer__bio,
.review,
.service,
.vacancy,
.feedback__box-wrap,
.contact,
.contacts__list,
.contacts__box-wrap,
.vacancies__box,
.benefit,
.services__container,
.feature,
.features__list,
.about-item__desc,
.about-item__box,
.about__box-wrap,
.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,
.page-404__container,
.feature-2,
.burger-menu__body,
.burger-menu__nav .nav__list {
    flex-direction: column
}

.features-2__container,
.features__container,
.footer__box-wrap,
.articles__list,
.benefits__list,
.features-2__list,
.services__list,
.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,
.service__link,
.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
}

.articles__list,
.benefits__list,
.features-2__list,
.services__list,
.footer-nav {
    gap: var(--gap)
}

.article,
.benefit,
.feature-2,
.service,
.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
}

.review .logo__icon {
    height: 50px;
}

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

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

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

.btn,
.btn--white,
.service__link,
.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,
.service__link:hover,
.btn--green:hover {
    opacity: .8
}

@media (width>=768px) {

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

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

.btn--white,
.service__link {
    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
}

.page-404__container {
    gap: 24px
}


.hero {
    // background: #fff;
    background: url(/images/lines.svg), var(--linear-gradient);
    background-size: cover;
    padding: 48px 0 0;
    position: relative
}

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

    .page-404__container {
        flex-direction: row;
        justify-content: center
    }

}

.hero__container {
    flex-grow: 1
}

.page-404__box {
    gap: 24px;
    max-width: 640px
}

.hero__title,
.page-404__title {
    color: var(--color--white, #fff);
    max-width: 560px;
    margin-bottom: 32px;
    font-size: 29px;
    font-weight: 600;
    line-height: 40px
}

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

.hero__subtitle {
    color: var(--color--grey, #9b9b9b);
    max-width: 560px;
    margin-bottom: 48px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

@media (width>=1200px) {
    .hero__subtitle {
        margin-bottom: 80px;
        font-size: 24px;
        line-height: 32px
    }
}

.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%;
    box-shadow: 0 16px 24px #0000000f, 0 2px 6px #0000000a, 0 0 1px #0000000a
}

.hero__btn.btn--white,
.hero__btn.service__link {
    border: 1px solid #e5e7eb
}

@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
    }
}

.features {
    background: url(/images/features-bg2.webp) 50%/cover no-repeat;
    min-height: 600px;
    padding-bottom: 200px
}

@media (width>=1440px) {
    .features {
        padding-bottom: 80px
    }
}

.features__container {
    justify-content: space-between;
    gap: 32px;
    position: relative
}

.features__container:before {
    content: "";
    background: url(/images/build-1.svg) left 50% bottom -32px/660px no-repeat;
    width: 660px;
    height: 208px;
    display: block;
    position: absolute;
    bottom: -200px;
    right: -80px
}

.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<=359px) {
    .features__container:before {
        right: -120px
    }
}

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

@media (width>=768px) {
    .features__container:before {
        right: 0
    }
}

@media (width>=1440px) {
    .features__container:before {
        background-position: 50% bottom -69px;
        background-size: 1138px;
        width: 1138px;
        height: 358px;
        bottom: -120px;
        right: -40px
    }
}

.features__title {
    color: var(--color--white, #fff)
}

.features__message {
    color: var(--color--orange, #ff7f00);
    max-width: 420px
}

@media (width>=1440px) {
    .features__message {
        max-width: 528px
    }
}

.features__list {
    gap: 40px
}

@media (width>=1440px) {
    .features__list {
        gap: 42px;
        max-width: 640px
    }
}

.feature {
    color: var(--color--white, #fff);
    gap: 20px
}

.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>=1440px) {
    .feature {
        flex-direction: row;
        align-items: center;
        gap: 32px
    }
}

.feature__number {
    letter-spacing: -.48px;
    border-left: 2px solid var(--color--orange, #ff7f00);
    height: 60px;
    padding-left: 15px;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%
}

@media (width>=1440px) {
    .feature__number {
        flex: 0 0 152px
    }
}

.feature__text {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.services {
    min-height: 600px;
    padding-bottom: 200px;
    overflow: hidden
}

@media (width>=1440px) {
    .services {
        padding-bottom: 80px
    }
}

.services__container {
    position: relative
}

@media (width>=1440px) {
    .services__container {
        flex-direction: row;
        gap: 32px
    }
}

.services__container:before {
    content: "";
    background: url(/images/build-2.svg) bottom/538px no-repeat;
    width: 538px;
    height: 230px;
    display: block;
    position: absolute;
    bottom: 4px;
    left: -140px
}

@media (width>=1440px) {
    .services__container:before {
        background-size: 1388px;
        width: 1388px;
        height: 596px;
        bottom: -112px;
        left: -352px
    }
}

.services__title-wrap {
    margin-bottom: 48px
}

@media (width>=1440px) {
    .services__title-wrap {
        flex: 0 0 416px
    }
}

.services__subtitle {
    color: var(--color--grey, #9b9b9b);
    flex: 0 0 100%;
    margin-bottom: 28px
}

.services__list {
    --gap: 32px
}

.service {
    border: 1px solid var(--color--light-gray, #e5e7eb);
    background-color: var(--color--white, #fff);
    z-index: 1;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 16px 24px #0000000f, 0 2px 6px #0000000a, 0 0 1px #0000000a
}

@media (width>=1024px) {
    .service {
        --items: 2
    }

    .page-404__title {
        font-size: 48px;
        line-height: 60px
    }

    .service__icons-wrap {
        margin-bottom: 40px
    }

    .service__icon {
        width: auto;
        height: 80px
    }

    .service__logo-link {
        pointer-events: none
    }

    .service__logo-link svg {
        height: 48px
    }

    .service__title {
        margin-bottom: 12px;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }

    .service__text {
        margin-bottom: 20px;
        line-height: 24px
    }

    .service__link {
        text-transform: uppercase;
        border: 1px solid var(--color--light-green, #4caf50);
        border-radius: 6px;
        gap: 8px;
        margin-top: auto;
        font-size: 14px;
        font-weight: 600;
        line-height: 14px
    }

    .service__link svg {
        fill: currentColor;
        stroke: currentColor;
        flex: 0 0 24px;
        width: 24px;
        height: 24px
    }

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

    @media (width>=1440px) {
        .service__link {
            max-width: 224px
        }
    }

    .features-2 {
        background: url(/images/features-bg2.webp) 50%/cover no-repeat;
        min-height: 600px
    }

    .features-2__container {
        justify-content: space-between;
        position: relative
    }

    .features-2__title {
        color: var(--color--white, #fff);
        max-width: 640px;
        margin-bottom: 32px
    }

    .features-2__subtitle {
        color: var(--color--light-gray, #e5e7eb);
        flex: 0 0 100%;
        margin-bottom: 28px
    }

    .features-2__message {
        color: #ff8f1f;
        max-width: 420px;
        font-size: 18px;
        line-height: 24px
    }

    @media (width>=1440px) {
        .features-2__message {
            max-width: 528px
        }
    }

    .features-2__list {
        --gap: 58px;
        margin-top: 48px
    }

    @media (width>=1440px) {
        .features-2__list {
            --gap: 32px;
            margin-top: 80px
        }
    }

    .feature-2 {
        color: var(--color--white, #fff);
        gap: 32px
    }

    .feature-2 svg {
        width: auto;
        height: 80px
    }

    @media (width>=1440px) {
        .feature-2 {
            --items: 4
        }

        .page-404__title {
            font-size: 64px;
            line-height: 80px
        }
    }

    .page-404__message {
        color: var(--color--black, #1b1b1c);
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px
    }

    .page-404__link {
        color: var(--color--light-green, #4caf50);
        font-size: 18px;
        font-weight: 600;
        line-height: 24px
    }

    .page-404__icon {
        object-fit: cover;
        aspect-ratio: 1;
        flex-shrink: 0;
        width: 400px;
        height: auto
    }

    .feature-2__text {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }

    .reviews {
        background-color: #f6f6f4
    }

    .reviews__title {
        margin-bottom: 48px
    }

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

    .reviews__swiper-wrap {
        position: relative
    }

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

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

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

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

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

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

    .reviews-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) {
        .reviews-swiper-pagination {
            display: none
        }
    }

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

    .reviewer {
        gap: 12px;
        margin-top: auto
    }

    .reviewer__img {
        border-radius: 44px;
        width: 44px;
        height: 44px
    }

    .reviewer__name {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }

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

    .swiper-pagination-current {
        color: var(--color--black, #1b1b1c)
    }

    .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%
    }

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

    .blog__subtitle {
        color: var(--color--grey, #9b9b9b);
        text-align: center;
        margin-bottom: 28px
    }

    .articles__list {
        --gap: 32px
    }

    .article {
        background-color: var(--color--white, #fff);
        border: 1px solid var(--color--light-gray, #e5e7eb);
        border-radius: 10px;
        box-shadow: 0 16px 24px #0000000f, 0 2px 6px #0000000a, 0 0 1px #0000000a
    }

    @media (width>=1024px) {
        .article {
            --items: 2
        }

        .page-404__icon {
            flex: 0 0 400px
        }
    }

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

    .article__img {
        object-fit: cover;
        border-radius: 10px 10px 0 0;
        height: 256px
    }

    .article__desc {
        gap: 12px;
        padding: 32px
    }

    .article__tag {
        color: var(--color--orange, #ff7f00);
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
    }

    .article__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px
    }

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

    .article__link {
        color: var(--color--grey, #9b9b9b);
        font-size: 16px;
        line-height: 24px;
        text-decoration-line: underline
    }

    @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(/mages/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
}
.about {
    position: relative
}

.about__box-wrap {
    --gap: 40px;
    gap: var(--gap)
}

@media (width>=1024px) {
    .about__box-wrap {
        flex-direction: row-reverse;
        justify-content: space-between
    }
}

@media (width>=1440px) {
    .about__box-wrap {
        --gap: 64px
    }
}

@media (width>=1024px) {
    .about__box--text {
        width: calc((100% - var(--gap))/2)
    }
}

@media (width>=1440px) {
    .about__box--text {
        width: 528px
    }
}

@media (width>=1024px) {
    .about__box--img {
        width: calc((100% - var(--gap))/2)
    }
}

@media (width>=1440px) {
    .about__box--img {
        width: 640px
    }
}

.about__title {
    margin-bottom: 40px
}

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

.about-item__img {
    object-fit: cover;
    object-position: top;
    border-radius: var(--border-radius);
    width: 100%;
    height: auto
}

@media (width>=1440px) {
    .about-item__img {
        max-width: 640px
    }
}

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

.about-item__desc {
    gap: 16px
}

.about__text {
    line-height: 24px
}

.about-swiper-pagination {
    gap: 8px;
    margin-top: 40px
}

@media (width>=1440px) {
    .about-swiper-pagination {
        margin-top: 64px
    }
}

.swiper-pagination-bullet {
    background-color: var(--color--light-gray-2, #efefef);
    opacity: 1;
    transition: var(--transition--100);
    border-radius: 4px;
    width: 100%;
    max-width: 120px;
    height: 4px
}

.swiper-pagination-bullet-active {
    background-color: var(--color--light-green, #4caf50)
}

.benefits {
    background-color: #f6f6f4
}

.benefits__title {
    margin-bottom: 48px
}

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

.benefits__list {
    --gap: 64px
}

.benefit {
    flex-grow: 1;
    position: relative
}

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

@media (width>=768px) {
    .benefit {
        --items: 2
    }

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

@media (width>=1440px) {
    .benefit {
        --items: 4
    }

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

.benefit__title {
    margin-bottom: 16px;
    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: 40px;
    margin-bottom: 40px
}


.contacts {
    position: relative
}

.contacts__box-wrap {
    gap: 24px;
    padding-bottom: 376px
}

@media (width>=480px) {
    .contacts__box-wrap {
        gap: 48px;
        padding-bottom: 0
    }
}

@media (width>=1024px) {
    .contacts__box-wrap {
        flex-direction: row;
        justify-content: space-between
    }
}

.contacts__title {
    margin-bottom: 48px
}

.contacts__list {
    gap: 28px
}

.contact {
    gap: 12px
}

.contact--address {
    max-width: 240px
}

.contact__title {
    color: var(--color--light-green, #4caf50);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.contact__link {
    color: var(--color--black, #1b1b1c);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.contact__link:hover {
    opacity: .8
}

.contacts__img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 336px
}

@media (width<=479px) {
    .contacts__img {
        position: absolute;
        bottom: 64px;
        left: 0
    }
}

@media (width>=480px) {
    .contacts__img {
        border-radius: var(--border-radius);
        height: auto
    }
}

@media (width>=1024px) {
    .contacts__img {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (width>=1440px) {
    .contacts__img {
        max-width: 640px
    }
}

.feedback {
    position: relative
}

.feedback__box-wrap {
    gap: 24px;
    padding-bottom: 376px
}

@media (width>=480px) {
    .feedback__box-wrap {
        gap: 48px;
        padding-bottom: 0
    }
}

@media (width>=1024px) {
    .feedback__box-wrap {
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .feedback__box {
        max-width: 420px
    }
}

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

.feedback__title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.feedback__message {
    color: var(--color--grey, #9b9b9b);
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block
}

.feedback__img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 336px
}

@media (width<=479px) {
    .feedback__img {
        position: absolute;
        bottom: 64px;
        left: 0
    }
}

@media (width>=480px) {
    .feedback__img {
        border-radius: var(--border-radius);
        height: auto
    }
}

@media (width>=1024px) {
    .feedback__img {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (width>=1440px) {
    .feedback__img {
        max-width: 640px
    }
}

.feedback__form {
    background-color: var(--color--white, #fff);
    border-radius: 8px;
    gap: 32px;
    width: 100%
}

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

.feedback__label-wrap {
    gap: 32px
}

@media (width>=768px) {
    .feedback__label-wrap {
        flex-direction: row
    }
}

.feedback__label {
    gap: 8px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px
}

.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%
}

.feedback__btn-submit:hover {
    opacity: 1;
    background: var(--main_green, #0e673e);
    box-shadow: 0 16px 24px #0000000f, 0 2px 6px #0000000a, 0 0 1px #0000000a
}

.team {
    background-color: #f6f6f4;
    min-height: 600px;
    padding-bottom: 200px;
    position: relative;
    overflow: hidden
}

.team: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) {
    .team:before {
        background-size: 1200px;
        width: 1200px;
        height: 780px;
        bottom: -60px
    }

    .team {
        padding-bottom: 160px
    }
}

.team__container {
    position: relative
}

.team__title-wrap {
    margin-bottom: 48px
}

@media (width>=1440px) {
    .team__title-wrap {
        --items: 3;
        width: calc(100%/var(--items) - 4*var(--gap));
        position: absolute;
        top: 0;
        left: 64px
    }
}

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

.team__swiper-wrap {
    position: relative
}

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

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

@media (width>=1440px) {
    .team-swiper__btn-wrap {
        display: none
    }
}

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

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

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

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

.team-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) {
    .team-swiper-pagination {
        display: none
    }
}

@media (width>=1440px) {
    .team__list {
        --gap: 32px;
        gap: var(--gap);
        flex-wrap: wrap
    }
}

.team-member {
    border: 1px solid var(--color--light-gray, #e5e7eb);
    background-color: var(--color--white, #fff);
    z-index: 1;
    border-radius: 8px;
    flex-grow: 1;
    gap: 108px;
    height: auto;
    padding: 20px
}

@media (width>=768px) {
    .team-member {
        flex-direction: row-reverse;
        gap: 20px
    }
}

@media (width>=1024px) {
    .team-member {
        flex-direction: column;
        gap: 108px
    }
}

@media (width>=1440px) {
    .team-member {
        --items: 3;
        flex-basis: calc((100% - var(--gap)*(var(--items) - 1))/var(--items))
    }

    .team-member:first-of-type,
    .team-member:nth-of-type(6) {
        margin-left: calc((100% - var(--gap)*(var(--items) - 1))/var(--items) + var(--gap))
    }
}

.team-member__img {
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    flex: 0 0 200px;
    margin-left: auto
}

@media (width>=768px) {
    .team-member__img {
        margin-bottom: 0
    }
}

.team-member__name {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.team-member__position {
    color: #9498ab;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

.team-member__contact-title {
    color: var(--color--light-green, #4caf50);
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.team-member__contact-wrap {
    color: #9498ab;
    gap: 4px;
    line-height: 24px
}

.team-member__contact-link {
    font-size: inherit;
    color: inherit;
    transition: var(--transition--100)
}

.team-member__contact-link:hover {
    color: var(--color--light-green, #4caf50)
}

.reviews__item li {
    list-style: inside;
}

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