.container {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.text-black {
    color: #000000;
}
.text-orange {
    color: #FF6622;
}
.text-bold {
    font-weight: bold;
}

.top-greyback.tablet, .top-greyback.mobile, .content.tablet, .content.mobile {
    display: none;
}

.top-greyback {
    background: #F5F5F5;
    padding: 0;
}
.top-greyback .inner-content {
    max-width: 920px;
    margin: 0 auto;
    padding-top: 40px;
}
.top-greyback .inner-content .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top-greyback .inner-content .row .left-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.top-greyback .inner-content .row .left-column .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #000;
}
.top-greyback .inner-content .row .left-column .bottom {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between;
}
.top-greyback .inner-content .row .left-column + img {
    margin-top: -40px;
}

.content {
    max-width: 920px;
    margin: 0 auto;
    padding: 70px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.content .store-block {
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.content .store-block .title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.content .store-block .store-content {
    display: flex;
    gap: 32px;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.content .store-block .store-content .stores {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between
} 
.content .store-block .store-content .stores .line {
    display: flex;
    gap: 16px;
    flex-direction: row;
    justify-content: flex-start;
}
.content .store-block .store-content .stores .line .store {
    display: block;
    width: 168px;
    height: 48px;
}

.content .why-block {
    margin: 80px auto 0;
    display: flex;
    gap: 32px;
    flex-direction: column;
    justify-content: space-between;
}
.content .why-block .title {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.content .why-block .options {
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
}
.content .why-block .bottom-btn {
    padding-left: 82px;
}
.content .why-block .options .option {
    padding: 24px 16px;
    display: flex;
    flex-direction: row;
    gap: 26px;
    justify-content: flex-start;
    align-items: start;
}
.content .why-block .options .option img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.content .why-block .options .option .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}
.content .why-block .options .option .text .title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.content .why-block .options .option .text .desc {
    font-size: 16px;
    color: #000;
}

.content .install-block {
    margin-top: 80px;
    display: flex;
    gap: 33px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.content .install-block .top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
}
.content .install-block .top .title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.content .install-block .top .text {
    color: #747983;
    font-size: 20px;
    text-align: center;
}
.content .install-block .steps {
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
}
.content .install-block .steps .steps-row {
    display: flex;
    gap: 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.content .install-block .steps .step {
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    align-items: start;
    background-color: #F4F6F8;
    border-radius: 14px;
    width: 411px;
}
.content .install-block .steps .steps-row:nth-of-type(1) .step:nth-of-type(2) {
    border: 2px solid #FF7600;
}
.content .install-block .steps .last-step {
    width: calc(100% - 32px);
}
.content .install-block .steps .step .top {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
}
.content .install-block .steps .step .top img{
    width: 28px;
    height: 28px;
}
.content .install-block .steps .step .body-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    align-items: start;
    margin-left: 44px;
    color: #999da8;
}
.content .install-block .steps .step .body-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    align-items: start;
    margin-left: 44px;
    color: #999da8;
}

.content .green-block {
    margin: 80px 0 45px;
    background-color: #D8FFDD;
    padding: 16px 25px 16px 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 27px;
    justify-content: space-between;
    align-items: center;
}
.content .green-block .text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: start;
    align-items: start;
}
.content .green-block .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 120%;
}

