/* normalize.css*/

@font-face {
    font-family: Elektrapro;
    src: url('fonts/elektrapro.eot');
    src: local('☺'), url('fonts/elektrapro.woff') format('woff'), url('fonts/elektrapro.ttf') format('truetype'), url('fonts/elektrapro.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Elektraprobold;
    src: url('fonts/elektraprobold.eot');
    src: local('☺'), url('fonts/elektraprobold.woff') format('woff'), url('fonts/elektraprobold.ttf') format('truetype'), url('fonts/elektraprobold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Elektramedium;
    src: url('fonts/elektramedium.eot');
    src: local('☺'), url('fonts/elektramedium.woff') format('woff'), url('fonts/elektramedium.ttf') format('truetype'), url('fonts/elektramedium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cssClass {
    -webkit-transform: scale(1) !important;
    -webkit-transform-origin: 0 0 !important;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    /*font-family: 'Elektrapro', sans-serif;*/
    font-family: Ubuntu, sans-serif;
    margin: 0px;
    padding: 0px;
    background: #F1F1F1;
    color: #60616D;
}

a {
    /*color: #000;*/
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

/*a:visited {*/
/*    color: inherit;*/
/*}*/
.art_cnt a:visited {
    color: #800080;
}

a img {
    border: 0px;
    outline: none;
}

hr {
    color: #dcdcdc;
    background-color: #dcdcdc;
    border: 0px none;
    height: 1px;
    clear: both;
}

hr.gray {
    color: #C0C0CF;
    background-color: #C0C0CF;
    border: 0px none;
    height: 1px;
    clear: both;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    color: #60616d;
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

p {
    display: block;
    margin: 0px 0px 16px 0px;
    line-height: 20px;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 24px;
    line-height: 24px;
    margin: 15px 0px;
}

h2 {
    font-size: 20px;
    line-height: 20px;
}

h3 {
    font-size: 15px;
    line-height: 20px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
    margin: 6px 0px;
}

table {
    width: 100%;
    text-align: left;
}

table td {
    vertical-align: top;
}

.nobg {
    background: none !important;
}

.popup {
    text-decoration: none;
    /*border-bottom:  1px dashed #7278B8;*/
    color: #7278B8 !important;
}

.tooltip-inner {
    background: white;
    border: 1px solid black;
    color: black;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0;
    font-size: 0;
}

.upper {
    text-transform: uppercase;
}

/*end normalize css*/

/*fix fancy*/
.fancypop_os {
    /* background-position: 170px center;
     height: 23px;
     width: 200px;*/
}

#top-menu a {
    box-sizing: border-box;
}

.seminar_list.filter_seminar .border_inp.search .text {
    width: 183px;
}

.border_inp.search input[type=submit] {
    width: 22px !important;
    height: 22px !important;
    margin-left: -3px !important;

}

.body-white {
    background: #fff;
}

.event-title a {
    color: #7578b7;
    font-size: 22px;
}

.block-header h4 {
    color: #7578b7;
    font-size: 22px;
}

.markers {
    padding: 10px 0 20px;
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
}

.markers__img {
    margin-right: 10px;
}

.markers__item {
    display: flex;
    flex-basis: 310px;
    align-items: center;
    margin-bottom: 15px;
}

.markers__text {
    margin: 0;
}

.ya-map__container {
    height: 298px;
    width: 693px;
}

.article .txt {
    position: relative;
    display: block;
    overflow: hidden;

    margin-bottom: 25px;
    background: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    behavior: url(/PIE.htc);
}

@media (max-width: 992px) {
    .body-white {
        background: #f5f5f5;
    }
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.breadcrumb {
    background: inherit;
}

/*page - akcii*/


#main,
#inner {
    display: block;
    max-width: 980px;
    /*padding:10px 10px 48px 10px;*/
    margin: 0px auto;
}



@media(max-width: 998px) {
    .white-block.lectors {
        background: white;
    }

    #main,
    #inner {
        width: auto;
        margin: 0 auto;
        /*padding-right: 25px;*/
        /*padding-left: 25px;*/
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    #inner {
        /*padding:10px 20px 48px 20px;*/
    }
}


#inner div.title {
    font-size: 31px;
    color: #60616D;
    text-transform: uppercase;
    line-height: 31px;
    margin-bottom: 25px;
    margin-top: 20px;
}

#inner .inner_content .art_list .art_item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 0px 0px 20px 0px;
    background: #FFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 10px rgba(19, 21, 23, 0.23);
    -moz-box-shadow: 0px 0px 10px rgba(19, 21, 23, 0.23);
    box-shadow: 0px 0px 10px rgba(19, 21, 23, 0.23);
    behavior: url('/PIE.htc');
    overflow: hidden;
}

#inner .inner_content .art_list .art_item p {
    margin: 1px 0px 10px;
}

