@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;800&display=swap);

body {
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1080px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1080px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0;
    }
}

.custom_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    width: 100%;
}

.icon_20px {
    height: 20px;
    width: 20px;
}

.icon_72px {
    height: 72px;
    width: 72px;
}

.icon_logo_header {
    width: 122px;
    height: 30px;
}

.icon_logo_footer {
    width: 130px;
    height: 32px;
}

.social_icon {
    height: 24px;
    width: 24px;
    fill: #C1DDDA;
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out;
}

.social_icon:hover {
    fill: #9de483;
}

.minus_icon {
    fill: #ACB3BC;
}

.check_icon {
    fill: #0EBFAA;
}

p {
    margin: 0;
}

h3 {
    font-size: 28px;
    line-height: 150%;
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

body {
    color: #425366;
    font-style: normal;
}

a, a:hover, a:focus, a:active {
    color: #0EBFAA;
}

form.needs-validation > *:not(:last-child) {
    margin-bottom: 14px;
}

.forgot_pass {
    color: #425366;
    font-size: 14px;
    line-height: 150%;
}

.modal_button {
    width: 100%;
}

@-webkit-keyframes scrolled {
    from {
        position: fixed;
        width: 100%;
    }
    to {
        position: fixed;
        width: 100%;
    }
}

@keyframes scrolled {
    from {
        position: fixed;
        width: 100%;
    }
    to {
        position: fixed;
        width: 100%;
    }
}

.header {
    -webkit-transition: .2s all;
    transition: .2s all;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}

.header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D1DCE0;
    bottom: 0;
}

.scrolled {
    z-index: 1000;
    position: fixed;
    width: 100%;
    -webkit-animation: scrolled 0.4s 1;
    animation: scrolled 0.4s 1;
}

.out {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.custom_btn {
    color: #FFF;
    background-color: #0EBFAA;
}

.custom_btn.disabled {
    color: #FFF;
    background-color: #7B8694;
}

.custom_btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_btn:hover {
    background-color: #52d4c5;
    color: #FFF;
}

.medium_green1_bnt {
    font-weight: 500;
    color: white;
    background-color: #75D752;
}

.medium_green1_bnt:hover {
    background-color: #9de483;
}

.large_green2_bnt {
    font-weight: 500;
    line-height: 22px;
    color: white;
    padding: 14px 24px;
    border-radius: 6px;
    background-color: #0EBFAA;
}

.large_green2_bnt:hover {
    background-color: #52d4c5;
}

.social_link {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.navbar {
    padding: 20px 0;
}

.menu_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu_list .nav-item:not(:last-child) {
    margin-right: 16px;
}

.menu_list .nav-item .nav-link {
    line-height: 22px;
    color: #425366;
}

.menu_list .nav-item .nav-link:hover, .menu_list .nav-item .nav-link:active, .menu_list .nav-item .nav-link:focus {
    color: #0EBFAA;
}

.menu_list.user_menu .nav-item:not(:last-child) {
    margin-right: 4px;
}

.menu_list.user_menu .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_list.user_menu .nav-item .nav-link svg {
    margin-right: 10px;
}

.no_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no_login a {
    margin-right: 40px;
}

.login_hide {
    display: none;
}

.main_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

.fsc_title {
    max-width: 440px;
    font-size: 56px;
    line-height: 110%;
}

.sub_18px {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #7B8694;
}

.fsc_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fsc_left_content {
    margin-bottom: 48px;
}

.fsc_left_content > *:not(:last-child) {
    margin-bottom: 24px;
}

.first_screen {
    margin-top: 100px;
}

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.zero_line {
    width: 100%;
    padding-bottom: 80px;
}

.structure {
    margin-top: 80px;
}

.video_screen {
    margin-top: 80px;
}

.structure_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.structure_content > h1 {
    margin-bottom: 52px;
    text-align: center;
}

.structure_content .structure_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.structure_content .structure_steps > *:not(:last-child) {
    margin-right: 80px;
}

.structure_content .structure_steps > h3 {
    font-size: 32px;
}

.structure_content .structure_steps .structure_step > img {
    max-width: 200px;
    margin-bottom: 24px;
}

.structure_content .structure_steps .structure_step .step_info h3 {
    margin-bottom: 24px;
}

.structure_content .structure_steps .structure_step .step_info .step_points {
    list-style: none;
    margin: 0px;
    padding: 0px;
    max-width: 260px;
}

.structure_content .structure_steps .structure_step .step_info .step_points > li::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #D1DCE0;
    bottom: 0;
    left: 0;
}

.structure_content .structure_steps .structure_step .step_info .step_points > li:not(:first-child) {
    margin-top: 18px;
}

.structure_content .structure_steps .structure_step .step_info .step_points > li {
    position: relative;
    padding-bottom: 18px;
}

.structure_content .structure_steps .structure_step .step_info .step_points > li > p {
    max-width: 260px;
}

.study_platform {
    margin-top: 120px;
}

.study-plat_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.study-plat_content > svg {
    position: absolute;
    left: 1;
}

.study-plat_content .study-plat_main > h1 {
    max-width: 340px;
    margin-bottom: 24px;
}

.study-plat_content .study-plat_main > p {
    max-width: 340px;
}

.study-plat_content .study-plat_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.study-plat_content .study-plat_blocks .study_block {
    padding: 40px 32px;
    border-radius: 6px;
}

.study-plat_content .study-plat_blocks .study_block > * {
    max-width: 244px;
}

.study-plat_content .study-plat_blocks .study_block > h3 {
    line-height: 125%;
    margin-bottom: 16px;
}

.study-plat_content .study-plat_blocks .study_block > svg {
    margin-bottom: 10px;
}

.study-plat_content .study-plat_blocks #block_green_2 {
    background-color: #0EBFAA;
    color: #FFF;
}

