@font-face {
    font-family: 'PTSansRegular';
    src: url('../../fonts/ptsans-webfont.eot');
    src: url('../../fonts/ptsans-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsans-webfont.woff') format('woff'), url('../../fonts/ptsans-webfont.ttf') format('truetype'), url('../../fonts/ptsans-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('../../fonts/ptsansbold-webfont.eot');
    src: url('../../fonts/ptsansbold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/ptsansbold-webfont.woff') format('woff'), url('../../fonts/ptsansbold-webfont.ttf') format('truetype'), url('../../fonts/ptsansbold-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body>img:first-child{
    display: flex;
}

.hidden {
    display: none;
}
.clear{clear:both;}
.common_action_link{
    display: inline-block;
}
.common_action_link ~ .status_text{
    font-size: 12px;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
}
.common_action_link ~ .status_text.error{
    color:red;
}
.common_action_link ~ .status_text.success{
    color:green;
}

input.field, textarea.field {
    text-align: center;
    padding: 0.75em 0.4em;
    border: 1px solid #c7c7c7;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.18);
}

.field.disabled {
    opacity: 0.3;
}

.field.readonly {
    color: #999;
}


.field:focus {
    outline: 2px solid #82c1e7;
}

.field:read-only {
    background-color: mintcream;
}

.field.error {
    background-color: #fbe4e5;
}

.field.success {
    background-color: #d8ffdb;
}

.field + .subline {
    margin-top: 5px;
    text-align: left;
}

.idle_indicator {
    position: relative;
}

.idle_indicator:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF url('../../images/ajax_med.gif') center center no-repeat;
    opacity: 0.6;
    filter: alpha(Opacity=80);
    z-index: 50;
    top: 0;
    left: 0;
}

.site_logo_line{
    display: flex;
    margin: 20px 0;
    align-items: center;
    justify-content: center;
}

.site_logo_line img{
    height: 30px;
}

.progress_line {
    text-align: center;
    margin-bottom: 30px;
    height: 20px;
    position: relative;
    background: #cdcdcd;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.progress_line > div {
    display: block;
    height: 100%;
    border-radius: 20px;
    background-color: rgb(43, 194, 83);
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, rgb(43, 194, 83)),
            color-stop(1, rgb(84, 240, 84))
    );
    background-image: -moz-linear-gradient(
            center bottom,
            rgb(43, 194, 83) 37%,
            rgb(84, 240, 84) 69%
    );
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: 2000ms width linear;
}

.progress_line > div:after {
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(255, 255, 255, .2)),
    color-stop(.25, transparent), color-stop(.5, transparent),
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.75, rgba(255, 255, 255, .2)),
    color-stop(.75, transparent), to(transparent)
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}


@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.info_block {
    max-width: 660px;
    width: 90%;
    margin: 20px auto;
}

.common_info {
    font-size: 0;
}

.common_info > div {
    display: inline-block;
    vertical-align: middle;
}

.common_info.top > div {
    vertical-align: top;
}

.common_info .author_image {
    width: 30%;
    margin-right: 3%;
    line-height: 0;
    margin-bottom: 5px;
}

.common_info .text_block {
    font-size: 20px;
    width: 100%;
}

.common_info .center {
    text-align: center;
}

.common_info .pre_header {
    margin-bottom: 25px;
}

.common_info .author_image + .text_block {
    width: 67%;
}

.common_info .text_block p:last-child {
    margin-bottom: 0;
}

.common_info .text_block .text img {
    max-width: 100%;
}

.common_info .author_image img {
    width: 100%;
    border-radius: 50%;
}

.common_info:after {
    content: '';
    display: block;
    clear: both;
}

.text_block .header {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: normal;
}
.text_block .header .author_image{
    margin: 0;
    height: 48px;
    width: 48px;

}

.text_block .header .author_image.mobile{
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
}
.text_block p.bold {
    font-weight: bold;
}

.text_block p.compact {
    font-size: 14px;
    color: #777777;
}

.text_block p.compact a {
    color: inherit;
}

.text_block .text:not(.field) {
    margin-top: 30px;
}

