.blocks_sect .wrap {
    max-width: 71em;
}
.blocks_sect .soon {
    padding: 0.5em 1.25em 0.5em 3em;
    max-width: 100%;
    width: max-content;
    position: relative;
    color: #ffffff;
    min-height: 2.25em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 2em;
    background: linear-gradient(90deg, rgba(229, 156, 255, 0.24) 0.01%, rgba(186, 156, 255, 0.24) 50.01%, rgba(156, 178, 255, 0.24) 100%);
    box-shadow: 0 -0.5em 0.75em 0 rgba(164, 143, 255, 0.12) inset;
    backdrop-filter: blur(0.25em);
}
.blocks_sect .soon:before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../../img/icons/magic.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.blocks_sect .soon_text {
    font-size: 0.875em;
    background: linear-gradient(180deg, #A8A1FF 0%, #E59CFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.blocks_sect .blocks {
    display: flex;
    flex-wrap: wrap;
    margin: -0.75em;
}
.blocks_sect .block {
    margin: 0.75em;
    width: calc(100% - 1.5em);
    border-radius: 1.5em;
    background: linear-gradient(180deg, rgba(51, 44, 147, 0.00) -30.52%, rgba(104, 80, 255, 0.40) 100%);
    text-align: center;
    box-sizing: border-box;
    padding: 3.5em;
    position: relative;
    z-index: 1;
    transform: translateY(25%);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 1s;
}
.blocks_sect .block.animated {
    opacity: 1;
    transform: translateY(0);
}
.blocks_sect .block:before {
    content: '';
    display: block;
    background-image: url(../../img/blocks_sect/block-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.blocks_sect .block.type1 {
    width: calc(63% - 1.5em);
    padding: 3.5em 2em;
}
.blocks_sect .block.type2 {
    width: calc(37% - 1.5em);
    padding: 3.5em 2.5em;
}
.blocks_sect .block.type3 {
    width: calc(50% - 1.5em);
    text-align: left;
}
.blocks_sect .block_text:not(:last-child) {
    margin-bottom: 2em;
}
.blocks_sect .block_title {
    color: #F7F8F8;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.blocks_sect .block_subtitle {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
/*.blocks_sect .block_title:not(:last-child) {*/
/*    margin-bottom: 1.1em;*/
/*}*/
.blocks_sect .block_image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 21.75em;
}
.blocks_sect .block .soon {
    margin: 0;
}
.blocks_sect .block .soon:not(:last-child) {
    margin-bottom: 1.25em;
}
.blocks_sect .block_description {
    color: rgba(255, 255, 255, 0.80);
    font-size: 0.875em;
}