.study-plat_content .study-plat_blocks #block_green_1 {
    background-color: #75D752;
    color: #FFF;
}

.study-plat_content .study-plat_blocks #block_green_light {
    background-color: #E7FAF8;
}

.study-plat_content .study-plat_blocks #block_green_light > p {
    color: #7B8694;
}

.study-plat_content .study-plat_blocks .study_container {
    margin-left: 30px;
}

.study-plat_content .study-plat_blocks .study_container > *:not(:last-child) {
    margin-bottom: 30px;
}

.how_success {
    margin-top: 100px;
}

.how_success_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.how_success_content .how_success_image img {
    max-width: 440px;
    margin-right: 110px;
}

.how_success_content .how_success_text > *:not(:last-child) {
    margin-bottom: 32px;
}

.how_success_content .how_success_text h1 {
    max-width: 430px;
}

.how_success_content .how_success_text > ul > li > p {
    max-width: 400px;
}

.how_success_content .how_success_text > ul > li:not(:last-child) {
    margin-bottom: 20px;
}

.plans {
    margin-top: 124px;
}

.plans_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plans_content .plans_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.plans_content .plans_title h1 {
    text-align: center;
    margin-bottom: 58px;
}

.plans_content .plans_title svg {
    margin: 0 auto;
    margin-bottom: 24px;
}

.plans_content .plan_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plans_content .plan_cards > *:not(:last-child) {
    margin-right: 30px;
}

.plans_content .plan_cards > #krok2_card::before {
    background-color: #0EBFAA;
    height: 10px;
}

.plans_content .plan_cards > #krok3_card::before {
    background-color: #785BEE;
    height: 14px;
}

.plans_content .plan_cards > #krok4_card::before {
    background-color: #FFC728;
    height: 18px;
}

.plans_content .plan_cards > #krok4_card .plan_card .price a {
    color: #FFF;
    border: none;
    background-color: #FFC728;
}

.plans_content .plan_cards > #krok4_card .plan_card .price a:hover {
    background-color: #FFD96D;
}

.plans_content .plan_cards > .card_container {
    position: relative;
    max-width: 238px;
}

.plans_content .plan_cards > .card_container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #75D752;
    border-radius: 6px 6px 0px 0px;
}

.plans_content .plan_cards > .card_container .plan_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 42px 26px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D1DCE0;
    border-radius: 6px;
}

.plans_content .plan_cards > .card_container .plan_card > *:not(:last-child) {
    margin-bottom: 26px;
}

.plans_content .plan_cards > .card_container .plan_card > .card_header > h3 {
    margin-bottom: 24px;
    line-height: 120%;
}

.plans_content .plan_cards > .card_container .plan_card > .card_header > p {
    color: #7B8694;
}

.price_text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.price > p {
    color: #7B8694;
    font-size: 14px;
    line-height: 150%;
    margin-top: 1px;
}

