.techPage {
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 581px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.techPage__image {
    display: flex;
    justify-content: center;
}
.techPage__image img {
    max-width: 100%;
}
.techPage__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.techPage--title {
    font-size: 30px;
    line-height: 31px;
    color: #AEAEC7;
    font-weight: 700;
}
.techPage--text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 23px;
    color: #AEAEBA;
}
.techPage--button {
    margin-top: 30px;
    font-size: 15px;
    padding: 15px 24px;
    border-radius: 10px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.techPage--button:hover {
    background-color: #E9EEF8 !important;
    color: #004E86 !important;
}
.techPage__content {
    margin-top: 32px;
}

.techWork {
    max-width: 700px;
    min-height: calc(var(--vh) * 100);
    margin-top: -30px;
    padding: 50px 0 !important;
}
.techWork .techPage--title {
    font-size: 37px;
    line-height: 43px;
}
.techWork .techPage--text {
    font-size: 37px;
    line-height: 43px;
    font-weight: 300;
    color: #AEAEC7;
    margin-top: 0;
}

.inventarization {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.inventarization .techPage__image img {
    width: 360px;
}
.inventarization .techPage__content {
    margin-top: 0;
}
.inventarization .techPage--title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
}
.inventarization .techPage--text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    color: #AEAEC7;
    margin-top: 12px;
    margin-bottom: 0;
}

.cartEmpty {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Roboto", Arial, sans-serif;
}
.cartEmpty .techPage__image img {
    width: 303px;
}
.cartEmpty .techPage__content {
    margin-top: -10px;
    max-width: 302px;
}
.cartEmpty .techPage--title {
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 0;
}
.cartEmpty .techPage--text {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 0;
}
.cartEmpty .techPage--button {
    padding: 11.5px 30px;
}

.wishlistEmpty .techPage__image img {
    width: 188px;
}
.wishlistEmpty .techPage__content {
    margin-top: 29px;
}
.wishlistEmpty .techPage--title {
    font-size: 26px;
    line-height: 26px;
}
.wishlistEmpty .techPage--text {
    max-width: 320px;
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
}

