.form-group label:not([for="message-files"]) {
    top: 10.5px!important;
    transform: inherit!important;
    font-size: 14px!important;
    line-height: 19px!important;
}

.form-check .form-check-input {
    height: 24px!important;
}
.section {
    background-color: transparent!important;
}

body.light-theme {
    background-color: transparent!important;
}

body, section, .content, .section {
	background-color: transparent!important;
}
.button__gradient__border {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(100deg, #ffb30636, #efefef) border-box;
    border: 8px solid transparent;
    border-radius: 999px;
    padding: 16px 32px;
    color: #fff;
    animation: gradient-flow 2s linear infinite;
    background-size: 100% 100%;
    background-position: 0% 50%
}

.button__gradient__border:hover {
    background: linear-gradient(#000, #000) padding-box, linear-gradient(190deg, #ffb30636, #efefef) border-box
}

@keyframes gradient-flow {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0% 50%
    }
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular-CY081Tb4.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Medium-RhujHmrb.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Semibold-Cu1_Dviq.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Bold-Bt_SZrlr.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.page {
    background: #fcfcfc;
    display: flex;
    flex-direction: column;
    gap: 104px
}

.banner__one {
    margin-top: 60px;
    padding: 56px 56px 0;
    border-radius: 40px;
    background: url(../images/courses/background_1.webp);
    background-size: 100% 100%;
    box-shadow: 1px 2px 10px #64646414
}

.banner__one .title__banner {
    font-size: 48px;
    font-family: Gilroy, system-ui, sans-serif;
    font-weight: 600
}

.banner__one p {
    color: #6b7280
}

.banner__one .button {
    margin-bottom: 56px
}

.hero__mock {
    margin-bottom: -10px
}

.tools__text {
    color: #6f6f6f;
    font-size: 16px;
    margin-bottom: 24px
}

.tools__num {
    line-height: 100%;
    margin-bottom: 32px;
    font-size: 80px;
    position: relative;
    display: inline-block;
    font-weight: 400;
    background: linear-gradient(115.86deg, #ffb3064d 55%, #64438a7d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.tools__num:after {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: blur(7.7px);
    opacity: 1
}

.tools .title {
    margin-bottom: 56px
}

.tools .block {
    border-bottom: 1px solid #D9D9D9
}

.feature .section__desc {
    font-size: 16px;
    color: #6f6f6f
}

.feature h2 {
    margin-bottom: 8px;
    color: black;
}

.feature ul {
    list-style: none;
    padding: 0;
    counter-reset: item;
    margin-top: 40px;
    margin-bottom: 32px
}

.feature ul li {
    color: #202020;
    border-bottom: 1px solid #D9D9D9;
    counter-increment: item;
    position: relative;
    padding-left: 54px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    padding-right: 90px;
    line-height: 120%
}

.feature ul li:before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #6f6f6f
}

.feature ul.list__grid {
    display: grid;
    grid-auto-flow: column;
    gap: 0 20px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
    grid-auto-rows: minmax(0, auto);
    grid-template-rows:repeat(2, auto);
    margin-bottom: 0
}

.feature ul.list__grid li:nth-child(2n) {
    border: none
}

.feature--reverse .row {
    flex-direction: row-reverse
}

.feature__boxed__inner {
    border-radius: 40px;
    background: url(../images/courses/background_1.webp);
    background-size: 100% 100%;
    padding: 48px;
    position: relative;
    box-shadow: 1px 2px 10px #64646414
}

.feature__boxed__inner .button {
    margin-top: 24px
}

.feature__boxed__inner .text {
    color: #6f6f6f
}

.feature__boxed__mails {
    border-radius: 40px;
    background: url(../images/courses/background_2.webp);
    background-size: 100% 100%;
    padding: 48px;
    position: relative;
    box-shadow: 1px 2px 10px #64646414
}

.feature__boxed__mails .button {
    margin-top: 24px
}

.feature__boxed__mails .text {
    color: #6f6f6f
}

.btn-pill {
    border-radius: 999px;
    padding: 12px 32px
}

.modal-custom {
    border-radius: 32px;
    padding: 48px
}

.modal-body {
    padding: 0
}

.modal h3 {
    font-weight: 700;
    margin-bottom: 12px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 6px
}

.form-control {
    height: 56px;
    border-radius: 999px;
    padding: 0 24px
}

.custom-check {
    margin: 24px 0;
    color: #9ca3af;
    display: flex;
    font-size: 16px
}

.custom-check label {
    margin-left: 20px
}

.custom-check input {
    width: 24px!important;
    height: 24px!important;
    margin-top: 4px
}

.btn-submit {
    height: 56px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-weight: 500
}

.success-icon {
    width: 135px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #fff
}

@media (max-width: 767px) {
    .page {
        gap: 42px
    }

    .row {
        flex-direction: column
    }

    .feature .row {
        gap: 24px
    }

    .banner__one {
        background: none;
        padding: 16px;
        box-shadow: none
    }

    .banner__one h1.title__banner {
        font-size: 28px;
        line-height: 1.2
    }

    .banner__one .hero__mock {
        background: url(../images/courses/background_1.webp);
        border-radius: 12px;
        background-size: contain
    }

    .banner__one .button {
        margin-bottom: 0
    }

    .tools .title {
        margin-bottom: 32px
    }

    .tools .tools__num {
        margin-bottom: 24px
    }

    .tools .tools__text {
        margin-bottom: 8px
    }

    .feature .no__style {
        box-shadow: none !important;
        border-radius: 0 !important;
        background: none !important
    }

    .feature ul li {
        padding-right: 0;
        padding-bottom: 16px;
        margin-bottom: 8px
    }

    .feature__boxed__inner {
        background: none;
        box-shadow: none
    }

    .feature__boxed__inner .image {
        background: url(../images/courses/background_2.webp);
        padding: 28px 12px;
        background-size: contain;
        border-radius: 12px
    }

    .feature__boxed .mobile__image {
        background: url(../images/courses/background_2.webp);
        background-size: cover;
        border-radius: 12px
    }

    .feature__boxed__mails {
        background: none;
        box-shadow: none;
        padding: 0
    }

    .modal-custom {
        padding: 24px
    }

    h2.section__title, h2.title {
        font-size: 22px;
        line-height: 1.3
    }

    p, .section__desc, .text {
        font-size: 15px
    }

    .button {
        width: 100%;
        justify-content: center
    }

    .feature__mock img {
        width: 100%;
        height: auto
    }

    .feature__boxed {
        padding: 24px 16px
    }

    .feature__boxed__inner, .feature__boxed__mails {
        flex-direction: column;
        gap: 24px;
        padding: 0
    }

    .shadow-sm {
        padding: 24px !important
    }

    .list li, .list__grid li {
        font-size: 14px;
        line-height: 1.4
    }

    .feature ul.list__grid {
        grid-auto-flow: row;
        grid-template-columns:1fr;
        gap: 16px;
        margin-top: 24px
    }
}