.About_about__sAjDX {
    display: flex;
    background: var(--gray-dark);
    padding: 100px 0
}

.About_content__T1_vt {
    width: 100%;
    max-width: var(--layout-max-width);
    margin: 0 auto
}

.About_caption__rR_JB {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--secondary);
    margin-bottom: 8px
}

.About_title__q25Oj {
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 32px;
    margin-top: 18px;
}

.About_aboutAuthor__4fJ74 {
    max-width: 817px;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px
}

.About_cards__ynzqx {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 70px;
    gap: 70px
}

.About_aboutCard__2TJnr {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    background: var(--violet-dark);
    border-radius: 10px
}

.About_aboutCard__2TJnr > .About_info__sECzh {
    font-weight: 700;
    font-size: 46px
}

.About_secondTitle__iJaUV {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    margin: 70px 0 32px
}

.About_ratingCard__Hhqku {
    padding: 24px 32px;
    display: flex;
    background: var(--violet-dark);
    border-radius: 10px;
    gap: 24px
}

.About_rating__tE6b1 {
    font-weight: 400;
    font-size: 54px;
    line-height: 120%
}

.About_platform__FFW4v {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px
}

.About_platform__FFW4v .About_text__I9foI {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--gray)
}

.About_stars__Ns86N {
    display: flex;
    flex-direction: row;
    gap: 8px
}

@media screen and (max-width: 1300px) {
    .About_about__sAjDX {
        padding: 32px 24px
    }
}

@media screen and (max-width: 1200px) {
    .About_aboutCard__2TJnr {
        padding: 24px
    }
}

@media screen and (max-width: 978px) {
    .About_title__q25Oj {
        font-size: 34px;
        margin-top: 18px;
        margin-bottom: 24px
    }

    .About_secondTitle__iJaUV {
        font-size: 26px;
        margin: 32px 0 24px
    }

    .About_aboutAuthor__4fJ74 {
        margin-bottom: 24px
    }

    .About_info__sECzh {
        font-size: 36px
    }

    .About_rating__tE6b1 {
        font-size: 44px
    }

    .About_cards__ynzqx {
        grid-template-columns:1fr;
        gap: 30px
    }

    .About_ratingCard__Hhqku {
        justify-content: center
    }
}

.CoursesMapCard_course___YRGd {
    display: flex;
    width: 200px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    background: var(--violet-dark);
    cursor: pointer
}

.CoursesMapCard_course___YRGd:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--black);
    opacity: .8;
    display: none
}

.CoursesMapCard_course___YRGd:not(.CoursesMapCard_noHover__1IPwM):hover:after {
    display: block
}

.CoursesMapCard_course___YRGd .CoursesMapCard_getCourse__k_U_m {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%)
}

.CoursesMapCard_course___YRGd:hover .CoursesMapCard_getCourse__k_U_m {
    display: inline-flex
}

.CoursesMapCard_image__UF39J {
    width: 100%;
    position: relative;
    aspect-ratio: 16/9;
    flex-shrink: 0
}

.CoursesMapCard_image__UF39J span {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--violet-dark);
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 14px
}

.CoursesMapCard_course___YRGd .CoursesMapCard_text__omyrl {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    text-align: center
}

@media screen and (max-width: 820px) {
    .CoursesMapCard_course___YRGd {
        width: 140px
    }

    .CoursesMapCard_image__UF39J span {
        font-size: 10px;
        right: 10px;
        top: 10px
    }
}

.CoursesMap_courseMap__lIhUc {
    display: flex;
    padding: 100px 0
}

.CoursesMap_content__nB0gG {
    width: 100%;
    max-width: var(--layout-max-width);
    margin: 0 auto
}

.CoursesMap_caption__Et85e {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--secondary);
    margin-bottom: 8px
}

.CoursesMap_title__1dGHL {
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 32px
}

.CoursesMap_aboutCourses__pjtAg {
    max-width: 780px;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px
}

.CoursesMap_direction__bKGDW {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 110px 140px;
    gap: 110px 140px
}

.CoursesMap_directionTitle__HHcSD {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 32px
}

.CoursesMap_front__WVcjF {
    grid-template-rows:repeat(2, 1fr);
    grid-template-areas:"one two . ." ". three four five" ". . . six";
    margin-bottom: 48px
}

.CoursesMap_back__CwbYG {
    grid-template-rows:repeat(3, 1fr);
    grid-template-areas:"one two three ." ". four five ." ". . six seven"
}

