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

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

.c-hero-image{
    width: 100%;
    border-radius: 12px;
    margin-bottom: 96px;
    background: linear-gradient(90deg, #5165ac 0%, #77caf3 100%);
    aspect-ratio: 1280/284;
    position: relative;
}

.c-hero-image__file{
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    height: 113%;
    aspect-ratio: 785/320;
}

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

.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{

    margin-bottom: 90px;
}

.c-icon-cards-row{
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 48px;
}

.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;
    position: relative;
    flex-shrink: 0;
}

.c-icon-cards-row--3-column .c-icon-cards__item{
    width: calc(33.33% - 16px);
}

.c-icon-cards-row--2-column .c-icon-cards__item{
    width: calc(50% - 16px);
}

.c-icon-cards__item-icon{
    position: absolute;
    top: -22px;
    left: 24px;
    width: 84px;
    height: 84px;
    flex-shrink: 0;
}

.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;
}

.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-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;
    margin-top: 90px;
}

.c-contact-form__content{
    margin-bottom: 48px;
}

.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{
}

.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-grid{
    display: grid;
    grid-template-columns: 27% 27% 46%;
    grid-gap: 18px 48px;
    max-width: 1160px;
}

.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;
    margin-bottom: 18px;
}

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

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

.c-care__item{
    width: calc(50% - 15px);
    padding: 24px 36px 24px 24px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

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

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

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

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

.c-care__item--lilac{
    background: #F8E1FF;
}

.c-care__item--violet{
    background: #E6E7FF;
}


.c-care__item-icon{
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 12px;
}

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

.c-try-free{
    height: 294px;
    background: #F2F6F9 url('images/c-try-free.webp') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 90px;
}

.c-try-free__buttons{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 50px;
}

.c-try-free__content{
    max-width: 405px;
}

.c-try-free__image{
    position: absolute;
    width: 32%;
    max-width: 445px;
    right: 60px;
    top: -40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.c-icon-cards--double .c-icon-cards__item{
    width: calc(50% - 12px);
}

.c-legend{
    padding: 48px;
    border-radius: 12px;
    border: 1px solid #E1E8ED;
    margin-bottom: 90px;
}

.c-legend__title{
    font-weight: 700;
    font-size: 21px;
    line-height: 130%;
    color: #000;
    margin-bottom: 30px;
}

.c-legend__grid{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.c-legend__grid-item{
    width: calc(50% - 15px);
    display: flex;
}

.c-legend__grid-item:before{
    content: '';
    width: 36px;
    height: 36px;
    margin-right: 18px;
    flex-shrink: 0;
}

.c-legend__grid-item:nth-child(1):before{
    background: url('images/legend_grid_item_1.svg') no-repeat center center;
}

.c-legend__grid-item:nth-child(2):before{
    background: url('images/legend_grid_item_2.svg') no-repeat center center;
}

.c-legend__grid-item:nth-child(3):before{
    background: url('images/legend_grid_item_3.svg') no-repeat center center;
}

.c-legend__grid-item:nth-child(4):before{
    background: url('images/legend_grid_item_4.svg') no-repeat center center;
}

.c-structure_grid{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.c-structure_grid-item{
    width: calc(50% - 15px);
    padding: 24px;
    border-radius: 12px;
    background-color: #f2f6f9;
}

.c-structure_grid-item-title{
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

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

.c-how-connect__item{
    width: calc(50% - 15px);
    padding: 24px;
    border-radius: 12px;
    border: 2px solid #e1e8ed;
    display: flex;
    align-items: center;
    gap: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #000;
}

.c-how-connect__item:before{
    content: '';
    width: 120px;
    height: 120px;
    border-radius: 12px;
    flex-shrink: 0;
}

.c-how-connect__item:nth-child(1):before{
    background: url('images/c-how-connect__item-1.svg') no-repeat center center;
}

.c-how-connect__item:nth-child(2):before{
    background: url('images/c-how-connect__item-2.svg') no-repeat center center;
}

.c-important-info{
    padding: 30px;
    background: #f2f6f9;
}

@media (max-width: 920px) {
    .c-hero-image{
        background-size: cover;
        margin-bottom: 45px;
    }

    .c-hero-image__title{
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .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--double .c-icon-cards__item,
    .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-try-free{
        height: auto;
    }

    .c-try-free__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;
    }


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

    .c-care__item{
        width: 100%;
        padding: 20px;
    }

    .c-care__item-icon{
        width: 80px;
        height: 80px;
    }

    .c-legend__grid-item{
        width: 100%;
    }

    .c-structure_grid-item{
        width: 100%;
    }

    .c-how-connect__item{
        width: 100%;
    }

    .c-how-connect__item::before {
        width: 70px;
        height: 70px;
        background-size: cover !important;
    }

    .c-legend{
        padding: 30px;
    }
    
}


@media (max-width: 700px) {
    .c-how-connect__item{
        font-size: 16px;
    }
    .c-try-free__content{
        max-width: 100%;
    }

    .c-try-free__buttons{
        flex-wrap: wrap;
        width: 100%;
    }

    .c-try-free__buttons .button{
        width: 100%;
    }
}


.c-credit-types{
    margin-bottom: 90px;
}
.c-credit-types__slider{
    overflow: hidden;
    height: 355px;
    border-radius: 12px;
    background: #f2f6f9 url("images/c-credit-types__slider.png") center center no-repeat;
    background-size: auto 100%;
    position: relative;
}

.c-credit-types__slider .swiper-slide{
    padding: 24px;
    position: relative;
}

.c-credit-types__slider .swiper-pagination {
    position: absolute;
    left: 24px !important;
    top: 24px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: unset !important;
    height: unset !important;
}

.c-credit-types__slider .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    border-radius: 3px;
    padding: 10px 12px;
    margin-bottom: 6px !important;
    font-weight: 500;
    font-size: 16px;
    color: #5165ac;
    display: block;
    width: unset !important;
    height: unset !important;
    opacity: 1;
    border: 0;
}

.c-credit-types__slider .swiper-pagination .swiper-pagination-bullet-active{
    background: #5165ac;
    color: #fff;
}

.c-credit-types__slider .c-credit-types__item-content{
    max-width: 400px;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin-block: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-credit-types__item-title{
    font-family: 'OpenSans-Bold', serif;
    font-size: 24px;
    color: #000;
    margin-bottom: 16px;
}

.c-open-info{
    border: 2px solid #dae4eb;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 12px;
}

.c-open-info__head{
    padding: 24px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.c-open-info__head:after{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("images/expand-arrow.svg") center no-repeat;
    transform: rotate(180deg);
    transition: transform 600ms ease;
}

.c-open-info__name-block{
    font-size: 21px;
    font-family: 'OpenSans-Bold', serif;
    margin-right: 20px;
}

.c-open-info__body{
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 600ms ease;
}

.c-open-info__body-wrapper{
    overflow: hidden;
    min-height: 0;
}

.c-open-info__body-inner{
    padding: 0 42px 42px 42px;
}

.c-open-info--open .c-open-info__head:after{
    transform: rotate(0);
    transition: transform 600ms ease;
}

.c-open-info--open .c-open-info__body{
    grid-template-rows: 1fr;
}

.c-open-info__row{
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.c-open-info__right{
    border-radius: 12px;
    padding: 18px;
    width: 403px;
    height: 190px;
    background: #f2f6f9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.c-open-info__right:before{
    content: '';
    width: 80px;
    height: 80px;
    background: url("images/c-open-info__right.svg") center no-repeat;
    margin-right: 18px;
    flex-shrink: 0;
}

.c-open-info__left{
    margin-right: 30px;
    width: 100%;
}

.c-open-info__title{
    font-size: 18px;
    font-family: 'OpenSans-Bold', serif;
    margin-bottom: 12px;
}

.c-open-info__row-icon{
    display: flex;
    align-items: flex-start;
    padding: 18px;
}

.c-open-info__icon{
    display: block;
    flex-shrink: 0;
    margin-right: 24px;
}

@media (max-width: 1180px) {
    .c-hero-image{
        display: flex;
        flex-direction: column-reverse;
    }

    .c-hero-image__file{
        position: unset;
        height: auto;
        margin-top: -4.5%;
    }

    .c-hero-image__container{
        height: auto;
    }

    .c-icon-cards-row{
        display: block;
        margin-bottom: 0;
    }

    .c-icon-cards-row .c-icon-cards__item{
        width: 100%;
        margin-bottom: 40px;
    }

    .c-contact-form__form-grid{
        display: block;
    }

    .c-contact-form__form-item-input{
        margin-bottom: 30px;
    }

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

@media (max-width: 960px) {
    .c-open-info__name-block{
        font-size: 16px;
        line-height: 1.2em;
    }

    .c-care__item{
        display: block;
    }

    .c-care__item-icon{
        margin-bottom: 20px;
    }

    .c-contact-form__title{
        font-size: 20px;
    }

    .c-icon-cards-row .c-icon-cards__item{
        display: block;
    }

    .c-open-info__head{
        padding: 16px;
    }

    .c-open-info__body-inner{
        padding-inline: 20px;
    }

    .c-open-info__row,
    .c-open-info__row-icon{
        display: block;
    }

    .c-open-info__right{
        width: auto;
        height: auto;
    }

    .c-open-info__right::before{
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .c-open-info__icon{
        width: 46px;
        height: 46px;
        margin-bottom: 20px;
    }

    .c-credit-types__slider .swiper-pagination .swiper-pagination-bullet{
        content: '';
        width: 12px !important;
        height: 12px !important;
        overflow: hidden;
        border-radius: 8px;
        background: white;
        display: block;
        font-size: 0;
        color: white;
        padding: 0;
        border: 1px solid #c9c9c9;
    }
    .c-credit-types__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #5165ac;
        color: #5165ac;
        border: 1px solid #5165ac;
    }

    .c-credit-types__slider .swiper-pagination{
        width: 100% !important;
        bottom: 20px !important;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        display: flex !important;
        justify-content: center !important;
        flex-direction: row;
    }

    .c-credit-types__slider .c-credit-types__item-content{
        right: 0;
        padding-inline: 20px;
    }

    .c-credit-types__slider .swiper-slide{
        background: rgba(255, 255, 255, 0.5);
    }
}