body {
    font-family: Roboto;
    font-size: 13px;
}

h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 11px;
    color: #000000;
}

h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 11px;
    color: #000000;
}

p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;

    color: #000000;
}

h3.question i {
    font-size: 30px;
    color: #009991;
    margin: 10px 0;
}

h3.question a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 33px;
    color: #000000;
}

li {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}


.grey {
    background: #9999991c;
    /*background: #F2F2F2;*/
}
.head_1 {
    position: relative;
    width: 695px;
    margin: 21px 0;
    padding: 10px 20px 10px 0;
}

h1.event_name {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 11px;
    padding-right: 20px;
    color: #000000;
    border-bottom: none;
}

h3.event_price > i.fa-ticket {
    font-size: 33px;
    color: #009991;
    margin: 10px 0;
}

h3.event_price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 33px;
    color: #000000;
}

.head_2 {
    position: absolute;
    width: 320px;
    height: 100px;
    top: 50px;
    left: 695px;
    border-left: 1px solid #AFAFAF;
    padding: 10px 20px;

}

.head_2 h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height */
    margin-bottom: 25px;

    color: #000000;

}

.head_2 h3 i {
    font-size: 21px;
    color: #009991;
}


.head_2 h3 i.icon-ico_address {
    margin-right: 10px;
    margin-bottom: 70px;
    display: block;
    float: left;
}

.kn_uch {
    position: absolute;
    top: 77px;
    right: 22px;
    cursor: pointer;
}

.no_signup {
    display: block;
    position: absolute;
    top: 50px;
    right: 22px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: red;
    border-left: 2px solid red;
    width: 200px;
    padding-left: 20px;

}


.container_video_chat {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 0px 22px;

}

.video_chat {
    width: 100%;
    overflow: hidden;
}

.event_video {
    position: relative;
    width: 820px;

}

.video_chat_top {
    width: 100%;
    height: 49px;
    line-height: 49px;
    vertical-align: middle;
}

.video_chat_top i {
    font-size: 18px;
    color: #009991;
    margin: 5px 5px 5px 0;
}

.event_doc_nmo, .event_add_tezis, .event_ball_nmo {
    display: inline-block;
    margin-right: 95px;
}
.event_add_tezis {
    background-color: #009991;
    color: #fff;
    padding: 0 15px;
}

a.event_add_tezis:hover {
    color: #fff;
}


