.main-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-block_text {
    font-size: 16px;
    margin: 10px 0;
}

.main-block_btn {
    border-radius: 3px;
    color: #fff;
    background-color: #2daab0;
    padding: 10px 25px;
    border: none;
    height: 64px;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    align-self: center;
    margin: 30px;
}

.main-block_btn:hover {
    background-color: #33c2c8;
    border-color: #33c2c8;
}

.main-block_progress {
    display: none;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}

.main-block_progress-active {
    border-bottom: 2px solid #2daab0;
    width: 40px;
    margin: 5px;
}

.main-block_progress-deactive {
    border-bottom: 2px solid #d1d1d1;
    width: 40px;
    margin: 5px;
}

.question-text {
    font-size: 20px;
    font-weight: bold;
}

.block-one {
    display: none;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
}

.radio-block {
    display: flex;
    flex-direction: row;
}

.radio-block:hover {
    cursor: pointer;
}

.radio_label:hover {
    cursor: pointer;
}

.radio_btn {
    margin: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio_label {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-bottom: 15px;
}

.radio_label::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #2daab0;;
    border-radius: 50%;
    margin-right: 1.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.radio_btn:not(:disabled):not(:checked)+label:hover::before {
    border-color: #43a8ad;
}

.radio_btn:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.radio_btn:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.radio_btn:focus:not(:checked)+label::before {
    border-color: #80bdff
}

.radio_btn:checked+label::before {
    border: 9px solid #2daab0;
    background-color: #fff;
}

.prev_btn {
    border-radius: 3px;
    color: #2daab0;
    background-color: #fff;
    padding: 5px 15px;
    border: 2px solid #2daab0;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    align-self: center;
}

.next_btn {
    border-radius: 3px;
    color: #fff;
    background-color: #2daab0;
    padding: 5px 15px;
    border: 2px solid #2daab0;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    align-self: center;
}

.next_btn:hover {
    background-color: #33c2c8;
    border-color: #33c2c8;
}

.prev_next-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
}

.products_block {
    display: flex;
    flex-direction: column;
}

.product_block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.product_block-text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.product_link {
    width: 500px;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.product_link:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.end_text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 40px auto;
    max-width: 500px;
}

.unvisible_block {
    display: none;
}

.end_text-link {
    font-weight: bold;
}

.go_to_zapis-block {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .product_block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .product_link {
        margin: 0 auto;
        width: -webkit-fill-available;
    }
    .product_block-text {
        margin-left: 0;
    }
}






.main-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-block_text {
    font-size: 16px;
    margin: 10px 0;
}

.main-block_btn {
    border-radius: 3px;
    color: #fff;
    background-color: #2daab0;
    padding: 10px 25px;
    border: none;
    height: 64px;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    align-self: center;
    margin: 30px;
}

.main-block_btn:hover {
    background-color: #33c2c8;
    border-color: #33c2c8;
}

.main-block_progress {
    display: none;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}

.main-block_progress-active {
    border-bottom: 2px solid #2daab0;
    width: 40px;
    margin: 5px;
}

.main-block_progress-deactive {
    border-bottom: 2px solid #d1d1d1;
    width: 40px;
    margin: 5px;
}

.question-text {
    font-size: 20px;
    font-weight: bold;
}

.block-one {
    display: none;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
}

.radio-block {
    display: flex;
    flex-direction: row;
}

.radio-block:hover {
    cursor: pointer;
}

.radio_label:hover {
    cursor: pointer;
}

.radio_btn {
    margin: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio_label {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-bottom: 15px;
}

.radio_label::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #2daab0;;
    border-radius: 50%;
    margin-right: 1.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.radio_btn:not(:disabled):not(:checked)+label:hover::before {
    border-color: #43a8ad;
}

.radio_btn:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.radio_btn:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.radio_btn:focus:not(:checked)+label::before {
    border-color: #80bdff
}

.radio_btn:checked+label::before {
    border: 9px solid #2daab0;
    background-color: #fff;
}

.prev_btn {
    border-radius: 3px;
    color: #2daab0;
    background-color: #fff;
    padding: 5px 15px;
    border: 2px solid #2daab0;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    align-self: center;
}

.next_btn {
    border-radius: 3px;
    color: #fff;
    background-color: #2daab0;
    padding: 5px 15px;
    border: 2px solid #2daab0;
    height: 50px;
    font-weight: 700;
    font-size: 16px;
    width: auto;
    align-self: center;
}

.next_btn:hover {
    background-color: #33c2c8;
    border-color: #33c2c8;
}

.prev_next-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
}

.products_block {
    display: flex;
    flex-direction: column;
}

.product_block {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.product_block-text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.product_link {
    width: 500px;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    padding: 20px;
}

.product_link:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.end_text {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 40px auto;
    max-width: 500px;
}

.unvisible_block {
    display: none;
}

.end_text-link {
    font-weight: bold;
}

.go_to_zapis-block {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .product_block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .product_link {
        margin: 0 auto;
        width: -webkit-fill-available;
    }
    .product_block-text {
        margin-left: 0;
    }
}






