.home-block {
    max-width: 1440px;
}
.home-new .s-home-header {
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    background-image: url(../png/prices_bg.png);
    background-position: top right;
    margin-top: 70px;
}
.page-breadcrumbs section.s-breadcrumbs {
    margin: 10px 0;
}
.home-new .s-home-header .s-home-header-inner {
    z-index: 2;
    padding-bottom: 16px;
    max-width: 710px;
}
.s-home-header-bg{

    padding: 222px 0 200px; 
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vw;
}
.pricing-description {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    max-width: 710px;
    padding: 40px 0 12px;
}
.pricing-description p{
    padding-bottom: 40px;
}
button.pricing-button{
    min-width: 222px;
}
button.pricing-button:hover {
    min-width: 228px;
}

.pricing-main-content-wrapper {
    color: #fff;
    background: rgba(18, 18, 18, 1);
    display: flex;
    margin-bottom: 72px
}

section.pricing-main-content {
    max-width: 1440px;
    margin: 60px auto 200px;
}
.pricing-row-top-content {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 67.4% auto;
}

.pricing-row-top {
    max-width: 1430px;
    border-radius: 50px;
    background: rgba(55, 63, 70, 1);
    padding: 32px;
}

.pricing-row-top-title {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.025em;
    text-align: left;
    padding: 28px 28px 40px 28px;
}
.pricing-row-top-coverage, .pricing-row-top-channels {
    background: #24272E;
    padding: 20px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.015em;
    text-align: left;
    border-radius: 30px;
}
span.title-cov {
    display: block;
    padding: 12px 0;
}
.title-cov {
    color: rgba(8, 202, 218, 1);
}
section.pricing-main-content h2 {
    text-align: center;
    font-family: Anton;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.025em;
    text-align: center;
    text-transform: uppercase;
    padding: 26px 0 46px;
}
.pricing-row-second-title {
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.025em;
    text-align: left;
    padding: 80px 60px 40px;
}
.pricing-sub-desc {
    display: grid;
    grid-template-columns: 30px 280px auto;
    gap: 15px;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}
.pricing-sub-desc {
    padding-bottom: 24px;
    padding-left: 20px;
}
.pricing-sub-desc.with-bg {
    background: rgba(36, 39, 46, 1);
    border-radius: 30px;
    padding: 32px 40px 32px 20px;
    margin-bottom: 16px;
}
.pricing-row-bottom-note {
    border-radius: 20px;
    padding: 20px;
    background: rgba(87, 99, 112, 1);
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 80px;
}
.pricing-row-bottom-book a {
    margin: auto;
    color: rgba(8, 202, 218, 1);
    text-align: center;
    /* display: block; */
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 60px;
}
.pricing-row-bottom-book {
    text-align: center;
    border-bottom: 2px solid rgba(87, 99, 112, 1);
}
.pricing-row-bottom-book {
    text-align: center;
    border-bottom: 2px solid rgba(87, 99, 112, 1);
    padding-bottom: 60px;
    margin-bottom: 116px;
}
.pricing-count.title-cov {
    justify-self: right;
}
.pricing-task.title-cov, .pricing-count.title-cov {
    font-weight: 700;
    line-height: 130%;
}
@media(max-width: 1919px){

    section.pricing-main-content {
        max-width: 956px;
        margin: 60px auto 120px;
    }
    .home-block {
        max-width: 956px;
    }
    .home-new .s-home-header {
        min-height: auto;
    }
    .s-home-header-bg {
        background-position: left;
        padding: 140px 0 120px;
        min-height: auto;
    }
    .home-new .s-home-header .s-home-header-inner {
        max-width: 480px;
    }
    .pricing-description {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0;
    }
    .pricing-description p {
        padding-bottom: 25px;
    }
    section.pricing-main-content h2 {
        text-align: center;
        font-size: 32px;
        padding: 0px 0 6px;
        margin-top: 16px;
    }
    .pricing-row-top {
        padding: 10px 20px 20px;
    }
    .pricing-row-top-title {
        font-size: 24px;
        letter-spacing: 0;
        padding: 28px 28px 18px 18px;
    }
    .pricing-row-top-content {
        grid-template-columns: 62% auto;
    }
    .pricing-row-top-coverage, .pricing-row-top-channels {
        padding: 10px 20px 20px;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0;
    }
    .pricing-row-second-title {
        font-size: 24px;
        line-height: 150%;
        letter-spacing: 0;
        padding: 40px 40px 26px;
    }
    .pricing-sub-desc {
        grid-template-columns: 32px 186px auto;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0em;
        padding-bottom: 20px;
    }
    .pricing-sub-desc.with-bg {
        border-radius: 20px;
        padding: 16px 20px 20px 0px;
        margin: 0 20px 16px;
    }
    .pricing-row-bottom-note {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 36px;
        letter-spacing: -0.005em;
        margin: 40px 20px 0;
    }
    .pricing-row-bottom-book a {
        margin: auto;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.015em;
        margin-top: 40px;
    }
    .pricing-row-bottom-book {
        padding-bottom: 40px;
        margin-bottom: 100px;
    }
    .pricing-main-content-wrapper {
        margin-bottom: 120px;
    }
}

