.wrapper-btn_modal {
    text-align: center;
    padding: 1rem;
}

.margin-l-n {
    margin: 0rem 0rem -1rem 0 !important;
}

.modal-header {
    border: none;
    justify-content: flex-end;
}

.modal input,
.modal textarea {
    margin-bottom: 1rem;
}

.top {
    margin: -67px 0 0 !important;
    outline: none;
}
.topt {
    margin: -15px 0 0 !important;
    outline: none;
}
.title-modi,
.text-modi {
    text-align: center;
}

.wrapperbrnmodal {
    text-align: center;
}

button:active,
button:focus,
button:hover {
    outline: none;
    border: none;
}

.installment-dialog {
    margin: 0;
}


.modal-body {
    position: relative;
}

.modal-body_title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 1rem;
}

.modal-body_text {
    font-size: 14px;
    font-weight: 300;
}
.wrapper-course{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.wrapper-course_title{
    font-size: 21px;
    margin-bottom: 1rem;
}
.wrapper-course_items{
    display: flex;
    flex-wrap: wrap;
}
.block-radio-tr{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 1rem;
    padding: 1rem;
}
.block-radio-tr:hover{
    outline: 1px solid #0EBAB9;
}
.block-radio-tr_radio-main{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
}
.radio-main_items.active{
    border-radius: 50%;
    width: 14px;
    height: 14px;
    align-self: center;
    background: #0EBAB9;
}
.block-radio-tr_text{
    align-self: center;
    width: 75%;
    text-align: center;
}
.wrapper-text-price_text{
    margin-bottom: 1.5rem;
}
.bl-price_text{
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 1.5rem;
}

@media only screen and (min-width: 767px) {

    .block-radio-tr{
        width: 47%;
        margin-right: 1rem;
    }
    .installment-content {
        height: auto;
    }

    .installment-dialog {
        max-width: 730px;
        margin: 2rem auto;
    }

    .wrapper-img-modal {
        height: 590px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: -1px;
        width: 100%;
        top: -72px;
    }
    .installment-body {
        padding: 1rem 2rem;
    }

}

@media only screen and (min-width: 990px) {
    .wrapper-text-price{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wrapper-text-price_text{
        width: 65%;
        font-weight: 300;
        font-size: 16px;
    }
    .wrapper-text-price_price{
        width: 27%;
    }
    .bl-price_text{
        font-size: 22px;
    }

    .block-radio-tr{
        width: 30.7%;
    }
    .modal-body_title {
        font-size: 30px;
    }

    .modal-body_text {
        font-size: 16px;
    }

    .installment-dialog {
        max-width: 970px;
    }

    .installment {
        position: relative;
        width: 100%;
    }

    .wrapper-img-modal {
        height: 570px;
        top: -72px;
    }
}

@media only screen and (min-width: 1200px) {
    .bl-price_text{
        font-size: 28px;
    }
    .block-radio-tr{
        width: 31.7%;
    }
    .wrapper-course_title{
        font-size: 24px;
        margin-bottom: 2rem;
    }
    .installment-dialog {
        max-width: 1170px;
        margin: 2rem auto 2rem;
    }

    .installment-body {
        padding: 0 70px 45px;
    }

    .installment-dialog .wrapper-title {
        margin-bottom: 1rem;
    }

    .modal-body_title {
        font-size: 36px;
    }

    .modal-body_text {
        font-size: 18px;
        width: 70%;
    }
    .block-radio-tr {
        margin-bottom: 1rem;
    }
}


/**/

.body-course{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.course-items{
    width: 100%;
    margin-bottom: 2rem;
}
.course-items_img{
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
}
.course-items_text{
    margin-bottom: 1.5rem;
    font-weight: 300;
    font-size: 16px;
}
.bol-pr-text {
    width: 100%;
    font-size: 39px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1rem;
}
.bol-pr-text span{
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.course-items_price{

    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.course-items_title{

    margin-bottom: 1rem;
}
.p {
    padding: 0 15px;
}
.body-logo-text{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0 15px;
}
.body-logo-text_img{
    margin-bottom: 1rem;
}
.tt{
    font-size: 18px;
    margin-bottom: 1rem;
}
.te{
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 1rem;
}
.m{
    display: block;
}
.d{
    display:none;
}
@media only screen and (min-width: 1200px){
    .course-items{
        width: 45%;
    }
    .course-items_text{
        font-size: 18px;
    }
    .bol-pr-text{
        width: 30%;
        align-self: center;
    }
   .bol-pr-text {
        margin-bottom: 0.3rem;
    }
    .tt{
        font-size: 21px;
    }
    .te{
        font-size: 18px;
    }
    .body-logo-text_img{
        width: 35%;
        align-self: center;
        text-align: center;
    }
    .body-logo-text_text{
        width: 60%;
    }
    .m{
        display:none;
    }
    .d{
        display:block;
    }
}
