<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav {
    display: flex;
    background:#e5e5e5;
    margin-bottom: 15px;
}
.nav &gt; a {
    flex: 1;
    text-align: center;
    padding: 10px 5px !important;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.nav &gt; a:hover {
    background-color:#EFEFEF;
}

.nav &gt; a.active {
    background: #9d0000;
    color: #fff;
}

.schedule__toolbar {
    color: #4b4b4b;
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    text-align: left;
    margin-top: 20px;
}

.schedule__toolbar &gt; h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.toolbar__columns {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.toolbar__element {
    margin-right: 20px;
}
.toolbar__element:last-child {
    margin-right: 0;
}

.toolbar__element select{
    color: #4b4b4b;
    background-color: #fff;
    border: 1px solid #aaa;
    width: 100%;
    font-size: 0.9em;
    height: 34px;
}
.toolbar__element &gt; label {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    font-size: .9em;
}

.schedule__item {
    position: relative;
    padding: 20px 0 0 0;
    color: #4b4b4b;
    font-size: 14px;
    text-align: left;

}

.schedule__item &gt; .item__badge {
    position: absolute;
    padding: 5px 10px;
    background: #636363;
    color: white;
    left: -6px;
    top: 10px;
    font-size: 1em;
}
.schedule__item &gt; .item__badge:after {
    content: "";
    display: block;
    bottom: -6px;
    left: 0;
    position: absolute;
    border: 3px solid transparent;
    border-top: 3px solid #4b4b4b;
    border-right: 3px solid #4b4b4b;
}

.schedule__item &gt; .item__badge.item__badge-green {
    background: #5e9b55;
}
.schedule__item &gt; .item__badge.item__badge-green:after {
    border-top: 3px solid #205c1e;
    border-right: 3px solid #205c1e;
}

.schedule__item &gt; .item__badge.item__badge-red {
    background: #8c1a19;
}
.schedule__item &gt; .item__badge.item__badge-red:after {
    border-top: 3px solid #631716;
    border-right: 3px solid #631716;
}

.schedule__item &gt; .item__badge.item__badge-blue {
    background: #717bb5;
}
.schedule__item &gt; .item__badge.item__badge-blue:after {
    border-top: 3px solid #4c5685;
    border-right: 3px solid #4c5685;
}

.schedule__item &gt; .item__body {
    background: #eeeeee;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 10px;
}

.schedule__item &gt; .item__body-blue {
    border: 1px solid #4c5685;
}

.item__body__top {
    display: flex;
}

.item__body__top &gt; div {
    border-right: 1px solid #d9d9d9;
    padding: 0 10px;
}

.item__body__top &gt; div:last-child {
    border-right: none;
}

.item__body__desc {
    padding: 10px 20px 0 20px;
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
}

.item__body__date {
    flex: 0 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.date__calendar {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.3em;
}
.date__calendar &gt;  .fa {
    font-size: 1.4em;
}

.body__info__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.body__info__left &gt; div {
    padding-bottom: 10px;
}
.body__info__left &gt; div:last-child {
    padding-bottom: 0;
}

.body__info__actions {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex: 0 100px;
}

.item__body__info {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.item__body__stats {
    flex: 0 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn__link {
    color: #8c1a19;
    text-decoration: none;
}

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

.info__link{display: flex; align-items: center; justify-content: flex-start;}
.info__link a ,
.info__link span {
    font-size: 1.1em;
    line-height: .8em;
}
.info__link div{
    margin-left:10px;
}
.stats__value {
    font-size: .9em;
    text-align: center
}
.stats__value &gt; span:first-child {
    font-size: 1.3em;
}

.text__green {
    color: #517c47;
}

.text__red {
    color: #8c1a19;
}

.margin__right {
    margin-right: 5px;
}

[ng-click]:hover {
    cursor: pointer;
}

.schedule__timer {
    display: flex;
}

.schedule__timer &gt; .timer__duration {
    flex: 1;
    padding: 5px;
    text-align: center;
}

.timer__duration &gt; .timer__value {
    font-size: 2em;
}

.timer__duration &gt; .timer__label {
    font-size: .8em;
}

.schedule__pagination {
    padding: 10px 0 0 0;
    text-align: center;
}
.schedule__pagination-bottom {
    padding-top: 20px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin: 0 auto;
}
.pagination &gt; li {
    display: inline;
    margin-left: 0 !important;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #8c1a19;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
    z-index: 2;
    color: #8c1a19;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #8c1a19;
    border-color: #8c1a19;
    cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.cabinet__login__form {
    width: 400px;
    margin: 20px auto;
    padding: 20px 30px;
    border: 1px solid silver;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.cabinet__login__form &gt; .form__control,
.webinar-reg__form &gt; .form__control {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cabinet__login__form &gt; .form__control:last-child,
.webinar-reg__form &gt; .form__control:last-child {
    margin-bottom: 0;
}

.cabinet__login__form &gt; .form__control.form__captcha,
.webinar-reg__form &gt; .form__control.form__captcha {
    justify-content: flex-end;
    padding-top: 10px;
}

.cabinet__login__form &gt; .form__control.form__action,
.cabinet__login__form &gt; .form__control.form__alert,
.webinar-reg__form &gt; .form__control.form__action,
.webinar-reg__form &gt; .form__control.form__alert {
    justify-content: center;
}

.cabinet__login__form &gt; .form__control label,
.webinar-reg__form &gt; .form__control label {
    flex: 1;
    text-align: right;
    padding-right: 10px;
}

.cabinet__login__form &gt; .form__control input,
.webinar-reg__form &gt; .form__control input {
    width: 100%;
    height: 24px;
    font-size: .8em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid silver;
    padding: 1px 5px;
    flex: 2;
}

.cabinet__login__form &gt; .form__control input.ng-dirty.ng-invalid,
.webinar-reg__form &gt; .form__control input.ng-dirty.ng-invalid {
    border:1px solid red;
}

.cabinet__toolbar {
    color: #4b4b4b;
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
}

.webinar-reg {
    width: 400px;
    margin: 20px auto;
    padding: 20px 30px;
    border: 1px solid silver;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.webinar-reg__header {
    text-align: center;
    font-size: 18px;
}

.webinar-reg__header &gt; h2 {
    margin-bottom: 20px;
    font-size: 1em !important;
}

.webinar-reg__header &gt; h4 {
    font-size: 0.9em !important;
}

.webinar-reg__tabs {
    padding: 20px 0;
    text-align: center;
}

.progress__loader {
    width: 160px;
    height: 24px;
    margin: 10px auto;
    background: url("/i/img/loaders/loader_01.gif");
}

.webinar-reg__error {
    border: 1px solid red;
    display: flex;
    margin-top: 20px;
}

.message__text {
    padding: 10px;
}

.message__icon {
    padding: 10px;
    color: white;
    font-size: 2em;
}

.webinar-reg__result {
    border: 1px solid green;
    display: flex;
    margin-top: 20px;
}

.webinar-reg__error &gt; .message__icon{
    background-color: red;
}

.webinar-reg__result &gt; .message__icon{
    background-color: green;
}

.form__control {
    position: relative;
}

.form__control__tip {
    position: absolute;
    bottom: -16px;
    right: 0;
    font-size: 10px;
}

.form__control-checkbox {
    padding-left: 136px;
    margin-bottom: 15px;
}


.webinar-details {
    background: #eeeeee;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    color: #4b4b4b;
}

.webinar-details__left {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #d9d9d9;
}

.webinar-details__right {

}

.webinar-details__teacher {
    margin-bottom: 10px;
}

.webinar-details__tags {
    margin: 10px 0;
}

.webinar-details__tag {
    text-align: center;
    margin-bottom: 5px;
}

.webinar-details__forum {
    text-align: center;
}

.webinar-details__tag:last-child {
    margin-bottom: 0;
    color: #517c47;
}

.webinar-details__info {
    margin: 10px 0;
}

.webinar-details__calendar {
    padding-left: 10px;
    border-left: 1px solid #d9d9d9;
    margin-left: 10px;
}
.details-calendar__item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.details-calendar__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.details-calendar__counts {
    margin: 10px 0;
}

.details-calendar__count {
    white-space: nowrap;
    color: #8c1a19;
    font-size: .8em;
}
.details-calendar__count:last-child {
    color: #517c47;
}

.details-calendar__count &gt; span {
    margin-right: 5px;
    font-size: 1.3em;
}

.details-calendar__buttons {
    text-align: center;
}

.details-calendar__date {
    text-align: center;
}

.details-calendar__icon {
    text-align: center;
    margin-bottom: 5px;
}

.details-calendar__icon &gt; i {
    font-size: 25px;
}

.webinar-details__title {
    margin-bottom: 10px;
    color: #8c1a19;
    font-weight: bold;
    font-size: 1.2em;
}

.webinar-details__description {
    margin-bottom: 10px;
}
.webinar-details__photo &gt; img {
    padding: 5px;
    background-color: white;
    border-radius: 3px;
}

@media screen and (max-width: 1010px) {
    .item__body__info {
        flex-direction: column;

    }
    .body__info__actions {
        flex: 0 auto;
        padding: 10px 0;
    }
    .body__info__actions &gt; a {
        margin-bottom: 10px;
    }
    .body__info__actions &gt; a:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 990px) {
    .item__body__info {
        flex-direction: row;
    }
    .body__info__actions {
        flex: 0 100px;
        padding: 0 0 0 10px;
    }
    .body__info__actions &gt; a {
        margin-bottom: 0
    }
}

@media screen and (max-width: 880px) {
    .item__body__info {
        flex-direction: column;

    }
    .body__info__actions {
        flex: 0 auto;
        padding: 10px 0;
    }
    .body__info__actions &gt; a {
        margin-bottom: 10px;
    }
    .body__info__actions &gt; a:last-child {
        margin-bottom: 0;
    }
}

.webinars-archive {
    display: flex;
}

.webinars-archive-navs {
    flex: 0 auto;
}

.webinars-archive-content {
    flex: 1;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #dbdbdb;
    margin-left: 35px;
}

.webinars-archive-content__description {
    padding: 0 5px;
    margin-bottom: 10px;
    color: #666;
}

.webinars-archive-nav {
    position: relative;
    background: #eeeeee;
    border: 1px solid #dbdbdb;
    height: 62px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
}

.webinars-archive-nav:hover {
    cursor: pointer;
}

.webinars-archive-nav__icon {
    width: 46px;
    height: 44px;
    margin-right: 10px;
    background: transparent url("/i/img/info2.png") no-repeat;
}

.webinars-archive-nav:last-child {
    margin-bottom: 0;
}

.webinars-archive-nav.active:after,
.webinars-archive-nav.active:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.webinars-archive-nav.active .webinars-archive-nav__icon {
    background: transparent url("/i/img/info2o.png") no-repeat;
}

.webinars-archive-nav.active:after {
    border-color: rgba(238, 238, 238, 0);
    border-left-color: #eeeeee;
    border-width: 30px;
    margin-top: -30px;
}
.webinars-archive-nav.active:before {
    border-color: rgba(219, 219, 219, 0);
    border-left-color: #dbdbdb;
    border-width: 31px;
    margin-top: -31px;
}

.webinars-archive-content__group {
    display: none;
}

.webinars-archive-content__group.active {
    display: block;
}

.webinars-archive-content__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}
.webinars-archive-content-item {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    color: #171e42;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.webinars-archive-content-item__preview {
    position: relative;
    padding: 20px 20px 0px 20px;
    text-align: center;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #B5B3B5), color-stop(1, #FFFFFF) );
    background-image: -o-linear-gradient(bottom, #B5B3B5 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #B5B3B5 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #B5B3B5 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #B5B3B5 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #B5B3B5 0%, #FFFFFF 100%);
    box-sizing: border-box;
    min-width: 200px;
    display: block;
    text-decoration: none;
}

.webinars-archive-content-item__preview &gt; img {
    height: 100%;
    width: 100%;
}

.webinars-archive-content-item__preview:after {
    content: '';
    background: url('/i/img/ilona_korstin/instaforex_video_preview.png') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 53%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.webinars-archive-content-item__title {
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
}

.webinars-archive-content-item:hover {
    border: 1px solid #dcdcdc;
}

.webinars-archive-content-item:hover .webinars-archive-content-item__preview {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DE5050), color-stop(1, #FFFFFF));
    background-image: -o-linear-gradient(bottom, #DE5050 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #DE5050 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #DE5050 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #DE5050 0%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #DE5050 0%, #FFFFFF 100%);
}

.webinars-archive-content-item__preview:hover {
    cursor: pointer;
}

.webinars.preloader_block .preloader_red, .webinars.preloader_block .preloader_red::after, .webinars.preloader_block .preloader_red::before {
    width: 100px !important;
    height: 100px !important;
}

ol.disc {
    padding-left: 0 !important;
}

ol.disc &gt; li {
    margin-left: 1.5em !important;
}

@media (max-width: 600px) {
    .tabs &gt; .nav {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) and (min-width: 320px) {

    .content &gt; .nav {
        display: flex;
        flex-direction: column;
    }

    .item__body__top {
        display: flex;
        flex-direction: column;
    }
    .item__body__top &gt; div{
        border-right: none;
    }
    .item__body__date {
        flex: 0 auto;
    }

    .item__body__stats {
        flex: 0 auto;
    }

    .toolbar__columns {
        flex-direction: column;
        align-items: stretch;
    }

    .toolbar__element {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 700px) and (min-width: 520px) {
    .webinars-archive-nav__icon {
        margin-right: 0;
    }

    .webinars-archive-navs {
        flex: 0 150px;
    }

    .webinars-archive-nav {
        white-space: normal;
        flex-direction: column;
        height: auto;
        text-align: center;
        padding: 8px;
    }

    .webinars-archive-content-item {
        flex: 1;
    }
}

@media screen and (max-width: 519px) and (min-width: 320px) {
    .webinars-archive {
        flex-direction: column;
    }

    .webinars-archive-nav__icon {
        margin-right: 0;
    }

    .webinars-archive-navs {
        flex:1;
    }

    .webinars-archive-nav {
        white-space: normal;
        flex-direction: column;
        height: auto;
        text-align: center;
        padding: 8px;
    }

    .webinars-archive-nav.active:after,
    .webinars-archive-nav.active:before {
        display: none;
    }

    .webinars-archive-nav.active {
        border: 1px solid #9d0000;
    }

    .webinars-archive-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .webinars-archive-content-item {
        flex: 1;
    }
}</pre></body></html>