.CoursesMap_fullstack__OsHoh {
    grid-template-rows:repeat(3, 1fr);
    grid-template-areas:"one two three ." "eight seven four five" "nine ten . six"
}

.CoursesMap_fullstack__OsHoh .CoursesMap_htmlCss__actQp {
    grid-area: one
}

.CoursesMap_fullstack__OsHoh .CoursesMap_basicJs__rk3wR {
    grid-area: two
}

.CoursesMap_fullstack__OsHoh .CoursesMap_advancedJs__mecEV {
    grid-area: three
}

.CoursesMap_fullstack__OsHoh .CoursesMap_basicTs__l8fcy {
    grid-area: four
}

.CoursesMap_fullstack__OsHoh .CoursesMap_react__CzmBF {
    grid-area: five
}

.CoursesMap_fullstack__OsHoh .CoursesMap_nextJs__FX0FI {
    grid-area: six
}

.CoursesMap_fullstack__OsHoh .CoursesMap_nodeJS__bP9lj {
    grid-area: seven
}

.CoursesMap_fullstack__OsHoh .CoursesMap_nestJs__RR5jg {
    grid-area: eight
}

.CoursesMap_fullstack__OsHoh .CoursesMap_docker__9Araw {
    grid-area: nine
}

.CoursesMap_fullstack__OsHoh .CoursesMap_microservices__wR63T {
    grid-area: ten
}

.CoursesMap_front__WVcjF .CoursesMap_basicJs__rk3wR {
    grid-area: one
}

.CoursesMap_front__WVcjF .CoursesMap_htmlCss__actQp {
    grid-area: two
}

.CoursesMap_front__WVcjF .CoursesMap_advancedJs__mecEV {
    grid-area: three
}

.CoursesMap_front__WVcjF .CoursesMap_basicTs__l8fcy {
    grid-area: four
}

.CoursesMap_front__WVcjF .CoursesMap_react__CzmBF {
    grid-area: five
}

.CoursesMap_front__WVcjF .CoursesMap_nextJs__FX0FI {
    grid-area: six
}

.CoursesMap_back__CwbYG .CoursesMap_basicJs__rk3wR {
    grid-area: one
}

.CoursesMap_back__CwbYG .CoursesMap_advancedJs__mecEV {
    grid-area: two
}

.CoursesMap_back__CwbYG .CoursesMap_basicTs__l8fcy {
    grid-area: three
}

.CoursesMap_back__CwbYG .CoursesMap_nodeJS__bP9lj {
    grid-area: four
}

.CoursesMap_back__CwbYG .CoursesMap_nestJs__RR5jg {
    grid-area: five
}

.CoursesMap_back__CwbYG .CoursesMap_docker__9Araw {
    grid-area: six
}

.CoursesMap_back__CwbYG .CoursesMap_microservices__wR63T {
    grid-area: seven
}

@media screen and (max-width: 1300px) {
    .CoursesMap_courseMap__lIhUc {
        padding: 32px 24px
    }
}

@media screen and (max-width: 1250px) {
    .CoursesMap_front__WVcjF {
        grid-template-columns:repeat(3, 1fr);
        grid-template-rows:repeat(3, 1fr);
        grid-template-areas:"one two ." "three . ." ". four five" ". . six";
        margin-bottom: 48px;
        gap: 80px
    }

    .CoursesMap_back__CwbYG {
        gap: 80px;
        grid-template-rows:repeat(4, 1fr);
        grid-template-areas:"one two . ." "three four . ." ". five . ." ". six seven . "
    }

    .CoursesMap_fullstack__OsHoh {
        gap: 80px;
        grid-template-columns:repeat(3, 1fr);
        grid-template-rows:repeat(4, 1fr);
        grid-template-areas:"one two three" "eight seven four" "nine ten five" ". . six"
    }
}

@media screen and (max-width: 820px) {
    .CoursesMap_title__1dGHL {
        font-size: 34px;
        margin-bottom: 24px
    }

    .CoursesMap_aboutCourses__pjtAg {
        margin-bottom: 24px
    }

    .CoursesMap_front__WVcjF {
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:repeat(3, 1fr);
        grid-template-areas:"one two" "three . " "four five" ". six";
        margin-bottom: 48px;
        gap: 32px
    }

    .CoursesMap_back__CwbYG {
        grid-template-columns:repeat(2, 1fr);
        gap: 32px;
        grid-template-rows:repeat(4, 1fr);
        grid-template-areas:"one two" "three four" "five ." "six seven"
    }

    .CoursesMap_fullstack__OsHoh {
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:repeat(6, 1fr);
        gap: 32px;
        grid-template-areas:"one two" ". three" "seven four" "eight five" "nine six" "ten ."
    }
}

