html {
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.txt-balance {
    text-wrap: balance;
}

body::-webkit-scrollbar {
    display: none;
}

.button.continue-next-step {
    background: transparent !important;
    border: 2px solid #226FE3;
    color: black !important;
}

.c-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 500px) {
    .c-ellipsis {
        max-width: 160px;
    }
}

.c-is-store-block {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #E5ECFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 25px 0 rgba(25, 87, 181, 0.15);
    border-radius: 23px;
    padding: 16px 16px 0;
}


.c-is-store {
    padding: 80px 48px 0px;
    gap: 24px;
}


.c-is-store.grid {
    padding-top: 0 !important;
    padding-left: 23px !important;
    padding-right: 23px !important;
}


@media (max-width: 1363px) {
    .c-is-store {
        padding-bottom: 0;
        padding-top: 60px !important;
        gap: 24px;
    }
}

@media (max-width: 1023px) {
    .c-is-store {
        padding-bottom: 0;
        padding-top: 60px !important;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .c-is-store {
        padding-top: 36px !important;
        gap: 24px;
    }
}

.form-title-is {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

@media (max-width: 500px) {
    .form-title-is {
        font-size: 20px !important;
        line-height: 36px !important;
        font-weight: bold !important;
        text-align: center !important;
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    .c-mob {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 992px) and (min-width: 501px) {
    .custom-logo-link {
        width: 200px !important;
        height: 110px !important;
        margin-top: 0;
        margin-bottom: 20px;
        position: relative;
    }

    .custom-logo {
        width: 200px !important;
        position: absolute;
        top: 0;
    }
}

@media (max-width: 500px) {
    .custom-logo-link {
        width: 100% !important;
        height: 50px !important;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-logo {
        max-width: 120px !important;
    }
}

@media (min-width: 993px) {
    @media (min-width: 993px) {
        .logo-top-gap {
            top: 46px !important;
        }
    }

    @media (max-width: 1363px) {
        .c-is-login {
            display: flex;
            max-width: 100%;
            min-width: 100%;
        }
    }

    @media (max-width: 1044px) {
        .login-left {
            max-width: 420px;
        }
    }

    .c-login-list {
        display: flex;
        flex-direction: column;
        padding-left: 28px;
        max-width: 393px !important;
        min-width: 100%;
    }

    .c-login-list-item {
        display: flex;
        margin-bottom: 9px;
        color: #47516B;
    }

    .c-login-list-title {
        font-size: 34px;
        font-weight: 600;
        padding-bottom: 20px;
    }

    @media (max-width: 1023px) {
        .c-login-list-title {
            font-size: 28px !important;
            padding-bottom: 20px;
        }
    }

    .c-login-list {
        display: flex;
        flex-direction: column;
    }

    @media (max-width: 1023px) {
        .c-header-block {
            min-width: 100%;
            display: flex !important;
            flex-direction: row !important;

        }
    }

    @media (min-width: 1024px) {
        .c-header-block {
            min-width: 100%;
            padding: 0;

        }
    }

    .c-header-cols {
        display: flex;
        flex-direction: column;
    }

    @media (max-width: 1023px) {
        .c-header-cols {
            display: flex;
            flex-direction: row;
            gap: 0;
        }
    }

    @media (max-width: 767px) {
        .c-hide-text {
            display: none;
        }
    }

    .custom-logo-link-login {
        max-width: 200px !important;
        height: 110px !important;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .custom-logo-login {
        width: 200px !important;
        top: 0;
    }
}

@media (max-width: 500px) {
    .custom-logo-link-login {

        position: absolute;
        left: 0;
        right: 0;
        top: -40px;
        min-height: 40px;
    }

    .custom-logo-login {
        max-width: 159px !important;
        position: relative !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 1364px) {
    .c-padding-x {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

@media (min-width: 1023px) and (max-width: 1088px) {
    .c-padding-x {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

@media (min-width: 1024px) {
    .c-phone-img {

        margin-top: 20px !important;
        max-width: 300px !important;
        margin-left: 150px;
    }
}

@media (max-width: 1023px) {
    .c-phone-img {
        display: none !important;
    }
}

.c-niche-block {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 43px !important;
    align-items: center !important;
}

@media (min-width: 1024px) {
    .c-niche-block {
        grid-template-columns: 1fr 590px !important;
        margin-top: 120px !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 500px) {
    .c-niche-container {
        display: flex;
        flex-direction: column !important;
        padding: 0 !important;
        align-items: start !important;
        min-height: 100% !important;
    }

    .c-niche-block {
        display: flex;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.chevron-back-to {
    cursor: pointer;
    color: #aac7f7;
}

.chevron-back-to:hover {
    color: #9ab9ee;
}

@media (max-width: 500px) {
    .chevron-back-to {
        display: none;
    }
}

.c-chevron-block {
    display: flex;
    align-items: center;
    position: absolute;
    top: -8px;
    left: 0;
    height: 30px;
    width: 70px;
    gap: 2px;
    color: #88a9e3;
    cursor: pointer;
    z-index: 150;
}

.c-chevron-block > span {
    padding-top: 1px;
}

.c-chevron-block:hover {
    color: #9ab9ee;
}

@media (max-width: 500px) {
    .c-chevron-block,
    .chevron-back-to {
        display: none;
    }
}

@media (max-width: 500px) {
    .c-chevron-block {
        display: none;
    }
}

.top-chevron-back-to {
    display: none;
}

@media (max-width: 500px) {
    .top-chevron-back-to {
        display: block;
        cursor: pointer;
        color: #aac7f7;
        position: absolute;
        top: 16px;
        left: 16px;

    }
}

.c-video-title {
    margin-bottom: 48px;
    font-size: 27px;
}

@media (max-width: 500px) {
    .c-video-title {
        line-height: 12px !important;
        font-size: 19px;
        padding-bottom: 0 !important;
        margin-bottom: 16px !important;
    }
}


.step4 {
    min-height: 100% !important;

}

.c-video-column {
    padding-bottom: 160px;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .c-video-column {
        padding-bottom: 0px;

    }
}

.c-video-block {
    display: flex;
    align-items: stretch;
    gap: 43px;
    padding-top: 80px;
}

@media (min-width: 1024px) {
    .c-video-block {
        grid-template-columns: 1fr 590px;
    }
}

@media (max-width: 1167px) {
    .c-video-block {
        min-height: 100%;

    }
}

@media (max-width: 992px) {
    .c-video-block {
        flex-direction: column !important;
        gap: 16px;
        padding-top: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .c-video-block {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px;
        padding-top: 0;
        padding-bottom: 10px;
    }
}

.c-btn {
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .c-btn {
        font-size: 1rem;
    }

    height: 18px !important;
}

.your-niche {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6A7CA8;
    margin-bottom: 18px;
}

@media (max-width: 500px) {
    .your-niche {
        font-size: 0.875rem;
        font-weight: 600;
        color: #6A7CA8;
        margin-bottom: 6px;
        margin-top: 3px;
    }
}

.c-gap {
    background-color: white;
    width: 100%;
    height: 1px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 500px) {
    .c-gap {
        background-color: white;
        width: 100%;
        height: 1px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

.c-user-block {
    display: grid;
    gap: 1rem;
}

@media (max-width: 500px) {
    .c-user-block {
        display: grid;
        gap: 2px;
    }
}

.c-create-block {
    position: relative;
    background-color: #E5ECFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 25px 0 rgba(25, 87, 181, 0.15);
    border-radius: 23px;
    padding-bottom: 12px;
    padding-top: 12px;
}

@media (max-width: 500px) {
    .c-create-block {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 100%;
        position: relative;
        background-color: #E5ECFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0 4px 25px 0 rgba(25, 87, 181, 0.15);
        border-radius: 23px;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.c-block-container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

@media (max-width: 500px) {
    .c-block-container {
        width: 100% !important;
        max-width: 1280px !important;
        min-height: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        position: relative !important;
        z-index: 10 !important;
    }

    .container {
        min-height: 100% !important;
    }
}

@media (max-width: 500px) {
    .c-store-checkbox {
        height: 65px !important;
        flex: 2;
    }

    .store-checkbox {
        min-height: 100% !important;
    }




    .c-store-label {
        min-height: 100% !important;
    }
}

@media (max-width: 400px) {
    .c-store-checkbox {
        height: 63px !important;
    }

    .store-checkbox {
        min-height: 100% !important;
    }

    .c-store-label {
        min-height: 63px !important;
    }
}

@media (min-width: 600px) and (max-width: 1016px) {
    .c-store-label {
        min-height: 63px !important;
    }
}

@media (max-width: 378px) {
       .c-store-label {
        min-height: 63px !important;
        gap: 6px!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}

.c-label-title{
    line-height: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #181B1F;
    letter-spacing: -0.03rem;
    max-height: 30px !important;
}

.c-lead {
    font-weight: 300;
    color: #47516B;
    text-align: center;
    margin-bottom: 12px;
}

@media (max-width: 500px) {
    .c-lead {
        font-weight: 300;
        color: #47516B;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 380px) {
    .c-lead {
        margin-bottom: 3px;
        margin-top: 0;
    }
}

.c-tags-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px !important;
}

@media (min-width: 600px) and (max-width: 1016px) {
    .c-tags-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px !important;
    }
}

.main-screen {
    display: grid;
    grid-template-columns: 1fr;
    gap: 43px;
    padding-top: 122px;
    padding-bottom: 122px;
    align-items: start;
}

@media (min-width: 1168px) {
    .main-screen {
        grid-template-columns: 1fr 590px;
        justify-content: space-between;
        padding-bottom: 0;
        padding-top: 100px;
    }
}

@media (max-width: 500px) {
    .main-screen {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0;
        padding-top: 20px;
    }
}

.register-block-main-screen {
    background-color: #E5ECFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 25px 0 rgba(25, 87, 181, 0.15);
    border-radius: 23px;
    margin-top: 0 !important;
}

@media (min-width: 1168px) {
    .register-block-main-screen {
        background-color: #E5ECFF;
        border: 1px solid #FFFFFF;
        box-shadow: 0 4px 25px 0 rgba(25, 87, 181, 0.15);
        border-radius: 23px;
        margin-top: -20px !important;
    }
}

.main-container-screen {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1168px) {
    .main-container-screen {
        align-items: center;
        position: relative;
        min-height: 100vh;
        overflow: hidden !important;
        padding-bottom: 50px;
    }
}

.c-is-login-block {
    background-color: #EAF0FF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 25px 0 rgba(25, 87, 181, 0.15);
    border-radius: 23px;
    width: 100%;
}

.logo-login-block {
    position: relative;
    margin-bottom: 23px;
}

.logo-login-block img {
    width: 13.375rem;
}

@media (max-width: 1013px) {
    .logo-login-block {
        margin-bottom: 23px;
    }
}

.с-scrollbar-hide {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.с-scrollbar-hide::-webkit-scrollbar {
    display: none !important;
}

.login-main-contain-block {
    display: flex;
    width: 100%;
    gap: 23px;
    flex-direction: row;
}

@media (max-width: 1023px) {
    .login-main-contain-block {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
}

.login-main-contain-block {
    display: flex;

}

.login-main-contain-first-col {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.login-main-contain-page {
    z-index: 10;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-and-img {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1023px) {
    .text-and-img {
        display: none;
    }
}

.custom-logo-link-login-01 {
    margin-bottom: 23px !important;
    width: 214px !important;
}

@media (max-width: 1023px) {
    .custom-logo-link-login-01 {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding-top: 0;
        margin-top: -30px
    }
}

@media (max-width: 767px) {
    .custom-logo-link-login-01 {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .custom-logo-link-login-01 {
        padding-top: 25px;
        margin-top: 0;
    }
}

.custom-logo-link-login-01-img {
    min-width: 214px !important;
    width: 214px !important;
}

@media (max-width: 767px) {
    .custom-logo-link-login-01-img {
        width: 160px !important;
    }
}

@media (max-width: 500px) {
    margin-top: 25px;
    .custom-logo-link-login-01-img {
        width: 130px !important;
    }
}

.c-is-login-title {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    margin-top: -23px;
}

@media (max-width: 1023px) {
    .c-is-login-title {
        font-size: 22px !important;
        line-height: 38px !important;
        font-weight: bold !important;
        text-align: center !important;
        margin-bottom: 30px !important;
        margin-top: -10px !important;
    }
}

@media (max-width: 767px) {
    .c-is-login-title {
        font-size: 32px !important;
        line-height: 42px !important;
        font-weight: 600 !important;
        text-align: center !important;
        margin-bottom: 30px !important;
        margin-top: -10px !important;
    }
}

@media (max-width: 500px) {
    .c-is-login-title {
        font-size: 22px !important;
        line-height: 38px !important;
        font-weight: bold !important;
        text-align: center !important;
        margin-bottom: 18px !important;
        margin-top: -10px !important;
    }
}

.c-is-login-block-inner {
    padding: 2.5rem 1.25rem;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .c-is-login-block-inner {
        padding: 70px 4rem 30px;
    }
}

@media (max-width: 500px) {
    .c-is-login-block-inner {
        padding: 30px 4rem;
    }
}

.c-main-block-content {
    display: flex;
    flex-direction: column;
    min-height: 100% !important;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .c-is-store {
        padding-top: 0 !important;
        padding-bottom: 6px !important;
        gap: 0 !important;
        display: flex !important;
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
    }
}

@media (max-height: 758px) {
    .c-main-block-content {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        justify-content: start !important;
        align-items: start !important;
    }
}

#login-pass {
    position: relative;
}

#login-pass::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#login-pass:focus::before {
    opacity: 1;
}

#step-2 {
    display: none;
}

.c-message-container {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    position: fixed;
    inset: 0;
    z-index: 100;
}

.c-message-block {
    display: flex;
    flex-direction: column;
    max-height: 500px !important;
    padding: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #E5ECFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 25px 0 rgba(25, 87, 181, 0.15);
    border-radius: 23px;
    justify-content: center !important;
    align-items: center !important;
}

@media (min-width: 759px) {
    .c-main-block-content {
        min-width: 60% !important;
    }
}

@media (max-width: 758px) {
    .c-main-block-content {
        min-width: 98% !important;
    }
}

@media (max-width: 500px) {
    .c-main-block-content {
        font-size: 16px !important;
        line-height: normal !important;
    }
}

.c-message-container {
    display: none;
}

.animate__fadeInUp {
    display: flex;
    margin: 0 auto;
    animation: fadeInUp;
    animation-duration: 1s;
}

.animate__fadeInUp {
    display: none;
}

.refresh-icon {
    height: 30px;
    width: 30px;
    margin-bottom: 20px;
}

.button-continue-to-course {
    width: 100% !important;
    max-width: 390px;
    height: 53px !important;
}

@media (max-width: 500px) {
    .button-continue-to-course {
        margin-top: 23px;
        gap: 4px;
    }
}

@media (max-width: 500px) {
    .button-access-my-store {
        margin-top: 12px;
    }
}

.c-title-before-continue{
    margin-top: 32px!important;
    padding-top: 74px !important;
    padding-bottom: 23px;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .c-title-before-continue{
        margin-top: 0!important;
        padding-top: 0 !important;
        padding-bottom: 23px;
        margin-bottom: 0;
    }
}

@media (min-width: 501px) {
    .create-your-store-title{
        margin-bottom: 12px;
    }
}