.event_ekran {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.event_ekran > i {
    color: #009991;
    font-size: 20px;
    margin-right: 7px;
    margin-top: 25px;
}

.video_center {
    width: 100%;
    height: 563px;
    background-image: url("/img/video_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    font-size: 220px;
    color: #009991;
    text-align: center;
    line-height: 580px;
}

.video_bottom {
    height: 70px;
    line-height: 70px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #E5E5E5
}

.video_bottom div {
    display: inline-block;
    margin: 0 15px 0 11px;
}

.video_bottom>div>div>i {
    margin: 0 5px 0 -10px;
}

.event_chat {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 682px;

}


.kn_chat {
    width: 200px;
    float: right;
    line-height: 49px;
    text-align: right;


    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;

    color: #605F5F;
}

.kn_chat > span {
    margin-right: 10px;
}

.kn_chat.svernut span.text:before {
    content: "Свернуть";
}

.kn_chat.razvernut span.text:before {
    content: "Развернуть Чат";
}

.kn_chat i {
    display: inline-block;
    width: 51px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    float: right;
    margin: 0;

    font-size: 26px;
    color: #fff;

    background-color: #C4C4C4;
    transition: background-color;
}

.kn_chat.svernut i:before {
    content: "\e90c";
}

.kn_chat.razvernut i:before {
    content: "\e90a";
}

.kn_chat:hover i {
    background-color: #e0e0e0;
}

.video_player.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

.icon-ico_play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: -110px;
}

.prof_block {
    display: inline-block;
    position: relative;
    padding: 0px 15px;
    margin: 0 18px 18px 0;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    /* identical to box height */

    text-align: center;

    color: #5CB7E1;


    border: 1px solid #5CB7E1;
    box-sizing: border-box;
}

.opisanie2 {
    width: 936px;
    margin: 20px auto;
    padding: 5px 0px 5px 36px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;

    color: #000000;
    border-left: 8px solid #009991;

}


.h_str {
    display: block;
    margin: 30px 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 144.69%;
    /* or 35px */


    color: #009991;

}

.h4_str {
    display: block;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;

    color: #000000;

}

.event_block1 {
    display: block;
    position: relative;
    width: 728px;
    margin: 0 35px 0 0;
    float: left;
}

.program_tema_content {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;

    color: #000000;
}

.program {
    width: 100%;
    padding: 24px;
    border-left: 6px solid #5CB7E1;
    background: #F7F7F7;
}

.program span.icon-ico_clock {
    position: relative;
    font-size: 29px;
    left: 18px;
    color: #009991;
}
.program table td {
    padding: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    position: relative;
    color: #000000;
}

.program p.time {
   color: #777;
}

.program_data span {
    display: inline-block;
    padding: 15px 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 117.69%;
    /* identical to box height, or 21px */

    text-align: center;
    background: #009991;
    color: #FFFFFF;
}

.program_data {
    margin: 50px 0 19px 0;
    border-bottom: 1px solid #80797F;
}

.program p.about {
    margin-top: 15px;
    font-family: Roboto;
    font-style: normal;
    font-size: 14px;
    line-height: 161.69%;

    color: #605F5F;
}

.program i.sponsor {
    font-family: Roboto;
    font-style: italic;
    font-size: 14px;
    line-height: 161.69%;
    color: #000000;
}

.program i.sponsor>b {
    font-weight: 500;
}



.program table td:nth-child(1) {
    vertical-align: top;
}


.program table tr:nth-child(odd) td {
    background: none;
}

.event_block2 {
    display: inline-block;
    position: relative;
    width: 469px;
    margin: 18px 0 0 0;
}

.sponsors {
    padding-top: 12px;
}

.sponsors h4 {
    display: block;
    margin-bottom: 30px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;

    color: #000000;
}

.sponsor {
    display: inline-block;
    margin: 0 21px 21px 0;
    width: 189px;
    vertical-align: top;
    line-height: 18px;
    color: #605F5F;
    text-align: center;
}

.sponsors img {
    width: 189px;
    margin-bottom: 10px;
}

.sponsor_general {
    width: 189px;
}

.border_bottom{
    border-bottom: 1px solid #80797F;
}

.padding_15 {
    padding: 15px;
}
.usl {
    margin: 30px 0;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 173.69%;
    /* or 24px */


    color: #605F5F;

}
.usl1, .usl2 {
    display: inline-block;
    width: 133px;
    margin-right: 34px;
    vertical-align: top;
}

.kvadrat {
    position: relative;
    width: 100px;
    height: 100px;

    background: #009991;
}

.kvadrat p {
    display: block;
    position: relative;
    top: 21px;

    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    text-align: center;

    color: #FFFFFF;
}

.kvadrat p.nmo_window {
    display: block;
    position: relative;
    top: 33px;
}

.kvadrat p strong{
    display: block;
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    text-align: center;

    color: #FFFFFF;
}

.nmo_text {
    display: block;
    position: relative;
    margin-top: 22px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 144.69%;
    /* or 26px */


    color: #000000;
}

.event_doc {
    display: inline-block;
    width: 100px;
    margin-left: 8px;
    text-align: center;
    margin-bottom: 38px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #605F5F;

}

.event_doc i {
    display: block;
    position: relative;
    width: 67px;
    margin: 14px auto;
    font-size: 60px;
    color: #808080;

}



a.event_doc:hover i, a.event_doc:focus i{
    color: #1b80c3;
}

.no_chat {
    width: 1240px;
}

.program_tema_content ul {
    padding: 0 0 0 30px;
}

.program_tema_content li {
    padding-left: 15px;
    margin-bottom: 10px;
}
/*
.program_tema_content li {
    list-style-type: none;
    padding-right: 15px;
}
.program_tema_content li:before {
    color: #009991;
    content: "• ";
    padding-right: 15px;
}
*/



.control_vr , #window_cancel_reg, #reg_on_event {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    margin-top: 0px;
    margin-left: 0px;
}

.control_vr>div.callout, #window_cancel_reg>div.callout, #reg_on_event>div.callout {
    width: 400px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#reg_on_event>div.callout {
    text-align: center;
    background-color: #f0f0f0 !important;
}

#reg_on_event h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 18px;
}

#reg_on_event .close {
    float: right;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: relative;
    box-shadow: none;
    /* background-color: transparent; */
}