.price > .price_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.price > .price_button > a {
    color: #10C0AB;
    background-color: #fff;
    border: 1px solid #10C0AB;
    border-radius: 9px;
    padding: 10px 24px;
}

.price > .price_button > a:hover {
    background-color: #0EBFAA;
    color: #FFF;
}

.blob_slider {
    margin-top: 110px;
    padding-bottom: 1px;
}

.blob_slider_content {
    background-image: url(../svg/slider_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 930px;
    margin: 0 auto;
}

.blob_slider_content .slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 120px;
}

.blob_slider_content .slider .slide > *:not(:last-child) {
    margin-bottom: 30px;
}

.blob_slider_content .slider .slide > h5 {
    font-style: italic;
    max-width: 720px;
    margin: 0 auto;
}

.blob_slider_content .slider .slide > * {
    color: #FFF;
    line-height: 150%;
    text-align: center;
}

.blob_slider_content .slider .slide > .user_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blob_slider_content .slider .slide > .user_block > img {
    max-width: 100px;
    margin-top: 18px;
}

.blob_slider_content .slider .slide > .user_block > p {
    font-size: 14px;
    margin-top: 6px;
}

.slick-dotted.slick-slider {
    margin-bottom: 56px;
}

.slick-dotted.slick-slider .slick-dots {
    position: absolute;
    bottom: -56px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dotted.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dotted.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dotted.slick-slider .slick-dots li button::before {
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #D1DCE0;
    border-radius: 50%;
    content: '';
}

.slick-dotted.slick-slider .slick-dots .slick-active button:before {
    background-color: #59DB6E;
}

.footer {
    margin-top: 72px;
}

.footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 0px;
    position: relative;
}

.footer_content::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    background-color: #D1DCE0;
}

.footer_content .footer_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_content .footer_left .footer_brand {
    margin-right: 64px;
}

.footer_content .footer_left .footer_brand .footer_help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0EBFAA;
    margin-top: 8px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.footer_content .footer_left .footer_brand .footer_help:hover {
    color: #52d4c5;
    text-decoration: underline;
}

.footer_content .footer_left .footer_brand .footer_help svg {
    margin-right: 10px;
}

.footer_content .footer_left .footer_location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7B8694;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 48px;
}

.footer_content .footer_left .footer_location > *:not(:last-child) {
    margin-right: 18px;
}

.footer_content .footer_left .footer_location > .line_vertical {
    height: 48px;
    width: 1px;
    background-color: #D1DCE0;
}

.footer_content .footer_left .footer_location > p {
    max-width: 144px;
}

.footer_content .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer_content .footer_social > *:not(:last-child) {
    margin-right: 12px;
}

#to_top_button {
    position: fixed;
    bottom: 36px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#to_top_button #to-top-btn {
    display: none;
    height: 42px;
    width: 42px;
    background-color: #0EBFAA;
    border-radius: 50%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

#to_top_button #to-top-btn > svg {
    margin-top: 6px;
    margin-left: 7px;
}

#to_top_button #to-top-btn:hover {
    background-color: #52d4c5;
}

.register {
    margin-top: 32px;
}

.register_content {
    padding: 0px 6px;
    max-width: 860px;
    margin: 0 auto;
}

.register_content > h2 {
    margin-bottom: 14px;
}

.register_content .register_form > .row > .col-md > *:not(:last-child) {
    margin-bottom: 6px;
}

.register_content .register_form .reg_submit_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.register_content .register_form .reg_submit_cont .register_submit {
    padding: 10px 18px;
    margin-top: 10px;
}

.welcome_section {
    margin-top: 48px;
    margin-bottom: 36px;
}

.welcome_content {
    max-width: 860px;
    margin: 0 auto;
}

.welcome_content .welcome_text h3 {
    margin-bottom: 14px;
    line-height: 36px;
}

.welcome_content .welcome_text p {
    line-height: 150%;
    color: #7B8694;
    margin-bottom: 24px;
}

.line {
    width: 100%;
    background-color: #0EBFAA;
    height: 5px;
    max-width: 900px;
    margin: 0 auto;
}

.prograss_container {
    position: absolute;
    left: 90px;
    top: 48px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
}

.prograss_container .progress {
    width: 250px;
    height: 2px;
}

.prograss_container .progress::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    border: 2px solid #9E9E9E;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 10;
}

