
body {
    float:left;
    width:100%;
    background: #F4F6F6;
}
.is-bground {
    float:left;
    width:100%;
    background: url("../img/milano.png") no-repeat center;
    min-height: 600px;
    padding-bottom:20px;
    box-sizing:border-box;
    margin-top:30px;
}
.wtr-top-wrap {
    float:left;
    width:100%;
}
.wtr-top-wrap img {
    float:left;
    width:100%;
    height: 50px;
}
.site-wrap {
    width:1360px;
    margin:0 auto;
}
.wtr-top-boxes {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.wtr-left {
    width:290px;
    float:left;
}
.wtr-left img {
    width:100%;
    float:left;
    border-radius:10px;
}
.wtr-right {
    width:calc(100% - 290px);
    display: flex;
    gap:20px;
}
.wtr-right .wtr-box {
    width: 50%;
    background: url(../img/bg-top.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    height: 180px;
    padding:20px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.wtr-right .wtr-box .top-row {
    float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.wtr-right .wtr-box .top-row .date {
    font-size:19px;
    color:#fff;
    font-weight: 700;
    font-style: italic;
}
.wtr-btn {
    background: #fff;
    border-radius:20px;
    color:#00627C;
    font-size:16px;
    font-weight: 700;
    padding:10px 12px;
    padding-right:33px;
    box-sizing:border-box;
    position:relative;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.wtr-btn:hover {
    transform:scale(1.1);
}
.wtr-btn:after {
    position: absolute;
    content: "";
    right: 6px;
    top: 7px;
    background: url(../img/btn-icon.svg) no-repeat center;
    width: 23px;
    height: 23px;
    background-size: 100%;
}
.wtr-btn.programm {
    border-radius: 50px;
    background: linear-gradient(90deg, #037580 43.75%, #028C7D 94.34%);
    padding: 15px 50px;
    box-sizing:border-box;
    color:#fff;
}
.wtr-btn.programm:after {
    position: absolute;
    content: "";
    right: 15px;
    top: 14px;
    background: url(../img/btn-icon-white.svg) no-repeat center;
    width: 23px;
    height: 23px;
    background-size: 100%;
}
.wtr-right .wtr-box .bottom-row {
   float:left;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.date-hour {
    display:flex;
    flex-direction:column;
    gap:5px;

}
.date-hour span {
    text-align: right;
    color:#fff;
    font-size:24px;
}
.wtr-live-wrap {
    float:left;
    width:100%;
    background: url("../img/live-bg.png") no-repeat center;
    min-height: 600px;
    background-size:cover;
    border-radius:20px;
    margin-top:40px;
    padding:50px;
    box-sizing:border-box;
    display:flex;
    gap:20px;
    align-items:center;
}
.wtr-left-live {
    width:775px;
    float:left;
    flex-shrink:0;
}
.wtr-left-live img {
    width:100%;
    float:left;
}
.wtr-right-live {
    width:calc(100% - 775px);
}
.wtr-right-live img {
    width:200px;
    float:left;
}
.red-live {
    padding:10px;
    box-sizing:border-box;
    background: #F0282D;
    border-radius:20px;
    color:#fff;
    font-size:16px;
    font-weight: 700;
    text-transform: uppercase;
}
.wtr-title {
    float:left;
    width:100%;
    margin-top:20px;
    font-size:42px;
    color:#fff;
    font-weight: 700;
    text-shadow: 0px 1px 1px #000;
}
.wtr-right-live .date-hour {
    float:left;
    width:100%;
    text-align: left;
    align-items: flex-start;
    margin-top:20px;
}
.wtr-img {
    float:left;
    width:100%;
    margin-top:30px;
}
.wtr-img img {
    float:left;
    width: 70%;;
}
.buttons-wrap{
    float:left;
    width:100%;
    background: url("../img/buttons-wrap.png") no-repeat center;
    background-size:cover;
    min-height: 70px;
    padding:20px 0px;
    box-sizing:border-box;
    margin:20px 0px;
}
.title-wrap {
    float:left;
    width:100%;
    margin-top:40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.title-wrap .title {
    color:#00313D;
    font-size:48px;
    font-weight: 700;
}
.wtr-btns {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
}
.wtr-btns .wtr-button {
    background: #D4E5E7;
    border-radius:50px;
    width:200px;
    height: 40px;
    line-height: 40px;
    font-size:18px;
    color:#00313D;
    font-weight: 700;
    text-align: center;
}
.wtr-btns .wtr-button.is-white {
    background: #fff;
    border-radius:50px;
    width:200px;
    height: 40px;
    line-height: 40px;
    font-size:18px;
    color:#00313D;
    font-weight: 700;
    text-align: center;
}
.wtr-all-news {
    float:left;
    width:100%;
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}
.wtr-box {
    float:left;
    width: calc(25% - 15px);
    display:flex;
    flex-direction:column;
}
.wtr-box .small-title {
    font-size:18px;
    line-height: 23px;
}
.wtr-box .image {
    float:left;
    width:100%;
}
.wtr-box .image img {
    float:left;
    width:100%;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    max-height: 183px;
    object-fit:cover;
}
.wtr-box .info {
    background: #fff;
    padding:10px;
    box-sizing:border-box;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    display:flex;
    gap: 20px;
    align-items: center;
    height: 115px;
}
.big-background {
    float:left;
    width:100%;
   /* background: url("../img/bg-box.png") repeat center;*/
   background: linear-gradient(180deg, #00627C 0%, #00627C 40.87%, #15B2BC 90.87%);
    margin-top:40px;
    padding:30px 0px;
    box-sizing:border-box;
}
.big-background .title-wrap {
    margin-bottom:30px;
    margin-top:20px;
}
.big-background .wtr-box {
    width:calc(33% - 15px);
}
.video-wrap {
    float:left;
    width:100%;
    position:relative;
}
.video-wrap img {
    border-radius:10px;
}
.video-wrap:before {
    /* position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background: url(../img/big-pay.svg) no-repeat center;
    z-index: 999;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    transform: translate(-50%, -50%); */
}
@media screen and (max-width: 1360px) {
    .site-wrap {
        width:100%;
        padding:0 10px;
        box-sizing:border-box;
    }
}
@media screen and (max-width: 1200px) {
    .wtr-left-live {
        width:50%;
    }
    .wtr-right-live {
        width:50%;
    }
    .title-wrap .title {
        font-size:38px;
    }
}
@media screen and (max-width: 1100px) {
    .wtr-top-boxes {
        flex-wrap:wrap;
        display: flex;
        justify-content: center;
    }
    .wtr-right {
        width:100%;
    }
}
@media screen and (max-width: 990px) {
    .wtr-live-wrap {
        min-height: auto;
        padding:25px 10px;
        box-sizing:border-box;
    }
}
@media screen and (max-width: 800px) {
    .wtr-right .wtr-box {
        height: auto;

    }
    .wtr-right .wtr-box .top-row .date {
        font-size:17px;
    }
    .wtr-btn {
        font-size:14px;
    }
    .date-hour span {
        font-size:21px;
    }
    .wtr-title {
        font-size:30px;
    }
    .wtr-img {
        margin-top:0px;
    }
    .wtr-box {
        width:calc(33% - 11px);
    }
    .wtr-btns .wtr-button {
        background: #D4E5E7;
        border-radius: 50px;
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #00313D;
        font-weight: 700;
        text-align: center;
    }
    .wtr-btns .wtr-button.is-white {
        background: #fff;
        border-radius: 50px;
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #00313D;
        font-weight: 700;
        text-align: center;
    }
}
@media screen and (max-width: 720px) {
    .wtr-right {
        flex-wrap:wrap;
    }
    .wtr-right .wtr-box {
        width:100%;
    }
    .wtr-live-wrap {
        flex-wrap:wrap;
    }
    .wtr-left-live {
        width:100%;
    }
    .wtr-right-live {
        width:100%;
        padding:10px;
    }
    .wtr-box {
        width: calc(50% - 10px);
    }
    .big-background .wtr-box {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 500px) {
    .wtr-right .wtr-box .top-row .date {
        font-size: 16px;
    }
    .date-hour span {
        font-size: 19px;
    }
    .red-live {
        font-size:14px;
    }
    .wtr-title {
        font-size: 25px;
    }
    .title-wrap .title {
        font-size: 24px;
    }
    .wtr-box {
        width: 100%;
    }
    .big-background .wtr-box {
        width: 100%;
    }
    .video-wrap:before {
        width:65px;
        height: 65px;
    }
}
@media screen and (max-width: 400px) {
    .wtr-right .wtr-box .top-row .date {
        font-size:15px;
    }
    .wtr-btn {
        font-size: 12px;
    }
    .date-hour span {
        font-size: 16px;
    }
    .wtr-live-wrap {
        padding:3px;
        box-sizing:border-box;
    }
    .wtr-title {
        font-size: 22px;
    }
    .title-wrap .title {
        font-size: 19px;
    }
    .wtr-btns {
        flex-wrap:wrap;
    }
    .wtr-btns .wtr-button {
        width:100%;
    }
    .wtr-btns .wtr-button.is-white {
        width:100%;
    }
    .wtr-box .small-title {
        font-size:17px;
    }
}




.wtr-left-inner .video-wrap,
.wtr-left-inner iframe,
.wtr-left-inner video {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.wtr-left-inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wtr-left-inner .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wtr-left-inner iframe,
.wtr-left-inner video,
.wtr-left-inner object,
.wtr-left-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wtr-left-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wtr-left-inner .see-live {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    display: block;
    opacity: 1;
}

.modal-programm {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    background: #fff;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s ease;
}

.modal-programm.active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 111111111111;
}

.modal-header {
    position: relative;
    padding: 20px 60px 20px 30px;
    border-bottom: 1px solid #e0e0e0;
}

.modal-header h3 {
    margin: 0;
    font-size: 24px;
    color: #202B5F;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.modal-close:hover {
    background: #e0e0e0;
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
    overflow-y: auto;
    max-height: calc(85vh - 80px);
}

.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 768px) {
    .modal-programm {
        width: 95%;
        max-height: 90vh;
    }

    .modal-header {
        padding: 15px 50px 15px 20px;
    }

    .modal-header h3 {
        font-size: 20px;
    }

    .modal-body {
        padding: 20px;
        max-height: calc(90vh - 70px);
    }

    .modal-close {
        width: 35px;
        height: 35px;
        font-size: 20px;
        top: 12px;
        right: 12px;
    }
}

@media (max-width: 480px) {
    .modal-programm {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .modal-programm.active {
        transform: translate(0, 0);
    }

    .modal-body {
        max-height: calc(100vh - 70px);
        padding: 15px;
    }
    .wtr-right .wtr-box .top-row {
        gap:12px;
    }
}
