.glavbyx-party .body-bg{
    background: url(/web/2021/img/bg-body.jpg), #080C30;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.glavbyx-header {
    padding-top: 50px;
    padding-bottom: 0;
}
.container {
    margin: 0 auto;
    max-width: 1146px;
}


.glavbyx-party .block_middle {
    border: none;
}

.glavbyx-header.header-wrap {
    margin-top: 30px;
}
.glavbyx-header .header-wrap .partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
}
.glavbyx-header .header-wrap .partner >*:not(:last-child) {
    margin-bottom: 28px;
}

.glavbyx-header .container .sec-title {
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}
.glavbyx-header .block_middle {
    color: #fff;
}
.block_trans{
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
}
.block_middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 662px;
}

.block_iframe {
    max-width: calc(100% - 290px);
    width: 100%;
    background: #474D5E;
}

.block_chat {
    padding:0 10px;
    max-width: 290px;
}

.block_iframe iframe {
    width: 100%;
    border: 0;
    background: #474D5E;
}

.glavbyx-header .block_chat_item p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.block_chat_item {
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 29px;
    margin-bottom: 29px;
    color: #fff;
}

.block_chat_item:last-child {
    border-bottom: 0;
}

.block_chat_write {
    border: 1px solid #C1C1C1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.block_chat_write textarea {
    border: 0;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    height: 132px;
    line-height: 30px;
    color: #747474;
}

.glavbyx-party .block_chat_write input {
    background: #F21C1C;
    border-radius: 0px 0px 1px 1px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 51px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    margin: 0 -1px -2px;
    width: calc(100% + 2px);
}
.block_form_chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.block_chat_list {
    height: calc(100% - 190px);
    overflow: auto;
    border-top: none;
    padding-top:16px;
}
.block_chat_list::-webkit-scrollbar {
    background: #FFFFFF;
    border: 1px solid #E9E7E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;

    width:8px;
}

.block_chat_list::-webkit-scrollbar-thumb {
    background: #BDBDBD;
    border-radius: 20px;
    width:8px;

}
.track_progress{background:#79C61F;position:absolute; top:0;left:0;height:2px;}
.track_progress:before{
    content:'';
    background-image: url(/web/2021/img/tree.svg);
    position:absolute;
    top: -26px;
    right:-5px;
    height:26px;width:16px;
}
.progress_block {
    width: 100%;height: 2px;background: #474D5E;
    position: relative;
    height: 2px;
    margin-top: 36px;
    margin-bottom: 16px;
    width: calc(100% - 290px);
}

.blopck_bottom {
    padding: 8px 16px;
}
.glavbyx-header .block_time_item p, .glavbyx-header .block_time_item {
    font-size: 16px;
    line-height: 22px;
    color: #474D5E;
}

.block_time_item .time {
    font-weight: bold;
}
.block-list_time {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-list_time .block_time_item p{
    font-size: 16px;
    margin-top: 5px;
    max-width: 240px;
}

.block-list_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 290px);
}

.block_trans {
    margin-bottom: 16px;
}