.techPage2__parent {
    min-width: 100vw;
    min-height: 100vh;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.techPage2 {
}
.techPage2__logo {
    max-width: 143px;
    width: 100%;
    margin: 0 auto;
}
.techPage2__logo img {
    width: 100%;
    display: block;
}
.techPage2__image {
    margin: 0 auto;
    max-width: 282px;
    width: 100%;
}
.techPage2__image img {
    width: 100%;
    display: block;
}
.techPage2__content {
    margin-top: 50px;
}
.techPage2--title {
    color: #004E86;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 31px;
    max-width: 520px;
    margin: 60px auto 0;
}
.techPage2--text {
    margin: 80px auto 0;
    font-size: 16px;
    line-height: 19px;
    color: #71859E;
    text-align: center;
    max-width: 430px;
}
.techPage2--text a {
    color: #004E86;
    font-weight: 600;
}
.techPage2__grids {
    margin: 60px auto 0;
    max-width: 1020px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
}
.techPage2__grid {
    padding: 30px;
    border-radius: 13px;
    background: #F5F7FA;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.techPage2__grid--text {
    color: #71859E;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}
.techPage2__grid--text a {
    color: #004E86;
    font-weight: 600;
}
.techPage2__grid--button {
    margin: 16px auto 0;
    max-width: 210px;
    width: 100%;
}
.techPage2__grid__buttons {
    margin: 16px auto 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 12px;
    justify-content: center;
}
.techPage2__grid__buttons a {
    flex: 1;
    white-space: nowrap;
    margin: 0 !important;
}



@media screen and (max-width: 1280px) {
    .techWork {
        margin-top: -19px;
    }
}

@media screen and (max-width: 992px) {
    .techPage {
        max-width: none;
        padding: 90px 0;
    }
    .techPage__image {
        width: 100%;
        max-width: 600px;
    }
    .techPage__image img {
        width: 100%;
    }
    .techPage__content {
        margin-top: 24px;
    }
    .techPage--title {
        font-size: 33px;
        line-height: 36px;
    }
    .techPage--text {
        font-size: 16px;
        line-height: 23px;
    }
    .techWork .techPage__image {
        max-width: 420px;
    }
    .techWork .techPage--title {
        font-size: 30px;
        line-height: 36px;
    }
    .techWork .techPage--text {
        font-size: 30px;
        line-height: 36px;
    }
    .techWork .techPage__content {
        margin-top: 42px;
    }
    .inventarization .techPage--title {
        font-size: 30px;
        line-height: 36px;
    }
    .inventarization .techPage__image img {
        width: 280px;
    }
    .inventarization .techPage--text {
        font-size: 15px;
        line-height: 23px;
    }
    .cartEmpty {
        padding-top: 0;
        padding-bottom: 0;
    }
    .cartEmpty .techPage__image img {
        width: 355px;
    }
    .cartEmpty .techPage__content {
        margin-top: 18px;
    }

    .wishlistEmpty {
        padding-top: 0;
        padding-bottom: 0;
    }

    .techPage2__image {
        max-width: 222px;
    }
    .techPage2__grids {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
        max-width: 490px;
    }
}

@media screen and (max-width: 600px) {
    .techWork {
        margin-top: -12px;
        margin-bottom: -115px;
    }
    .techPage {
        padding: 10px 0;
    }
    .techPage__content {
        margin-top: 10px;
    }
    .techPage--title {
        font-size: 18px;
        line-height: 18px;
    }
    .techPage--text {
        font-size: 14px;
        line-height: 17px;
    }
    .techPage--button {
        margin-top: 16px;
    }
    .techWork .techPage--title {
        font-size: 22px;
        line-height: 29px;
    }
    .techWork .techPage--text {
        font-size: 22px;
        line-height: 29px;
    }
    .techWork .techPage__image {
        max-width: 300px;
    }
    .inventarization .techPage__image img {
        width: 210px;
    }
    .inventarization .techPage__content {
        margin-top: 12px;
    }
    .inventarization .techPage--title {
        font-size: 23px;
        line-height: 30px;
    }
    .inventarization .techPage--text {
        font-size: 15px;
        line-height: 20px;
    }
    .inventarization .techPage__image {
        max-width: 300px;
    }
    .cartEmpty .techPage__image img {
        width: 248px;
    }
    .cartEmpty .techPage__content {
        margin-top: 0;
    }
    .cartEmpty .techPage--title {
        font-size: 24px;
        line-height: 32px;
    }
    .cartEmpty .techPage--text {
        font-size: 15px;
        line-height: 17px;
        width: 200px;
    }
    .cartEmpty .techPage--button {
        margin-top: 32px;
    }

    .wishlistEmpty .techPage__content {
        margin-top: 22px;
    }
    .wishlistEmpty .techPage--title {
        font-size: 20px;
        line-height: 21px;
    }
    .wishlistEmpty .techPage--button {
        margin-top: 32px;
    }

    .techPage2__logo {
        max-width: 82px;
    }
    .techPage2__image {
        max-width: 120px;
    }
    .techPage2__content {
        margin-top: 12px;
    }
    .techPage2--title {
        font-size: 16px;
        line-height: 19px;
        margin-top: 0;
    }
    .techPage2--text {
        font-size: 12px;
        line-height: 14px;
        margin-top: 16px;
    }
    .techPage2__grids {
        margin-top: 17px;
        max-width: 242px;
        row-gap: 14px;
    }
    .techPage2__grid {
        padding: 20px;
    }
    .techPage2__grid--text {
        font-size: 13px;
        line-height: 16px;
    }
    .techPage2__grid--button {
        margin-top: 10px;
        max-width: 160px;
    }
    .techPage2__grid--button {
        font-size: 13px;
        line-height: 18px;
        padding: 6.5px;
    }
}