.content-page ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    vertical-align: baseline;
    margin: 1em 0;
    list-style-position: inside;
}

.content-page ul > li {
    margin-bottom: .5em;
    line-height: 1.5em;
}

.content-page ul > li:before {
    margin-right: .75em;
    color: #7d64aa;
    content: "\2014";
}

.m-modal-services .nav-bar {
    flex-wrap: wrap;
}

.m-modal-services .nav-item {
    margin: 5px;
}

.m-modal-services .nav-bar .nav-item .nav-link {
    border-radius: 4px;
}

.m-modal-services .nav-bar-inverse .nav-link {
    border-color: rgba(255, 255, 255, 0.4);
}

.i-ok {
    vertical-align: middle;
}

.i-ok:before {
    content: '';
    width: 9px;
    height: 20px;
    background-image: url('/img/icon_ok.png');
    display: inline-block;
    vertical-align: middle;
    transform: .3s;
}

.i-ok:hover:before {
    background-image: url('/img/icon_ok_active.png');
}

.detail-page-top {
    display: flex;
    align-items: center;
}

.detail-page-top__col {
    flex: 1;
}

.documents__elements-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.documents__elements-icon {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #b7b7b7;
}


.documents__elements-icon_DOCX:before {
    content: url("/images/icon_dox-min.png");
}

.documents__elements-icon_PDF:before {
    content: url("/images/icon_pdf-min.png");
}

.documents__elements-icon:before {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.documents__elements-size {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #b7b7b7;
}

.my_btn {
    display: block;
    padding: 16px 32px;
    border-radius: 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    cursor: pointer;
    transition: all 0.5s;
}

.my_btn :hover {
    transition: all 0.5s;
}

.btn_tr {
    color: #7d64aa;
    border: 1px solid #7d64aa;
    background: #fff;
}

.btn_tr:hover {
    background: #7d64aa;
    color: #fff;
}

.btn_f {
    color: #fff;
    border: 1px solid #7d64aa;
    background: #7d64aa;
}

.btn_f:hover {
    background: #fff;
    color: #7d64aa;
}

.modal-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #333;
    margin-bottom: 10px;
}

.m-modal_custom h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #333;
    margin: 0 0 10px;
}

.m-modal_custom .m-form_controls_agree {
    margin-top: 40px;
}

.editor p,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor li {
    margin-top: 0;
}

.b-lazy {
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.b-lazy.b-loaded {
    opacity: 1;
}

.b-lazy.b-loaded {
    opacity: 1;
}

.loading {
    max-height: 100%;
    background: url("/bitrix/templates/.default/js/lazyload/loader.svg") center center no-repeat;
}

.education {
    display: flex;
}

.education_l {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 270px;
    width: 270px;
}

.education_r {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    width: auto;
    padding-left: 20px;
}

.video-editor {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-editor video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    z-index: 0;
}

.video-editor__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.video-editor__overlay.hidden {
    display: none;
    pointer-events: none;
}

.video-editor__overlay:before {
    content: url("/images/video.svg");
}

.bx-editor-iframe {
    background: rgba(0, 0, 0, 0.05);
}

a.my_btn {
    text-decoration: none;
}

.m-pagination {
    margin-top: 30px;
}

.m-pagination > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-pagination li {
    float: unset;
    margin: 0 5px;
}

.m-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .education {
        flex-wrap: wrap;
    }

    .education_l, .education_r {
        flex-basis: 100%;
        width: 100%;
    }

    .education_r {
        margin-top: 24px;
        padding-left: 0;
        margin-bottom: 70px;
    }

    .m-pagination a {
        width: 40px;
        height: 40px;
    }
}