.block_select {
    border: 1px solid #2CD16F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-left: 33px;
}
.block_select-list li a{
    display:block;
    font-family: ProximaNova;
    padding:10px 13px;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    color: #474D5E;
    position:relative;
    -webkit-transition:.3s;-o-transition:.3s;transition:.3s
}
.i-arrow-white, .i-menu-arrow{
    content:'';
    display:inline-block;
    width:20px;
    height:10px;
    background: url("data:image/svg+xml;utf8,<svg width=\"23\" height=\"12\" viewBox=\"0 0 23 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 1L11.5 11L22 1\" stroke=\"rgb(44, 209, 111)\"/></svg>") no-repeat center;
    top:19px;
    right:27px;
}
.block_select.open .i-arrow-white {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("data:image/svg+xml;utf8,<svg width=\"22\" height=\"12\" viewBox=\"0 0 22 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 1L11 11L21 1\" stroke=\"rgb(47,52, 65)\"/></svg>") no-repeat center;

}
.block_select.open {
    -webkit-box-shadow: 0px 9px 21px rgba(0, 20, 72, 0.08);
    box-shadow: 0px 9px 21px rgba(0, 20, 72, 0.08);
}
.block_select-list {
    border: 1px solid #CBCBCB;
    border-top:0;
    list-style: none;
    width:300px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.open .block_select-list {
}
.block_select{position:relative;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.block_select.open,.block_select:hover{background:#fff;}
.block_select.open{border-radius: 4px 4px 0 0;}
.block_select-current{cursor:pointer;padding:6px 10px;display: -webkit-box;display: -ms-flexbox;display: flex;  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;}
.block_select-current span{
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    margin:0 8px 0 0;}
.block_select-current span{color: #2CD16F;}
.open .block_select-current span{color: #474D5E;}
.block_select-list{position:absolute;z-index:10;left:0;top:100%;display:none;}
.block_select-list li{border-top: 1px solid  #CBCBCB;}
.block_select-list li a{text-decoration:none;}
.block_select-list li a:hover{background: #DEDFEC;}
.block_select-list li.hide{display: none;}
@media (max-width:1199.5px){
    .block_title h1 {
        font-size: 77px;
        line-height: 77px;
    }
}

@media (max-width:991.5px){

    .block_select-current span {
        font-size: 20px;
        line-height: 24px;
    }

    .block_select {
        margin-left: 0;
        min-width: 246px;
    }

    .block_select-list li a {
        font-weight: 300;
        font-size: 14px;
        line-height: 15px;
    }

    .block_select-list {
        width: 246px;
    }

    .block_select-current {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .block_middle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }


    .block_iframe {
        max-width: 100%;
        min-height: 277px;
    }

    .block_iframe iframe {
        height: 100%;
    }

    .block_chat {
        max-width: 100%;
    }

    .block_chat_list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 300px;
    }

    .block_chat_write {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 22px 0;
    }

    .block-list_time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 52px;
    }
    .track_progress {
        width:2px;
    }

    .block-list_time .block_time_item, .block-list_time .block_time_item p {
        width: 100%!important;
    }

    .blopck_bottom {
        padding: 26px 21px;
    }

    .block_time_item p, .block_time_item {
        font-size: 18px;
        line-height: 23px;
    }

    .time {
        margin-bottom: 4px;
    }

    .progress_block {
        position: absolute;
        top: 26px;
        LEFT: 35px;
        HEIGHT: calc(100% - 52px);
        width: 2PX;
        margin-top: 0;
    }

    .blopck_bottom {
        POSITION: RELATIVE;
    }

    .track_progress:before {
        bottom: 0;
        left: -16px;
        top: unset;
    }
    .block_img {
        position: unset;
        max-width: 260px;
    }

    .block_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin:38px 0 120px;
        padding: 25px 19px;
    }

    .block_item .block_txt {
        max-width: 100%;
    }

    .block_item .subtitle {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 15px;
    }

    .block_item .title {
        font-size: 32px;
        line-height: 34px;
    }

    .block_item .text p, .block_item .text {
        font-size: 12px;
        line-height: 16px;
    }

    .block_title h1 {
        font-size: 47px;
        line-height: 48px;
        max-width: 258px;
        margin: 0 auto 26px;
    }

    .block_title .subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .block-txt_center {
        font-size: 14px;
        line-height: 20px;
    }

    .btn {
        font-size: 14px;
        line-height: 17px;
    }

    .big_title {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 48px;
    }

    .block_txt_btn p {
        font-size: 18px;
        line-height: 22px;
    }

    .block_txt_btn .btn {
        margin-top: 31px;
    }

    .block_socseti {
        padding-top: 24px;
        padding-bottom: 170px;
    }

    .block_img.left_pos {
        margin: 0 auto -130px;
    }
    .block_txt_btn {margin-bottom:48px;}
    .block_item.justify-content-start{
        padding: 48px 19px;
        margin-bottom: 90px;
    }
    .block_img.right_pos {
        margin: 0 auto -115px;
    }
    .block_item.mh-336 {
        padding: 50px 19px;
    }

    .block_item.mh-336 .block_txt {
        max-width: 100%;
    }
    .block_img.left_pos_two {
        margin: 0 auto -105px;
    }
    .header .col-md-5 img {
        max-width: 75px;
    }
}

.blavbyx-bottom {
    margin-top: 190px;
}

.glavbyx-party .footer {
    border: none;
}

.blavbyx-bottom .footer-left {
    max-width: 600px;
}
.blavbyx-bottom .footer-right {
    max-width: 420px;
}

.blavbyx-bottom .footer-right  .footer-right__items>*:not(:last-child) {
    margin-bottom: 70px;
}
.blavbyx-bottom .footer-right  .footer-right__items {
    margin-bottom: 30px;
}

.blavbyx-bottom .footer-right .footer-right__item .footer-right__img {
    width: 90px;
    min-width: 90px;
    margin-right: 33px;
}
.blavbyx-bottom .footer-right .footer-right__item .date{
    font-size: 45px;
    margin-bottom: 10px;
}

.blavbyx-bottom .footer-right .footer-right__item .footer-right__text p {
    font-size: 16px;
    line-height: 21px;
}


.blavbyx-bottom .footer-left .sec-title {
    font-weight: 600;
    font-size: 45px;
    max-width: 500px;
    margin-bottom: 40px;
}

.blavbyx-bottom .footer-left .sec-descr {
    margin-bottom: 145px;
    font-size: 22px;
}
.blavbyx-bottom .footer-left .pol {
    font-size: 13px;
    margin-bottom: 25px;
}
.blavbyx-bottom .footer-left .pol>*:not(:last-child) {
    margin-right: 20px;
}
.footer-right{
    position: relative;
}
.footer-right::after{
    content: url(/web/2021/img/bot-map.png);
    position: absolute;
    right: -35%;
    top: -40%;

    display: block;
}
.footer-left .soc >*:not(:last-child) {
    margin-right: 10px;
}
.footer-left .soc .link {
    width: 30px;
    height: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}
.footer-left .soc .link:hover {
    opacity: .7;
}

.footer-left .soc .link img {
    width: 20px;
    height: 20px;

}
.glavbyx-party .body-bg {
    padding-bottom: 240px;
}

@media (max-width:  1100px) {
    .glavbyx-header, .blavbyx-bottom {
        padding-left: 16px;
        padding-right: 16px;
    }
    .glavbyx-party .footer-right::after {
        right: 0;
        opacity: .6;
    }
}
@media (max-width:  900px) {
    .blavbyx-bottom .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blavbyx-bottom .footer-left, .blavbyx-bottom .footer-right {
        max-width: 100%;
    }
    .blavbyx-bottom .footer-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .glavbyx-party .body-bg {
        padding-bottom: 100px;
    }
    .blavbyx-bottom {
        margin-top: 50px;
    }
}
@media (max-width:  600px) {
    .glavbyx-header .container .sec-title, .blavbyx-bottom .footer-left .sec-title {
        font-size: 24px;
        text-align: center;
    }
    .blavbyx-bottom .footer-left .sec-title {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .blavbyx-bottom .footer-left .sec-descr {
        font-size: 20px;
    }
    .glavbyx-header .logo img{
        width: 70px;
    }
    .glavbyx-header .partner img {
        width: 120px;
    }
    .glavbyx-party .block-list_time {
        width: 100%;
    }
    .glavbyx-party .footer-right::after {
        opacity: .3;
    }
    .blavbyx-bottom .footer-right .footer-right__item .date {
        font-size: 24px;
    }
    .blavbyx-bottom .footer-right .footer-right__item .footer-right__text p {
        font-size: 14px;
    }
    .blavbyx-bottom .footer-left .pol {
        width: 100%;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .blavbyx-bottom .footer-left .pol>*:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .glavbyx-party .soc {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .blavbyx-bottom .footer-left .sec-descr {
        text-align: center;
    }
    .blavbyx-bottom .footer-left .sec-descr {
        margin-bottom: 50px;
    }
}

.glavbyx-party .block_iframe iframe {height: 100%}

@media (max-width: 991.5px) {
    .glavbyx-party .block_iframe iframe {
        height: 280px;
    }
    .glavbyx-party .block_iframe {
        background: none;
    }
}



/*новые стили для плеера */

.glavbyx-party .block_middle {
    height: auto;
}
.glavbyx-party .block_iframe iframe {
        height: 400px;
    }
.block_form_chat .block_chat_item {
    margin-bottom: 0;
}

.blopck_bottom {
    margin-top: -146px;
}
.block_chat {
    height: 600px;
}
.block_form_chat .block_chat_item {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;

}

@media (max-width: 990.5px) {
    .glavbyx-party .block_iframe iframe {
        height: 380px;
    }
    .blopck_bottom {
    margin-top: 0;
}
}
@media (max-width:  480px) {
    .glavbyx-party .block_iframe iframe {
        height: 200px;
    }
    .block_iframe {
        min-height: 200px;
    }
}
.block_middle .block_iframe {
    background: inherit;
}