.FeedBacks_feedbacks__9V_pM {
    display: flex;
    background: var(--gray-dark);
    padding: 100px 0
}

.FeedBacks_content__S5WD1 {
    width: 100%;
    max-width: var(--layout-max-width);
    margin: 0 auto
}

.FeedBacks_caption__WrQVB {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--secondary);
    margin-bottom: 8px
}

.FeedBacks_title__oqdbU {
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 32px
}

.FeedBacks_about__5Y7aO {
    max-width: 817px;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px
}

.FeedBacks_feedbackWrapper__N1yLO {
    display: flex;
    flex-direction: column;
    padding: 40px;
    height: auto;
    width: 100%;
    border-radius: 10px;
    background: var(--violet-dark)
}

.FeedBacks_feedbackWrapper__N1yLO.FeedBacks_shorten__tETOi {
    min-height: 416px
}

.FeedBacks_stars__25BQQ {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 8px
}

.FeedBacks_name__Rifay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px
}

.FeedBacks_name__Rifay p {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%
}

.FeedBacks_name__Rifay span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gray)
}

.FeedBacks_notActive__yTLLp {
    width: 323px !important
}

.FeedBacks_activeSlide__GgekT {
    width: 576px !important
}

.FeedBacks_text__6BaMH {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%
}

.FeedBacks_buttonRead__2Dokf {
    color: var(--primary);
    cursor: pointer
}

.FeedBacks_showAllButton__HuWGJ.FeedBacks_showAllButton__HuWGJ {
    display: flex;
    color: #fff;
    border: 1px solid #fff;
    margin: 48px auto 0
}

.FeedBacks_showAllButton__HuWGJ:hover {
    background: var(--violet-dark)
}

.FeedBacks_nextButton__WDCfm:after, .FeedBacks_prevButton__P4Nvg:after {
    display: none
}

.FeedBacks_prevButton__P4Nvg {
    left: 300px;
    width: 40px;
    height: 40px;
    background: url(/_next/static/media/arrow-left-icon.6b68a63c.svg) center 50% no-repeat, var(--primary);
    border-radius: 10px
}

.FeedBacks_nextButton__WDCfm {
    right: 300px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: url(/_next/static/media/arrow-right-icon.22a30eb1.svg) center 50% no-repeat, var(--primary)
}

.FeedBacks_prevButton__P4Nvg:hover {
    background: url(/_next/static/media/arrow-left-icon.6b68a63c.svg) center 50% no-repeat, var(--primary-hover)
}

.FeedBacks_nextButton__WDCfm:hover {
    background: url(/_next/static/media/arrow-right-icon.22a30eb1.svg) center 50% no-repeat, var(--primary-hover)
}

.FeedBacks_popup___dL6t {
    top: calc(10vh)
}

.FeedBacks_popup___dL6t h2 {
    margin: 32px 32px 0
}

.FeedBacks_contentPopupWrapper__ZsOPa::-webkit-scrollbar, .FeedBacks_contentPopup__R7YZH::-webkit-scrollbar {
    display: none
}

.FeedBacks_contentPopup__R7YZH {
    max-height: 82vh;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px
}

.FeedBacks_contentPopup__R7YZH > span {
    font-size: 36px;
    line-height: 120%
}

@media screen and (max-width: 1300px) {
    .FeedBacks_feedbacks__9V_pM {
        padding: 100px 24px
    }
}

@media screen and (max-width: 960px) {
    .FeedBacks_feedbacks__9V_pM {
        padding: 32px 24px
    }

    .FeedBacks_about__5Y7aO {
        margin-bottom: 24px
    }

    .FeedBacks_title__oqdbU {
        font-size: 34px;
        margin-bottom: 24px
    }

    .FeedBacks_swiperCustom__ybHrd {
        width: calc(100% - 48px);
        padding: 0 15px
    }

    .FeedBacks_feedbackWrapper__N1yLO {
        padding: 25px 16px
    }

    .FeedBacks_feedbackWrapper__N1yLO.FeedBacks_shorten__tETOi {
        min-height: 313px
    }

    .FeedBacks_name__Rifay {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 14px
    }

    .FeedBacks_nextButton__WDCfm {
        right: 0;
        width: 30px;
        height: 30px
    }

    .FeedBacks_prevButton__P4Nvg {
        left: 0;
        width: 30px;
        height: 30px
    }
}

