

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/subset-ProximaNova-Light.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Novecento wide";
    src: url("../fonts/subset-Novecentowide-Light.woff2") format("woff2"), url("../fonts/subset-Novecentowide-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Novecento wide";
    src: url("../fonts/subset-Novecentowide-Bold.woff2") format("woff2"), url("../fonts/subset-Novecentowide-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Novecento wide";
    src: url("../fonts/subset-Novecentowide-Medium.woff2") format("woff2"), url("../fonts/subset-Novecentowide-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {

    background: #000 url(../images/astra/bg.jpg) left top;
}


    .bg-img {
        background-color: #000;
        width:100%;
    }


.bg-img .desktop{}
.bg-img .mobile{
    display: none;
}

@media screen and (max-width: 576px) {
    .bg-img .desktop{
        display: none;
    }
    .bg-img .mobile{
        display: block;
    }
}


.operator-text {
    color: #ffffff;
    font-family: "Novecento wide";
    font-weight: 500;
    font-size: 25px;
}

.info-text {
    font-size: 14px;
    font-family: "Proxima Nova", Arial, sans-serif;
    color: #ffffff;
}

.operators-logos {
    width: 100%;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    /* Default */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 36px;
}
@media screen and (max-width: 1200px) {
    .operators-logos img {
        max-width: 80%;
        height:auto;
    }
}
@media screen and (max-width: 39.937em) {
    .operators-logos {
        padding: 10px;
    }
    .operators-logos img {
        max-width: 70%;
        height:auto;
    }
}
.operators-logos li {
    display: block;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    /* Default */
    list-style-type: none;
}

.operators-block {
    width: 100%;
    padding-bottom: 36px;
    border-top: 2px solid #e6f0f0;
    border-bottom: 2px solid #e6f0f0;
    background-color:#000;
}

.main-body {
    background-size: cover;
    padding: 70px 10px;
}

.video-block{
    text-align:center;
}
.video-block video{
    max-width:1088px;
    width:100%;
    height:auto;
    margin:0 auto;

}



.gallery {
    margin-top: 70px;
}
.gallery .gallery-slider {
    position: relative;
    max-width: 1086px;
    margin: 0 auto;
}
.gallery .gallery-slider .slide-item{
    max-width: 1086px;
}
.gallery .gallery-slider .slide-item img {
    width: 100%;
    border: 2px solid #e6f0f0;
}
.gallery .gallery-slider .gallery-arrows {
    position: relative;
    width: 100%;
}
@media screen and (max-width: 39.937em) {
    .gallery .gallery-slider .gallery-arrows {
        margin-top: 20px;
        clear: both;
        height: 60px;
    }
}
@media screen and (min-width: 40em) {
    .gallery .gallery-slider .gallery-arrows {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}
.gallery .gallery-slider .gallery-arrows .arrow-left, .gallery .gallery-slider .gallery-arrows .arrow-right {
    cursor: pointer;
    width: 45%;
    position: relative;
    height: 100%;
}
@media screen and (max-width: 39.937em) {
    .gallery .gallery-slider .gallery-arrows .arrow-left, .gallery .gallery-slider .gallery-arrows .arrow-right {
        display: inline-block;
    }
}
@media screen and (min-width: 40em) {
    .gallery .gallery-slider .gallery-arrows .arrow-left, .gallery .gallery-slider .gallery-arrows .arrow-right {
        position: absolute;
        width: 50%;
    }
}
.gallery .gallery-slider .gallery-arrows .arrow-left img, .gallery .gallery-slider .gallery-arrows .arrow-right img {
    width: 34px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 39.937em) {
    .gallery .gallery-slider .gallery-arrows .arrow-left {
        float: left;
    }
    .gallery .gallery-slider .gallery-arrows .arrow-left img {
        display: inline-block;
        margin-left: auto;
        right: 0;
    }
}
@media screen and (min-width: 40em) {
    .gallery .gallery-slider .gallery-arrows .arrow-left {
        left: 0;
    }
    .gallery .gallery-slider .gallery-arrows .arrow-left img {
        left: 20px;
    }
}
@media screen and (min-width: 76em) {
    .gallery .gallery-slider .gallery-arrows .arrow-left {
        left: -60px;
    }
    .gallery .gallery-slider .gallery-arrows .arrow-left img {
        left: 0;
    }
}
@media screen and (max-width: 39.937em) {
    .gallery .gallery-slider .gallery-arrows .arrow-right {
        float: right;
    }
    .gallery .gallery-slider .gallery-arrows .arrow-right img {
        display: inline-block;
        margin-right: auto;
        left: 0;
    }
}
@media screen and (min-width: 40em) {
    .gallery .gallery-slider .gallery-arrows .arrow-right {
        right: 0;
    }
    .gallery .gallery-slider .gallery-arrows .arrow-right img {
        right: 20px;
    }
}
@media screen and (min-width: 76em) {
    .gallery .gallery-slider .gallery-arrows .arrow-right {
        right: -60px;
    }
    .gallery .gallery-slider .gallery-arrows .arrow-right img {
        right: 0;
    }
}

.gallery-slider-nav {
    margin-top: 24px;
}
.gallery-slider-nav .slide-item-nav {
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
}
@media screen and (min-width: 40em) {
    .gallery-slider-nav .slide-item-nav {
        width: 8%;
    }
}
.gallery-slider-nav .slide-item-nav img {
    max-width: 80px;
    width: 100%;
    border: 2px solid transparent;
}
.copyright-text {
    text-align: center;
    font-size: 12px;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-weight: 300;
    color: #ffffff;
    margin-top: 12px;
}
@media screen and (min-width: 40em) {
    .copyright-text {
        text-align: right;
    }
}

footer {
    border-top: 2px solid #e6f0f0;
    background-color: #000;
    padding: 17px 0 28px;
}

.channel-logos {
    margin: 0;
    list-style: none;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}
.channel-logos li {
    display: inline-block;
}
.channel-logos li img {
    height: 50px;
}

.prev-channel, .next-channel {
    cursor: pointer;
}

.channel-logos-mobile {
    margin: auto;
}
.channel-logos-mobile .mobile-item {
    text-align: center;
}
.channel-logos-mobile .mobile-item img {
    height: 57px;
    display: block;
    margin: auto;
}

.gallery-slider {
    display: none;
}

.gallery-slider.slick-initialized {
    display: block;
}


.zamow-pakiet, .operator-brak{
    display:none;
}

@media screen and (max-width: 576px) {
    .zamow-pakiet {
        display:block;
        padding-top: 28px;
        width: 100%;
        font-family: "Novecento wide";
        font-weight: bold;
        color: #fff;
        font-size: 30px;
        line-height: 35px;
    }

    .zamow-pakiet b {
        color: #F5CB44;
    }

    .zamow-pakiet span {
        font-family: "Novecento wide";
        font-size: 20px;
        font-weight: 600;
    }

    .operator-brak {

        display:block;
        font-family: "Proxima Nova", Arial, sans-serif;
        font-weight: 300;
        color: #fff;

    }

    .gallery .gallery-slider .gallery-arrows .arrow-left img, .gallery .gallery-slider .gallery-arrows .arrow-right img{
        width:25px;
    }

}