body, html, p {
    font-family: "Museo Sans", sans-serif !important;
    color: #3F3F3F;
}

.page_wrapper {
    background-color: #F7FAFD;
    color: #3F3F3F;
    padding-bottom: 50px;
}

.page_block {
    margin-bottom: 50px;
}

.page_header_block {
    padding-top: 30px;
}

.page_header_label {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.page_label_image {
    width: 55px;
    position: absolute;
    bottom: -5px;
    right: -50px;
    z-index: 0;
}

.page_header_label_text {
    display: flex;
    align-items: center;
    position: relative;
    height: 38px;
    padding: 0 10px;
    border-radius: 19px;
    background-color: #DEEDF6;
    border: 1px solid #5DA7D34A;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}

.page_h1_header {
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    color: #3F3F3F;
    margin-bottom: 30px;
}

.page_block_header {
    font-weight: bold;
    font-size: 32px;
    line-height: 120%;
    color: #3F3F3F;
    margin-bottom: 30px;
}

.step_panel_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.step_panel {
    position: relative;
    width: calc(50% - 20px);
    min-height: 340px;
    background-color: #fff;
    box-shadow: 4px 4px 20px 0px #A6A1A140;
    padding: 15px;
}

.step_panel_number {
    font-size: 18px;
    font-weight: 500;
    color: #6FAC5D;
    margin-bottom: 15px;
}

.step_panel_header_text {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.step_panel_image {
    max-width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.step_panel_text {
    width: 60%;
}

    .step_panel_text ul {
        padding-left: 0;
        list-style: none;
    }

    .step_panel_text li {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 5px;
    }

.useful_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.useful_block {
    background: linear-gradient(115.01deg, #EAF6FF 2.19%, #F9F9F9 99.87%);
    box-shadow: 4px 4px 20px 0px #A6A1A140;
    min-height: 260px;
    width: calc(50% - 20px);
    padding: 15px;
}

.useful_block_header {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.useful_links_list {
    padding-left: 0;
    padding-right: 150px;
    list-style: none;
}

.useful_link {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

    .useful_link::before {
        content: "";
        height: 8px;
        width: 8px;
        border-radius: 2px;
        background-color: #5DA7D3;
        display: block;
        position: absolute;
        top: 10px;
        left: 2px;
    }

    .useful_link a {
        text-decoration: underline;
        font-size: 18px;
        line-height: 120%;
        font-weight: 300;
    }

        .useful_link a:hover, .useful_link a:focus {
            color: #156CAF;
        }

@media (max-width: 1200px) {
    .step_panel_text {
        width: 70%;
    }

    .step_panel_image {
        width: 30%;
    }

    .useful_links_list {
        padding-right: 0;
    }
}

@media (max-width: 900px) {
    .step_panel_text {
        width: 100%;
    }

    .step_panel {
        padding-bottom: 100px;
    }
}

@media (max-width: 700px) {
    .step_panel {
        width: 100%;
    }

    .step_panel_text {
        width: 60%;
    }

    .step_panel_image {
        width: 40%;
    }

    .useful_block {
        width: 100%;
    }

    .page_h1_header {
        font-size: 25px;
    }

    .page_block_header {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .step_panel_text {
        width: 70%;
    }

    .step_panel_image {
        width: 30%;
    }
}

@media (max-width: 450px) {
    .step_panel_text {
        width: 100%;
    }

    .step_panel {
        padding-bottom: 100px;
    }

    .step_panel_image {
        width: auto;
        height: 90px;
    }

        .step_panel_image > img {
            max-height: 100%;
        }
}