.read a {
    color: #7377B8;
    padding-right: 17px;
    background: transparent url(../images/read.png) right top no-repeat;
}

.art__img {
    /*margin-left: 20px;*/
    width: 204px;

    height: 206px;
    position: relative;
}

#inner .inner_content .art_list .art_item .txt {
    display: block;
    padding: 23px 50px 22px 30px;
}

#inner .inner_content .art_list .art_item .title {
    font-size: 18px;
    color: #7474c1;
}

#inner .inner_content .art_list .art_item .read {
    color: #7377B8;
}

.art_button {
    display: none;
}

li.slick-slide p {
    margin: 0;

}

.block-info .slick-track {
    margin-left: 0;
    margin-right: auto;
    display: flex !important;
}

.block-info .slick-slide {
    height: inherit !important;
}

.inner_content-title {
    margin-bottom: 40px;
}

@media (max-width: 768px) {

    #inner .inner_content .art_list .art_item {
        box-shadow: none;
    }

    .read a {
        background: none;
        color: #7474c1;
    }

    #inner .inner_content .art_list .art_item .img {
        margin-left: 20px;
    }

    #inner .inner_content .art_list .art_item .read {
        text-align: right;
    }

    .art_button {
        display: block;
        width: 212px;
        height: 60px;
        background-color: #7474c1;
        color: #fff;

        border: none;
        border-radius: 6.0px;
        margin: 47px auto 0;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
    }


}

@media (max-width: 680px) {
    .art__img {
        display: none;
    }

    .promotion__img {
        margin-bottom: 35px;
    }

    .inner_content-title {
        text-align: center;
    }

    #inner .inner_content .art_list .art_item .akcii__item_text {
        padding: 0;
    }
}

/*end page akcii*/

/*внутренняя автора*/
.back_gray {
    padding-top: 35px;
    margin-bottom: 35px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #202020;
    display: none;
}