.prograss_container .progress.more_then_zero::before, .prograss_container .progress.full::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    border: none;
    border-radius: 50%;
    background-color: #0EBFAA;
    top: 0;
    left: 0;
    z-index: 10;
}

.prograss_container .progress::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    border: 2px solid #9E9E9E;
    border-radius: 50%;
    background-color: #fff;
    top: 0;
    right: 0;
}

.prograss_container .progress.full::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    border: none;
    border-radius: 50%;
    background-color: #0EBFAA;
    top: 0;
    right: 0;
}

.courses {
    margin-top: 32px;
    margin-bottom: 56px;
}

.button__bought, .procent_complete {
    display: none;
}

.courses_content {
    max-width: 920px;
    margin: 0 auto;
}

.courses_content .courses_title {
    margin-bottom: 30px;
    text-align: center;
}

.courses_content .courses_title p {
    color: #7B8694;
    margin-top: 2px;
    line-height: 150%;
}

.courses_content .courses_plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.courses_content .courses_plans .course {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.courses_content .courses_plans .course:not(:last-child) {
    margin-right: 34px;
}

.courses_content .courses_plans .course img {
    margin-top: 30px;
    width: 140px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.courses_content .courses_plans .course .course_info {
    margin-top: 14px;
}

.courses_content .courses_plans .course .course_info .price {
    margin-top: 16px;
}

.courses_content .courses_plans .course .course_info .price .price_button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.courses_content .courses_plans .course.bought .prograss_container .progress {
    height: 4px;
}

.courses_content .courses_plans .course.bought .progress.more_then_zero .procent_complete {
    font-size: 14px;
    position: absolute;
    top: -26px;
    color: #425366;
    right: -15px;
    display: block;
}

.courses_content .courses_plans .course.bought .cabinet_price {
    display: none;
}

.courses_content .courses_plans .course.bought .cabinet_status > svg {
    display: none;
}

.courses_content .courses_plans .course.bought .active_status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
}

.courses_content .courses_plans .course.bought .active_status svg {
    margin-right: 8px;
}

.active_status {
    display: none;
}

.progress-bar {
    overflow: visible;
    position: relative;
}

.progress {
    overflow: visible;
}

.course_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 18px;
}

.course_name h5 {
    font-weight: 400;
    font-size: 24px;
}

.procent_complete_clone {
    display: none;
}

.price#krok4_card a {
    color: #FFF;
    background-color: #FFC728;
}

.price#krok4_card a:hover {
    background-color: #FFD96D;
}

.header_rigth.loged_header .no_login {
    display: none;
}

.logged_header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logged_header_content .username {
    margin-right: 12px;
    text-decoration: none;
    color: #425366;
}

.logged_header_content .username:hover {
    text-decoration: underline;
}

.text_page {
    margin-top: 36px;
    padding: 0px 6px;
}

.text_page h2 {
    text-align: center;
    margin-bottom: 16px;
}

.bg_blobs_top {
    width: 625px;
    height: 411px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -5;
    background-image: url(../svg/bg_t.svg);
    background-size: cover;
}

.bg_blobs_down {
    width: 531px;
    height: 368px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -5;
    background-image: url(../svg/bg_b.svg);
    background-size: cover;
}

.modal {
    position: fixed;
}

.cabinet_list {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    width: 200px;
    min-height: 144px;
}

.cabinet_button {
    padding: 14px 36px;
    border-radius: 0px;
}

.cabinet_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.green_btn {
    background-color: #75D752;
}

.green_btn:hover {
    background-color: #9de483;
}

.progress_title {
    margin: 110px 0 42px 0;
}

@media (max-width: 768px) {
    .progress_title {
        margin: 42px 0;
    }
}

.progress_title_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.krok_info {
    margin-bottom: 48px;
}

.progress_title_content h3 {
    line-height: 125%;
}

.progress_title_content ul.lessons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}

.progress_title_content ul.lessons li {
    position: relative;
    border: 1px solid #425366;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.progress_title_content ul.lessons li:not(:last-child) {
    margin-right: 32px;
}

.progress_title_content ul.lessons li:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -33px;
    background-color: #425366;
    height: 1px;
    width: 32px;
}

.progress_title_content ul.lessons li a {
    text-decoration: none;
    color: #425366;
}

