.sport img {
    max-width: 100% ;
}

.btn_black.mt30 {
    width: 100%;
    max-width: 100%;
}
.modal-body .flex-row input.modal__code{
    max-width: 100%;
    width: 100%;
}
.modal-body .btn_black.modal__code-btn{
    margin: 30px auto 0;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-bg  img{
    width: 100%;
}

.section-container.promo {
    position: relative;
}
.promo-cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.promo-cont .text {
    padding: 0 5% 14px;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.promo-cont .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #FD7301 0%, rgba(253, 115, 1, 0.7) 62.5%, rgba(253, 121, 1, 0) 100%);
    max-width: 869px;
    height: 6px;
}
.promo-cont .text.no-border:before {
    display: none;
}

.button-row {
    padding-left: 5%;
}
.button-row a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 21px;
    background: linear-gradient(90deg, #FF7200 0%, #EF4848 100%);
    border-radius: 50px;
    display: block;
    max-width: 420px;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
}

.button-row a:hover {
    background: linear-gradient(90deg, #b05101 0%, #a13232 100%);
}

.video {
    padding-top: 180px;
}

.video-wrapper {
    text-align: center;
    width: 100%;
    padding: 0 5%;
}

.video-wrapper-block {
    position: relative;
    /*border-radius: 20px;*/
    overflow: hidden;
    margin-bottom: 80px;
}

.video-wrapper-block .tab-block {
    position: absolute;
    top: 38px;
    left: 30px;
    opacity: 0;
    transition: all 0.3s;
    border: none;
}

.video-wrapper-block #playlist {
    position: static;
    opacity: 0;
    transition: all 0.3s;
}

.playlist-wrapper {
    position: absolute;
    bottom: 80px;
    left: 30px;
    width: calc(100% - 40px);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after {
    font-size: 28px !important;
    color: #FFF !important;
}

.video-wrapper-block:hover .tab-block,
.video-wrapper-block:hover #playlist {
    opacity: 1;
    z-index: 10;
}

.video-wrapper-block #playlist::-webkit-scrollbar {
    width: 0;
    height: 0;
}

#playlist .tab-row {
    padding: 0;
}

.video-wrapper video {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.video-wrapper .title  {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
    display: block;
    color: #000000;
    padding-bottom: 30px;
}

.video-wrapper p {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #5B5B5B;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.video-wrapper .tab-row.b-tab.hidden {
    height: 0;
    overflow: hidden;
}

.video-wrapper a.b-nav-tab.active {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 24px;
    background: #FFFFFF;
    backdrop-filter: blur(2px);
    border-radius: 30px;
    color: #000000;
    margin-right: 16px;
    border: none !important;
}



.video-wrapper a.b-nav-tab {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 16px 24px;
    margin-right: 16px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(2px);
    border-radius: 30px;
    color: #fff;
    border: none !important;
}

.video-wrapper a.b-nav-tab:hover {
    color: #fff;
}

.video-wrapper a.b-nav-tab.active {
    background: linear-gradient(90deg, #FF7200 0%, #EF4848 100%);
    backdrop-filter: blur(2px);
    border-radius: 30px;
    color: #fff;
}

.video-item {
    max-width: 200px;
    margin-right: 20px;
    position: relative;
}

.video-item a {
    display: block;
}

.video-item img {
    border-radius: 20px;
    width: 100%;
}

.video-item .position-item img {
    max-width: 22px;
    object-fit: none;
    width: auto;
    border-radius: 0;
}

.video-wrapper-block .tab-block {
    width: 100%;
    overflow-x: auto;
}

.video-wrapper-block .tab-block::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.video-wrapper-block .tab-block-wrap {
    display: flex;
    align-items: center;
    width: max-content;
    white-space: nowrap;
}

span.video-poster {
    display: block;
    position: relative;
    border-radius: 20px;
}

.video-item a span.video-poster:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 20px;
    transition: all 0.3s;
}

.video-item span.position-item {
    position: absolute;
    top: calc(50% - 8px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-item span.name-video {
    display: block;
    text-align: left;
    padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s;
}

.position-item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 6px;
    display: block;
}

.position-item span b {
    display: block;
}




.video-item.disabled {
    pointer-events: none;
}

.video-item.active .position-item {
    display: none;
}

.video-item.active a span.video-poster:before {
    display: none;
}

.video-item.active span.name-video {
    color: #FFFFFF;
}

img.video-play-img {
    opacity: 0;
    transition: all 0.3s;
}

.video-item a:hover img.video-play-img{
    opacity: 1;
}

.video-item a:hover .name-video {
    color: #fff;
}

.video-item a:hover span.video-poster:before {
    background: rgba(0,0,0,.3);
}

a.link-info {
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    text-decoration-line: underline;
    color: #0047D1;
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 80px;
    display: none;
}


.modal-content {
    border-radius: 20px;
    border: none;
}

.modal-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1D1D1F;
    width: 100%;
}

.modal-header {
    justify-content: center;
    position: relative;
    padding: 50px 70px 14px;
    border: none;
    flex-wrap: wrap;
}

.modal-header img {
    margin-bottom: 31px;
}

.modal-header .btn-close {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
    font-size: 18px;
    color: #000;
    opacity: 1;
}

.modal-body {
    padding: 16px 70px 60px;
    text-align: center;
}

.modal-body p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1D1D1F;
    margin: 0;

}

