.main-wrapper{
    max-width: 1470px !important;
}

.main-wrapper.content-page{
    padding-top: 0 !important;
}

.c-hero-image{
    height: 300px;
    width: 100%;
    background-image: url('images/c-hero-image.webp');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 96px;
}

.c-hero-image__title{
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
}

.c-hero-image__container{
    height: 100%;
    padding: 48px;
}

.c-hero-image__content{
   display: flex;
   height: 100%;
   flex-direction: column;
   justify-content: space-between;
   align-items: flex-start;
}

.c-hero-image__button{
    font-family: 'OpenSans-Bold', sans-serif;
}

.c-icon-cards{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 90px;
}

.c-icon-cards__item{
    border-radius: 12px;
    padding: 54px 24px 56px 24px;
    box-shadow: 0 12px 36px 0 rgba(89, 101, 144, 0.15);
    background: #fff;
    width: calc(33.33% - 16px);
    position: relative;
}

.c-icon-cards__item-icon{
    position: absolute;
    top: -22px;
    left: 24px;
    width: 60px;
    height: 60px;
}

.c-icon-cards__item-title{
    font-family: 'OpenSans-Bold', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    margin-bottom: 12px;
}

.c-support{
    background: #f2f6f9;
    border-radius: 12px;
    padding: 46px 48px;
    height: 294px;
    position: relative;
    margin-bottom: 90px;
}

.c-support__content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 580px;
}

.c-support__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
    margin-bottom: 16px;
}

.c-support__description{
    font-size: 16px;
    line-height: 170%;
    color: #000;
    margin-bottom: 24px;
}

.c-support__button {
    margin-top: auto;
    font-family: 'OpenSans-Bold', sans-serif;
}

.c-support__image{
    position: absolute;
    width: 26%;
    max-width: 324px;
    right: 90px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.c-features{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 90px;
}

.c-features__item{
    width: calc(33.33% - 20px);
    padding: 24px;
    border-radius: 12px;
    min-height: 210px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    position: relative;
}

.c-features__item--blue{
    background: #e1f4ff;
}

.c-features__item--red{
    background: #ffeae4;
}

.c-features__item--green{
    background: #e0f8e4;
}

.c-features__item--yellow{
    background: #fff7dc;
}

.c-features__item--gray{
    background: #f1f1f1;
}

.c-features__item:hover{
    box-shadow: 0 12px 36px 0 rgba(89, 101, 144, 0.25);
    background: #fff;
    transition: all 0.3s ease;
}

.c-features__item::after{
    content: '';
    background: url('images/c-features__item-arrow.svg') no-repeat center center;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(-30px);
}       

.c-features__item:hover::after{
    opacity: 1;
    transition: all 0.3s ease;
    transform: translateX(0);
}

.c-features__item-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
    margin-bottom: 16px;
}

.c-features__item-description{
    font-size: 16px;
    line-height: 170%;
    color: #000;
}

.c-steps{
    display: flex;
    justify-content: stretch;
    gap: 40px;
    margin-bottom: 90px;
}

.c-steps__item{
    display: flex;

}

.c-steps__item-number{
    border-radius: 12px;
    width: 48px;
    height: 48px;
    box-shadow: 0 6px 12px 0 rgba(81, 101, 172, 0.25);
    background: #5165ac;
    font-weight: 700;
    font-size: 21px;
    line-height: 170%;
    text-align: center;
    color: #fff;
    font-family: 'OpenSans-Bold', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
}

.c-steps__item-title{
    font-weight: 700;
    font-size: 21px;
    line-height: 170%;
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
    margin-bottom: 8px;
}

.c-steps__item-content{
    padding-top: 8px;
}

.c-steps__item-description{
    font-weight: 400;
    font-size: 17px;
    line-height: 170%;
    color: #000;
}

.c-steps__item::after{
    content: '';
    background: url('images/c-steps__item.svg') no-repeat center center;
    width: 26px;
    height: 48px;
    margin-left: 40px;
    margin-top: 16px;
    flex-shrink: 0;
}

.c-steps__item:last-child::after{
    display: none;
}

.c-contact-form{
    background: url('images/c-contact-form.webp') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    min-height: 258px;
    color: #fff;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-contact-form__content{
    max-width: 530px;
}

.c-contact-form__title{
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    color: #fff;
    font-family: 'OpenSans-Bold', sans-serif;
    margin-bottom: 16px;
    margin-bottom: 30px;
}

.c-contact-form__description{
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
}

.c-contact-form__form{
    max-width: 530px;
    margin-left: 30px;
}

.c-contact-form__form-item-input input{
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    background: rgba(71, 69, 165, 0.5);
    height: 54px;
    width: 306px;
    padding: 16px;
    color: #fff;
    font-size: 16px;
}

.c-contact-form__form-item{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.c-contact-form__form-item-description{
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #fff;
}

.c-contact-form__form-item-description a{
    color: #fff;
    border-color: #ffffff76;
}

.c-contact-form__form-item-button{
    font-family: 'OpenSans-Bold', sans-serif;
    color: #5165ac;
}

.c-hero-image__button--mobile{
    display: none !important;
}


@media (max-width: 920px) {
    .c-hero-image{
        background-size: cover;
        background-position: center;
        margin-bottom: 45px;
    }
    .c-hero-image__container{
        padding: 20px;
    }
    .c-hero-image__button--desktop{
        display: none !important;
    }
    .c-hero-image__button--mobile{
        display: block !important;
    }

    .c-icon-cards{
        flex-direction: column;
        margin-bottom: 45px;
    }

    .c-icon-cards__item{
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 24px 16px;
        border-radius: 12px;
    }

    .c-icon-cards__item-icon{
        position: unset;
    }

    .c-icon-cards__item-title{
        margin-bottom: 8px;
    }

    .c-support{
        padding: 20px;
        height: auto;
        margin-bottom: 45px;
    }

    .c-support__image{
        display: none;
    }

    .c-features{
        flex-direction: column;
        gap: 12px;
        margin-bottom: 45px;
    }

    .c-features__item{
        width: 100%;
        min-height: 175px;
    }

    .c-steps{
        flex-direction: column;
        gap: 30px;
        margin-bottom: 45px;
    }

    .c-steps__item{
        width: 100%;
    }

    .c-steps__item::after{
        display: none;
    }

    .c-steps__item-content{
        padding-top: 0;
    }

    .c-steps__item-title{
        margin-bottom: 0;
    }

    .c-contact-form{
        display: block;
        padding: 20px !important;
        min-height: auto;
    }

    .c-contact-form__content{
        max-width: 100%;
    }

    .c-contact-form__form{
        max-width: 100%;
        margin-left: 0;
    }

    .c-contact-form__form-item{
        flex-direction: column;
        align-items: flex-start;
    }

    .c-contact-form__form-item-input{
        width: 100%;
    }

    .c-contact-form__form-item-input input{
        width: 100%;
    }

    .c-contact-form__form-item-button{
        width: 100%;
    }
    
    .c-contact-form__title{
        margin-bottom: 12px;
    }

    .c-contact-form__description{
        margin-bottom: 30px;
    }

}