@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@font-face {
    font-family: 'AvenirNextCyr Regular';
    src: local('AvenirNextCyr Regular'), local('AvenirNextCyr-Regular'), url('/fonts/v2/AvenirNextCyr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'AvenirNextCyr Bold';
    src: local('AvenirNextCyr Bold'), local('AvenirNextCyr-Bold'), url('/fonts/v2/AvenirNextCyr-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
p {
    margin-bottom: 0;
}

.nova-poshta-img-mob {
    display: none;
}

.nova-poshta {
    padding-top: 60px;
    background-image: url("https://sweet-tv-static.sweet.tv/web/img/LP/promo_visa/bg_cinema_sweet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.nova-poshta-h1 {
    margin-top: 80px;
    color: #fff;
    font-family: 'AvenirNextCyr Bold', sans-serif;
    font-size: 40px;
    line-height: 50px;
}

.nova-poshta-h1 span {
    color: #e41e12
}

.nova-poshta-text {
    font-family: 'AvenirNextCyr Regular', sans-serif;
    font-size: 35px;
    line-height: 35px;
}

.nova-poshta-img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nova-poshta-number {
    font-size: 65px;
    line-height: 65px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.nova-poshta-features {
    margin-top: 30px;
    color: #59d5db;
}

.nova-poshta-notes {
    margin: 50px 0 60px 0;
    display: flex;
}

.nova-poshta-star {
    margin-top: 7px;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 40px;
}

.nova-poshta-notes {
    font-family: 'AvenirNextCyr Regular', sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.nova-poshta-notes p span {
    font-family: 'AvenirNextCyr Bold', sans-serif;
}

.nova-poshta-btn {
    width: 310px;
    height: 60px;
    color: #fff;
    font-family: 'AvenirNextCyr Regular', sans-serif;
    font-size: 24px;
    background-color: #e41e12;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nova-poshta-btn:hover,
.nova-poshta-btn:focus,
.nova-poshta-btn:active {
    color: #fff;
    background-color: #b1180f;
}

.container-nova-poshta {
    max-width: 1274px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nova-instructions {
    margin-top: 150px;
    margin-bottom: 140px;
}

h2.nova-poshta-h1 {
    margin-top: 0;
}

.nova-poshta-steps {
    margin-top: 60px;
}

.nova-poshta-step p {
    font-family: 'AvenirNextCyr Regular', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.nova-poshta-step p span {
    font-family: 'AvenirNextCyr Bold', sans-serif;
}

.nova-poshta-step p a {
    color: #fff;
}

.nova-poshta-step p a:hover,
.nova-poshta-step p a:focus,
.nova-poshta-step p a:active {
    text-decoration: underline;
}

.nova-poshta-step {
    padding: 70px 15px 15px 45px;
    margin-bottom: 35px;
    border-radius: 10px;
    background-image: -moz-linear-gradient(360deg, rgb(21,29,47) 0%, rgb(27,38,62) 100%);
    background-image: -webkit-linear-gradient(360deg, rgb(21,29,47) 0%, rgb(27,38,62) 100%);
    background-image: -ms-linear-gradient(360deg, rgb(21,29,47) 0%, rgb(27,38,62) 100%);
    background-image: linear-gradient(360deg, rgb(21,29,47) 0%, rgb(27,38,62) 100%);
    position: relative;
    height: 200px;
}

.nova-poshta-step-number {
    color: #fff;
    font-family: 'AvenirNextCyr Regular', sans-serif;
    font-size: 17px;
    width: 90px;
    height: 30px;
    background-color: #e42612;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    left: -7px;
}

.nova-poshta-btn--promo {
    margin: 30px auto 0;
    width: 350px;
}

.nova-poshta-notes-mob {
    display: none;
}

@media screen and (max-width: 1250px) {
    .nova-poshta-img {
        width: 100%;
    }

    .nova-poshta-step p {
        font-size: 20px;
        line-height: 27px;
    }

    .nova-poshta {
        height: initial;
    }

    .nova-instructions {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1025px) {
    .nova-poshta-img {
        display: none;
    }

    .nova-poshta-img-mob {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .nova-poshta-box {
        order: -1;
    }

    .nova-poshta-h1 {
        margin-top: 30px;
    }

    .nova-poshta-img-mob {
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .nova-poshta-h1 {
        font-size: 35px;
        line-height: 45px;
        margin-top: 20px;
    }

    .nova-poshta-notes {
        font-size: 22px;
        line-height: 34px;
    }

    .nova-poshta-img-mob {
        float: left;
    }
}

@media screen and (max-width: 670px) {
    .nova-poshta-step p {
        font-size: 19px;
    }

    .nova-poshta-step {
        padding: 70px 15px 15px 15px;
    }
}

@media screen and (max-width: 610px) {
    h1.nova-poshta-h1 br:last-child {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .nova-poshta-step {
        padding: 70px 15px 15px 45px;
    }

    .nova-poshta-step p {
        font-size: 18px;
        line-height: 25px;
    }

    .nova-poshta-h1 {
        margin-top: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .nova-poshta-text {
        font-size: 25px;
        line-height: 25px;
    }

    .nova-poshta-number {
        font-size: 50px;
        line-height: 60px;
    }

    .nova-poshta-notes {
        font-size: 20px;
        line-height: 28px;
    }

    .nova-poshta-notes br {
        display: none;
    }

    .nova-poshta-star {
        font-size: 30px;
        margin-right: 5px;
    }

    .nova-poshta {
        background-position: 50% 44%;
    }

    .nova-poshta-features {
        margin-top: 25px;
    }

    .nova-poshta-notes {
        margin: 37px 0 44px 0;
    }

    .nova-poshta-steps {
        margin-top: 30px;
    }

    .nova-poshta-step {
        margin-bottom: 20px;
        height: 170px;
    }

    .nova-poshta-img-mob {
        margin: auto;
        float: initial;
    }

    .nova-poshta-h1 {
        text-align: center;
    }

    .nova-poshta-feature {
        text-align: center;
    }

    .nova-poshta-btn {
        width: 290px;
        margin: auto;
    }
}

@media screen and (max-width: 425px) {
    .nova-poshta {
        background-image: url("https://sweet-tv-static.sweet.tv/web/img/LP/promo_visa/bg-cinema-opt-nova1-mob.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
    }

    .nova-poshta-notes-desk {
        display: none;
    }

    .nova-poshta-notes-mob {
        display: block;
        margin-top: 40px;
    }

    .nova-poshta-notes {
        margin: 50px 0 44px 0;
    }

    .nova-instructions {
        margin-top: 50px;
    }
}

@media screen and (max-width: 375px) {
    .nova-poshta-btn--promo {
        width: 320px;
    }

    .nova-poshta-btn {
        font-size: 22px;
    }
}

@media screen and (max-width: 359px) {
    .nova-poshta-btn--promo {
        width: 290px;
    }

    .nova-poshta-h1 {
        font-size: 21px;
    }

    h1.nova-poshta-h1 br {
        display: none;
    }

    .nova-poshta-text {
        font-size: 22px;
    }

    .nova-poshta-notes {
        font-size: 18px;
        line-height: 25px;
    }

    .nova-poshta-btn--promo {
        margin: 20px auto 0;
    }
}