.back_gray:before {
    content: '';
    padding-left: 15px;
    background-image: url("../img/back.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.lector-otz-title-block {
    display: flex;
    flex-direction: row;
}

@media (max-width: 992px) {
    .reg-form {
        order: 2;
    }

    .reg-lk {
        order: 1;
    }

    .back_gray {
        text-align: right;
        display: block;
        padding-top: 0;
    }

    .lector__add-comment-mobile {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 348px;
        height: 70px;
        background-color: #7474c1;
        border-radius: 6px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-decoration: none;
        background-image: none;
        text-transform: uppercase;
        color: #fff;
    }

    .lektor_otz .title.lector-otz-title {
        display: block;
        align-self: center;
    }

    a.button_white:after {
        background-image: none;
    }

    .button_white span,
    .button_white_more span {
        background-image: none;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
}

@media (max-width: 600px) {
    .otzivi_block>p {
        text-align: center;
    }

    .otzivi_block .name {
        margin: 0 auto;
    }

    .zal_img {
        text-align: center;
        width: auto;
        max-width: 100%;
    }

    .lector-otz-title-block {
        justify-content: center;
    }

    .article .zz {
        flex-direction: column;
        align-items: center;
        padding-bottom: 0;
    }

    .otzivi_block .name {
        text-align: center;
    }

    .otzivi_block .otz_item p {
        text-align: center;
    }
}

@media (max-width: 460px) {
    .lector__add-comment-mobile {
        width: 240px;
    }
}

@media (max-width: 420px) {
    a.button_white {
        width: 280px;
    }

    .learning-format-table tr {
        display: flex;
        flex-direction: column;
    }
}

/*\страница packages*/
.icon_free-table {
    position: absolute;
    right: -10px;
    bottom: 5px;
}

.packages__filter-mobile-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.packages__filter_border-block {
    z-index: 2000;
    padding: 0 15px;
}

.packages__filter-mobile-button {
    margin-bottom: 35px;
    width: 280px;
    height: 80px;
    background-color: #ffffff;
    border: 1px solid #7474c1;
    border-radius: 2px;
    background-image: url("../img/filter-mobile.svg");
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    font-weight: 700;
    text-transform: uppercase;
    color: #202020;
}

.icon_free {
    position: absolute;
    right: 5px;
    margin-top: 50px;
}

.icon_free-mobile {
    display: none;
}

.btn-warning {
    background-color: #f0ad4e;
    border: none;
    color: #fff;
}

.btn-warning:hover {
    border: transparent;
}

.packages__learn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0ad4e;
    border: none;
    color: #fff;
    width: 125px;
    height: 35px;
}

.btn-warning[disabled] {
    opacity: .65;
}

.packages__learn-more-block {
    padding: 0;
    padding-left: 80px;
}

.packages__filter_head {
    position: relative;
}

.packages__filter_close {
    margin-left: auto;
    background-image: url("../img/close.svg");
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.seminar_type_xs {
    display: none;
}

.seminar_type_sm {
    display: block;
}

@media (max-width: 991px) {
    .showFilterFlash {
        visibility: hidden;
    }

    .packages__filter_border-block {
        padding: 0;
    }

    .packages__learn-more {
        margin-left: 45px;
    }

    .packages__learn-more-block {
        padding: 0;
        justify-content: flex-end;
    }

    .packages-popup-filter {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        overflow: scroll;
        z-index: 100;
    }

    .filter {
        z-index: 4000;
        border-radius: 5px;
        border: 1px solid #ededed;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 2px 0px rgba(223, 223, 223, 1);
        width: 269px;
        background-color: #ffffff;
        margin-left: auto;
    }

    .icon_free {
        right: -15px;
        margin-top: 0;
        bottom: -55px;
        width: 194px;
        height: 54px;
        background-color: #7474c1;
        color: #fff;
        text-align: center;
        vertical-align: center;
        padding-top: 20px;

    }



    .packages__vebinar {
        color: #f39200;
    }

    .packages__next-page {
        width: 348px;
        height: 70px;
        background-color: #7474c1;
        border-radius: 6px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        border: none;
        margin: 0 auto;
    }

}

@media (max-width: 620px) {
    .packages__learn-more {
        margin-left: 0;
    }
}


@media (max-width: 560px) {
    .icon_free {
        width: 175px;
        margin-top: 80px;
    }

    .icon_free-table {
        margin-top: 80px;
    }

    .packages__learn-more {
        width: 139px;
        color: #fff;
    }

    .packages__vebinar {
        color: #f39200;
    }

    .packages__filter-mobile-block {
        flex-direction: column;
        align-items: center;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .packages__filter-mobile-button {
        margin: 20px 20px 0;
        max-width: 100%;
        width: 100%;
    }

}

@media (max-width: 460px) {
    .icon_free-table {
        flex-grow: 1;
        text-align: right;
        margin-right: -24px;
        position: relative;
        right: auto;
        margin-top: 0;
    }


    .packages__icon-free {
        display: none !important;
    }

    .icon_free-mobile {
        display: block;
        max-width: 100%;
        height: 78px;
        background-color: #7474c1;
        color: #fff;
        text-align: center;
        vertical-align: center;
        padding-top: 30px;

        font-weight: 700;
        text-transform: uppercase;
    }

    .packages__study-name {
        flex: 0 0 100%;
        max-width: 100%;
        width: auto;
    }

    .packages__learn-more-block {
        flex: 0 0 100%;
        max-width: 100%;
        width: 143px;
        justify-content: flex-start;
        padding: 0 14px;
    }

    .seminar_type_xs {
        display: block;
        padding-left: 14px;
    }

    .seminar_type_sm {
        display: none;
    }

    .packages__learn-more {
        position: initial;
        right: 20px;
        top: 0;
    }

    .packages__next-page {
        width: 280px;
    }


}


/*страница subscribe*/
.subscribe-form {
    padding: 0 30px;
}

.subscribe__checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #e1e1e1;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
    opacity: 0;
    top: -5px;
    left: -10px;
}

.custom-control-label::before {
    top: -3px;
    left: -44px;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 0px;
    box-shadow: none;
}

.custom-control-label::after {
    top: -3px;
    left: -44px;
    width: 24px;
    height: 24px;
    /*background: url("../ip/img/checkbox-active.svg");*/
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    /*background-image: url("/../ip3/img/checkbox-active.svg");*/
    background-image: url("../img/checkbox-active.svg");
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    border: #adb5bd solid 1px;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:not(:checked)~.custom-control-label::before {
    box-shadow: none;
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.subscribe-title {
    position: relative;
}

.subscribe__input_label::before {
    content: '';
    position: absolute;
    top: 7px;
    width: 24px;
    height: 24px;
    border: 2px solid #e1e1e1;
    border-radius: 2px;
    margin-right: 10px;
}

.subscribe__text-block_list-item {
    margin-left: 30px !important;
    font-weight: 700;
    color: #202020;
}

.subscribe-item {
    border-bottom: none;
}



.subscribe__input::placeholder {
    opacity: 0;
}

.subscribe-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.subscribe__button {
    width: 160px;
    height: 40px;
    background-color: #7474c1;
    border-radius: 6px;

    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    align-self: center;
}

.subscribe__text_head {
    margin-left: 30px;
    font-size: medium;
    font-weight: 700;
    color: #7474c1;
}

.subscribe-form p label {
    font-weight: 700;
    color: #202020;
}

.subscribe__label {
    position: relative;
}

@media (max-width: 992px) {
    .subscribe__label {
        position: absolute;
        top: 28px;
        left: 30px;
        font-size: 14px;
    }

    #inner .inner_content .article .subscribe__main_block {
        padding: 0;
    }

    /*#inner .subscribe__list_offer li {*/
    /*padding-left: 0;*/
    /*}*/

    .subscribe__text-block p img {
        width: 100%;
        height: auto;
    }

    .subscribe-item .subscribe-announce {
        margin-right: 0;
    }

    .subscribe-item .subscribe-title {
        margin-right: 0;
    }

    .subscribe__button {
        width: 240px;
        height: 61px;
    }

    .subscribe__form {
        padding-bottom: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 560px) {
    .subscribe-form {
        padding: 0 20px;
    }
}

/*страница video макет vebinar*/
.vebinar__container {
    padding-left: 20px;
    padding-right: 20px;
}

.vebinar__author {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 70px;
    position: relative;
}

.vebinar__author-text {
    padding-left: 30px;
    line-height: 24px;
    font-weight: 700;
    color: #7474c1;
}

.vebinar__author-text-head {
    font-size: 18px;
}

.vebinar__author-download a {
    line-height: 24px;
    font-weight: 700;
    color: #7474c1;
    text-decoration: underline;
}


.vebinar__author-photo {
    width: 130px;
    height: 130px;
}

.vebinar__youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 45px;
}

.vebinar__youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button__apply-filter {
    width: 149px;
    height: 56px;
    background-color: #f39200;
    border-radius: 6px;
    border: none;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 35px;
}




@media (max-width: 992px) {
    .view__event-head_text {
        display: none;
    }

    .vebinar__author {
        margin-bottom: 45px;
    }

    .vebinar__author-photo {
        width: 211px;
        height: 211px
    }

    .vebinar__author-download {
        position: absolute;
        top: 150px;
        left: 260px;
    }
}

@media (max-width: 768px) {
    .vebinar__author-download {
        top: 170px;
        left: 260px;
    }
}

@media (max-width: 560px) {
    .vebinar__author {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0;
        margin-top: 35px;
    }

    .vebinar__author-text {
        padding-left: 0;
    }

    .vebinar__author-text-head {

        margin-top: 35px;
    }

    .vebinar__author-download {
        position: static;
        text-align: center;
    }

}

/*все мероприятия  внутренняя view1716*/
.view__event-head {
    position: relative;
    height: 228px;
}

.event-head_img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 228px;

}

.event-head_text {
    margin-top: 25px;
    text-align: center;
}

.event-head_text h1 {
    margin-bottom: 35px;
    line-height: initial;
    color: #fff;
}

.lector__button-tab {
    border: 2px solid grey;
}

.view__click_zvonok {
    color: #7578b7;
}

.view__sign-up,
.click_zapis {
    width: 139px;
    height: 48px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}



@media (max-width: 1100px) {
    .aboutPanel {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .white-block {
        background: none;
    }

    .view__event-info_head {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        background: #fff;
        margin: 0 10px;

    }

    .view__event-info_head-sub {
        margin: 10px;
        padding: 20px 0;
        max-width: 100%;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;

        background: #fff;
    }

    .view__event-info_head>div {
        max-width: 33%;
        text-align: center;
        padding-top: 20px;
    }



    .view__event-info_head>div:nth-of-type(2) {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .akcent-block {
        margin: 0 10px;
        border-radius: 0;
    }

    .view__event-info_bottom {
        flex-wrap: wrap;
        margin: 0 25px;
        padding-top: 28px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background: #fff;
    }

    .transparent {
        padding: 12px 0;
    }

    .view__event-info_bottom-price {
        margin-left: 36px;
        margin-right: 30px;
        order: 2;
    }

    .course_include {
        order: 3;
        flex-grow: 1;
    }

    .view-lector-mobile__head {
        margin-left: 10px;
        font-size: 24px;
    }

    .view-lector-mobile__item {
        margin: 25px 10px;
        padding: 30px 0 30px 22px;

        display: flex;
        flex-direction: row;
        align-items: center;
        background: #fff;
    }

    .view-lector-mobile__item-text {
        margin: 0 40px;
    }

    .view-lector-mobile__item-name {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
    }

    .view-spot-mobile__item {
        background: inherit;
    }

    .view-slider-sertificat {
        padding: 0;
        margin-top: 35px;
    }

    .view-slider_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .view-slider_item p {
        padding: 20px;
        text-align: center;
    }

    .view-slider_item {
        padding: 0 10px;
    }

    .view-slider_item img {
        width: 100%;
    }

    .view-slider-another-vebinar {
        position: relative;
        margin-bottom: 70px;
    }

    .view-slider-another-vebinar-btn {
        background-image: url("../img/view-button-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 56px;
        height: 56px;
        background-color: #7474c1;
        border-radius: 28px;
        border: none;

        position: absolute;
        bottom: -70px;
        z-index: 200;
        display: block !important;

    }

    .view-slider-another-vebinar--prev {
        right: 51%;
    }

    .view-slider-another-vebinar--next {
        transform: rotate(180deg);
        left: 51%;
    }

    .view__block {
        padding-bottom: 0;
    }

    .view__event-info_price {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .view-lector-mobile__item img {
        width: 187px;
        height: 187px;
        border-radius: 2px;
    }

}

@media (max-width: 760px) {
    .view-slider_item {
        padding: 0 20px;
    }

    .view-slider_item img {
        width: 100%;
    }

    .view__event-info_head-sub {
        flex-wrap: wrap;
    }

    .view__event-info_head-sub>* {
        width: 50%;
        text-align: center;
    }


    .view__event-info_head-sub>a {
        order: -10;
    }

    .akcent-block {
        background: #fff;
        border: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .akcent-block ul {
        padding-inline-start: 15px;
    }


}

@media (max-width: 680px) {
    .view-slider-another-vebinar {
        margin-bottom: 110px;
    }
}

@media (max-width: 560px) {
    .view-lector-mobile__item {
        flex-direction: column;
        padding: 30px 0;
    }

    .view-lector-mobile__item>div {
        width: 100%;
        max-width: 100%;
        padding: 0 35px;
    }

    .view-lector-mobile__item img {
        width: 100%;
        height: 100%;
    }

    .view-lector-mobile__item-name {
        margin-top: 40px;
    }

    .view-spot-mobile__item img {
        width: 195px;
        height: 195px;
    }

    .view-spot-mobile__item>div {
        padding: 0;
    }

    .view-lector-mobile__item-text {
        margin-top: 36px;
    }
}

@media (max-width: 470px) {
    nobr {
        white-space: normal;
    }

    .view__event-info_head {
        flex-direction: column;
        align-items: start;
        padding-top: 20px;
        margin: 0;
    }

    .view__event-info_head>div {
        max-width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
    }

    .view__event-info_head>div:nth-of-type(2) {
        border-right: none;
        border-left: none;
        padding-top: 13px;
        padding-bottom: 0;
    }

    .view__event-info_head>div:nth-of-type(3) {
        padding-top: 13px;
    }

    .view__event-info_head-sub {
        flex-direction: column;
        align-items: start;
        margin: 0;
        padding-left: 25px;
    }

    .view__event-info_head-sub>* {
        margin-bottom: 25px;
        text-align: left;
    }

    .view__event-info_head-sub>div:nth-of-type(1) {
        margin-left: -7px;
    }

    .view__event-info_bottom {
        justify-content: space-around;
    }

    .view__event-info_bottom-price {
        margin: 0;
    }

    .view__event_information {
        margin: 1px 0 0;
    }

    .view__event-info_bottom {
        margin: 1px 15px;
    }
}

/*страница подробной информации о месте мероприятия. Макета нету.*/

.place__info {
    display: flex;
    flex-direction: row;
}

.place__info_text-body_mobile {
    display: none;
}

.info_address-map {
    height: 298px;
    width: 693px;
}

@media (max-width: 999.98px) {
    .place__info_text-body {
        display: none;
    }

    .place__info_text-body_mobile {
        display: flex;
        padding: 0 20px;
    }

    .zal_address .info_address {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        max-width: 100%;
        float: none;
    }

    .zal_address #map {
        width: 100%;
    }

    .zal_photo_dop {
        display: flex;
        flex-wrap: wrap;
    }

    .zal_photo .zal_photo_dop a,
    .lektor_photo .zal_photo_dop a {
        width: 20%;
        margin: 0;
        margin-bottom: 20px;
        float: none;
    }
}

@media (max-width: 720px) {

    .zal_photo .zal_photo_dop a,
    .lektor_photo .zal_photo_dop a {
        width: 25%;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .place__info_text-body_mobile {
        flex-direction: column;
        align-items: center;
    }

    .place__info_text-body_mobile img {
        margin-bottom: 30px;
    }

    .zal_address .info_address {
        flex-direction: column;
        align-items: start;
    }

    .zal_photo .zal_photo_dop a,
    .lektor_photo .zal_photo_dop a {
        width: 33%;
    }
}

@media (max-width: 460px) {

    .zal_photo .zal_photo_dop a,
    .lektor_photo .zal_photo_dop a {
        width: 50%;
    }

    .zal_photo {
        display: block;
        overflow: visible;
        padding: 30px 0 40px;
    }

    .zal_photo_title {
        text-align: center;
    }

    .zal_address #map {
        float: none;
    }

    .zal_address,
    .lektor_seminars,
    .lektor_photo {
        float: none;
    }
}

/*страница акции подробная файл zablogovremennaya oplata*/
.promotion__body {
    display: flex;
    flex-direction: row;
}


@media (max-width: 992px) {

    .promotion__img {
        max-width: 205px;
    }

    .promotion__block {
        padding: 40px;
    }

    .promotion__header {
        display: flex;
        flex-direction: row;
    }

    .promotion__header>img {
        margin-right: 40px;
    }

    .promotion__back {
        margin-top: 20px;
        font-size: 18px;
    }

    #inner .inner_content .article .txt .promotion__header_head {
        text-align: left;
    }
}

@media (max-width: 660px) {
    .promotion__header {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    #inner .inner_content .article .txt .promotion__header_head {
        margin-bottom: 10px;
    }

    .promotion__header_text {
        display: flex;
        flex-direction: column;
    }

    .promotion__header .date {
        order: 10;
        margin-bottom: 0;
    }

    .promotion__back {
        text-align: center;
    }
}

@media (max-width: 400px) {
    #inner div.title {
        font-size: 24px;
    }


    #inner .inner_content .article .txt .promotion__header_head {
        font-size: 20px;
    }

    .about-numeric-item {
        font-size: 18px !important;
    }
}




/*callback button*/
.fancypop_os {}

.callback-popup {
    border-radius: 0px 0px 20px 20px;
    width: 160px;
    background: url(../common/htdocs/images/edit.svg) no-repeat 135px center #7377b8;
    display: block;
    position: fixed;
    top: 50%;
    margin-top: 40px;
    transform: rotate(-90deg);
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    font-weight: bold;
    border: none;
    left: -65px;
    z-index: 2000;
}

.callback-popup.active {
    position: absolute;
    left: 430px;
    z-index: 2001;
}

.fancypop_os:hover {
    color: #fff;
    text-decoration: none;
}

button,
button:active,
button:focus {
    outline: none;
}



#popup_form_355 {
    margin-left: -520px;


}

.popup-form_os {
    overflow: auto;
}

.popup-form_os .pop-form_title p {
    border: none;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.popup-form_os p.os_title-big {
    font-weight: bold;
    text-transform: uppercase;
    color: #7377b8;
    font-size: 18px;
    margin-bottom: 10px;
}

.popup-form_os .pop-form_inp,
.popup-form_os .pop-form_area {
    border-radius: 10px;
    background: #fff;
    padding: 7px 10px;
    border: 1px solid #d8d8d8;
    box-shadow: none;
}

.popup-form_os .pop-form_area:before,
.popup-form_os .pop-form_area:after {
    display: none;
}

.popup-form_os .pop-form_row label {
    text-transform: uppercase;
    color: #7377b8;
    font-size: 12px;
    padding: 10px 0 0;
    display: block;
}

.popup-form_os p {
    margin: 0;
}

.popup-form_os .pop-form_form .btn {
    border-radius: 10px;
    background: #f6921e;
    text-transform: uppercase;
    margin: 20px auto 10px;
    color: #fff !important;
    padding: 10px 20px;
    display: block;
    width: 180px;
    font-size: 12px;
}

.os-wrap {
    border-radius: 0px 20px 20px 0px;
    box-shadow: 5px 1px 5px 0px rgba(0, 0, 0, 0.4);
    background: #f8f8f8;
    z-index: 2000;
    padding: 20px;
    width: 480px;
    margin-top: 20px;
    margin-bottom: 20px;
}


#mask {
    background-color: rgba(115, 119, 184, .8);
    height: 100%;
    position: fixed;
    overflow: scroll;
    width: 100%;
    top: 0;
    z-index: 1999;
    display: none;
}

.popup-form_os textarea,
.popup-form_os input {
    border: none;
    backrgound: transparent;
}

.for-error,
.for-error1,
.for-error2 {
    color: red;
}

.fixed {
    overflow: auto;
    position: fixed;
    width: 100%;
}

.pop-form-row-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.popup-form__mail {
    width: 43%;
    display: inline-block;
}

.callback-close {
    border-radius: 10px;
    background: #7377b8;
    ;
    text-transform: uppercase;
    margin: 20px auto 10px;
    color: #fff !important;
    display: block;
    width: 180px;
    font-size: 12px;
    text-align: center;
    padding: 13px;
}

.callback-popup.active {
    display: none;
}


@media (max-width: 520px) {

    .os-wrap {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 460px) {
    .popup-form__mail {
        width: 100%;
        margin-bottom: 20px;
    }

    .pop-form-row-buttons {
        flex-direction: column;
    }
}

/*Регистрация */
.myModal .modal-dialog {
    z-index: 999999;
}

.myModal .modal-content {
    background: #fff;
    padding: 43px;
    width: 570px;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    color: #333;
    font-size: 14px;
    margin: 0 auto;

}

.myModal .modal-content p {
    margin: 25px 0 25px;
}

.lectors__search-form {
    display: flex;
    flex-direction: row;
    position: relative;
}

.filter_seminar .filters .border_inp .lectors__search-form_submit {
    background: #ffffff url('../images/lupa.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    /*padding-top:7px;*/
    /*padding-bottom: 11px;*/
    position: absolute;
    right: 7px;
    top: 6px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .filter_seminar .filters .border_inp .lectors__search-form_submit {
        right: 20px;
        top: 16px;
    }
}

.ui-widget-header {
    background: #fff;
    border: none;
}

/*upadte*/


.color-orange {
    background-color: #f0ad4e;
    /*background-color: #f39200;*/
    border-color: #f39200;
    color: #ffffff;
    border-radius: 0;
    border: none;
}

.color-orange:hover {
    background-color: #d39e00;
}

@media (max-width: 992px) {
    .dropdown-menu {
        max-width: 100%;
    }

    .dropdown-item {
        white-space: normal;
    }

    .breadcrumb {
        display: none;
    }
}

.add__checkbox_block {
    padding-left: 80px;
}

.add__input_block {
    position: relative;
}

.add__input_block label {}

legend {
    font-size: 1.3em;
    font-weight: bold;
    margin: 15px 0px 10px 15px;
    ;
}

.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

@media (max-width: 991px) {
    .add__input_label {
        /*position: absolute;*/
        top: 13px;
        left: 30px;
    }
}

.row-fix {
    margin-left: 0;
    margin-right: 0;
}

.lk-invit-mobile {
    margin-bottom: 30px;

}

.block-list__slick-arrow {
    background-position: center;
    background-color: #fff;
    border: none;
    display: block !important;
    width: 20px;
    height: 40px;

    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;

    background-image: url(../img/back.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.block-list__slick-arrow-next {
    right: 10px;
    transform: rotate(180deg);

}

.block-list__slick-arrow-prev {
    left: 10px;
}

.sertificat-list__slick-arrow {
    background-position: center;
    background-color: #fff;
    border: none;
    display: block !important;
    width: 20px;
    height: 40px;

    position: absolute;
    top: calc(50% - 20px);
    z-index: 200;

    background-image: url(../img/back.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.pagination {
    flex-wrap: wrap;
}

.pagination li {
    display: flex;
}

.sertificat__slick-arrow-next {
    background-color: #f5f5f5;
    right: -10px;
    transform: rotate(180deg);
    top: calc(50% - 20px);
}

.sertificat__slick-arrow-prev {
    left: -10px;
    background-color: #f5f5f5;
    top: calc(50% - 20px);
}

.testimonials-clean .item {
    margin-bottom: 32px;
}

.testimonials-clean .item .box {
    background-color: #7474c1;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.testimonials-clean .item .box::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #7474c1 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 12px 15px;
    bottom: -24px;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    width: 0;
}

.testimonials-clean .item .author {
    margin-top: 28px;
    padding-left: 25px;
}

.testimonials-clean .item .name {
    color: inherit;
    font-weight: bold;
    margin-bottom: 2px;
}

.testimonials-clean .item .title {
    color: #9da9ae;
    font-size: 13px;
}

.testimonials-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.testimonials-clean .item img {
    float: left;
    margin-right: 12px;
    margin-top: -5px;
    max-width: 40px;
}

.onlinestart {
    margin-bottom: 20px;
    color: #61bd4f;
    font-size: 12px;
    padding-left: 25px;
    width: 200px;
    background: url('../img/events/camera.png') no-repeat left 4px;
}

#addUser {
    margin: 10px 15px;
}

.button-block {
    margin-left: 15px;
}

#mega_form .add__checkbox_block {
    padding-left: 15px;
    margin-bottom: 20px;
}

#mega_form .add__checkbox_block .custom-control-label {
    padding-left: 35px;
    line-height: 24px;
}

#mega_form .custom-control-label::before {
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 0px;
    box-shadow: none;
}

#mega_form .custom-control-label::after {
    top: 0px;
    left: 0px;
}

.button-block .btn {
    margin: 10px 200px 10px 0;
    padding: 7px 20px;
    border-radius: 5px;
}

.wait-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../img/ajax-loader.gif') 50% 50% no-repeat;
}

body.loading .wait-modal {
    overflow: hidden;
}

body.loading .wait-modal {
    display: block;
}

.publication-block div {
    font-size: 16px;
    font-weight: 200;
    min-height: auto;
}

.publication-block .video-block {
    height: 0px;
    padding-bottom: 56.2%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.video-block iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}


.utps {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 20px;
}

.utps .utpItem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 40%;
    border-radius: 4px;
    background: #FFF;
    gap: 16px;

    /* Shadow-Large */
    box-shadow: 0px 8px 8px 0px rgba(0, 32, 51, 0.04), 0px 12px 28px 0px rgba(0, 32, 51, 0.12);
    padding: 16px;
    height: 90px;

}

.utps .utpItem p {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.program_list__drop {

    line-height: 30px;

}

.ttvideo iframe {
    display: flex;
    text-align: center;
    margin: auto;
}

h1.title {
    margin-bottom: 32px;
}

.event-program__h2 {
    margin-bottom: 16px;
    margin-top: 0 !important;
}