.modal-body .flex-row {
    padding-top: 30px;
    display: flex;
    position: relative;
}

.error-container {
     display: block;
    position: absolute;
    bottom: -35px;
}

.modal-body .flex-row input {
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #B9B9B9;
    max-width: 60%;
    width: 100%;
}

.modal-body .btn_black {
    background: #202020;
    border-radius: 50px;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    max-width: 40%;
    width: 100%;
    text-align: center;
    border: 1px solid #202020;
    transition: all 0.3s;
    margin-left: 15px;
}


.btn_black.mt30 {
    display: block;
    margin: 60px auto 0;
    max-width: 100%;
}

.modal-body .btn_black:hover {
    background: transparent;
    color: #202020;
    transition: all 0.3s;
}

#exampleModalQR .modal-body .btn_black {
    margin-left: 10px;
}


.modal-body .flex-row.flex-wrap input {
    max-width: 410px;
    width: 100%;
    margin: 0 auto 10px;
    padding: 17px 20px;
}

.modal-body .flex-row input {
    color: #202020;
}

.modal-body .flex-row input::placeholder {
    color: #B9B9B9;
}


.modal-body .flex-row.flex-wrap .btn_black {
    max-width: 410px;
    margin: 0 auto;
    padding: 17px;
}

#exampleModalEnter .modal-body {
    margin: 0 auto;
    padding: 0 130px 60px;
}


@media (min-width: 720px) {
    .modal-dialog {
        max-width: 680px;
    }
}


@media (max-width: 1460px) {
    .modal-body img {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }
    .promo-cont .text:before {
        max-width: 675px;
    }

    .promo-cont .text {
        padding: 0 8% 14px;
        font-size: 30px;
        line-height: 32px;
    }
    .video {
        padding-top: 100px;
    }
    .video-wrapper .title {
        font-size: 42px;
        line-height: 48px;
    }

    .video-wrapper p {
        font-size: 24px;
        padding-bottom: 40px;
    }

    .video-wrapper {
        padding: 0 8%;
    }

    .video-wrapper-block {
        margin-bottom: 50px;
    }

    a.link-info {
        font-size: 20px;
        margin: 0 auto 60px;
    }
}

