@charset "UTF-8";
@import 'pages/aa-mobile-page.css';

* {
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    font-weight: 600;
    box-sizing: border-box;
}

.container {
    max-width: 1212px;
    margin: 0 auto;
    padding: 0 20px;
}

body,
html {
    overflow-x: hidden;
}

.main {
    position: relative;
    padding-bottom: 48px;
    overflow: hidden;
}

.main__content {
    margin-top: 120px;
}

.main__bg-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border: 0;
}

.main__bg-container:before {
    content: '​';
}

.main__left-bg {
    position: absolute;
    top: -155px;
    left: -240px;
    z-index: -100;
    width: 825px;
    height: 834px;
    background: rgb(0 133 255 / 15%);
    border-radius: 834px;
    filter: blur(57px);
}

@media (max-width: 768px) {
    .main__left-bg {
        top: -84px;
        left: -138px;
        width: 433px;
        height: 438px;
    }
}

.main__right-bg {
    position: absolute;
    top: 73px;
    right: -79px;
    z-index: -100;
    width: 323px;
    height: 326px;
    background: rgb(0 133 255 / 15%);
    border-radius: 50%;
    filter: blur(57px);
}

@media (max-width: 768px) {
    .main__right-bg {
        top: 212px;
        right: -35px;
        width: 106px;
        height: 106px;
        filter: blur(18.6255779266px);
    }
}

.main__intro {
    padding-top: 80px;
}

.main__intro--app-page {
    padding-top: 30px !important;
}

.breadcrumbs {
}

.breadcrumbs__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs__item,
.breadcrumbs__item a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #3d3d3d;
    text-decoration: none;
}

.card {
    padding: 48px 50px;
    background: #fff;
    box-shadow: 0 0 49px 0 rgb(0 0 0 / 10%);
    border-radius: 16px;
}

@media (max-width: 768px) {
    .card {
        padding: 20px;
    }
}

.card__text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.48px;
    line-height: 41.733px;
    color: #3d3d3d;
}

@media (max-width: 768px) {
    .card__text {
        font-size: 16px;
        line-height: 28px;
    }
}

.card__text--mb {
    margin-top: 48px;
}

.card__link {
    display: inline-block;
    padding: 16px 25px;
    background: #5d7fad;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 30px;
}

.card__link span {
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    letter-spacing: -0.48px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .card__text--mb {
        margin-top: 25px;
    }

    .card__link {
        margin-top: 20px;
    }

    .card__link span {
        font-size: 14px;
    }

    .card__link span img {
        width: 20px;
    }
}

@media (max-width: 768px) {
    .main__intro {
        padding-top: 5px;
    }
}

.main__autoassistant {
    padding-top: 113px;
}

@media (max-width: 768px) {
    .main__autoassistant {
        padding-top: 93px;
    }
}

.main__domoteka {
    padding-top: 92px;
}

@media (max-width: 768px) {
    .main__domoteka {
        padding-top: 43px;
    }
}

.main__partners {
    padding-top: 142px;
}

@media (max-width: 768px) {
    .main__partners {
        padding-top: 79px;
    }
}

.main__footer {
    padding-top: 112px;
}

@media (max-width: 768px) {
    .main__footer {
        padding-top: 34px;
    }
}

.header {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100vw;
    max-height: 89px;
    min-height: 89px;
    overflow: hidden;
}

.header--extended {
    max-height: 166px;
}

.header__bg {
    background: rgb(255 255 255 / 25%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 12px;
}

@media (max-width: 768px) {
    .header__bg {
        padding: 0 10px;
        border-radius: 0;
    }
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    min-height: 89px;
    gap: 10px;
}

@media (max-width: 768px) {
    .header__container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        gap: 13px;
    }
}

.header__left {
    display: flex;
    gap: 20px;
}

.header__logo {
    cursor: pointer;
}

@media (max-width: 480px) {
    .header__logo {
        display: inline-block;
        margin-right: 65px;
    }
}

.header__divider {
    width: 2px;
    background: rgb(1 86 165 / 25%);
}

@media (max-width: 1200px) {
    .header__divider {
        display: none;
    }
}

.header__name {
    display: inline-flex;
    align-items: center;
    color: #3d3d3d;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 1200px) {
    .header__name {
        display: none;
    }
}

