.main-header {
    background: var(--pale);
    /* height: calc(100vh - 75px); */

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-left: 70px;
}

.main-header__text-h1 {
    margin-top: 24px;
    margin-bottom: 32px;
    width: 557px;
    font-size: 64px;
}

.main-header__text-h4 {
    width: 483px;
}

.img-header {
    width: 580px;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-top: 50px;
    color: var(--dark__p);

    background-color: var(--pale);
}

.info-block {
    display: flex;
    align-items: center;
    gap: 89px;
}

.product-section {
    background: var(--pale);
    padding-top: 120px;
}

.product {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.product-block__card {
    width: 260px;
}

.product-block__cards {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    gap: 45px;
}

.product-h3 {
    width: 497px;
    font-weight: 700;
}

.product-h5 {
    width: 572px;
    margin-top: 20px;
    margin-bottom: 36px;
}

.product-boy {
    width: 550px;
}

.help-cards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* .help-card {
    position: relative;
} */
.help-card_block {
    position: relative;
}

.help-card_block__text-f {
    width: 222px;
    height: 302px;
    background: var(--white);
    position: absolute;

    top: 32px;
    left: 70px;
    filter: drop-shadow(0px 2.25546px 45.1092px rgba(189, 189, 189, 0.11));
    border-radius: 10px;

    padding-top: 19px;
    padding-left: 24px;
}

.help-card_block__text-f__h5 {
    color: var(--dark__p);
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 25px;
}

.help-card_block__text-f__h6 {
    font-weight: 700;
    color: var(--dark__p);

    padding-bottom: 16px;
}

.line-middle {
    width: 121.52px;
    height: 8.57px;

    background: rgba(32, 72, 79, 0.1);
    border-radius: 9.34737px;
}

.line-large {
    width: 141.77px;
    height: 8.57px;
    /* Border */

    background: rgba(32, 72, 79, 0.1);
    border-radius: 9.34737px;

    margin-top: 10px;
}

.line-small {
    width: 62.32px;
    height: 8.57px;
    /* Border */

    background: rgba(32, 72, 79, 0.1);
    border-radius: 9.34737px;
}

.line-middle-large {
    width: 103.6px;
    height: 8.57px;
    /* Border */

    background: rgba(32, 72, 79, 0.1);
    border-radius: 9.34737px;
}

.line-max {
    width: 178.38px;
    height: 28.82px;
    left: 24.15px;
    top: 250.82px;

    /* Primary Green */

    background: var(--lighter__p);
    border-radius: 6.23158px;

    margin-top: 22px;
}

.ul {
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.help-ul {
    display: flex;
    align-items: center;
    gap: 11px;
}

.help-ul-cirk {
    width: 14.8px;
    height: 14.8px;
    background-color: var(--lighter__p);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-card_block__text-s {
    width: 364.51px;
    height: 129.94px;

    background: var(--white);
    box-shadow: 0px 3.37506px 33.7506px rgba(138, 138, 138, 0.04);
    border-radius: 10.1252px;

    position: absolute;
    top: 108px;

    padding-left: 26px;
    padding-top: 23px;

    display: flex;
    gap: 15px;
}

.help-ul-cirk-s {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--lighter__p);

    display: flex;
    align-items: center;
    justify-content: center;
}

.line-ultramax {
    width: 230.35px;
    height: 9.28px;

    background: rgba(32, 72, 79, 0.1);
    border-radius: 10.1252px;
}

.help-card_block__text-s__h4 {
    font-weight: 700;
    margin-bottom: 11px;
}

.help-block__line-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}

.help-card_block__text-g {
    width: 212.58px;
    height: 277px;
    background: var(--white);
    position: absolute;
    top: 55px;
    left: 70px;
    filter: drop-shadow(0px 2.25546px 45.1092px rgba(189, 189, 189, 0.11));
    border-radius: 10px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.help-g-cirle {
    width: 78.38px;
    height: 78.38px;
    border-radius: 50%;

    border: 3.22093px solid #B8E4DA;
    position: relative;

    margin-bottom: 16px;
}

.help-g-cirle_img {
    position: absolute;
}

.help-card_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 306px;
    text-align: center;
    gap: 15px;
}

.answear {
    margin-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.answear-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.answear-cards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 35px;
}

.answear-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    width: 266px;
}

.answear-circle {
    width: 56px;
    height: 56px;
    background-color: var(--lighter__p);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.keep-header__button {
    width: 190px;
    height: 58px;
}

.keep {
    background-color: var(--pale);
    margin-top: 150px;
    position: relative;
    height: 780px;
}

.keep-header {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}

.keep-line {
    transform: rotate(180deg);
    width: 100%;
}

.keep-card {
    width: 387px;
    height: 450px;
    background-color: var(--white);
    border-radius: 24px;

    padding-left: 44px;
    padding-right: 54px;
}

.keep-cards {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-top: 45px;
}

.keep-block {
    display: flex;
    justify-content: center;
}

.keep-card__name {
    margin-top: 86px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.keep-decoration {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
}

.trial-h1 {
    color: var(--darkes__p);
    width: 831px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.trial-h5 {
    color: var(--dark__p);
}

.trial {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 70px;
}

.button-trial {
    width: 190px;
    height: 58px;
}

footer {
    width: 100%;
    height: 385px;
    background-color: var(--darkes__p);

    margin-top: 70px;
    color: var(--white);

    padding-top: 69px;
    padding-left: 120px;
    padding-right: 150px;
}

.footer-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.footer-cards {
    display: flex;
    align-items: center;
    gap: 76px;
}

.footer-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo__ {
    margin-bottom: 39px;
}

.footer-h6 {
    cursor: pointer;
}

.footer-bottom {
    border-top: 1px solid var(--light__p);
    width: 100%;
    background-color: var(--darkes__p);
}