body .btn__head {
	position: relative;
}
body .btn {
    font-family: "Inter", sans-serif;
    cursor: pointer;
    background: linear-gradient(90.48deg, rgba(202, 81, 251, 1) 0%, rgba(155, 47, 198, 1) 58.99999737739563%, rgba(142, 38, 184, 1) 100%);
    border-radius: 0.375rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 1.375rem 0 1.375rem 0;
    width: 279px;
    border: 2px solid #D170F8;
    font-size: 16px;
}
body .container .text-left,
body .text-left {
    text-align: left;
}


.etap__number-custom span {
    background: linear-gradient(129.89deg, #F11287 19.47%, #0E7FF9 80.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.1;
    margin-right: 0.75rem;
}

.etap__block a {
    color: #8E26B8;
    text-decoration: none;
}

.etap__head {
    display: flex;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 18px;
}

.etap__number.etap__number-custom {
    margin-bottom: 0;
}

.etap__block strong a {
    color: inherit;
}

body .etap {
    background: linear-gradient(104.52deg, #F8F9FF 0%, #E7E9F6 100%);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.mr-2 {
    margin-right: 1rem;
}

@media screen and (min-width: 1150px) {
    body .etap .etap__wrap {
        width: 100%;
    }
    body .etap .etap__block {
        width: 33.33%;
        padding: 0 0.75rem;
        margin-bottom: 1.5rem;
    }
}


/*.etap__inner {
    height: auto;
}*/

body .head__media_inner {
    margin-bottom: 1.125rem;
}
body .head__media_wrap {
    margin-top: 1.125rem;
}