@media screen and (max-width: 500px) {
    .FeedBacks_popup___dL6t {
        top: 7vh
    }

    .FeedBacks_popup___dL6t > .FeedBacks_content__S5WD1 {
        height: 100vh
    }

    .FeedBacks_contentPopup__R7YZH > span {
        font-size: 26px;
        position: -webkit-sticky;
        position: sticky;
        top: -1px;
        background: var(--black);
        width: 100%;
        text-align: center;
        padding-bottom: 20px
    }
}

.Popup_cover__UVpDj {
    background: rgba(7, 1, 5, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    z-index: 10
}

.Popup_popup__vRI8E {
    position: absolute;
    background: var(--black);
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    width: 100%;
    z-index: 11;
    top: calc(25vh)
}

.Popup_close__TAwLR {
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none
}

.Popup_title__FcLS8 {
    display: flex;
    justify-content: right;
    margin: 32px 32px 24px
}

.Popup_content__mv4tg {
    padding: 0 56px 56px
}

@media screen and (max-width: 960px) {
    .Popup_content__mv4tg {
        padding: 0 24px 24px
    }

    .Popup_title__FcLS8 {
        margin: 24px 24px 0
    }
}

.TrainingSystem_training__g_3U6 {
    background: var(--black);
    padding: 100px 24px
}

.TrainingSystem_light__XB_ce {
    background: var(--gray-dark)
}

.TrainingSystem_content__xyhh4 {
    width: 100%;
    max-width: var(--layout-max-width);
    margin: 0 auto
}

.TrainingSystem_caption__Pya80 {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: var(--secondary);
    margin-bottom: 8px
}

.TrainingSystem_title__43hkD {
    font-weight: 400;
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 32px
}

.TrainingSystem_about__kq57u {
    max-width: 780px;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 48px
}

.TrainingSystem_sections__cpebJ {
    display: grid;
    grid-template-columns:repeat(2, minmax(300px, 575px));
    grid-gap: 70px
}

.TrainingSystem_sections_light__PQyC6 > .TrainingSystem_section__jayRq {
    background: var(--black)
}

.TrainingSystem_section_text__1feaV {
    margin: 0 0 0 16px;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%
}

.TrainingSystem_section__jayRq {
    padding: 32px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--gray-dark);

    & > .TrainingSystem_section_image__ahICc {
        flex: 0 0 48px;
        height: 48px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain
    }

    /*&.TrainingSystem_section_adaptive__ZwG_E > .TrainingSystem_section_image__ahICc {*/
    /*    background-image: url(/icons/monitor-mobbile-gradient.svg)*/
    /*}*/

    /*&.TrainingSystem_section_chat__AJ3Xb > .TrainingSystem_section_image__ahICc {*/
    /*    background-image: url(/icons/message-chat-circle-gradient.svg)*/
    /*}*/

    /*&.TrainingSystem_section_syntax__xFDew > .TrainingSystem_section_image__ahICc {*/
    /*    background-image: url(/icons/archive-book-gradient.svg)*/
    /*}*/

    /*&.TrainingSystem_section_file__vnAoR > .TrainingSystem_section_image__ahICc {*/
    /*    background-image: url(/icons/file-gradient.svg)*/
    /*}*/
}

.TrainingSystem_bottomInfo__zi1MR {
    width: 100%;
    max-width: calc(var(--layout-max-width) + 44px);
    margin: 70px auto 0;
    display: flex;
    align-items: center
}

.TrainingSystem_mobile_wrapper__aBB4_ {
    padding: 0 40px 0 0;
    flex: 0 0 50%
}

.TrainingSystem_mobile__7xxOs {
    padding: 32px;
    border-radius: 10px;
    border: 1px solid var(--primary);
    background: var(--gray-dark);
    max-width: 515px
}

.TrainingSystem_mobile_light__mP6ji {
    background: var(--violet-dark)
}

.TrainingSystem_mobile__7xxOs > span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 0 24px;
    background: var(--primary);
    border-radius: 10px;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%
}

.TrainingSystem_subTitle__R1s0m {
    max-width: 450px;
    margin: 0 0 48px;
    color: var(--white);
    font-size: 36px;
    font-weight: 400;
    line-height: 120%
}

