.first-screen {
    padding-top: 0;
}

.first-screen .first-screen__subtext {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-top: 16px;
}

.first-screen .first-screen__img {
    --inner-offset: 27px;
    --outer-offset: 46px;
    width: calc(100% + var(--inner-offset) + var(--outer-offset));
    margin-top: 102px;
}

.disclaimer-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0%;
    color: var(--Secondary-400-Text-Base, #8787AB);
}

.faq-block {
    margin: 0;
    padding: 60px 0;
}

.cases .cases__block:first-child .cases__title,
.cases .cases__block:last-child .cases__title {
    font-size: 20px;
}

.price-main-screen {
    padding: 60px 0;
}

.price-main-screen .content-block-title {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 115%;
    text-align: center;
    color: #474766;
    margin-bottom: 40px;
}

@media screen and (max-width: 740px) {
    .first-screen .first-screen__img {
        margin-top: 0;
        width: 100%;
        margin-bottom: -38px;
    } 

    .first-screen__img img {
        max-height: 380px;
    }

    .first-screen {
        padding-top: 30px;
    }
}


.carousel__grey-text {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1350px) {
    .carousel__grey-text {
        width: 888px;
        max-width: 100%;
    }
}

.mobile-show {
    display: none;
}

@media screen and (max-width: 750px){
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none !important;
    }
}