.text_block .buttons_line{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 50px;
    align-items: flex-start;
}
.text_block .buttons_line .button_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
    align-items: center;
}
.text_block .buttons_line .button_block > *{
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.text_block .buttons_line .button_block .comment{
    color: #999999;
    font-size: 12px;
    max-width: 70%;
    text-align: center;
    line-height: normal;
}

.form {
    margin-top: 20px;
    font-size: 18px;
    padding-top: 20px;
    /*border-top: 1px dashed #CCC;*/
}

.form .form_text_value + .form_field {
    display: none;
}

.form .form_line {
    margin-bottom: 20px;
}

.form .form_line:after {
    content: '';
    display: block;
    clear: both;
}

.form .form_line > div {
    width: 65%;
    float: left;
    line-height: 40px;
}

.form .form_line .label {
    width: 35%;
    font-weight: bold;
    font-size: 16px;
}
.form .form_line .label.normal {
    line-height: normal;
}

.form .form_line .label .hint, .form .form_line .hint{
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #999;
}

.form .form_line .form_field, .form .form_line .form_text_value {
    text-align: center;
}
.form .form_line .form_field.left_align, .form .form_line .form_field.left_align .form_text_value {
    text-align: left;
}

.form .form_line .form_text_value > .controls {
    text-align: right;
    font-size: 14px;
    color: #999999;
    line-height: normal;
}

.form .form_line .form_field.left_align .form_text_value > .controls {
    text-align: left;
    margin-left: 20px;
    font-size: 13px;
}

.form .form_line .form_text_value > .controls a {
    color: inherit;
}

.form .form_line .form_text_value > .value {
    font-weight: bold;
}

.form .form_line .form_text_value > .value .host {
    font-weight: normal;
}

.form .form_line .form_field .field {
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.form .form_line .form_field textarea.field{
    text-align: left;
}
.form .form_field.submit_line {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.form .form_field.submit_line input, .submit_link, .submit_link:visited {
    color: #fff;
    cursor: pointer;
    font-size: 135%;
    font-weight: bold;
    border: 1px solid #97e100;
    background: #9cf400;
    background: linear-gradient(to bottom, #9cf400 0, #548000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cf400', endColorstr='#548000', GradientType=0);
    border-radius: 10px;
    line-height: 58px;
    display: inline-block;
    letter-spacing: 1px;
    box-shadow: inset 0 0 20px 0 #a1e11b, 0 4px 0 0 #548000;
    transition: all .15s linear;
    text-shadow: none;
    outline: none;
    padding: 0 5%;
    max-width: 100%;
    text-decoration: none;
    box-sizing: border-box;
}

.form .form_field.submit_line + .error_text {
    color: red;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

.form .form_field.submit_line input:hover, .submit_link:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: inset 0 0 20px 0 #a1e11b, 0 2px 0 0 #436405;
}

.form .form_field.submit_line .primary_button{
    min-width: 300px;
    box-sizing: border-box;
}

p.submit_line {
    text-align: center;
}

p.submit_line .submit_link {
    font-size: 18px;
    color: #ffffff;
}

.compact_view {
    display: none;
}

.time__block {
    max-width: 100%;
    width: 350px;
    margin: 30px auto 10px;
    opacity: 1;
}

.time__block .idvd_timer > div {
    max-width: 22%;
    margin-right: 3%;
}

.time__block .idvd_timer .tmr_el_val {
    font-size: 200%;
    padding: 30px 0;
}

.time__block .idvd_timer .tmr_el_unit {
    color: #000000;
    font-size: 100%;
}

.product_logo, .counter_block {
    display: inline-block;
    vertical-align: middle;
}

.product_logo {
    width: 35%;
    text-align: left;
}

.product_logo img {
    width: 100%;
}

.counter_block {
    width: 63%;
    text-align: right;
}

iframe[id^=qsupport] {
    opacity: 0;
}

.events_menu {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    background-color: transparent !important;
}

.events_menu .hint {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
}

.events_menu .events_items {
    margin: 30px auto 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 400px;
}

.events_menu .events_items .event_item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: center;
}

.events_menu .events_items .event_item .date_info {
    padding: 15px;
    border: 4px solid #cccccc;
    width: 100px;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0;
    font-size: 15px;
}

.events_menu .events_items .event_item .date_info .time {
    font-size: 24px;
}

.events_menu .events_items .event_item .date_info .day {
    color: #aaaaaa;
}

.events_menu .events_items .event_item .slot_info {
    font-size: 14px;
    color: #03c;
    margin-top: 5px;
}

.events_menu .events_items .event_item .date_info:last-child {

}

.events_menu .events_items .event_item.unavailable .date_info {
    background-color: #dedede;
    opacity: 0.6;
}

.events_menu .events_items .event_item.unavailable .date_info .time, .events_menu .events_items .event_item.unavailable .date_info .day {
    color: #b5b2b2;
}

.events_menu .events_items .event_item:not(.unavailable) {
    cursor: pointer;
}

.events_menu .events_items .event_item:not(.unavailable):hover .date_info {
    background-color: #fbfbfb;
    border-color: #8ccaed;
}

.events_menu .events_items .event_item:not(.unavailable).selected .date_info {
    background-color: #dbebff;
    border-color: cornflowerblue;
}

.info_block.onair {
    max-width: 740px;
}

.info_block.onair.v2 {
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
}

.info_block.onair.v2 .logo_block {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.info_block.onair.v2 .onair_start_info {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    font-size: 16px;
}

.info_block.onair.v2 .onair_start_info img {
    height: 24px;
}

.info_block.onair.v2 .logo_block {
    margin-top: 20px;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
}

.info_block.onair.v2 .logo_block .logo {
    width: 225px;
    flex-shrink: 0;
}

.info_block.onair.v2 .logo_block .logo img {
    width: 100%;
    height: auto;
    border-radius: 10%;
}

.info_block.onair.v2 .logo_block .header {
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 30px;
    margin-top: 5px;
}

.info_block.onair.v2 .logo_block .header ~ div {
    margin-top: 20px;
    font-size: 24px;
    line-height: 1.3em;
    word-break: break-word;
}

.info_block.onair.v2 .logo_block .header ~ div p{
    font-size: 24px;
    line-height: 1.3em;
}
.info_block.onair.v2 .logo_block .header ~ div p:last-child{
    margin-bottom: 0;
}

.info_block.onair.v2 .timer_block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.info_block.onair.v2 .timer_block .text {
    font-size: 19px;
    font-weight: bold;
}

.info_block.onair.v2 .timer {
    display: inline-flex;
    gap: 45px;
    padding: 0;
    align-self: center;
}

.info_block.onair.v2 .timer .unit {
    text-align: center;
    font-size: 16px;
}

.info_block.onair.v2 .tg_connect_block {
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.info_block.onair.v2 .tg_connect_block .invite_text {
    text-align: left;
    max-width: 680px;
}

.info_block.onair.v2 .tg_connect_block .invite_text .text_icon {
    height: 20px;
    width: auto;
    vertical-align: middle;
}

.info_block.onair.v2 .redactor-in figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;

}

.info_block.onair.v2 .tg_connect_block .invite_text .redactor-in,
.info_block.onair.v2 .tg_connect_block .invite_text .redactor-in p {
    font-size: 20px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.4em;
}

.info_block.onair.v2 .tg_connect_block .invite_text .redactor-in p:empty {
    line-height: normal;
}

.info_block.onair.v2 .tg_connect_block .submit_link {
    background: linear-gradient(to bottom, #2bb6f6 0, #60cafa 100%);
    box-shadow: inset 0 0 20px 0 #29b7f7, 0 4px 0 0 #2bb6f6;
    border: 1px solid #2bb6f6;
    font-size: 21px;
    margin: 0 auto;
    width: 100%;
}

.info_block.onair.v2 .event_selection_block{
    margin-top: 30px;
}

.info_block.onair.v2 .main_text{
    font-size: 20px;
    font-weight: bold;
}

.info_block.onair.v2 .bonus_block{
    margin-top: 30px;
    text-align: left;
    line-height: 1.4em !important;
}

.info_block.onair.v2 .bonus_block,
.info_block.onair.v2 .bonus_block p {
    font-size: 19px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.3em !important;
}

.info_block.onair.v2 .bonus_block>p{
    line-height: 1.5em !important;
}
.info_block.onair.v2 .bonus_block.video{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}
.info_block.onair.v2 .bonus_block.video .content{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.info_block.onair.v2 .bonus_block.video .content .cover{
    width: 256px;
    flex-shrink: 0;
}

.info_block.onair.v2 .bonus_block.video .content .cover img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.info_block.onair.v2 .bonus_block.video .button_line{
    text-align: center;
}

.timer:not(.phone_timer):not(.inline_mode) {
    margin-top: 5px;
    padding: 20px 30px 40px;
    min-height: 55px;
}

.timer:not(.phone_timer):not(.inline_mode) .timer_element {
    display: inline-block;
}

.timer:not(.phone_timer):not(.inline_mode) .timer_element .unit {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;

}

.timer:not(.phone_timer):not(.inline_mode) .timer_element .value {
    color: #ffffff;
    background-color: #000000;
    font-size: 50px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    width: 100px;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
}

.timer:not(.phone_timer):not(.inline_mode) .expire_text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.timer.phone_timer {
    margin-top: 5px;
    padding: 0 30px;
    min-height: 35px;
}

.timer.phone_timer .timer_element {
    display: -moz-inline-stack;
    display: inline-block;
    _overflow: hidden;
    zoom: 1;
    *display: inline;
}

.timer.phone_timer .timer_element .unit {
    color: #8bb0d1;
    font-size: 10px;
    line-height: 4px;
}

.timer.phone_timer .timer_element .value {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    min-height: 27px;
}

.inline_mode.timer.phone_timer .timer_element {
    display: inline;
}

.inline_mode.timer.phone_timer .timer_element .value, .inline_mode .expire_text {
    display: inline;
}

.inline_mode.timer.phone_timer .timer_element + .timer_element:before {
    content: ':';
}

.inline_mode.timer.phone_timer .timer_element .unit {
    display: none;
}

.inline_mode.timer.phone_timer .timer_element .value {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    min-height: auto;
}

.inline_mode.timer.phone_timer .expire_text {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.action_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding: 8px 30px;
    margin: 0 0 5px;
    background-color: #eaeaea;
    cursor: pointer;
    background-image: linear-gradient(bottom, #d6d6d6 0%, #f9faf9 100%);
    background-image: -o-linear-gradient(bottom, #d6d6d6 0%, #f9faf9 100%);
    background-image: -moz-linear-gradient(bottom, #d6d6d6 0%, #f9faf9 100%);
    background-image: -webkit-linear-gradient(bottom, #d6d6d6 0%, #f9faf9 100%);
    background-image: -ms-linear-gradient(bottom, #d6d6d6 0%, #f9faf9 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d6d6d6), color-stop(1, #f9faf9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f9faf9', GradientType=0);
    border-radius: 4px;
    border: 0;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    box-shadow: 0 1px 0 rgba(000, 000, 000, 0.15);
}

.action_btn.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.action_btn.small {
    font-size: 12px;
    padding: 5px 20px;
}

.action_btn:hover {
    background-color: #fafafa;
    background-image: linear-gradient(bottom, #e6e6e6 0%, #ffffff 100%);
    background-image: -o-linear-gradient(bottom, #e6e6e6 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(bottom, #e6e6e6 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(bottom, #e6e6e6 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(bottom, #e6e6e6 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
}


.common_form {
    border: 1px solid #CCCCCC;
    padding: 20px;
    background: #FFFFFF;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.common_form a, .common_form a.link2 {
    color: #03c;
}

.common_form .bradio div.value {
    color: #000;
}

.mfp-align-top .common_form {
    margin-top: 20px;
}

.common_form h2 {
    text-align: center;
}

.common_form select {
    padding: 3px;
    border: 1px solid #c7c7c7;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.18);
}

.common_form .async_block.loading {
    min-height: 50px;
    min-width: 50px;
}

.common_form .subheader {
    margin-bottom: 20px;
}

.common_form p {
    margin-bottom: 20px;
}

.groups_modal_window {
    background-color: #f6f6f6;
    color: #000000;
    min-height: 100px;
    padding: 35px;
    text-align: center;
    font-size: 14px;
    max-width: 800px;
}

.groups_modal_window > .title:not(.author_title) {
    white-space: nowrap;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.groups_modal_window a, .groups_modal_window a.link2 {
    text-decoration: none;
    border-bottom: 1px solid;
    color: #03C;
}

.groups_modal_window a:hover {
    border-bottom-color: transparent;
}

.groups_modal_window .text p:not(:last-child) {
    margin-bottom: 15px;
}

.groups_modal_window button {

}

.groups_modal_window .text + .text {
    margin-top: 25px;
}

.groups_modal_window .text.hint, .groups_modal_window .text.hint a {
    font-size: 13px;
    color: #999999;
}

.groups_modal_window .tiny_tooltip {
    width: 60%;
    left: 20%;
    box-sizing: border-box;
    margin-left: 0;
}

.phone_verification {
    font-size: 12px;
    text-align: center;
}

.phone_verification .field_line .field {
    width: 100%;
    box-sizing: border-box;
}

.phone_verification .action_btn {
    margin-top: 20px;
}

.phone_verification .inputErrorBlock, .phone_verification .errorText {
    color: red;
}

.onair .common_info .author_image {
    max-width: 200px;
}

.onair .text_block p {
    line-height: normal;
}

.onair .text_block p.overflow {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.onair .form:not(.ic_reg_form) .form_line > div {
    line-height: normal;
}


.onair .form .form_field.submit_line [type="submit"] {
    margin-bottom: 20px;
}

.onair.events_error .progress_line, .onair.events_error .author_image, .onair.events_error .submit_line {
    opacity: 0.1;
}

.onair.events_error, .onair.events_error .hint {
    color: #eee;
}

.onair.events_error figure{
    opacity: 0.1;
}

.onair.events_error .main_text {
    color: red;
}

.onair.events_error .events_menu {
    color: #000;
}

.redactor-styles p {
    margin-bottom: 0 !important;
}

.redactor-styles .fontcolored, .redactor-styles .fontcolored span {
    padding: 0.2em 0;
}

.redactor-air a.re-button-icon, .redactor-toolbar a.re-button-icon {
    padding: 7px 10px 4px 10px !important;
}

.redactor-toolbar a.re-button-icon{
    opacity: 0;

}
.redactor-toolbar.corrected a.re-button-icon{
    opacity: 1;
}

.redactor-air a.re-button-icon.re-fontcolor i, .redactor-toolbar a.re-button-icon.re-fontcolor i{
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.redactor-styles.redactor-in figure[data-redactor-type="video"], .redactor-styles.redactor-in figure[data-redactor-type="image"] {
    margin-top: 1em;
}

.redactor-styles.redactor-in figure.image-left {
    float: left;
    margin-right: 20px;
}

.redactor-styles.redactor-in figure.image-right {
    float: right;
    margin-left: 20px;
}

.redactor-styles.redactor-in figure.image-center {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.redactor-styles.redactor-in figure {
    margin-top: 1em;
}

.redactor-styles.redactor-in figure:first-child {
    margin-top: 0;
}

.new_redactor.redactor-styles {
    padding: 0;
    font-size: 14px;
    font-family: Arial, 'Trebuchet MS', Tahoma;
    line-height: 1.5em;
    word-break: break-word;
}

.new_redactor.redactor-styles a, .new_redactor.redactor-styles a:hover {
    color: #0033CC;
}

.new_redactor.redactor-styles a .a_tail {
    white-space: nowrap;
}

.new_redactor.redactor-styles hr {
    margin: 1em 0;
    height: 3px;
    border: none;
    background: rgba(0, 0, 0, .1);
}

.new_redactor.redactor-styles ul {
    list-style-type: disc;
}

.new_redactor.redactor-styles ol {
    list-style-type: decimal;
}

.new_redactor.redactor-styles ol, .new_redactor.redactor-styles ol ol, .new_redactor.redactor-styles ol ul, .new_redactor.redactor-styles ul, .new_redactor.redactor-styles ul ol, .new_redactor.redactor-styles ul ul {
    margin: 0 0 0 1.5em;
}

.new_redactor.redactor-styles ol, .new_redactor.redactor-styles ul {
    margin-bottom: 1em;
}


.new_redactor.redactor-styles img {
    cursor: pointer;
}

.new_redactor.redactor-styles figure>img {
    max-width: 100%;
}

.re-icon-extra_buttons:before {
    content: "\e906";
}

.new_redactor.redactor-styles h1, .new_redactor.redactor-styles h2, .new_redactor.redactor-styles h3, .new_redactor.redactor-styles h4, .new_redactor.redactor-styles h5, .new_redactor.redactor-styles h6 {
    font-weight: 700;
    color: #111;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
    line-height: 1.2;
}

.primary_button {
    box-shadow:inset 0px 1px 0px 0px #54a3f7;
    background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    background-color:#007dc1;
    border-radius:3px;
    border:1px solid #124d77;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-size:16px;
    padding:13px 30px;
    text-decoration:none;
    text-shadow:0px 1px 0px #154682;
    line-height: normal;
}
.primary_button:hover {
    background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
    background-color:#0061a7;
}
.primary_button:active {
    position:relative;
    top:1px;
}

.common_radiobuttons .radio{
    float: left;
    position: relative;
}
.common_radiobuttons .radio+.radio{
    margin-top: 10px;
    clear: left;
}
.common_radiobuttons .radio>input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.common_radiobuttons .radio_title {
    float: left;
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
}
.common_radiobuttons .radio_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}
.common_radiobuttons .radio_title:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #22549a;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .1s;
}
.common_radiobuttons input:first-child:disabled+.radio_title:before{
    background: #e8e8e8;
}

.common_radiobuttons .radio>input:first-child:checked + .radio_title:after {
    opacity: 1;
}
.common_radiobuttons .radio>input:first-child:hover:not(:checked):not(:disabled) + .radio_title:after {
    opacity: 0.1;
}

.common_radiobuttons .radio>input:first-child:focus + .radio_title:before {
    /*box-shadow: 0 0 0 3px rgba(255,255,0,.7);*/
    box-shadow: 0 0 0 2px rgba(154, 177, 216, 0.1);
}
.common_radiobuttons .radio .relative_block{
    float: left;
    clear: left;
    margin-left: 35px;

    transition: opacity .2s ease-out;
    opacity: 0;
    height: 0;
    display: none;

    font-size: 14px;
}
.common_radiobuttons .radio>input:first-child:checked .relative_block.manual.visible+.relative_block{
    border-top: 1px dashed #CCC;
    padding-top: 20px;
    margin-top: 20px !important;
}
.common_radiobuttons .radio>input:first-child:checked ~ .relative_block:not(.manual),
.common_radiobuttons .radio>input:first-child:checked ~ .relative_block.manual.visible{
    opacity: 1;
    margin-top: 10px;
    height: auto;
    display: block;
}

.date_field{
    display: inline-block;
    vertical-align: middle;
}
.date_field+.datepicker_v2{
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url('../../user/images/icon_datepicker.png');
    background-size: cover;
}

.checkbox_line label{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
}

.schk {
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #dedede;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.schki {
    width: 22px;
    height: 22px;
}

.schki_check {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQxN3B0IiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB3aWR0aD0iNDE3cHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE1OS45ODgyODEgMzE4LjU4MjAzMWMtMy45ODgyODEgNC4wMTE3MTktOS40Mjk2ODcgNi4yNS0xNS4wODIwMzEgNi4yNXMtMTEuMDkzNzUtMi4yMzgyODEtMTUuMDgyMDMxLTYuMjVsLTEyMC40NDkyMTktMTIwLjQ2ODc1Yy0xMi41LTEyLjUtMTIuNS0zMi43Njk1MzEgMC00NS4yNDYwOTNsMTUuMDgyMDMxLTE1LjA4NTkzOGMxMi41MDM5MDctMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBsNzUuMTk5MjE5IDc1LjIwMzEyNSAyMDMuMTk5MjE5LTIwMy4yMDMxMjVjMTIuNTAzOTA2LTEyLjUgMzIuNzY5NTMxLTEyLjUgNDUuMjUgMGwxNS4wODIwMzEgMTUuMDg1OTM4YzEyLjUgMTIuNSAxMi41IDMyLjc2NTYyNCAwIDQ1LjI0NjA5M3ptMCAwIiBmaWxsPSIjMjE5NmYzIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center;
}

.schk input {
    display: none;
}

.schk input:disabled + .schki {
    background: #e8e8e8;
}

.schk.disabled + .schk_label {
    opacity: 0.1;
}


.cancel_button{
    cursor: pointer;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #dddddd;
    background-image: none;
    background-color: #ffffff;
    text-shadow: none;
    color: #999;
    padding: 14px 25px;
    line-height: normal;
    display: inline-block;
}

.cancel_button:hover{
    background-color: #fcfcfc;
}
.info_block.onair.v2.serie{
    color: #000;
}
.info_block.onair.v2.serie .logo_block .header{
    text-transform: none;
    line-height: 1.25em;
    margin-bottom: 30px;
}

.info_block.onair.v2.serie .logo_block .header ~ p{
    font-size: 20px;
    line-height: 1.5em;
}
.info_block.onair.v2.serie .logo_block .logo{
    float: right;
    margin: 0 0 20px 20px;
    width: 200px;
}
.info_block.onair.v2.serie .logo_block .logo img{

}
.info_block.onair.v2.serie .timer.inline_mode{
    display: inline-flex;
    gap: 5px;
    margin-top: 0;
}

.info_block.onair.v2.serie .timer.inline_mode .timer_element,
.info_block.onair.v2.serie .timer.inline_mode .timer_element>*{
    display: inline;
}
.info_block.onair.v2.serie .timer.inline_mode .unit{
    font-size: inherit;
}

.info_block.onair.v2.serie .series_block{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.info_block.onair.v2.serie .series_block_title{
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
}

.info_block.onair.v2.serie .series_block .serie_item{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    min-height: 100px;
}

.info_block.onair.v2.serie .series_block .serie_item .number_block{
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid #cccccc;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 15px;
    color: #333;
}
.info_block.onair.v2.serie .series_block .serie_item .number_block .number{
    font-size: 36px;
    font-weight: bold;
    line-height: 1em;
}

.info_block.onair.v2.serie .series_block .serie_item .info{
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 20px;
}

.info_block.onair.v2.serie .series_block .serie_item .info .date{
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1.25em;
}

.info_block.onair.v2.serie .series_block .serie_item .info .date .recording_link{
    font-weight: normal;
    font-size: 22px;
}

.info_block.onair.v2.serie .series_block .serie_item .info .text{
    font-size: 13px;
    font-style: italic;
}

.info_block.onair.v2.serie .series_block .serie_item.soon .info .text{
    color: #B51700;
}

.info_block.onair.v2.serie .series_block .serie_item.archive,
.info_block.onair.v2.serie .series_block .serie_item.archive .number_block{
    color: #CCCCCC !important;
}
.info_block.onair.v2.serie .series_block .serie_item .record_not_found{
    font-weight: bold;
    color: #999;
}
.info_block.onair.v2.serie .links_block{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.info_block.onair.v2.serie .links_block .element{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
}

.info_block.onair.v2.serie .links_block .element .logo{
    width: 80px;
    flex-shrink: 0;
    cursor: pointer;
}
.info_block.onair.v2.serie .links_block .element .logo img{
    width: 100%;
}

.info_block.onair.v2.serie .links_block .element.type_tg_bot .logo img,
.info_block.onair.v2.serie .links_block .element.type_tg_channel .logo img{
    border-radius: 50%;
}

.info_block.onair.v2.serie .links_block .element .text{
    line-height: 1.35em;
    font-size: 20px;
    text-align: left;
}

.info_block.onair.v2.serie .series_block a, .info_block.onair.v2.serie .links_block a{
    color: #0433FF;
    text-decoration: none;
    border-bottom: 1px solid;
}
.info_block.onair.v2.serie .series_block a:hover{
    border-bottom-color: transparent;
}

.general_header .top_toast{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #12a323;
    font-size: 16px;
}
.general_header .top_toast .content{
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.general_header .top_toast .text{
    padding: 5px 10px 5px 40px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAADJ0lEQVR4nO2azUtVQRTAp5JUiIJ2Ba0qjCDLEosKt2VUqxb9Ay/dRLQKWrXtQ9Gy3ragRUHQvg8XoUnYB1GryjKyRWi1MVMxfnF48+DxutZ7M3Nn5tL9wYUL996ZOWfmnjlzzlEqJycnJycnVYAtQA9QBB4C48A3YEFfcv9OP7sGdAMtKssAO4A+YBJzPgG9wHaVBYBlwBFgFPc8Bg5LHypGgA5gjPR5ArSrWACagSvAL/whfQ0ATaGFbwFeEo4XwOZQwu8GpgmP7CD7fQvfBcwSDz+Ag76E3wPMEB+zqa8ESv/8d+Lla2o2AWgCnhM/YpSb01DAINmh37Xw7cAi2UH8hA6X7u0Y2WPUidsMHCW7dLlQwCjxcB44V8f7I7bCtxEP18tLGjhTx3etNgroIw7uAg1VY6tVCRdtFDBJeO4BKxPG1gC8quH7jzZhrNDI2X9VwthWADfraGeTiQJ6CIvM7tolZv5WnW2dMFFAkXBI0HS9g5kvM2iigCHC8CUpImwhvHDfRAEfCBPcaHW07CsZN1HAtIUf/sgwqLE3BeGFKRMFzBt2dlqfH+rx2BaS3FbLZV/JnC8F9Fa1cbKGaLE8P56i8MYKmDbI4vwRpgaOAT//8l13Ssve+hd4b9CR5PbWJLTVqQ1cNWc9CG9sBIcMO3sNbEhob6u4pRXvXU552Vtvg0WLDj8nJTSBdTqueKM6WJGi8MaOULdlp7LkOxPaXS3Celj2lRRMQ+C2zCVZeI8zb34YErRlt0W2uVMqAQ8zL0woUygVJ7hCsrnLPc+8cMG2ysMld3SCxZfwdiExQVdmuES219v4YVjZQqksJavYZ4wpHWwkNJU17ELilQC7MpYak7G2KZdQsuJZoc+p8ALQCDzjf02PC1J8oIsQYkWO8BuVh+KoGeIskdmXqvBlZHvRMbxYkLEcUAEqQ6dCS65PnX5mfgmbELJu6Gnq//y/0L59v2c/YVFnrhtVLAA7PRVTjDh3clwCHNKDdM2wt2pQF8gxFLhUFQitlwkpcAC2qSxDyVgWgKvAA+Ctdqjm9SX3byR6q98pGIexcnJycnJyVK38BkaVPvXjYPVAAAAAAElFTkSuQmCC") no-repeat;
    background-size: contain;
    color: #FFF;
    text-decoration: none;
}

.general_header .top_toast .close_cross{
    background: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTM3LjA1MSAxMjggNzUuNDc1LTc1LjQ3NWMyLjUtMi41IDIuNS02LjU1MSAwLTkuMDUxcy02LjU1MS0yLjUtOS4wNTEgMEwxMjggMTE4Ljk0OSA1Mi41MjUgNDMuNDc1Yy0yLjUtMi41LTYuNTUxLTIuNS05LjA1MSAwcy0yLjUgNi41NTEgMCA5LjA1MUwxMTguOTQ5IDEyOGwtNzUuNDc1IDc1LjQ3NWE2LjM5OSA2LjM5OSAwIDAgMCA0LjUyNSAxMC45MjYgNi4zOCA2LjM4IDAgMCAwIDQuNTI1LTEuODc1TDEyOCAxMzcuMDUxbDc1LjQ3NSA3NS40NzVjMS4yNSAxLjI1IDIuODg4IDEuODc1IDQuNTI1IDEuODc1czMuMjc1LS42MjUgNC41MjUtMS44NzVjMi41LTIuNSAyLjUtNi41NTEgMC05LjA1MUwxMzcuMDUxIDEyOHoiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==');
    background-size: contain;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    position: absolute;
    right: 30px;
}

.general_header .top_toast .close_cross:hover{
    opacity: 1;
}

.general_header .top_toast .progress_bar{
    width: 0;
    height: 5px;
    background-color: #FFFFFF;

    position: absolute;
    bottom: 0;
    left: 0;
}

.general_header .danger.top_toast{
    background-color: #c30000;

}

.general_header .danger.top_toast a:not(.button){
    color: #FFFF;
    border-bottom: 1px solid;
    cursor: pointer;
    text-decoration: none;
}
.general_header .danger.top_toast a:hover{
    border-bottom-color: transparent;
}

.general_header .danger.top_toast .text {
    background: url("../../user/images/alert.png") no-repeat;
    background-size: contain;
}

.general_header .top_toast .email {
    max-width: calc(100vw - 10px);
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.general_header .top_toast .button{
    box-shadow:inset 0px -3px 7px 0px #29bbff;
    background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
    background-color:#2dabf9;
    border-radius:7px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff !important;
    font-family:Arial;
    font-size:18px;
    font-weight: bold;
    padding:10px 23px;
    text-decoration:none;
    text-shadow:0px 1px 0px #263666;
    height: auto;
}

.general_header .top_toast .button:hover {
    background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
    background-color:#0688fa;
}
.general_header .top_toast .button:active {
    position:relative;
    top:1px;
}
.general_header .top_toast .button:hover{
    background-color: #50a7ff;
}

@media only screen and (max-width: 640px) {
    .desktop_text{
        display: none;
    }

    .compact_view {
        display: initial;
    }

    .full_view {
        display: none;
    }

    .info_block {
        width: calc(100% - 20px);
    }

    .text_block .header {
        font-size: 20px;
        text-align: center;
        margin: 0 auto 5px;
        max-width: 400px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .text_block .header .author_image.mobile{
        display: inline-flex;
    }

    .common_info .author_image.wide_only {
        display: none;
    }
    .common_info .author_image {
        float: left;
        width: 20%;
        text-align: center;
        margin-top: 50px;
    }

    .common_info .author_image img {
        max-width: 100%;
        width: auto;
    }

    .common_info .text_block {
        width: 100% !important;
        float: none;
        display: block;
        font-size: 15px;
    }

    .common_info .text_block .text:not(.field) {
        margin-top: 20px;
    }

    .common_info .text_block p {
        margin-bottom: 10px;
    }

    .common_info .main_text {
        padding-top: 20px;
    }

    .form {
        margin-top: 10px;
        padding-top: 10px;
        font-size: 14px;
    }

    .common_radiobuttons .radio_title, .schk_label{
        font-size: 14px;
    }

    .form .form_line {
        margin-bottom: 10px;
    }

    .form .form_line .label {
        width: 100%;
        font-size: 18px;
        color: #666;
        line-height: normal;
        margin: 5px 0;
        font-weight: bold;
        text-align: center;
        /*text-decoration: underline;*/
    }

    .form .form_line .label .hint{
        /*text-decoration: none;*/
    }

    .form .form_line > div {
        width: 100%;
        float: right;
    }

    .form .form_line .form_text_value > .value {
        max-width: 100%;
        overflow: auto;
        color: #000;
        font-weight: normal;
        font-size: 14px;
    }

    .form .form_line .form_text_value.link_line > .value {
        font-weight: bold;
    }

    .form .form_line .form_text_value > .controls {
        font-size: 12px;
    }

    .form .form_field.submit_line input, .submit_link {
        font-size: 18px;
        padding: 10px 6%;
        margin: 15px 0 20px;
        white-space: normal;
        line-height: 1.5em;
    }

    .product_logo, .counter_block {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .onair .common_info .author_image {
        width: 30%;
        max-width: 80px;
        margin-bottom: 15px;
    }

    .timer {
        clear: both;
    }

    #bots_line .bot {
        max-width: 45%;
    }

    #bots_line .action_btn {
        padding: 10px;
    }

    #bots_line .bot .button {
        margin-top: 10px;
    }

    .form .form_field.submit_line {
        margin-top: 0;
    }

    .info_block.onair.v2 .bonus_block.video .content{
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .buttons_line.contact_export_buttons{
        flex-wrap: wrap;
    }

    .text_block .buttons_line{
        gap: 20px;
    }

    .general_header .top_toast .content{
        font-size: 14px;
    }
}

@media only screen and (max-width: 540px) {
    .events_menu .events_items {
        margin-top: 10px;
    }

    .events_menu .hint {
        font-size: 12px;
        line-height: normal;
    }

    .info_block.onair.v2 .logo_block{
        position: relative;
    }
    .info_block.onair.v2 .logo_block .logo{
        width: 120px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .info_block.onair.v2 .logo_block .header{
        font-size: 20px;
        height: 120px;
        display: flex;
        align-items: center;
        margin: 0;
        max-width: calc(100% - 120px)   ;
    }

    .info_block.onair.v2 .logo_block .header ~ div,
    .info_block.onair.v2 .logo_block .header ~ div p
    {
        font-size: 16px;
    }

    .info_block.onair.v2.serie .logo_block .logo{
        float: right;
        margin: 0 0 10px 10px;
        width: 100px;
    }


    .wide_only{
        display: none;
    }

    .general_header .top_toast{
        padding: 10px 5px;
    }

    .general_header .top_toast .content{
        word-break: break-word;
    }

    .general_header .danger.top_toast .text{
        background: none;
        padding: 5px;
    }

    .info_block.onair.v2 .timer {
        gap: 20px;
    }

}

@media only screen and (max-width: 400px) {
    .info_block {
        margin: 10px auto;
    }

    .form .form_field.submit_line input, .submit_link {
        font-size: 16px;
        width: 100%;
    }

    .time__block .idvd_timer .tmr_el_unit {
        font-size: 80%;
    }

    .form .form_line .form_text_value > .value .host {
        font-size: 13px;
    }

    .timer {
        clear: both;
        margin-top: 15px;
    }

    .events_menu {
        margin-top: 15px;
    }

    /*.events_menu .events_items {
        margin: 5px auto;
        max-width: 200px;
    }*/

    .events_menu .hint {
        font-size: 10px;
        line-height: normal;
    }

    .timer:not(.phone_timer):not(.inline_mode) .timer_element .value, .timer.phone_timer .timer_element .value{
        font-size: 35px;
        height: 70px;
        line-height: 70px;
        width: 70px;
    }



    /*.events_menu .events_items .event_item .date_info {
        padding: 4px;
        border: 2px solid #cccccc;
        width: 60px;
        border-radius: 10px;
        font-size: 12px;
    }

    .events_menu .events_items .event_item .date_info .time {
        font-size: 14px;
        font-weight: bold;
    }

    .events_menu .events_items .event_item .slot_info {
        font-size: 12px;
    }*/

    .common_info .pre_header {
        margin-bottom: 15px;
    }

    .events_menu .hint {
        margin-top: 5px;
    }

    .form .form_line .form_text_value {
        font-size: 15px;
    }

    .form .form_line .form_text_value > .value {
        max-width: 100%;
        overflow: auto;
    }

    .common_info .text_block {
        font-size: 13px;
    }

    .progress_line {
        margin-bottom: 15px;
    }

    /*.info_block.onair.v2 .logo_block{
        flex-direction: column-reverse;
        align-items: center;
    }
    .info_block.onair.v2 .logo_block .logo{
        width: 225px;
        position: relative;
    }

    .info_block.onair.v2 .logo_block .header{
        display: block;
        height: auto;
    }*/

    .info_block.onair.v2 .redactor-styles figure{
        margin: 0 auto 10px !important;
        float: none;
    }

}