.TrainingSystem_links__SOTj6 {
    display: flex;
    gap: 32px
}

.TrainingSystem_link__nrTL9 {
    padding: 12px 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center
}

.TrainingSystem_link_disabled__WIk_y {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000
}

.TrainingSystem_appStore__Mnms2 {
    flex: 0 0 156px;
    background-image: url(/border-dotted-gradient-desktop-156x56.svg)
}

.TrainingSystem_googlePlay__klRUP {
    flex: 0 0 172px;
    background-image: url(/border-dotted-gradient-desktop-172x56.svg)
}

.TrainingSystem_link__nrTL9 > span {
    margin: 0 0 0 12px;
    color: var(--white);
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%
}

.TrainingSystem_bottomImage__fIvxb {
    flex: 0 0 50%
}

.TrainingSystem_bottomImage__fIvxb > img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1350px) {
    .TrainingSystem_bottomInfo__zi1MR {
        max-width: calc(var(--layout-max-width))
    }
}

@media screen and (max-width: 960px) {
    .TrainingSystem_training__g_3U6 {
        padding: 32px 24px
    }

    .TrainingSystem_title__43hkD {
        font-size: 34px;
        margin-bottom: 24px
    }

    .TrainingSystem_about__kq57u {
        margin-bottom: 24px
    }

    .TrainingSystem_sections__cpebJ {
        grid-template-columns:1fr;
        grid-gap: 16px
    }

    .TrainingSystem_section__jayRq {
        padding: 24px 16px
    }

    .TrainingSystem_section__jayRq > .TrainingSystem_section_image__ahICc {
        height: 40px;
        flex: 0 0 40px
    }

    .TrainingSystem_bottomInfo__zi1MR {
        margin: 32px 0 0;
        flex-direction: column;
        gap: 24px
    }

    .TrainingSystem_mobile_wrapper__aBB4_ {
        padding: 0
    }

    .TrainingSystem_mobile__7xxOs > span {
        margin: 0 0 16px
    }

    .TrainingSystem_subTitle__R1s0m {
        margin: 0 0 32px;
        font-size: 26px;
        font-weight: 400
    }

    .TrainingSystem_links__SOTj6 {
        flex-direction: column;
        gap: 16px
    }

    .TrainingSystem_appStore__Mnms2, .TrainingSystem_googlePlay__klRUP {
        flex: 1 1 auto;
        width: 172px
    }

    .TrainingSystem_appStore__Mnms2 {
        background-image: url(/border-dotted-gradient-desktop-172x56.svg)
    }

    .TrainingSystem_bottomImage__fIvxb {
        max-width: 450px
    }
}

.Typography_typography__YDBEr {
    font-size: 18px;
    line-height: 120%;
    color: var(--white);
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.CheckBox_checkbox__dSuDA {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: max-content;
    cursor: pointer
}

.CheckBox_icon__aw_7Q {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 0;
    font-weight: 400;
    font-style: normal
}

.CheckBox_checkbox__dSuDA:not(.CheckBox_disabled__042eB):focus-within .CheckBox_icon__aw_7Q {
    border-color: var(--gray-stroke)
}

.CheckBox_checkbox__dSuDA.CheckBox_disabled__042eB {
    cursor: auto;
    pointer-events: none;
    opacity: .5
}

.CheckBox_checkboxRoot__h_rs8 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 1px solid var(--gray-stroke);
    border-radius: 3px
}

.CheckBox_label__nQ3Hg {
    display: flex;
    margin-left: 12px;
    font-size: 16px;
    color: var(--gray-text)
}

.CheckBox_checkboxInput__FndK_ {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    border: 1px solid var(--gray-stroke);
    border-radius: 8px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.CheckBox_checkbox__dSuDA:hover .CheckBox_checkboxRoot__h_rs8 {
    border: 1px solid var(--primary)
}

.ProjectButton_docs__nWoYv {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    background: none;
    border: none;
    cursor: pointer
}

.ProjectButton_docs__nWoYv > span {
    color: var(--primary-link);
    font-family: var(--fira-font);
    font-size: 18px
}

.ProjectButton_image__d9XNc {
    width: 100%
}

.Project_project__vCKG9 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--gray-dark);
    border-radius: 10px;
    padding: 40px
}

.Project_project__vCKG9 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--secondary)
}

.Project_project__vCKG9 h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
    margin-top: 4px
}

.Project_project__vCKG9 div {
    font-size: 18px
}
