.section__page {
    margin-bottom: 50px;
}

.site__title {
    color: #282830;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 auto 50px;
    line-height: 36px;
}

.site__sub__title {
    font-size: 24px;
    margin: 30px 0;
    color: #282830;
    text-align: center;
    text-transform: uppercase;
}

.list__options__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list__options__box {
    width: 275px;
    height: 280px;
    box-shadow: 2px 6px 20px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.list__options__box:hover {
    text-decoration: none;
}

.list__options__img {
    width: 275px;
    height: 195px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list__options-name {
    padding: 0 15px;
    color: #000;
    margin: 0;
}

.list__options__box:hover .list__options-name {
    color: #F02;
    text-decoration: none;
}

.to__form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.to__form-btn {
    margin: 0;
    width: 25%;
}

.modal-dialog.modal-dialog-centered>.modal-content>.modal-body{
    font-size: 15px;
    line-height: 24px;
}
.modal-dialog.modal-dialog-centered>.modal-content>.modal-footer>.btn{
    width: 100%;
    max-width: 220px;
    font-size: 11px;
}

.modal.fade.error.show>.modal-dialog.modal-dialog-centered>.modal-content>.modal-footer>.close_button_t  {
    display: block;
}
.modal.fade.info.show>.modal-dialog.modal-dialog-centered>.modal-content>.modal-footer>.close_button_t  {
    display: block;
}
.modal-dialog.modal-dialog-centered>.modal-content>.modal-footer>.close_button_t  {
    display: none;
}

@media (max-width: 1400px) {
    .list__options__wrapper {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .to__form {
        gap: 0;
        margin-top: 20px;
        flex-direction: column;
    }

    .to__form-btn {
        width: 100%;
    }

    .site__title {
        font-size: 20px;
        margin: 0 auto 20px;
    }

    .site__sub__title {
        font-size: 18px;
        margin: 20px 0;
    }
}

@media (max-width: 579px) {
    .list__options__img {
        display: none;
    }



    .list__options__box {
        width: 100%;
        height: auto;
        box-shadow: none;
        gap: initial;
        flex-direction: column;
        align-items: center;
        border-radius: 12px;
        border: 1px solid #CECFD0;
        padding: 20px;
    }
}