.control_vr>div.callout button.close, #window_cancel_reg>div.callout button.close  {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 0px;
}
.control_vr>div.callout h4, #window_cancel_reg>div.callout h4 {
    margin-top: 15px;
    line-height: 1.5;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.callout.callout-danger {
    border-color: #c23321;
}

#window_cancel_reg>div.callout {
    width: 445px;
    height: 250px;
}

#window_cancel_reg .callout button.btn {
    display: inline-block;
}


.video_bottom div.window_vsp {
    display: none;
    position: absolute;
    left: -20px;
    bottom: 70px;

    width: 295px;
    height: 330px;

    background: #FFFFFF;
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.25);

    padding: 24px 54px 24px 24px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #605F5F;

}

.window_vsp h5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    /* identical to box height */

    color: #009991;
    margin-bottom: 15px;
}
.window_vsp button{
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 17px;
}
.win {
    cursor: pointer;
}
.window_vsp p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #605F5F;
}

.map {
    padding: 49px 0 29px 0;
}

#map {
    margin: 30px 0 29px 0;
}

.contact {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170.19%;
    /* or 31px */

    color: #000000;

}

.no_view {
    display: none;
}

.predv_kn {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
}

.predv_kn p{
    color: #fff;
    margin-top: 10%;
    padding: 50px;
}

.predv_kn>button.btn-default{

   position: absolute;
   border: 1px solid #fff;
   color: #fff;
    margin-left: -120px;
}
a.event_add_tezis:link {
    color: #fff;
}
a.event_add_tezis:visited {
    color: #fff;
}
a.event_add_tezis:hover {
    color: #fff;
}
a.event_add_tezis {
    color: #fff;
}

.offline {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 20px;
    border: 1px solid #009991;
    text-align: center;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}

.offline p {
    font-size: 13px;
    margin: 0;
}


