@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,400;1,700&display=swap');

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: var(--color-text);
    font-family: 'Roboto', sans-serif;
}

div, img, nav, header, footer, h1, h2, h3, h4, h5, ul, li, span, svg, label {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p, a {
    color: inherit;
    margin: 0;
    padding: 0;
    line-height: unset;
    box-sizing: border-box;
}

input {
    display: block;
    min-width: 280px;
    background: white;
    border: 0;
    outline: 0;
    color:#7373E0;
    border:2px solid #e5e5f0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 28px;
    padding: 12px;
    border-radius: 8px;
    margin: 16px auto;
}
input::placeholder {
    color:#9191c0;
}

.head_background {
    background: radial-gradient(#F8F7F7, #fff);
}

.back_illust {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    height: 720px;
    margin-left: 50%;
    margin-top: -70px;
    transform: translateX(-360px);
    overflow: hidden;
}

.back_illust svg {
    width: 720px;
    height: 720px;
}

.info_content {
    position: relative;
    width: 1024px;
    margin: auto;
}
.info_content_wide {
    width: 1280px;
}
.info_price {
    font-size:0;
    background:linear-gradient(45deg, #E8E0FF, #C7E5FF);
    padding:24px;
    border-radius:32px;
    text-align:center;
}
.price_inner {
    border-radius: 22px;
    padding: 32px 24px;
    box-shadow: 0 7px 12px #4a46a929;
}
.price_block {
    max-width: 420px;
    text-align: center;
}
.head_t_space {
    height: 156px;
}
.login_container {
    position: absolute;
    top: 0; right: 0;
    display: block;
}
.log_btn {
    display: inline-block;
    text-decoration: none;
    padding: 8px 24px;
    line-height: 18px;
    border-radius: 8px;
    border: 2px solid #7373E0;
    color: #7373E0;
    margin: 8px;
}
.b_main {
    background: #7373E0;
    color: #fff;
    border-color: #5a61ab;
}
.logo_img {
    width: 180px;
    margin: 24px auto;
}
.phrases {
    width: 640px;
    min-height: 260px;
    margin: auto;
    text-align: center;
}
.phrase {
    height: 0px;
    opacity: 0;
    cursor: default;
}
.phrase_text {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 58px;
    line-height: 72px;
    color: #5a61ab;
}
.phr_online {
    padding-top: 62px;
}
.phr_course {
    margin-top: -24px;
}

.action_text_wrapper {
    max-width: 680px;
    width: 96%;
    text-align: center;
    margin:auto;
}
.action_text {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #5a61ab;
    margin-bottom: 16px;
}
.sub_action_text {
    font-size: 22px;
    line-height: 28px;
    color: var(--color-text-second);
}

.action_form {
    margin-top: 48px;
}
.label_submit {
    display: block;
    max-width: 280px;
    width: 100%;
    background: #FF4141;
    color: white;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    padding: 10px 32px 14px;
    border-radius: 8px;
    margin: 16px auto;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}
.label_submit:hover {
    transform: translateY(-2px);
}

.text_icon {
    position: absolute;
}
.icon_hand {
    width: 52px;
    left: 87%;
    top: 56px;
}
.icon_arrow {
    width: 36px;
    right: -42px;
    bottom: -59px;
}
.icon_phone {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
}
.icon_hat {
    display: inline-block;
    vertical-align: middle;
    width: 92px;
}
.icon_exclamation {
    position: absolute;
    width: 12px;
    right: -16px;
    top: 10px;
}

.main_text {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #7373E0;
}
.txt_purple {
    color: #884dc0;
}
.txt_blue {
    color: #1CD6FF;
}
.txt_orange {
    color: #FF8541;
}
.t_underline {
    text-decoration: underline;
}
.t_interactive {
    border: 2px solid #7373E0;
    padding: 0 16px 12px;
}
.t_dot {
    width: 8px;
    height: 8px;
    position: absolute;
}
.d_top_left {
    top: -4px;
    left: -4px;
}
.d_bottom_left {
    bottom: -4px;
    left: -4px;
}
.d_top_right {
    top: -4px;
    right: -4px;
}
.d_bottom_right {
    bottom: -4px;
    right: -4px;
}

.anim_appear {
    animation: 16s phrases_appear infinite;
}
.delay_a {
    animation-delay: 0s;
}
.delay_b {
    animation-delay: 4s;
}
.delay_c {
    animation-delay: 8s;
}
.delay_d {
    animation-delay: 12s;
}

@keyframes phrase_appear {
    0% {
        transform: translateY(24px);
        opacity: 0;
        height: auto;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    90% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-24px);
        opacity: 0;
        height: 0;
    } 
}
@keyframes phrases_appear {
    0% {
        transform: translateY(24px);
        opacity: 0;
        height: auto;
    }
    5% {
        transform: translateY(0);
        opacity: 1;
    }
    18% {
        transform: translateY(0);
        opacity: 1;
    }
    23% {
        transform: translateY(-24px);
        opacity: 0;
        height: 0;
    } 
}
.svg_block_elem {
    width: 100%;
    height: 92px;
    margin:0;
}
.bl_el_top {
    margin-top: -92px;
}
.bl_el_bottotm {
    margin-bottom: -92px;
}
.b_inline{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 8px;
}
.w_33 {
    width: 33%;
}
.w_45 {
    width: 45%;
}
.w_50 {
    width: 50%;
}
.w_55 {
    width: 55%;
}
.info_b_text, .info_b_image {
    width: 50%;
}
.align_middle {
    vertical-align: middle;
}
.img_wrapper {
    /* background: #fff; */
    width:100%;
    border-radius: 16px;
    min-height: 174px;
    height: auto;
}
.img_wrapper img {
    width: 100%;
    user-select: none;
}
.how_it_w_num_wrapper {
    width:64px; height:64px;
    border: 1px solid var(--color-light);
    border-radius: 50%;
    margin: 8px auto 24px;
    padding:8px;
}
.how_it_w_num {
    text-align: center;
    font-weight: 100;
    font-size: 42px;
    line-height: 44px;
    color: var(--color-light);
    user-select: none;
}
.text_q_mark {
    position: absolute;
    top: -101px;
    left: 50%;
    font-size: 212px;
    font-weight: bold;
    font-style: italic;
    transform: translateX(-60px);
    color: #fff;
    text-shadow: 0 8px 24px #124c7c14, 0 5px 8px #9d97d742;
    user-select: none;
}
.how_it_w_text {
    text-align: center;
    padding: 0 8px;
    margin: 8px 0;
}
.how_it_w_text::after {
    content: "";
    display: block;
    width: 82px;
    height: 1px;
    background: var(--color-light);
    margin: 24px auto;
}
.big_num {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 96px;
    font-weight: bold;
}
.price_text {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin: -16px 0 0;
}
.price_title {
    font-size:24px;
    font-weight:bold;
}
.price_description {
    width: 80%;
    margin:16px auto;
}
.footer_top {
    background:#D0D1D9;
    min-height:164px;
    padding:46px 0;
}
.footer_list {
    margin: 8px 0 16px;
    min-width: 186px;
}
.footer_list li {
    margin: 4px 0;
}
.footer_logo {
    width:132px;
    margin-top:18px;
    display:inline-block;
}
.card_logo {
    display:inline-block;
    margin-left:8px;
    vertical-align:middle;
}
.clm , .clv{
    height:auto;
}

.info_text {
    font-size: 32px;
    color: var(--color-text-title);
}
.info_text b {
    color: var(--color-main);
    background: -webkit-linear-gradient(45deg, var(--color-main), #9a5fde);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info_back_shape {
    display: block;
    width: 164px; height: 164px;
    border-radius: 50%;
    border: 26px solid white;
    margin: -24px auto -64px;
}
.info_t_right {
    text-align: right;
}

@media (max-width: 1280px) {
    .info_content_wide {
        width: 1024px;
    }
}

@media (max-width: 1024px) {
    .info_content {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .phrases {
        width: 96%;
        max-width: 520px;
    }
    .phr_online {
        padding-top: 32px;
    }
    .action_text_wrapper {
        width: 90%;
    }
    .back_illust {
        width: 424px;
        transform: translateX(-212px);
    }
    .back_illust svg {
        margin-left: -145px;
    }
    .phrases {
        min-height: 200px;
    }
    .phrase_text {
        font-size: 46px;
        line-height: 62px;
    }
    .action_text {
        font-size: 28px;
        line-height: 34px;
    }
    .info_back_shape {
        margin: -94px auto -94px;
    }
    .info_text {
        font-size: 22px;
    }
    .icon_hand {
        left: 85%;
        top: 46px;
    }
    .icon_exclamation {
        width: 8px;
        right: -10px;
        top: 8px;
    }
    .sub_action_text {
        font-size: 18px;
        line-height: 22px;
    }
    .text_q_mark {
        font-size: 164px;
        top: -75px;
        transform: translateX(-45px);
    }
}

@media (max-width: 600px) {
    .svg_block_elem {
        width: 100%;
        height: 64px;
        margin:0;
    }
    .bl_el_top {
        margin-top: -64px;
    }
    .bl_el_bottotm {
        margin-bottom: -64px;
    }
    .price_title {
        font-size: 18px;
    }
    .price_description {
        width:100%;
    }
    .info_b_image{
        width: 45%;
    }
    .info_b_text{
        width: 55%;
    }
    .info_text {
        text-align: center;
    }
    .info_t_right {
        text-align: center;
    }
    .info_content_wide {
        width:100%;
        border-radius: 0;
        padding: 16px;
    }
    .info_back_shape {
        width: 122px; height: 122px;
        border-width: 16px;
    }
    .info_img {
        position: relative;
        right: -25px;
    }
    .info_img:nth-child(odd) {
        right: 25px;
    }
    .price_inner {
        padding: 24px 8px;
    }
    .big_num {
        font-size: 64px;
    }
    .clm {
        height: 16px;
    }
    .clv {
        height: 14px;
        margin-left: -60px;
    }
    .footer_logo {
        display: none;
    }
}

@media (max-width: 426px) {
    .w_45 {
        width: 50%;
    }
    .w_33 {
        width: 50%;
    }
    .svg_block_elem {
        width: 100%;
        height: 42px;
        margin:0;
    }
    .bl_el_top {
        margin-top: -42px;
    }
    .bl_el_bottotm {
        margin-bottom: -42px;
    }
    .info_b_text {
        width: 60%;
    }
    .info_b_image {
        width: 40%;
    }
    .img_wrapper img {
        width: 136%;
    }
    .info_img {
        position: relative;
        right: -5px;
    }
    .info_img:nth-child(odd) {
        right: 25px;
    }
    .info_back_shape {
        display: none;
    }
    .info_text {
        font-size: 22px;
    }
    .head_t_space {
        height: 94px;
    }
    .logo_img {
        width: 152px;
    }
    .back_illust {
        width: 318px;
        margin-top: -156px;
        transform: translateX(-159px);
    }
    .back_illust svg {
        width: 510px;
        margin-left: -93px;
    }
    .phrases {
        min-height: 164px;
    }
    .phrase_text {
        font-size: 38px;
        line-height: 46px;
    }
    .icon_hand {
        width: 38px;
        top: 34px;
    }
    .icon_arrow {
        width: 26px;
        right: -12px;
        bottom: -45px;
    }
    .t_interactive {
        border-width: 1px;
        padding: 0 10px 8px;
    }
    .icon_phone {
        width: 32px;
    }
    .icon_hat {
        width: 70px;
    }
    .action {
        margin-top: -52px;
    }
}

@media (max-width: 376px) {
    .info_img {
        top: 24px;
    }
    .info_text {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    body {
        width: 320px;
    }
}