.instructions_tabs {

    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.instructions_tab_link {
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #828282;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    margin-right: 10px;
    padding: 5px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.global_font-1 .instructions_tab_link {
    font-size: 16px;
}

.global_font-2 .instructions_tab_link {
    font-size: 18px;
}

.global_font-3 .instructions_tab_link {
    font-size: 20px;
}

.global_background-dark .instructions_tab_link {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.global_background-blue .instructions_tab_link {
    color: #000000;
    border: 1px solid #000000;
    background: #e6e6e6;
}

.instructions_tab_link:last-child {
    margin-right: 0;
}

.instructions__item_active,
.global_background-dark .instructions__item_active,
.global_background-blue .instructions__item_active {
    color: #ED7453;
    border-color: #ED7453;
}

.global_background-blue .instructions__item_active {
    font-weight: 600;
}

.instructions_tab_content > div {
    display: block;
    float: none !important;
    width: auto;
}

.instructions_tab_content {
    margin-bottom: 30px;
}