@media(max-width: 1439px){
    .s-breadcrumbs {
        margin: 0px 0 0;
    }
    .link-block {
        padding-top: 10px;
    }
    .home-new .s-home-header {
            margin-top: 52px;
    }
    .home-block {
        max-width: 860px;
        padding-top: 0;
        text-align: left;
    }
    .s-home-header-bg {
        background-position: left;
        padding: 84px 0 86px;
    }
    .s-home-header h1 {
        font-size: 48px;
        letter-spacing: 0;
            line-height: 150%;
    }
    .home-new .s-home-header .s-home-header-inner {
        max-width: 520px;
    }
    .pricing-description {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 520px;
        padding: 36px 0 0px;
    }
    .home-new .s-home-header .x-btn {
        margin: 24px 0;
    }
    section.pricing-main-content {
        max-width: 860px;
    }
    .pricing-row-second-title {
        font-size: 24px;
        line-height: 150%;
        letter-spacing: 0;
        padding: 36px 20px 28px;
    }
    .pricing-sub-desc {
        padding-left: 0;
    }
    .pricing-sub-desc.with-bg {
        border-radius: 20px;
        padding: 20px 20px 20px 0px;
        margin: 0 0px 16px;
    }
    .pricing-row-bottom-note {
        padding: 20px 18px;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.005em;
        margin: 40px 0px 0;
    }
    .pricing-sub-desc.with-bg,.pricing-row-top {
        border-radius: 30px;
    }
    .pricing-row-bottom-book a {
        margin-top: 36px;
    }
    .pricing-main-content-wrapper {
        margin-bottom: 100px;
    }
    .pricing-row-top-coverage, .pricing-row-top-channels {
        border-radius: 15px;
    }

}


@media(max-width: 1023px){
    .home-block, section.pricing-main-content, .s-home-benefits-inner, .technologies-inner {
        max-width: calc(100% - 30px);
        margin: auto;
    }
    .home-new .s-home-header {
        background-size: cover;
    }
    .s-home-header-bg {
        padding: 60px 0 180px
    }
    .home-new .s-home-header .x-btn {
        width: 100%;
    }
    .link-block {
        padding-top: 0px;
        text-align: center;
        justify-content: center;
        row-gap: 10px;
    }
    .pricing-description {
        padding: 38px 2px 10px 0;
    }
    .s-home-header h1 {
        font-size: 32px;
    }

    section.pricing-main-content h2 {
        line-height: 120%;
    }
    .pricing-row-top-content {
        grid-gap: 15px;
    }
    .pricing-row-top-title {
        padding: 20px;
        line-height: 120%;
    }
    .pricing-row-top {
        padding: 10px 15px 15px;
    }
    .pricing-row-top-content {
        grid-template-columns: 1fr;
    }
    .pricing-row-top-coverage, .pricing-row-top-channels {
        padding: 10px 12px 20px 20px;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0;
    }
    .pricing-row-second-title {
        line-height: 120%;
        letter-spacing: 0;
        padding: 40px 34px 24px;
    }
    .pricing-sub-desc {
        display: none;
    }
    .pricing-sub-desc.with-bg {
        display: block;
    }
    section.pricing-main-content {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .pricing-sub-desc.with-bg {
        display: block;
        padding: 26px 12px 20px;
    }
    .pricing-sub-desc.with-bg {
        display: grid;
        padding: 26px 12px;
        grid-template-columns: 16px 1fr;
        gap: 15px 5px;
    }
    .pricing-desc {
        grid-column-start: 2;
    }
    .pricing-row-bottom-book a {
        margin-top: 48px;
    }
    .pricing-row-bottom-book {
        padding-bottom: 49px;
        margin-bottom: 120px;
    }
}