.progress_title_content ul.lessons li.disabled a {
    pointer-events: none;
    cursor: auto;
}

.progress_title_content ul.lessons li.active {
    background-color: #0EBFAA;
}

.progress_title_content ul.lessons li.active a {
    pointer-events: none;
    cursor: auto;
}

.progress_title_content ul.lessons li.complete {
    background-color: #E7FAF8;
}

.krok_info_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
}

.krok_info_content > *:not(:last-child) {
    margin-bottom: 54px;
}

.bottom_info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bottom_info a {
    text-decoration: none;
}

.bottom_info .bottom_container {
    position: relative;
}

.bottom_info .custom_btn {
    background-color: #75D752;
    padding: 12px 36px;
    border-radius: 0px;
}

.bottom_info .custom_btn:hover {
    background-color: #9de483;
}

.bottom_info .back_btn {
    position: absolute;
    left: -86px;
    top: 12px;
}

.popover {
    max-width: 420px;
    font-size: 16px;
}

.krok_step_content {
    max-width: 920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.krok_step_content .sentence_list li:not(:last-child) {
    margin-bottom: 36px;
}

.krok_step_content .sentence_list li span h5 {
    line-height: 135%;
    font-weight: 400;
}

.krok_sentences {
    width: 100%;
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px;
}

.krok_sentences .download_vocabulary a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #425366;
}

.krok_sentences .download_vocabulary a span {
    margin-top: 14px;
}

.krok_test {
    width: 100%;
}

.krok_test ul.test_list {
    margin: 32px 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
}

.krok_test ul.test_list .test_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .krok_test ul.test_list .test_item {
        justify-content: start;
    }
}

.krok_test ul.test_list .test_item .test_question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.krok_test ul.test_list .test_item .test_question h5 {
    margin-bottom: 14px;
}

.krok_test ul.test_list .test_item .test_question .row .col .form-check {
    margin-bottom: 0.25em;
}

.krok_test ul.test_list .img_test .test_question h5 {
    margin-bottom: 20px;
}

.krok_test ul.test_list .img_test .test_question .row .col .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.krok_test ul.test_list .img_test .test_question .row .col .form-check img {
    width: 140px;
    margin-left: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}

.krok_test ul.test_list .img_test .test_question .row .col > *:first-child {
    margin-bottom: 20px;
}

.reading {
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0px 4px;
}

.reading_content {
    margin: 36px 0px;
}

.reading_content h2 {
    text-align: center;
    margin-bottom: 16px;
}