@media (max-width: 768px) {
    .header__burger {
        position: absolute !important;
        top: 37px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .nav {
        width: 100vw;
        transform: translateX(100%);
        transition: all 0.1s ease-in-out;
    }
}

.nav--opened {
    transform: translateX(0);
}

.nav__title {
    display: none;
    color: #3d3d3d;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media (max-width: 768px) {
    .nav__title {
        display: block;
        margin-bottom: 13px;
    }
}

.nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
}

@media (max-width: 768px) {
    .nav__list {
        justify-content: flex-start;
    }
}

.nav__link {
    text-decoration: none;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 500;
}

.intro__upper {
    position: relative;
    height: 100%;
    min-height: 637px;
}

.intro__title {
    padding-top: 41px;
    color: #3d3d3d;
    font-size: 68px;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: -3px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .intro__title {
        padding-top: 0;
        color: #3d3d3d;
        font-size: 43.186px;
        font-style: normal;
        font-weight: 700;
        line-height: 45.83px;
        letter-spacing: -1.727px;
    }
}

.intro__title--accent {
    display: inline-block;
    padding: 14px 14px 14px 0;
    background: rgb(255 255 255 / 75%);
    background: linear-gradient(267deg, #5d7fad 20.36%, #4b91f1 75.75%);
    color: #3d3d3d;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 68px;
    font-weight: 700;
    line-height: 71px;
    letter-spacing: -3px;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .intro__title--accent {
        color: #3d3d3d;
        font-size: 43.186px;
        font-style: normal;
        font-weight: 700;
        line-height: 45.83px;
        letter-spacing: -1.727px;
    }
}

.intro__title--accent-bg {
    display: inline-block;
    background: rgb(255 255 255 / 75%);
    border-radius: 12px;
}

@media (max-width: 1200px) {
    .intro__title--accent-bg {
        background: transparent;
    }
}

.intro__description {
    max-width: 531px;
    margin-top: 27px;
    color: #3d3d3d;
    line-height: 41.733px;
    letter-spacing: -0.48px;
}

@media (max-width: 1200px) {
    .intro__description {
        font-size: 22px;
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .intro__description {
        max-width: none;
        margin-top: 19px;
        color: #3d3d3d;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 29.321px; /* 183.257% */
        letter-spacing: -0.32px;
    }
}

.intro__results {
    display: flex;
    justify-content: space-between;
    padding: 34px;
    background: #4b91f1;
    color: #fff;
    max-width: 447px;
    margin-top: 90px;
    gap: 25px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1024px) {
    .intro__results {
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 34px 12px;
        transform: translateX(-50%);
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .intro__results {
        max-width: none;
        width: 100%;
    }
}

.intro__results--accent {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 34px;
    line-height: normal;
}

@media (max-width: 768px) {
    .intro__results--accent {
        font-size: 22px;
    }
}

.intro__years {
    flex: 1 1 auto;
    text-align: center;
    border-radius: 11px;
    background: #4b91f1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .intro__years {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .intro__years {
        font-size: 12px;
    }
}

.intro__users {
    flex: 1 1 auto;
    text-align: center;
    border-radius: 11px;
    background: #4b91f1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .intro__users {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .intro__users {
        font-size: 12px;
    }
}

.intro__divider {
    min-height: 100%;
    min-width: 3px;
    background: rgb(255 255 255 / 25%);
}

.intro__projects-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .intro__projects-container {
        position: static;
        display: flex;
        height: 100%;
        max-height: 500px;
        margin-top: 79px;
    }
}

.intro__domoteka {
    position: absolute;
    right: 340px;
    bottom: -180px;
    z-index: -1;
}

@media (max-width: 1024px) {
    .intro__domoteka {
        position: relative;
        right: auto;
        bottom: 0;
        left: 50px;
        z-index: -1;
        width: 100%;
        max-height: 450px;
        transform: translateX(25%);
    }

    .intro__domoteka img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .intro__domoteka {
        transform: translateX(10%);
    }
}

@media (max-width: 480px) {
    .intro__domoteka {
        transform: translateX(0);
    }
}

.intro__autoassistant {
    position: absolute;
    right: 50px;
    bottom: -100px;
    z-index: -2;
}