.offline .kn {
    width: 200px;
    margin: 15px 30px;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.event_opros {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 20px;
    border: 1px solid #80797F;
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /*margin-bottom: 25px;*/
}

.opros_body label {
    display: inline;
}

.event_opros>h2.h_str {
    margin-top: 0px;
    text-align: left;
}
.event_opros button {
    margin: 10px;
}
.opros_radio_button {
    text-align: left;
}

.opros_radio_button button{
    margin-left: 0;
}

.text-left {
    text-align: left;
}

.img_programm {
    display: block;
    position: absolute;
    top: 0px;
    left: -96px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 10px auto 20px auto;
    border: 2px solid #5CB7E1;
}
.opros_body .form-check {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;
}
.opros_body .form-check-input{
    margin: 10px 10px 0 0;
    position: relative;
    padding-left: 0;
}
.a_opros {
    font-size: 18px;
    font-weight: normal;
    color: #c33939;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

#window_cancel_reg a.btn {
    font-size: 13px;
    padding: 9px 20px;
}

.container_m {
    display: block;
    position: relative;
    width: 1280px;
    margin: 0 auto;
    padding: 22px;
    /*min-height: 170px;*/
}

.block_pravilno .kv {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
}

.block_pravilno{
    display: block;
    width: 100%;
    font-size: 14px;
    margin-top: 30px;
    line-height: 18px;
}

.pravilno{
    background-color: #0ec800 !important;
    height: 25px;
}

.opros_body .form-check {
    margin-bottom: 20px;
    margin-top: 20px;
}
.opros_body .form-check-input{
    margin: 10px 10px 0 0;
}

/*
 * Component: Progress Bar
 * -----------------------
 */
.gr_progress-bar-primary {
    background-color: #3c8dbc;
    height: 10px;
}
.gr_progress {
    background: rgba(0, 0, 0, 0.1);
    margin: 5px -10px 5px -10px;
    height: 2px;
    text-align: left;
}
.gr_progress-group {
    text-align: left;
    width: 95%;
    margin: 15px auto;
}
.gr_progress,
.gr_progress .progress-bar {
    border-radius: 0;

}
.gr_progress .progress-bar {
    background: #fff;
}
.gr_progress,
.gr_progress > .gr_progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gr_progress,
.gr_progress > .gr_progress-bar,
.gr_progress .gr_progress-bar,
.gr_progress > .gr_progress-bar .gr_progress-bar {
    border-radius: 1px;
}
/* size variation */
.gr_progress.sm,
.gr_progress-sm {
    height: 10px;
}
.gr_progress.sm,
.gr_progress-sm,
.gr_progress.sm .gr_progress-bar,
.gr_progress-sm .gr_progress-bar {
    border-radius: 1px;
}
.gr_progress.xs,
.gr_progress-xs {
    height: 7px;
}
.gr_progress.xs,
.gr_progress-xs,
.gr_progress.xs .gr_progress-bar,
.gr_progress-xs .gr_progress-bar {
    border-radius: 1px;
}
.gr_progress.xxs,
.gr_progress-xxs {
    height: 3px;
}
.gr_progress.xxs,
.gr_progress-xxs,
.gr_progress.xxs .gr_progress-bar,
.gr_progress-xxs .gr_progress-bar {
    border-radius: 1px;
}
/* Vertical bars */
.gr_progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}
.gr_progress.vertical > .gr_progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.gr_progress.vertical.sm,
.gr_progress.vertical.gr_progress-sm {
    width: 20px;
}
.gr_progress.vertical.xs,
.gr_progress.vertical.gr_progress-xs {
    width: 10px;
}
.gr_progress.vertical.xxs,
.gr_progress.vertical.gr_progress-xxs {
    width: 3px;
}
.gr_progress-group .gr_progress-text {
    font-weight: 400;
    font-size: 14px;
}
.gr_progress-group .gr_progress-number {
    float: right;
    font-weight: 400;
    font-size: 14px;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .gr_progress {
    margin: 0;
}
.gr_progress-bar-light-blue,
.gr_progress-bar-primary {
    background-color: #3c8dbc;
}
.gr_progress-striped .gr_progress-bar-light-blue,
.gr_progress-striped .gr_progress-bar-primary {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.gr_progress-bar-green,
.gr_progress-bar-success {
    background-color: #00a65a;
}
.gr_progress-striped .gr_progress-bar-green,
.gr_progress-striped .gr_progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.gr_progress-bar-aqua,
.gr_progress-bar-info {
    background-color: #00c0ef;
}
.gr_progress-striped .gr_progress-bar-aqua,
.gr_progress-striped .gr_progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.gr_progress-bar-yellow,
.gr_progress-bar-warning {
    background-color: #f39c12;
}
.gr_progress-striped .gr_progress-bar-yellow,
.gr_progress-striped .gr_progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.gr_progress-bar-red,
.gr_progress-bar-danger {
    background-color: #dd4b39;
}
.gr_progress-striped .gr_progress-bar-red,
.gr_progress-striped .gr_progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
 * --------------------
 */

.no_region {
    font-size: 24px;
    width: 60%;
    line-height: 50px;
    color: #9b0000;
    top: 40%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.head_price {
    font-size: 20px;
    color: #009991;
}

h3.event_price a > i.fa-ticket {
    font-size: 33px;
    color: #009991;
    margin: 10px 0;
}

.modal_ant {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.1rem -0.5rem auto;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.show {
     opacity: var(--bs-backdrop-opacity);
 }
.modal_ant label {
    font-size: 18px;
}

.modal_ant textarea.form-control {
    height: 52px;
    color: #000;
    /* background-color: #eaeaea; */
    transition: all .15s;
    outline: none;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 15px 8px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    border-width: 1px;
    border: 1px solid #E2E2E2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FAFAFA;
    background-image: none;
    box-shadow: none;
}
.rating-area {
     overflow: hidden;
     width: 225px;
     margin-left: 0px;
 }
.rating-area:not(:checked) > input {
    display: none;
    caret-color: transparent;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
    caret-color: transparent;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
    caret-color: transparent;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
    caret-color: transparent;
}
.rate-area > label:active {
    position: relative;
    caret-color: transparent;
}


.kn_uch_reg_on_event {
    cursor: pointer;
    margin: 10px auto;
    position: relative;
}

.indikator {
    float: right;
    text-align: right;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    padding: 17px 30px 16px 45px;
    line-height: 0;
    border: 1px solid #b1b1b1;
    display: block;
    margin-top: 7px;
}

.indikator>span {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 11px;
}

.indikator>span.kr_green {
    background-color: #9d9d9d;
}

.indikator>span.kr_red {
    background-color: #ff3300;
}

.input-file {
    position: relative;
    display: inline-block;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 18px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #7c7c7c;
    line-height: 30px;
    height: 50px;
    width: 567px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/active */
.input-file:hover span {
    background-color: #b8b8b8;
}
.input-file:active span {
    background-color: #797979;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}