.reading_content .reading_text {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.reading_content .reading_text img {
    height: 280px;
}

.audio_content {
    margin: 36px 0px;
}

.audio_content audio {
    margin-bottom: 24px;
}

.complete_krok_content {
    margin: 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.complete_krok_content img {
    max-height: 200px;
    margin-bottom: 24px;
}

.complete_krok {
    margin-bottom: 60px;
}

.video_content {
    margin: 36px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video_content iframe, .video_content video {
    margin-bottom: 30px;
    width: 560px;
    height: 315px;
}

@media (max-width: 1199.98px) {
    .structure_content .main_title {
        margin-bottom: 48px;
        max-width: 500px;
    }

    .structure_content .structure_steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .structure_content .structure_steps > *:not(:last-child) {
        margin-bottom: 40px;
    }

    .structure_content .structure_steps .structure_step {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-right: 0px;
    }

    .structure_content .structure_steps .structure_step img {
        max-width: 280px;
    }

    .structure_content .structure_steps .structure_step h3 {
        font-size: 30px;
    }

    .structure_content .structure_steps .structure_step .step_info .step_points {
        max-width: 420px;
    }

    .structure_content .structure_steps .structure_step .step_info .step_points li p {
        max-width: 420px;
    }
}

@media (max-width: 991.98px) {
    body.lock {
        overflow: hidden;
    }

    .menu_bg {
        position: absolute;
        width: 100%;
        height: 100vh;
        background-color: rgba(10, 12, 14, 0.4);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .menu_bg.active_menu {
        visibility: visible;
        pointer-events: all;
        opacity: 1;
    }

    .navbar {
        padding: 14px 0px;
    }

    .navbar .custom_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0px 6px;
    }

    .navbar .custom_container li::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        background-color: #D1DCE0;
    }

    .navbar .custom_container li {
        margin-right: 0px;
        position: relative;
    }

    .navbar .custom_container li a {
        padding: 12px 0px;
        padding-left: 14px;
    }

    .navbar .custom_container li a:hover, .navbar .custom_container li a:focus {
        color: #425366;
    }

    .navbar .custom_container li a:active {
        background-color: #E7FAF8;
    }

    .navbar .custom_container .top_burger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar .custom_container .top_burger-menu .burger_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px;
        width: 30px;
    }

    .navbar .custom_container .top_burger-menu .burger_container .menu_icon {
        z-index: 5;
        display: block;
        position: relative;
        height: 16px;
        width: 24px;
        cursor: pointer;
    }

    .navbar .custom_container .top_burger-menu .burger_container .menu_icon span, .navbar .custom_container .top_burger-menu .burger_container .menu_icon::before, .navbar .custom_container .top_burger-menu .burger_container .menu_icon::after {
        left: 0;
        position: absolute;
        height: 1.6px;
        width: 100%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background-color: #425366;
        border-radius: 2px;
    }

    .navbar .custom_container .top_burger-menu .burger_container .menu_icon::before, .navbar .custom_container .top_burger-menu .burger_container .menu_icon::after {
        content: '';
    }

    .navbar .custom_container .top_burger-menu .burger_container .menu_icon::before {
        top: 0;
    }

    .navbar .custom_container .top_burger-menu .burger_container .menu_icon::after {
        bottom: 0;
    }

    .navbar .custom_container .top_burger-menu .burger_container .menu_icon span {
        top: 50%;
        -webkit-transform: scale(1) translate(0px, -50%);
        transform: scale(1) translate(0px, -50%);
    }

    .navbar .custom_container .top_burger-menu .burger_container.active_menu .menu_icon span {
        -webkit-transform: scale(0) translate(0px, -50%);
        transform: scale(0) translate(0px, -50%);
    }

    .navbar .custom_container .top_burger-menu .burger_container.active_menu .menu_icon::before {
        top: 50%;
        -webkit-transform: rotate(-45deg) translate(0px, -100%);
        transform: rotate(-45deg) translate(0px, -100%);
    }

    .navbar .custom_container .top_burger-menu .burger_container.active_menu .menu_icon::after {
        bottom: 50%;
        -webkit-transform: rotate(45deg) translate(0px, 100%);
        transform: rotate(45deg) translate(0px, 100%);
    }

    .navbar .custom_container .header_rigth {
        display: none;
		
    }

    .navbar .custom_container .menu_list {
        width: 100%;
        padding-top: 14px;
    }

    .navbar .custom_container .menu_list:not(.show) {
        display: none;
    }

    .navbar .custom_container .menu_list.show {
        display: block;
    }

    .nav-link {
        padding: 0.5rem 0px;
    }

    .login_hide {
        display: inline-block;
        background-color: #75D752;
        color: #FFF;
        font-weight: 500;
        padding: 14px 20px;
        border-radius: 6px;
        margin-left: 8px;
    }

    .plans_content .plans_title svg {
        display: none;
    }

    .plans_content .plans_title h1 {
        margin-bottom: 52px;
    }

    .plans_content .plan_cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plans_content .plan_cards > * {
        margin-right: 0px !important;
    }

    .plans_content .plan_cards #krok3_card {
        margin-top: 30px;
    }

    .plans_content .plan_cards #krok4_card {
        margin-top: 30px;
    }

    .plans_content .plan_cards .card_container {
        max-width: 320px;
    }

    .plans_content .plan_cards .card_container .plan_card {
        padding: 36px 24px 26px;
    }

    .study-plat_content {
        padding: 0px 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .study-plat_content > svg {
        display: none;
    }

    .study-plat_content .study-plat_main > p {
        max-width: 720px;
    }

    .study-plat_content .study-plat_blocks {
        margin-top: 48px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-direction: column;
    }

    .study-plat_content .study-plat_blocks .study_block > * {
        max-width: 720px;
    }

    .study-plat_content .study-plat_blocks > .study_block {
        margin-bottom: 24px;
    }

    .study-plat_content .study-plat_blocks .study_container {
        margin-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .study-plat_content .study-plat_blocks .study_container > *:not(:last-child) {
        margin-bottom: 24px;
    }

    .structure_content .structure_steps .structure_step {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .structure_content .structure_steps .structure_step img {
        max-width: 260px;
    }

    .structure_content .structure_steps .structure_step .step_info .step_points {
        max-width: 360px;
    }

    .structure_content .structure_steps .structure_step .step_info .step_points li p {
        max-width: 360px;
    }

    .how_success_content {
        padding: 0px 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how_success_content .how_success_image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .how_success_content .how_success_image img {
        margin-right: 0px;
        max-width: 60%;
    }

    .how_success_content .how_success_text {
        margin-top: 36px;
    }

    .how_success_content .how_success_text svg {
        display: none;
    }

    .how_success_content .how_success_text ul > li > p {
        max-width: 720px;
    }

    .blob_slider_content h5 {
        padding: 0px 18px;
    }

    .courses_plans {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
        row-gap: 28px;
    }

    .courses_plans .prograss_container {
        display: none;
    }

    .courses_plans .course_name {
        margin-bottom: 0px;
    }

    .courses_plans .course:not(:first-child) {
        margin-left: 0px !important;
    }

    .header_rigth.loged_header.show {
        display: block !important;
        margin-top: 12px;
        width: 100%;
    }

    .line {
        width: 70%;
    }

    .zero_line {
        padding-bottom: 70px;
    }

    .krok_sentences {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .krok_sentences .download_vocabulary {
        margin-top: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .reading_content .reading_text {
        row-gap: 30px;
        grid-auto-flow: row;
    }

    .reading_content .reading_text .reading_image_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .reading_content .reading_text .reading_image_container img {
        height: 240px;
    }

    .step_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .krok_test ul.test_list {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767.98px) {
    .fsc_text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .fsc_left_content svg {
        display: none;
    }

    .fsc_ill {
        width: 80%;
        margin-bottom: 24px;
    }

    .first_screen {
        margin-top: 60px;
    }

    .register_form > .row > .col-md:not(:last-child) {
        margin-bottom: 6px;
    }

    .plans_content .plans_title svg {
        display: none;
    }

    .plans_content .plans_title h1 {
        margin-bottom: 52px;
    }

    .plans_content .plan_cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plans_content .plan_cards > * {
        margin-right: 0px !important;
    }

    .plans_content .plan_cards #krok3_card {
        margin-top: 30px;
    }

    .plans_content .plan_cards #krok4_card {
        margin-top: 30px;
    }

    .plans_content .plan_cards .card_container {
        max-width: 246px;
    }

    .plans_content .plan_cards .card_container .plan_card {
        padding: 36px 24px 26px;
    }

    .footer_content .footer_left .footer_location {
        display: none;
    }

    .footer_content .footer_social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .structure_content .main_title {
        margin-bottom: 18px;
        max-width: 500px;
    }

    .structure_content .structure_steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .structure_content .structure_steps > *:not(:last-child) {
        margin-bottom: 24px;
    }

    .structure_content .structure_steps .structure_step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0px;
        text-align: center;
    }

    .structure_content .structure_steps .structure_step > *:not(:last-child) {
        margin-bottom: 0px;
    }

    .structure_content .structure_steps .structure_step img {
        max-width: 320px;
    }

    .structure_content .structure_steps .structure_step .step_points {
        max-width: 480px;
    }

    .structure_content .structure_steps .structure_step .step_points li p {
        max-width: 480px;
    }

    .blob_slider .container {
        padding: 0px;
    }

    .courses_plans .prograss_container .progress {
        width: 240px;
    }

    .welcome_content {
        padding: 0px 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 32px;
    }

    .welcome_content .welcome_text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .courses_content {
        padding: 0px 8px;
    }

    .bg_blobs_down, .bg_blobs_top {
        display: none;
    }

    ul.lessons {
        display: none !important;
    }

    .video_content iframe, .video_content video {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .header {
        -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
    }

    .main_title {
        font-size: 40px;
        line-height: 120%;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .structure {
        margin-top: 80px;
    }

    .structure_content {
        padding: 0px 6px;
    }

    .structure_content .main_title {
        margin-bottom: 16px;
        max-width: 360px;
    }

    .structure_content .structure_steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .structure_content .structure_steps > *:not(:last-child) {
        margin-bottom: 24px;
    }

    .structure_content .structure_steps .structure_step {
        text-align: center;
        margin-right: 0px;
    }

    .structure_content .structure_steps .structure_step > *:not(:last-child) {
        margin-bottom: 0px;
    }

    .structure_content .structure_steps .structure_step img {
        max-width: 240px;
    }

    .structure_content .structure_steps .structure_step h3 {
        padding-bottom: 18px;
        font-size: 30px;
    }

    .structure_content .structure_steps .structure_step .step_points {
        max-width: 320px;
    }

    .structure_content .structure_steps .structure_step .step_points li p {
        max-width: 320px;
    }

    .study_platform {
        margin-top: 86px;
    }

    .study-plat_content {
        padding: 0px 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .study-plat_content > svg {
        display: none;
    }

    .study-plat_content .study-plat_blocks {
        margin-top: 48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .study-plat_content .study-plat_blocks .study_block > * {
        max-width: 420px;
    }

    .study-plat_content .study-plat_blocks > .study_block {
        margin-bottom: 24px;
    }

    .study-plat_content .study-plat_main > p {
        max-width: 480px;
        text-align: center;
    }

    .study-plat_content .study-plat_main > h1 {
        max-width: 480px;
        text-align: center;
    }

    .how_success {
        margin-top: 80px;
    }

    .how_success_content {
        padding: 0px 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .how_success_content .how_success_image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .how_success_content .how_success_image img {
        margin-right: 0px;
        max-width: 86%;
    }

    .how_success_content .how_success_text {
        margin-top: 30px;
    }

    .how_success_content .how_success_text svg {
        display: none;
    }

    .how_success_content .how_success_text h1 {
        font-size: 36px;
    }

    .how_success_content .how_success_text ul > li > p {
        max-width: 460px;
    }

    .plans_content .plans_title svg {
        display: none;
    }

    .plans_content .plans_title h1 {
        margin-bottom: 40px;
    }

    .plans_content .plan_cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plans_content .plan_cards > *:not(:last-child) {
        margin-bottom: 24px;
        margin-right: 0;
    }

    .plans_content .plan_cards #krok3_card {
        margin-top: 0px;
    }

    .plans_content .plan_cards #krok4_card {
        margin-top: 0px;
    }

    .plans_content .plan_cards .card_container {
        max-width: 100%;
    }

    .plans_content .plan_cards .card_container .plan_card {
        padding: 36px 24px 26px;
    }

    .footer {
        margin-top: 54px;
    }

    .footer .footer_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .footer_content .footer_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .footer .footer_content .footer_left .footer_brand {
        margin-right: 0px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .footer_content .footer_left .footer_location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #to_top_button {
        bottom: 24px;
        right: 18px;
    }

    .blob_slider .container {
        padding: 0px;
    }

    .courses_content .courses_plans {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        row-gap: 36px;
    }

    .courses_content .courses_plans .course {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .courses_content .courses_plans .course .prograss_container {
        margin: 0px;
        max-width: none;
        width: 100% !important;
    }

    .courses_content .courses_plans .course .prograss_container .progress {
        width: 100% !important;
    }

    .courses_content .courses_plans .course .course_info .course_sub {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: none;
        padding-top: 18px;
    }

    .courses_content .courses_plans .course .course_info .course_sub .course_time p {
        max-width: 180px;
        margin-top: 0px;
    }

    .courses_content .courses_plans .course .course_info .course_sub .course_sub_btn a {
        margin: 0px;
    }

    .cabinet_list {
        min-height: auto;
    }

    .procent_complete_clone {
        display: block;
        color: #7B8694;
        position: absolute;
        right: 54px;
    }

    .popover {
        max-width: 360px;
    }

    .krok_test ul.test_list .img_test .test_question .row .col .form-check img {
        width: 120px;
        margin-left: 14px;
    }

    .video_content iframe, .video_content video {
        height: 240px;
    }
}

@media (max-width: 359.98px) {
    .main_title {
        font-size: 36px;
        line-height: 125%;
    }

    .welcome_content img {
        max-width: 100%;
    }

    .popover {
        max-width: 300px;
    }

    .krok_test ul.test_list .img_test .test_question .row .col .form-check img {
        width: 85%;
    }

    .video_content iframe, .video_content video {
        height: 200px;
    }
}

.fsc_ill {
    width: 100%;
    z-index: -1;
}
.nav-item.main_nav.lng img:hover {
  filter: brightness(100%);
  border: solid 1px #fff;
}

.nav-item.main_nav.lng a {
  display: inline-block !important;
  padding-top: 8px !important;
}