@media (max-width: 1024px) {
    .intro__autoassistant {
        position: relative;
        bottom: 50px;
        width: 100%;
        max-height: 500px;
        transform: translateX(-25%);
    }

    .intro__autoassistant img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media (max-width: 768px) {
    .intro__autoassistant {
        transform: translateX(-10%);
    }
}

@media (max-width: 480px) {
    .intro__autoassistant {
        transform: translateX(0);
    }
}

.intro__bottom {
    scroll-margin-top: 140px;
    position: relative;
    padding: 48px 50px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 49.4px 0 rgb(0 0 0 / 10%);
}

@media (max-width: 1024px) {
    .intro__bottom {
        margin-top: 32px;
    }
}

.intro__about {
    color: #3d3d3d;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.48px;
}

@media (max-width: 768px) {
    .intro__about {
        color: #3d3d3d;
        font-size: 20px;
        font-style: normal;
        line-height: 36px; /* 180% */
        letter-spacing: -0.4px;
    }
}

.intro__about:not(:first-child) {
    margin-top: 37px;
}

.intro__name {
    color: #3d3d3d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.48px;
}

.intro__exclamation-mark {
    position: absolute;
    top: 56px;
    left: -58px;
}

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

@media (max-width: 1024px) {
    .autoassistant__container {
        flex-direction: column;
        padding: 0;
    }
}

.autoassistant__about {
    position: relative;
    padding: 59px 37px 40px 46px;
    border-radius: 0 16px 16px 0;
    background: #0085ff url('../img/autoassistant-bg.svg') no-repeat top right;
    gap: 22px;
}

.autoassistant__about--project {
    padding-bottom: 110px;
}

@media (max-width: 1024px) {
    .autoassistant__about {
        width: 100%;
        border-radius: 0;
        padding: 28px;
        margin-top: -220px;
    }
}

.autoassistant__title {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 53px;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 768px) {
    .autoassistant__title {
        font-size: 35px;
    }
}

.autoassistant__subtitle {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 24.329px;
    font-style: normal;
    font-weight: 500;
    line-height: 47.45px; /* 195.036% */
}

@media (max-width: 768px) {
    .autoassistant__subtitle {
        font-size: 16px;
        line-height: 31px;
    }
}

.autoassistant__features {
    margin-top: 43px;
    list-style: disc;
}

.autoassistant__item {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.206px; /* 128.208% */
}

.autoassistant__item:not(:first-child) {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .autoassistant__item {
        font-size: 16px;
        line-height: 22px;
    }
}

.autoassistant__download {
    position: absolute;
    right: 50px;
    bottom: 0;
    display: flex;
    transform: translateY(50%);
}

@media (max-width: 1024px) {
    .autoassistant__download {
        display: none;
    }
}

.autoassistant__download-description {
    max-width: 163px;
    margin: 0 22px 16px 0;
    align-self: flex-end;
    text-align: right;
    color: #0156a5;
    font-family: Rubik, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.549px; /* 162.906% */
}

.autoassistant__qr-code {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 19.9px 0 rgb(0 0 0 / 25%);
    border-radius: 13px;
}

.autoassistant__stores {
    display: none;
}

@media (max-width: 1024px) {
    .autoassistant__stores {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }
}

.autoassistant__store {
    text-decoration: none;
}

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

@media (max-width: 1024px) {
    .domoteka__container {
        flex-direction: column-reverse;
        padding: 0;
    }
}

.domoteka__about {
    position: relative;
    padding: 45px 30px 107px 56px;
    border-radius: 16px 0 0 16px;
    background: #92b84d url('../img/domoteka-bg.svg') no-repeat top right;
}

@media (max-width: 1024px) {
    .domoteka__about {
        width: 100%;
        border-radius: 0;
        padding: 28px;
        margin-top: -255px;
    }
}

.domoteka__title {
    color: #fff;
    font-family: Rubik, sans-serif;
    font-size: 53px;
    font-weight: 700;
    line-height: normal;
}

.domoteka__subtitle {
    margin-top: 26px;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 768px) {
    .domoteka__subtitle {
        font-size: 24px;
    }
}

.domoteka__features {
    margin-top: 54px;
}

.domoteka__item {
    margin-left: 31px;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {
    .domoteka__item {
        font-size: 20px;
    }
}

.domoteka__item:not(:first-child) {
    margin-top: 29px;
}

.domoteka__item:before {
    position: absolute;
    top: 5px;
    left: -31px;
    width: 18px;
    height: 18px;
    background: rgb(196 232 130 / 80%);
    content: '';
    border-radius: 50%;
}

.domoteka__download {
    position: absolute;
    bottom: 0;
    left: 50px;
    display: flex;
    transform: translateY(50%);
}

@media (max-width: 1024px) {
    .domoteka__download {
        display: none;
    }
}

.domoteka__download-description {
    max-width: 163px;
    margin: 0 0 16px 17px;
    align-self: flex-end;
    color: #749d31;
    font-family: Rubik, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.549px; /* 162.906% */
}

.domoteka__qr-code {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 19.9px 0 rgb(0 0 0 / 25%);
    border-radius: 13px;
}

.domoteka__stores {
    display: none;
}

@media (max-width: 1024px) {
    .domoteka__stores {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }
}

.domoteka__store {
    text-decoration: none;
}

.partners__wrapper {
    background: #f9f9f9;
}

.partners__container {
    padding: 60px 20px 75px;
}

.partners__title {
    white-space: nowrap;
    color: #3d3d3d;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.733px; /* 109.824% */
}

@media (max-width: 1024px) {
    .partners__title {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .partners__title {
        font-size: 32px;
        line-height: 38px;
        text-align: left;
    }
}

.partners__list {
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .partners__list {
        display: grid;
        gap: 58px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .partners__list {
        margin-top: 23px;
    }
}

.partners__item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    gap: 38px;
}

.partners__img img {
    width: 100%;
    height: 100%;
}

.partners__name {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 41.733px; /* 231.851% */
    opacity: 0.15;
}

@media (max-width: 768px) {
    .partners__name {
        color: #000;
        font-size: 10.356px;
        font-style: normal;
        font-weight: 700;
        line-height: 24.01px; /* 231.851% */
    }
}

.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 32px 49px 25px 44px;
    border-radius: 16px;
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .footer__container {
        align-items: flex-start;
        padding: 34px 20px;
        border-radius: 0;
        flex-direction: column;
    }
}

.footer__organization {
    background: linear-gradient(267deg, #5d7fad 20.36%, #4b91f1 75.75%);
    white-space: nowrap;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 136.18%; /* 32.683px */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer__address {
    margin-top: 10px;
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.footer__requisites {
    margin-top: 16px;
}

@media (max-width: 768px) {
    .footer__requisites {
        margin-top: 33px;
    }
}

.footer__requisites-item {
    white-space: nowrap;
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.footer__requisites-item:not(:first-child) {
    margin-top: 6px;
}

.footer__contacts {
    text-align: right;
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {
    .footer__contacts {
        margin-top: 28px;
        text-align: left;
    }
}

.footer__suppott {
    text-align: right;
    text-decoration: none;
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 768px) {
    .footer__suppott {
        text-align: left;
    }
}

.footer__links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.footer__offer {
    white-space: nowrap;
    text-align: right;
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

@media (max-width: 768px) {
    .footer__offer {
        text-align: left;
    }
}

.footer__privacy-policy {
    white-space: nowrap;
    text-align: right;
    color: #404040;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

@media (max-width: 768px) {
    .footer__privacy-policy {
        text-align: left;
    }
}

.title-intro__breaker {
    display: none;
}

@media (max-width: 1200px) {
    .title-intro__breaker {
        display: block;
    }
}

.burger {
    position: relative;
    display: none;
    background: transparent;
    border: none;
    min-height: 14px;
}

@media (max-width: 768px) {
    .burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.burger--opened .burger__line {
    transform: rotate(45deg);
}

.burger--opened .burger__line:before {
    top: 0;
    transform: rotate(0);
}

.burger--opened .burger__line:after {
    top: 0;
    transform: rotate(90deg);
}

.burger__line,
.burger__line:before,
.burger__line:after {
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background: #5d7fad;
    border-radius: 1px;
    transition: all 0.2s;
}

.burger__line:before {
    content: '';
    top: -5px;
}

.burger__line:after {
    content: '';
    top: 5px;
}

.banner__link {
    display: inline-block;
    padding: 14px 47px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 19.549px; /* 108.604% */
    margin-top: 20px;
}