@media (min-width: 769px) and (max-width: 920px) {
    .top-greyback:not(.tablet), .content:not(.tablet) {
        display: none;
    }
    .top-greyback.tablet {
        background: #F5F5F5;
        padding: 0;
        display: block;
        margin-bottom: 16px;
        width: 100%;
    }
    .top-greyback.tablet .inner-content {
        margin: 0 auto;
        padding: 0 24px 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        max-width: 720px;
    }
    .top-greyback .inner-content .row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-grow: 1;
    }
    .top-greyback.tablet .inner-content .row .left-column {
        padding: 50px 0 98px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    .top-greyback.tablet .inner-content .row .left-column .title {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        color: #000;
    }
    .top-greyback.tablet .inner-content .row .left-column .bottom {
        display: flex;
        flex-direction: row;
        gap: 16px;
        justify-content: space-between;
    }
    .top-greyback.tablet .inner-content .row .left-column + img {
        margin-top: -10px;
    }

    .content.tablet {
        max-width: 720px;
        margin: 0 auto;
        padding: 70px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .content.tablet .store-block {
        display: flex;
        gap: 40px;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .content.tablet .store-block .title {
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }
    .content.tablet .store-block .store-content {
        display: flex;
        gap: 32px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .content.tablet .store-block .store-content .stores {
        display: flex;
        gap: 16px;
        flex-direction: column;
        justify-content: space-between
    } 

    .content.tablet .why-block {
        margin: 70px auto 0;
        display: flex;
        gap: 32px;
        flex-direction: column;
        justify-content: space-between;
    }
    .content.tablet .why-block .title {
        font-size: 40px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    .content.tablet .why-block .options {
        display: flex;
        gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
    }

    .content.tablet .install-block {
        margin-top: 70px;
        display: flex;
        gap: 32px;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .content.tablet .install-block .top {
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start;
        align-items: center;
    }
    .content.tablet .install-block .top .title {
        font-size: 40px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }
    .content.tablet .install-block .top .text {
        color: #747983;
        font-size: 20px;
        text-align: center;
    }
    .content.tablet .install-block .steps {
        display: flex;
        gap: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .content .install-block .steps .steps-row {
        display: flex;
        gap: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
    .content .install-block .steps .step {
        padding: 16px 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start;
        align-items: start;
        background-color: #F4F6F8;
        border-radius: 14px;
        width: 320px;
    }
    .content .install-block .steps .last-step {
        width: calc(100% - 32px);
    }
}

@media (max-width: 768px) {
    .top-greyback:not(.mobile), .content:not(.mobile) {
       display: none;
    }

    .top-greyback.mobile {
        background: #F5F5F5;
        padding: 0;
        display: block;
        width: 100%
    }
    .top-greyback.mobile .inner-content {
        max-width: 328px;
        margin: 0 auto;
        padding: 24px 16px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .top-greyback.mobile .inner-content .center-column {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /* height: 100%; */
        text-align: center;
        gap: 32px;
    }
    .top-greyback .inner-content .center-column .title {
        font-size: 32px;
        color: #000;
        line-height: 120%;
    }
    .top-greyback .inner-content .center-column .bottom {
        display: flex;
        flex-direction: row;
        gap: 16px;
        justify-content: space-between;
        color: #747983;
        font-size: 16px;
    }

    .content.mobile {
        max-width: 328px;
        width: 100%;
        margin: 0 auto;
        padding: 70px 16px 0;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .content.mobile .store-block {
        display: flex;
        gap: 16px;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .content.mobile .store-block .title {
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }
    .content.mobile .store-block .store-content {
        display: flex;
        gap: 16px 16px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .content.mobile .store-block .store-content .store {
        width: 154px;
        height: 44px;
        display: block;
    }
    .content.mobile .store-block .store-content .store img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .content.mobile .why-block {
        margin: 60px auto 0;
        display: flex;
        gap: 24px;
        flex-direction: column;
        justify-content: space-between;
    }
    .content.mobile .why-block .title {
        font-size: 32px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }
    .content.mobile .why-block .options {
        display: flex;
        gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .content .why-block .bottom-btn {
        padding-left: 0px;
        display: flex;
        justify-content: center;
    }
    .content.mobile .why-block .options .option {
        padding: 16px 0px;
        display: flex;
        flex-direction: row;
        gap: 16px;
        justify-content: flex-start;
        align-items: start;
    }
    .content.mobile .why-block .options .option img {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }
    .content.mobile .why-block .options .option .text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 4px;
    }
    .content.mobile .why-block .options .option .text .title {
        font-size: 20px;
        color: #000;
        font-weight: bold;
        text-align: left;
    }
    .content.mobile .why-block .options .option .text .desc {
        font-size: 16px;
        color: #000;
    }

    .content.mobile .install-block {
        margin-top: 60px;
        display: flex;
        gap: 24px;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .content.mobile .install-block .top {
        display: flex;
        flex-direction: column;
        gap: 24px;
        justify-content: flex-start;
        align-items: center;
    }
    .content.mobile .install-block .top .title {
        font-size: 32px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }
    .content.mobile .install-block .top .text {
        color: #747983;
        font-size: 16px;
        text-align: center;
    }
    .content.mobile .install-block .steps {
        display: flex;
        gap: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .content.mobile .install-block .steps .step {
        padding: 16px 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start;
        align-items: start;
        background-color: #F4F6F8;
        border-radius: 14px;
        max-width: 296px;
        width: auto;
    }
    .content.mobile .install-block .steps .step:nth-of-type(2) {
        border: 1px solid #FF7600;
    }

    .content .green-block {
        margin: 24px 0 45px;
        background-color: #D8FFDD;
        padding: 16px 24px 16px 24px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        gap: 27px;
        justify-content: space-between;
        align-items: center;
    }
    .content .green-block .text {
        display: flex;
        flex-direction: column;
        gap: 16px;
        justify-content: start;
        align-items: start;
    }
    .content .green-block .text .title {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 120%;
    }
}