@media (max-width: 992px) {
    .video-wrapper-block .tab-block {
        position: static;
        top: 0;
        left: 0;
        opacity: 1;
        transition: all 0.3s;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 15px;
    }



    .video-item span.name-video {
        color: #202020;
    }

    .video-item {
        max-width: initial;
    }

    .video-wrapper a.b-nav-tab.active{
        background: linear-gradient(90deg, #FF7200 0%, #EF4848 100%) !important;
    }



    .video-wrapper-block #playlist {
        position: static;
        width: initial;
        opacity: 1;
        left: 0;
        bottom: 0;
    }

    .playlist-wrapper {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
    }



    .video-wrapper a.b-nav-tab {
        background: #5d5d5d;
        display: block;
        color: #fff;
        margin-right: 10px;
        padding: 12px 16px;
        margin-bottom: 10px;
    }

    .video-wrapper a.b-nav-tab.active {
        background: linear-gradient(90deg, #FF7200 0%, #EF4848 100%);
    }

    .video-wrapper a.b-nav-tab:last-child {
        margin-right: 0;
    }

    .video-wrapper {
        padding: 0 3%;
    }
}

@media (max-width: 768px) {
    .promo-cont {
        top: auto;
        transform: none;
        bottom: 80px;
    }

    .button-row a {
        margin: 0 auto;
    }

    .promo-cont .text {
        text-align: center;
    }

    .promo-cont .text {
        font-size: 28px;
    }

    .video {
        padding-top: 80px;
    }

    .modal-body {
        padding: 16px 20px 30px;
    }

}

@media (max-width: 620px) {
    .promo-cont .text {
        font-size: 15px;
        line-height: 18px;
    }

    .promo-cont .text:before {
        height: 2px;
    }

    .button-row a {
        font-size: 16px;
        line-height: 170%;
        padding: 15px;
    }

    #playlist .tab-row {
        width: auto;
        overflow: visible;
    }

    #playlist .tab-row.hidden {
        overflow: hidden;
    }

    .video-item {
        max-width: initial;
        width: calc(50% - 10px);
    }

    .video-item:nth-child(2n) {
        margin-right: 0;
    }

    .video-wrapper-block #playlist {
        padding-top: 20px;
    }

    .video-wrapper .title {
        font-size: 30px;
        line-height: 34px;
    }

    .video-wrapper p {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .video-item span.name-video {
        color: #202020;
        margin-bottom: 20px;
    }
    #exampleModalEnter .modal-body {
        padding: 0 15px 60px;
    }
}
@media (max-width: 480px) {
    .video {
        padding-top: 60px;
    }
    .promo-cont {
        bottom: 40px;
    }

    .video-wrapper .title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .video-wrapper p {
        font-size: 18px;
        line-height: 20px;
    }

    .video-item {
        max-width: initial;
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .video-item span.name-video {
        margin-bottom: 10px;
    }

    .video-wrapper-block {
        margin-bottom: 30px;
    }

    .modal-header {
        padding: 30px 50px 14px;
    }

    .modal-title {
        font-size: 20px;
        line-height: 24px;
    }

    .modal-body {
        padding: 0 15px 30px;
    }

    .modal-body p {
        font-size: 16px;
        line-height: 20px;
    }
    .modal-body .flex-row {
        padding-top: 24px;
        flex-wrap: wrap;
    }

    .modal-body .flex-row input {
        max-width: 100%;
        width: 100%;
        font-size: 14px;
    }

    .modal-body .btn_black {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .modal-body img {
        display: none;
    }

    .header-body a.logo {
        position: static !important;
        transform: none !important;
    }
    .user-link a {
        margin-right: 10px !important;
    }
}

@media (max-width: 420px) {
    .video-wrapper video {
        height: auto;
    }
}


#exampleModal .modal.show .modal-dialog {
    max-width: 1200px;
}

#exampleModal .modal-content {
    border-radius: 20px;
}

#exampleModal .btn-close {
    opacity: 1;
}

#exampleModal .modal-header {
    border-bottom: 0;
}

#exampleModal .modal-body {
    padding-left: 60px;
    padding-right: 60px;
}

#exampleModal .modal-body span.title {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    color: #1D1D1F;
    margin-bottom: 30px;
}

#exampleModal .modal-body span.subtitle {
    font-weight: 600;
    font-size: 17px;
    line-height: 110%;
    text-align: center;
    color: #1D1D1F;
    margin-bottom: 30px;
    display: block;
}

#exampleModal .modal-body li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #202020;
    padding-bottom: 5px;
}
#exampleModal .modal-body ol,
#exampleModal .modal-body ul {
    padding-left: 1rem;
    text-align: left;
}

#exampleModal .modal-body ol li {
    list-style: auto;
}

#exampleModal .modal-body ul li {
    list-style: disc;
}


#exampleModal.modal.show .modal-dialog {
    max-width: 1200px;
}


.video-item.close span.video-poster:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    border-radius: 20px;
}

.video-item.close span.video-poster:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background: url("/themes/kivi/assets/css/sport-img/lock.svg") no-repeat center/cover;
    filter: invert(1);
}

.video-item.close .video-play-img {
    display: none;
}

.tizen-block {
     display: none;
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
}

.video-item span.title-label, .video-item span.number {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.video-item span.name-author,
.video-item span.time {
    color: #fff;
    padding-top: 10px;
    font-size: 12px;
}

@media (max-width: 992px) {
    .video-item span.title-label, .video-item span.number,
    .video-item span.name-author, .video-item span.time {
        color: #202020;
    }
}

@media (max-width:480px) {
    .playlist-wrapper .swiper-button-next, .swiper-button-prev {
        top: 50px !important;
    }
    .video-wrapper a.b-nav-tab.active {
        padding: 13px 24px;
    }
}