<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/uprav_new_ui/css/style-courses-save.css?17315731853667*/

.text-courses{
    font-size: 22px;
    font-weight: 400;
    line-height: 27.72px;
}
.back-courses{
    background-image: url(/local/templates/uprav_new_ui/css/./img/courses-banner.png);
    background-size: 50% auto;
    background-repeat: no-repeat;
    height: 415px;
    background-position: right;
}
.title-courses{
    font-family: Wix Madefor Display;
    font-size: 44px;
    font-weight: 400;
    line-height: 60.48px;
    text-align: left;
}
.subtitle-courses{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
}
.top-banner_left-courses {
    padding: 60px 0px;
    display: grid;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
}
.top-banner_left-courses {
    padding: 60px 0px;
    display: grid;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
}
.top-banner_content-payment, .top-banner_content-courses{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-height: 415px;
    align-items: stretch;
}
.btn-courses {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    text-transform: none;
    width: 390px;
    margin-top: 30px;
}
#courses-page {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
}
#courses-page_header.top-banner {
    color: #FFFFFF;
    padding:45px 0;
}
#courses-page_top-banner {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 35px;
    justify-content: space-around;
    align-items: center;
}
#courses-page_header h2 {
    font-weight: 700;
    font-size: 32px;
    margin-top: 25px
}
#courses-page_header p + p {
    margin-top: 30px
}
#courses-page_header.top-banner .btn {
    transition-duration: 0s;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 767px) {
    #courses-page_top-banner {
        grid-auto-flow: row;
        grid-row-gap: 35px;
    }
    #courses_top-banner-image {
        max-width: 100px;
        margin: 0 auto;
    }
    #courses_top-banner-image img {
        display: block;
        width: 100%;
    }
}
@media (max-width: 1753px) {
    .back-payment,.back-referal, .back-courses, .back-arenda, .back-advertisement{
       background-image: none !important;
    }
    .img-payment-container, .img-arenda-container{
        display: block !important;
    }
}
@media (max-width: 1280px) {
    .title-courses{
        font-size: 30px;
        line-height: 40.48px;
    }
}
@media (max-width: 980px) {
    .btn-courses {
        width: 100%;
        margin-top: 20px;
        font-size: 12px;
        line-height: 12px;
    }
    .title-payment, .title-referal-new, .title-courses, .title-mass-media, .title-podcast {
        font-size: 24px !important;
        line-height: 30.24px !important;
    }
    .top-banner_content-courses, .banner-courses {
        max-height: 253px;
    }
    .top-banner_right-payment{
        display: none;
    }
    .back-payment , .back-referal , .back-courses{
        background-image: none !important;
    }
    .top-banner_content-courses, .banner-courses {
        max-height: 253px;
    }
    .top-banner_left-courses {
        padding: 25px 0px;
        gap: 10px;
        width: 100%;
    }
    .btn-courses {
        width: 100%;
        margin-top: 20px;
        font-size: 12px;
        line-height: 12px;
    }
    .text-courses {
        font-size: 16px;
        line-height: 20.72px;
    }
    .subtitle-courses {
        font-size: 12px;
        line-height: 15.16px;
    }
  
}
/* End */


/* Start:/local/components/uprav/form.lead/templates/courses_page/style.css?17259691682219*/
#courses-page_directions-list {
    display: grid;
    grid-template-columns: repeat(4, 24%);
    grid-row-gap: 15px;
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.courses-page_directions-item {
    padding: 5px 0;

}
.courses-page_directions-item__label {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: 27.72px;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.courses-page_directions-item__label:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: 1px solid #093EB4;
    margin-right: 20px;
    border-radius: 2px;
}
input:checked + .courses-page_directions-item__label:before {
    background-image: url('/local/components/uprav/form.lead/templates/courses_page/./images/new-check.svg');
    background-color:  #093EB4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1380px) {
    #courses-page_directions-list {
        grid-template-columns: repeat(3, 32%);
    }
    .courses-page_directions-item__label {
        font-size: 14px;
        line-height: 17.72px;
    }
}
@media (max-width: 980px) {
    #courses-page_directions-list {
        grid-template-columns: repeat(2, 49%);
    }
    .courses-page_directions-item__label:before {
        content: '';
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #FFFFFF;
        border: 1px solid #093EB4;
        margin-right: 20px;
        border-radius: 7px;
    }
    input:checked + .courses-page_directions-item__label:before {
        background-size: 14px;
    }
}
@media (max-width: 720px) {
    #courses-page_directions-list {
        grid-template-columns: repeat(1, 100%);
    }
}
#courses-page_directions-list-btn{
    display: flex;
    justify-content: center;
}
/* End */
/* /local/templates/uprav_new_ui/css/style-courses-save.css?17315731853667 */
/* /local/components/uprav/form.lead/templates/courses_page/style.css?17259691682219 */
</pre></body></html>