.fix-container_new {
    max-width: 1920px;
    padding: 0 200px;
    margin: 0 auto;
}
.fix-container_page{
    max-width: 2500px;
    margin: 0 auto;
}
.fix-container-n_equal{
    max-width: 1920px;
    padding: 0 110px 0 200px;
    margin: 0 auto;
}
.subscription-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
.subscription-hero__lines{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
}
.subscription-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #3079D2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 95%);
}

.subscription-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0px;
    padding: 70px 0px 50px 0px;
    height: 950px;
}



.subscription-hero__left {
    flex: 0 0 48%;
    max-width: 730px;
}

.subscription-hero__logo-row {
    margin-bottom: 32px;
}

.subscription-hero__logo {
    height: 100px;
    width: auto;
}


.subscription-hero__title {
    font-family: OpenSans;
    font-weight: 600;
    font-size: 62px;
    line-height: 120%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.subscription-hero__subtitle {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
}

.subscription-hero__cta {
    display: flex;
    align-items: center;
}

.subscription-hero::after {
    content: "";
    position: absolute;
    right: 3%;
    bottom: 0px;
    width: 1059px;
    height: 922px;
    background-image: url("/local/templates/uprav_new_ui/css/img/banner/banner-icon.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    z-index: 1;
}

.subscription-hero__button {
    border: none;
    cursor: pointer;
    font-family: Wix Madefor Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    padding: 34px 60px;
    border-radius: 60px;
    color: #5DF2DC;
    background: #083C67;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition:  1s ease;
    border-top: 0.5px solid #ffffff;
}

.subscription-hero__button:hover {
    transform: translateY(-1.5px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.477);
    transition: 0.5s; 
}

.subscription-hero__right {
    flex: 0 0 44%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 380px;
}

.subscription-hero__people img {
    display: block;
    max-width: 1059px;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
    margin-top: 80px;
}



.subscription-hero__tags {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.subscription-tag {
    position: absolute;
    padding: 10px 22px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(12, 56, 126, 0.95), rgba(72, 143, 231, 0.95));
    box-shadow: 0 16px 40px rgba(0, 35, 95, 0.45);
    font-size: 14px;
    white-space: nowrap;
}



.subscription-tag--top {
    top: 15%;
    right: 18%;
}

.subscription-tag--right-top {
    top: 32%;
    right: 0;
}

.subscription-tag--right-mid {
    top: 50%;
    right: 6%;
}

.subscription-tag--right-bottom {
    bottom: 8%;
    right: 3%;
}

.subscription-tag--center-top {
    top: 28%;
    left: 50%;
    transform: translateX(-10%);
}

.subscription-tag--center-mid {
    top: 47%;
    left: 46%;
}

.subscription-tag--center-bottom {
    bottom: 18%;
    left: 44%;
}

.subscription-help {
    margin-top: 0px;
    margin-bottom: 50px;
}


.subscription-help__card {
    background: #F0F4F5;
    border-radius: 50px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.subscription-help__left{
    max-width: 925px;
}

.mt-15{
    margin-top: 15px;
}


.subscription-help__title {
    font-family: OpenSans;
    font-weight: 500;
    font-size: 52px;
    line-height: 120%;
    color: #151929;
}

.subscription-help__text {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    color: #151929;
    margin-top: 20px;
}

.subscription-help__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    right: -40px;
}

.subscription-help__image {
    max-width: 491px;
    height: 478px;
    object-fit: contain;
}


.subscription-edu {
    position: relative;
    padding: 50px 0 80px;
    background: #ffffff;
    overflow: hidden;
}

.subscription-edu__bg {
    background-image: url("/local/templates/uprav_new_ui/css/img/banner/bg-edu-bottom.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 0;
}

.subscription-edu > .fix-container {
    position: relative;
    z-index: 1;
}


.subscription-edu__top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.subscription-edu__top-left {
    flex: 0 0 50%;
}

.subscription-edu__title {
    font-family: OpenSans;
    font-weight: 500;
    font-size: 62px;
    line-height: 120%;
    color: #151929;
}
.block-info_new-img{
    width: 22px;
    height: 22px;
    margin-top: 5px;
}
.subscription-edu__features {
    background: #F0F4F5;
    padding: 60px 90px 60px 70px;
    border-radius: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, auto));
    gap: 50px 30px;
    justify-content: space-between;
    justify-items: stretch;
    align-items: stretch;
    margin-top: 80px;
}

.subscription-edu__feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    color: #151929;
}

.subscription-edu__feature-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #2c7aff;
    margin-top: 3px;
}


.subscription-edu__stats-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0px;
    margin-bottom: 40px;
    flex-direction: column;
    margin-top: 60px;
    min-width: 650px;
}

.subscription-edu__stat {
    min-width: 120px;
}

.subscription-edu__stat-number {
    font-family: Clash Display;
    font-weight: 500;
    font-size: 120px;
    line-height: 120%;
    color: #3079D2;
}

.subscription-edu__stat-caption {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    color: #151929;
}
.subscription-edu__stats{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 100px;
}

.subscription-edu__top-right {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: -120px;
    z-index: 5;
}

.subscription-edu__screen {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    margin-right: -460px;
    z-index: 5;
}
.subscription-edu__block{
    display: flex !important;
    align-items: stretch;
}

.subscription-edu__screen img {
    width: 1251px;
    height: 758px;
    display: block;
}

.subscription-edu__button {
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 38px;
    border-radius: 999px;
    color: #ffffff;
    background-image: linear-gradient(135deg, #0e4da4, #0e7d83);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.subscription-edu__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
    opacity: 0.97;
}

.subscription-edu__bottom {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 132px;
    margin-bottom: 160px;
}

.subscription-edu__graduate {
    flex: 0 0 32%;
}

.subscription-edu__graduate img {
    display: block;
    max-width: 100%;
    height: auto;
}

.subscription-edu__bottom-content {
    flex: 1 1 auto;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subscription-edu__bottom-title {
    font-family: OpenSans;
    font-weight: 500;
    font-size: 62px;
    line-height: 120%;
    color: #ffffff;
}

.subscription-edu__pill-grid {
    display: flex;
    gap: 5px;
    margin-top: 80px;
}
.subscription-edu__pill-col_1{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.subscription-edu__pill-col_2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.subscription-edu__pill-col_1 > :first-child {
    margin-right: 41px;
}


.subscription-edu__pill-col_2 > :first-child {
    margin-left: -41px;
}

.subscription-edu__pill {
    padding: 40px 50px;
    border-radius: 30px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    width: max-content;
}
.subscription-edu__pill--light{
    background: #1E64BB;
}
.subscription-edu__pill--medium{
    background: #1E579D;
}
.subscription-edu__pill--dark{
    background: #183D6A;
}
.subscription-edu {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.subscription-edu__blue {
  position: absolute;
    inset: 0;
    background: #3079D2;
    clip-path: polygon(
        200% 0%, /* верх правый угол */ 
        100% 93.7%, /* право низ */ 
        0% 100%, /* низ левый угол */ 
        0% 64.5% /* левая середина  */);
    z-index: 1;
}

.subscription-edu__block, .subscription-edu__bottom, .subscription-edu__top-left{
    position: relative;
    z-index: 1;
}

.top_title__block{
    font-family: OpenSans;
    font-weight: 500;
    font-size: 62px;
    line-height: 120%;
}
.text_color__dark{
    color: #151929;
}

.subscription-edu__lines {
    position: absolute;
    right: 0px;
    left: -240px;
    bottom: 0;
    top: 49%;
    width: 2531px;
    height: auto;
    z-index: 2;
    pointer-events: none;
}


.subscription-edu__person {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
        clip-path: polygon(
            0 0, /* верх слева*/ 
            100% 0, /* верх справа */ 
            100% 94.7%, /* низ справа */ 
            0 100% /* низ слева*/);
}

.subscription-edu__person img {
    height: auto;
    object-fit: contain;
    width: 794px;
}

/* блок 4 */
.subscription-bundle{
    margin-top: 100px;
}
.subscription-bundle__subtitle{
    font-family: Wix Madefor Display;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    margin-top: 30px;
}
.subscription-bundle__subtitle span{
    color: #3079D2;
}
.w-max{
    width: max-content;
}
.subscription-bundle__top{
    display: flex;
}
.subscription-bundle__top-phone{
    position: absolute;
    right: 110px;
    z-index: 1;
}
.subscription-bundle .subscription-edu__feature_blocks{
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 60px 50px;
    justify-content: start;
    align-items: stretch;
    margin-bottom: 60px;
}
.subscription-bundle .subscription-edu__features{
    display: flex;
    flex-direction: column;
    padding: 60px 100px 60px 70px;
    gap: 0px;
}
.subscription-bundle_edu__text{
    background: #E2EBEE;
    border-radius: 30px;
    width: max-content;
    padding: 57px 58px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
}



.subscription-bundle__lines {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    opacity: 0.55;
    z-index: 2;
    pointer-events: none;
}
.subscription-bundle__card{
    border-radius: 30px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    width: 100%;
    min-height: 432px;
    justify-content: space-between;
    border-top: 1px solid #ffffff;
}

.subscription-bundle__cards{
    display: flex;
    gap: 30px;
    margin-top: 60px;
}
.subscription-bundle__card--left{
    background: #083C67;
    color: #FFFFFF;
}
.subscription-bundle__card--right{
    background: #468BDF;
    color: #FFFFFF;
}
.subscription-bundle__card--right .subscription-bundle__card-price,.subscription-bundle__card--right  .subscription-bundle__card-text{
    opacity: 50%;
}
.subscription-bundle__card-price{
    font-family: Clash Display, sans-serif;
    font-weight: 500;
    font-size: 140px;
    line-height: 100%;
}
.subscription-help__subtitle{
    margin-bottom: 40px;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
}
.subscription-bundle__card-text{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
}
.subscription-bundle__card-footnote{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    opacity: 50%;
}
.subscription-bundle__bottom{
    margin-top: 200px;
    margin-bottom: 160px;
    position: relative;
    z-index: 3;
}

.subscription-bundle {
    position: relative;
    background: #ffffff;
    overflow: hidden; 
}


.subscription-bundle__blue {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: visible;
    top: 58%;
}

.subscription-bundle__blue::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #3079D2;
    clip-path: polygon(0% 0%, 100% 11%, 100% 100%, 0% 83%);
    z-index: 0;
    height: 782px;
}


.subscription-bundle__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
}
.subscription-growth{
    margin-top: 100px;
}
.subscription-growth__card{
    padding: 40px 50px;
    background: #E9F3FF;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.subscription-growth__card h3{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
}
.subscription-growth__card p{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}
.subscription-growth__cards{
    display: grid;
    gap: 10px;
    margin-top: 80px;
    margin-bottom: 80px;
    grid-template-columns: 1.5fr 2fr;
}
.subscription-growth__cards_col1{
    gap: 10px;
    display: flex;
    flex-direction: column;
    max-width: 580px;
}
.subscription-growth__cards_col2{
    gap: 10px;
    display: flex;
    flex-direction: column;
    max-width: 670px;
}
.subscription-growth__top{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.subscription-growth__photo{
    position: absolute;
    right: -170px;
    bottom: -120px;
}

.subscription-partners__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 80px; 
    margin-top: 80px;
    overflow: scroll;
}


.subscription-partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 270px; 
    flex-shrink: 0;
}

.subscription-partners__item img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(1) contrast(1.1) brightness(1.02);
    opacity: 0.85;

    transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.subscription-partners__item:hover img {
    opacity: 1;
    transform: translateY(-2px);
}

.line__logos{
    display: flex;
    justify-content: center;
    gap: 80px 80px;
}

.subscription-partners{
    margin-bottom: 160px;
}
.subscription-hero__mob{
    display: none;
}
.subscription-edu__person_mob,   .subscription-bundle__top-phone_mob{
    display: none;
}
.modal-window__container_sub {
    padding: 30px;
    max-width: 600px !important;
    width: 100% !important;
    padding-bottom: 30px !important;
}
.modal-window__head{
    padding: 0px !important;
}
.modal-window__title {
    font-size: 26px !important;
    margin: 2px 0 20px !important;
}
 .subscription-edu__features_2 {
    margin-top: 60px !important;
}
@media (min-width: 2282px) {
    .subscription-edu__lines {
        left: 0px;
    }
}
@media (max-width: 1900px) {
    .fix-container_new {
        padding: 0 150px;
    }
}
@media (max-width: 1850px) {
    .subscription-hero__subtitle {
        font-size: 30px;
    }
    .top_title__block{
        font-size: 52px;
    }
}
@media (max-width: 1810px) {
   .subscription-hero__title {
        font-size: 55px;
    }
    .subscription-hero__subtitle {
        font-size: 28px;
    }
    .subscription-hero::after{
        width: 959px;
    }
    .subscription-hero__bg {
        clip-path: polygon(0% 0%, 100% 0%, 100% 81%, 0% 95%);
    }
    .subscription-hero__inner {
        height: 870px;
    }
    .subscription-hero__bg {
        clip-path: polygon(0% 0%, 100% 0%, 100% 76%, 0% 95%);
    }
    .subscription-bundle__top-phone {
        right: 60px;
    }
    .subscription-growth__card h3{
        font-size: 34px;
    }
}
@media (max-width: 1750px) {
    .subscription-edu__person img {
        width: 764px;
    }
    .subscription-edu__bottom{
        margin-top: 100px;
    }
    .subscription-bundle .subscription-edu__feature_blocks{
        gap: 60px 40px;
    }
    .subscription-edu__feature, .subscription-bundle_edu__text{
        font-size: 24px;
    }
    .subscription-growth__card h3{
        font-size: 32px;
    }
    .subscription-growth__card {
        padding: 40px 40px;
    }
}

@media (max-width: 1690px) {
    .fix-container_new {
        padding: 0 50px;
    }
    .fix-container-n_equal {
        padding: 0 110px 0 150px;
    }
    .subscription-help__image {
        max-width: 451px;
        height: auto;
    }
    .top_title__block {
        font-size: 52px;
    }
    .subscription-edu__features{
        margin-top: 60px;
    }
    .subscription-edu__stat-number {
        font-size: 100px;
    }
    .subscription-edu__stat-caption{
        font-size: 36px;
    }
    .subscription-edu__blue {
        position: absolute;
        inset: 0;
        background: #3079D2;
        clip-path: polygon( 220% 0%, 100% 93.7%, 0% 100%, 0% 64.5%);
    }
    .subscription-edu__person {
        clip-path: polygon(0 0, 100% 0, 100% 93.7%, 0 100%);
    }
    .subscription-bundle__card-price {
        font-size: 120px;
    }
    .subscription-bundle__card-text{
        font-size: 28px;
    }
    .subscription-growth__photo {
        right: -70px;
    }
    .subscription-growth {
        margin-top: 50px;
    }
    .form-container {
        padding: 0 50px;
    }
    .subscription-partners {
        margin-bottom: 80px;
    }
}
@media (max-width: 1590px) {
    .subscription-hero::after {
        width: 840px;
    }
    .subscription-hero__inner {
        height: 790px;
    }
    .subscription-help__left {
        max-width: 70%;
    }
    .fix-container-n_equal {
        padding: 0 110px 0 50px;
    }
    .subscription-edu__bottom-title {
        font-size: 52px;
    }
    .subscription-edu__pill {
        padding: 35px 40px;
        font-size: 23px;
    }
    .subscription-bundle .subscription-edu__features {
        padding: 50px 100px 60px 50px;
    }
    .subscription-bundle__top-phone {
        right: 0px;
    }
    .subscription-bundle_edu__text{
        padding: 50px 45px;
    }
    .subscription-bundle__top-phone img{
        width: 95%;
    }
   
     .subscription-bundle__blue {
        top: 55%;
    }
    .subscription-bundle__card {
        border-top: 0.5px solid #ffffff;
    }
    .subscription-bundle__blue::before {
        clip-path: polygon(0% 0%, 100% 9%, 100% 72%, 0% 55%);
    }
    .subscription-bundle__bottom {
        margin-top: 150px;
    }
    .subscription-growth__card h3 {
        font-size: 30px;
    }
    .subscription-growth__photo {
        right: -30px;
        bottom: -80px;
    }
    .subscription-growth__photo img{
        width: 520px;
    }
    .subscription-growth__cards {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .section-sub {
        padding: 50px 0;
    }
    .subscription-edu__features{
        gap: 30px 30px;
    }
    .subscription-edu__screen {
        margin-right: -160px;
        margin-top: 0px;
    }
}
@media (max-width: 1520px) {
    .subscription-growth__photo {
        right: -50px;
    }
    .subscription-partners__logos {
        margin-top: 50px;
        gap: 30px;
    }
    .subscription-partners {
        margin-bottom: 80px;
    }
    .line__logos{
        gap: 50px;
    }
}
@media (max-width: 1490px) {
    .subscription-edu__person img {
        width: 670px;
    }
    .subscription-edu__bottom {
        margin-top: 70px;
        margin-bottom: 100px;
    }
    .subscription-edu__pill-grid {
        margin-top: 50px;
    }
    .subscription-edu__blue {
        clip-path: polygon(270% 0%, 100% 93.7%, 0% 100%, 0% 64.5%);
    }
    .subscription-edu__feature, .subscription-bundle_edu__text{
        font-size: 22px;
    }
    .subscription-bundle__subtitle {
        font-size: 24px;
    }
    .subscription-bundle__card-price {
        font-size: 100px;
    }
    .subscription-bundle__card{
        min-height: 400px;
    }
    .subscription-growth__card h3 {
        font-size: 26px;
    }
    .subscription-growth__card {
        padding: 30px 30px;
    }
    .subscription-growth__photo img {
        width: 470px;
    }
}
@media (max-width: 1460px) {
    .subscription-hero__inner {
        height: 690px;
    }
    .subscription-hero::after {
        width: 740px;
    }
    .subscription-hero__title {
        font-size: 50px;
        margin-top: 40px;
    }
    .subscription-hero__button {
        font-size: 28px;
        padding: 30px 40px;
        margin-top: 40px;
    }
    .subscription-hero__subtitle {
        font-size: 26px;
    }
    .subscription-help__image {
        max-width: 400px;
    }
    .subscription-help__title {
        font-size: 48px;
    }
    .subscription-help__text {
        font-size: 24px;
        margin-top: 40px;
    }
    .subscription-bundle__bottom {
        margin-top: 150px;
    }
    .subscription-bundle__top-phone img {
        width: 90%;
    }
    .subscription-bundle_edu__text {
        padding: 45px 35px;
    }
    .subscription-bundle__top-phone {
        right: -50px;
    }
}
@media (max-width: 1590px) {
    .subscription-hero__title {
        font-size: 48px;
        margin-top: 40px;
    }
    .subscription-edu__person {
        clip-path: polygon(0 0, 100% 0, 100% 93.6%, 0 98.6%);
    }
    .subscription-hero__button {
        font-size: 24px;
        height: 65px;
    }
    .subscription-hero__subtitle {
        font-size: 24px;
    }
        .subscription-hero::after {
        width: 740px;
    }
    .subscription-hero__inner {
        height: 690px;
    }
    .subscription-help__title{
        font-size: 48px;
    }
    .subscription-help__subtitle, .subscription-help__text{
        font-size: 24px;
    }
    .subscription-help__subtitle{
        width: 800px;
    }
    .subscription-help__image {
        max-width: 400px;
        height: auto;
    }
    .top_title__block {
        font-size: 48px;
        margin-bottom: 60px;
    }
    .subscription-edu__feature, .subscription-bundle_edu__text {
        font-size: 18px;
    }
    .subscription-edu__screen img {
        width: 1000px;
        height: 758px;
        display: block;
    }
    .subscription-edu__screen{
        margin-right: -260px;
    }
    .subscription-edu__features {
        margin-top: 60px;
        max-width: 1200px;
        margin: 0 auto;
    }
    .subscription-edu__stat-number {
        font-size: 90px;
    }
    .subscription-edu__person img {
        width: 600px;
    }
    .subscription-edu__bottom-title {
        font-size: 48px;
    }
    .subscription-edu__pill {
        padding: 35px 40px;
        font-size: 18px;
    }
    .subscription-edu__person {
        left: 10%;
    }
    .subscription-edu__bottom {
        margin-top: 10px;
        margin-bottom: 80px;
    }
    .subscription-edu__pill-grid {
        margin-top: 50px;
    }
    .subscription-edu__blue {
        clip-path: polygon(175% 0%, 100% 93.7%, 0% 100%, 0% 68.5%);
    }
    .subscription-bundle__top-phone img {
        width: 75%;
    }
    .subscription-bundle__subtitle{
        font-size: 20px;
    }
    .subscription-edu__features_2 {
        margin-top: 40px !important;
    }
    .top_title__block {
        font-size: 48px;
        margin-bottom: 40px;
    }
    .subscription-bundle__top-phone {
        right: -100px;
    }
    .subscription-bundle .subscription-edu__feature_blocks {
        gap: 30px 40px;
    }
    .subscription-bundle__top-text{
        max-width: 1210px;
        margin: 0 auto;
    }
    .top_title__block {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .subscription-bundle_edu__text {
        padding: 30px 35px;
    }
    .subscription-bundle .subscription-edu__feature_blocks{
        margin-bottom: 30px;
    }
    .subscription-bundle__top-text .subscription-hero__button {
        margin-top: 30px;
    }
    .subscription-hero__button{
        padding: 34px 25px;
    }
   
    .subscription-bundle__card-price {
        font-size: 90px;
    }
    .subscription-bundle__card-text {
        font-size: 24px;
    }
    .subscription-bundle__card-footnote {
        font-size: 18px;
    }
    .subscription-bundle__card {
        min-height: 320px;
    }
    .subscription-growth__card h3 {
        font-size: 28px;
    }
    .subscription-growth__card p{
        font-size: 18px;
    }
    .subscription-growth__photo {
        right: 0px;
    }
    .subscription-growth__card{
        gap: 30px
    }
}
@media (max-width: 1440px) {
    
    .subscription-hero__title {
        font-size: 40px;
        margin-top: 40px;
    }
    .subscription-edu__features {
        gap: 40px 30px;
    }
    .subscription-edu__screen img {
        width: 850px;
        height: 758px;
        display: block;
        margin-top: -50px;
    }
    .subscription-edu__person {
        left: 5%;
    }
    .subscription-edu__person img {
        width: 580px;
    }
    .subscription-growth__card h3 {
        font-size: 26px;
    }
    .subscription-growth__photo img {
        width: 450px;
    }
    .subscription-growth__cards {
        grid-template-columns: 1.2fr 2fr !important;
    }
        .subscription-growth__photo {
        right: -50px;
    }
    .subscription-edu__person {
        clip-path: polygon(0 0, 100% 0, 100% 94.1%, 0 99.2%);
    }
}
@media (max-width: 1420px) {
    .subscription-edu__pill {
        padding: 35px;
        font-size: 20px;
    }
    .subscription-edu__bottom-title {
        font-size: 48px;
    }
    .subscription-edu__person {
        clip-path: polygon(0 0, 100% 0, 100% 93.9%, 0 99.2%);
    }
}
@media (max-width: 1390px) {
    .subscription-bundle__subtitle {
        font-size: 22px;
        margin-top: 20px;
    }
    .subscription-edu__features {
        margin-top: 40px;
    }
    .subscription-bundle__blue {
        top: 54%;
    }
    .subscription-bundle__top-phone img {
        width: 80%;
        margin-top: 20px;
    }
    .subscription-bundle__top-phone {
        right: -110px;
    }
    .subscription-growth__cards {
        grid-template-columns: 1fr 2fr;
    }
}
@media (max-width: 1380px) {
    .subscription-edu__person {
        clip-path: polygon(0 0, 100% 0, 100% 93.7%, 0 99.2%);
    }
}
@media (max-width: 1325px) {
    .subscription-help__image {
        max-width: 350px;
    }
    .subscription-help__left .mt-15{
        margin-top: 5px;
    }
    .subscription-help__title {
        font-size: 44px;
    }
    .subscription-help__text {
        font-size: 22px;
        margin-top: 30px;
    }
}

@media (max-width: 1320px) {
    .subscription-hero::after {
        width: 650px;
    }
    .subscription-hero__inner {
        height: 610px;
    }
    .subscription-hero__subtitle {
        font-size: 24px;
    }
    .subscription-edu__person img {
        width: 550px;
    }
    .subscription-hero__button {
        margin-top: 30px;
    }
    .subscription-edu__screen{
        margin-right: 50px;
    }
    .subscription-edu__bottom {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    
    .subscription-edu__blue {
        clip-path: polygon(330% 0%, 100% 93.7%, 0% 100%, 0% 64.5%);
    }
    .subscription-edu__person {
        clip-path: polygon(0 0, 100% 0, 100% 93.5%, 0 99.2%);
    }
    .subscription-bundle .subscription-edu__features {
        padding: 35px 100px 35px 35px;
    }
    .subscription-bundle .subscription-edu__feature_blocks {
        gap: 30px 30px;
        margin-bottom: 30px;
    }
    .subscription-bundle__top-phone {
        right: -180px;
    }
    .subscription-bundle__blue {
        top: 55%;
    }
    .subscription-bundle__top-phone img {
        width: 70%;
        margin-top: 20px;
    }
}
@media (max-width: 1280px) {
    .subscription-edu__pill {
        padding: 30px;
        font-size: 18px;
    }
    .subscription-edu__person img {
        width: 550px;
    }
}
@media (max-width: 1240px) {
    .subscription-help__image {
        max-width: 320px;
    }
    .subscription-help__left {
        max-width: 77%;
    }
    .subscription-edu__screen {
        margin-right: 0px;
    }
    .subscription-bundle__blue {
        top: 52%;
    }
    .subscription-bundle__top-phone img {
        width: 50%;
        margin-top: 270px;
    }
    .subscription-bundle__top-phone {
        right: -320px;
    }
    .subscription-bundle .subscription-edu__feature_blocks {
        gap: 20px 30px;
    }
    .subscription-bundle__card{
        padding: 40px;
    }
    .subscription-bundle__card {
        min-height: 370px;
    }
}

@media (max-width: 1200px) {
    .fix-container-n_equal {
        padding: 0 70px 0 50px;
    }
    .subscription-hero::after {
        width: 550px;
    }
    .subscription-hero__inner {
        height: 510px;
        padding: 30px 0px 30px 0px;
    }
    .subscription-hero__subtitle {
        font-size: 20px;
    }
    .subscription-hero__title {
        font-size: 40px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .subscription-hero__button {
        font-size: 24px;
        padding: 25px 40px;
    }
    .subscription-edu__block {
        display: flex !important;
        align-items: center;
        flex-direction: column;
    }
    .subscription-edu__screen img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .subscription-edu__top-right, .subscription-edu__screen{
        margin-top: 0px;
    }
    .subscription-edu__stats {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 60px 100px;
    }
    .subscription-edu__stats-row {
        display: flex;
        align-items: stretch;
        margin-bottom: 40px;
        flex-direction: column;
        margin-top: 40px;
        width: 100%;
        min-width: 100%;
    }
    .subscription-edu__features {
        padding: 40px;
    }
    .subscription-edu__person img {
        width: 450px;
    }
    .subscription-edu__bottom-title {
        font-size: 38px;
    }
    .subscription-edu__person {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    }
    .subscription-growth__photo img {
        width: 650px;
    }
    .subscription-growth__cards_col2, .subscription-growth__cards_col1{
        max-width: 700px;
    }
    .subscription-growth__cards {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 1120px) {
    .subscription-help__card {
        padding: 40px;
    }
    .subscription-help__left {
        max-width: 70%;
    }
    .subscription-edu__feature {
        font-size: 22px;
    }
    .subscription-edu__stat-caption {
        font-size: 32px;
    }
    .subscription-edu__features {
        margin-top: 40px;
    }
    .subscription-bundle__card-price {
        font-size: 80px;
    }
    .subscription-bundle__card-text {
        font-size: 22px;
    }
    .subscription-bundle__card {
        min-height: 300px;
    }
    .subscription-bundle__bottom {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .subscription-bundle__top-phone img {
        width: 50%;
        margin-top: 200px;
    }
    .subscription-bundle__blue {
        top: 59%;
    }
    .subscription-bundle__blue::before {
        clip-path: polygon(0% 0%, 100% 8%, 100% 65%, 0% 50%);
    }
}
@media (max-width: 1080px) {
    .subscription-bundle_edu__text {
        padding: 35px 20px;
    }
    .subscription-edu__feature, .subscription-bundle_edu__text {
        font-size: 20px;
    }
    .block-info_new-img {
        width: 15px;
        height: 15px;
        margin-top: 5px;
    }
    .subscription-bundle .subscription-edu__feature_blocks {
        gap: 20px 25px;
    }
    .subscription-bundle__top-phone {
        right: -390px;
    }
    .subscription-bundle__top-phone img {
        width: 40%;
        margin-top: 220px;
    }
}
@media (max-width: 1040px) {
   .subscription-help__right {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
        right: auto;
        left: auto;
        bottom: -100px;
        margin-top: -90px;
    }
    .subscription-help__card {
        display: flex;
        flex-direction: column;
    }
    .subscription-help__left {
        max-width: 100%;
    }
    .subscription-edu__person img {
        width: 400px;
    }
    .subscription-growth__photo img {
        width: 550px;
    }
    .top_title__block {
        font-size: 32px;
    }
}

@media (max-width: 1020px) {
    .subscription-hero__inner {
        height: 460px;
    }
    .subscription-hero::after {
        width: 500px;
    }
    .subscription-hero__subtitle {
        font-size: 18px;
    }
    .subscription-hero__title {
        font-size: 34px;
    }
    .subscription-hero__button {
        font-size: 20px;
    }
}
@media (max-width: 980px) {
    .top_title__block {
        font-size: 30px !important;
    }
    .subscription-help__subtitle {
        width: 100%;
        font-size: 18px;
    }
    .subscription-edu__screen img {
        margin-top: 0px;
    }
    .subscription-help__title, .top_title__block, .subscription-edu__bottom-title {
        font-size: 32px;
    }
    .subscription-help__text {
        font-size: 18px;
        margin-top: 20px;
    }
    .subscription-help button{
        display: none;
    }
    .subscription-edu__feature, .subscription-bundle_edu__text {
        font-size: 18px;
    }
    .subscription-edu__features {
        margin-top: 30px;
        padding: 30px;
        border-radius: 35px;
    }
    .subscription-edu__person img {
        width: 300px;
    }
    .subscription-edu__pill-grid {
        margin-top: 20px;
    }
    .subscription-edu__pill {
        padding: 20px;
        font-size: 18px;
    }   
    .subscription-bundle {
        margin-top: 30px;
    }
    .subscription-bundle__subtitle {
        font-size: 18px;
        margin-top: 20px;
    }
    .subscription-growth__cards {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .subscription-growth__card h3 {
        font-size: 22px;
    }
    .subscription-growth__card {
        padding: 20px 30px;
        gap: 15px;
    }
    .subscription-growth__card p{
        font-size: 18px;
    }
    .subscription-growth__photo img {
        width: 450px;
    }
    .subscription-growth__photo {
        bottom: -60px;
    }
    .fix-container_new {
        padding: 0 30px;
    }
    .subscription-partners__item {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 120px;
        transform: translateX(150px);
    }
    .subscription-partners__logos {
        margin-top: 50px;
        gap: 30px;
        width: 100%;
        overflow: scroll;
    }
    .subscription-bundle__cards {
        margin-top: 30px;
    }
    .subscription-hero__right{
        flex: none;
    }
}

@media (max-width: 930px) {
    .subscription-hero::after{
        display: none;
    }
    .subscription-hero__left {
        flex: 1;
        max-width: 100%;
    }
}
@media (max-width: 880px) {

    .subscription-bundle .subscription-edu__feature_blocks {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .subscription-bundle__blue {
        top: 65%;
    }
    .subscription-bundle .subscription-edu__features {
        padding: 35px 30px 80px 35px;
       
    }
    .subscription-bundle__top-phone{
        display: none;
    }
    .subscription-bundle__card-price {
        font-size: 62px;
    }
    .subscription-bundle__card-text {
        font-size: 18px;
    }
    .subscription-bundle__card-footnote{
        font-size: 14px;
    }
    .subscription-bundle__card {
        padding: 25px;
        min-height: 233px;
    }
    .subscription-bundle__bottom {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .subscription-bundle__blue {
        top: 70%;
    }
    .subscription-bundle__blue::before {
        clip-path: polygon(0% 0%, 100% 6%, 100% 45%, 0% 35%);
    }
}
@media (max-width: 800px) {
     .subscription-edu__stats {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
        justify-items: center;
    }
    .subscription-edu__stats :nth-child(2){
        order: 1;
    }
    .subscription-edu__blue {
        clip-path: polygon(330% 20%, 100% 93.7%, 0% 100%, 0% 64.5%);
    }
    .subscription-edu__pill-grid {
        flex-direction: column;
    }
    .subscription-edu__pill-col_2 {
        align-items: flex-end;
    }
    .subscription-edu__person {
        width: 100%;
        clip-path: polygon(100% 0%, 100% 66%, 0% 100%, 0% 4.5%);    
    }
    .subscription-bundle_edu__text, .subscription-bundle__inner .subscription-hero__button {
        font-size: 18px;
        width: 100%;
    }
}
@media (max-width: 670px) {
    .subscription-help__subtitle {
        width: 100%;
        font-size: 16px;
    }
    .fix-container_new , .fix-container-n_equal {
        padding: 0 20px;
    }
    .subscription-help__title{
        font-size: 30px;
    }
    .subscription-help__text {
        font-size: 16px;
        margin-top: 30px;
    }
    .subscription-help__title, .top_title__block, .subscription-edu__bottom-title {
        font-size: 30px;
    }
    .subscription-partners .top_title__block br{
        display: none;
    }
    .subscription-growth__photo img {
        width: 350px;
    }
    .section-sub {
        padding: 0px 0;
    }
    .subscription-growth__photo {
        bottom: -10px;
        right: -0px;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .subscription-growth__top {
        display: flex;
        align-items: flex-end;
        position: relative;
        flex-direction: column;
    }
    .subscription-partners {
        margin-bottom: 60px;
        margin-top: 30px;
    }
    .subscription-growth__cards_col2, .subscription-growth__cards_col1 {
        max-width: 100%;
    }
    .subscription-growth__card p {
        font-size: 16px;
    }
    .subscription-growth__top .top_title__block br{
        display: none;
    }
    .subscription-bundle__cards {
        display: flex;
        gap: 10px;
        margin-top: 30px;
        flex-direction: column;
    }
    .subscription-bundle__bottom {
        margin-top: -180px;
        margin-bottom: 100px;
    }
    .subscription-bundle__blue::before {
        clip-path: polygon(0% 0%, 100% 8%, 100% 78%, 0% 68%);
    }
    .subscription-bundle__blue {
        top: 66%;
    }
    .subscription-bundle__lines {
        object-fit: cover;
    }
    .subscription-bundle__top-phone {
        display: none;
    }
    .subscription-hero__inner{
        display: flex;
        flex-direction: column;
        height: max-content;
        gap: 40px;
        padding: 30px 0px 0px 0px;
    }
    .subscription-hero__mob {
        display: block;
    }
    .subscription-hero__left {
        flex: 1;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .subscription-hero__bg {
        clip-path: polygon(0% 0%, 100% 0%, 100% 76%, 0% 90%);
    }
    .subscription-hero__lines {
        object-fit: cover;
    }
    .subscription-hero__title {
        font-size: 30px;
    }
    .subscription-hero__subtitle {
        font-size: 16px;
    }
    .subscription-edu__features {
        margin-top: 30px;
        padding: 30px;
        border-radius: 35px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .subscription-edu__screen{
        justify-content: center;
    }
    .subscription-edu__screen img{
        max-width: 309px;
    }
    .subscription-edu__blue {
        clip-path: polygon(100% 52%, 100% 97.6%, 0% 98.9%, 0% 55.5%);
    }
    .subscription-edu__pill-grid {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .subscription-edu__pill{
        width: 95%;
    }
    .subscription-edu__pill-col_1 > :first-child {
        margin-right: 0px;
    }
    .subscription-edu__pill-col_1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .subscription-edu__person{
        display: none;
    }
    .subscription-edu__person_mob{
        clip-path: polygon(0 0, 100% 0, 100% 91.6%, 0 97.6%);
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .subscription-edu__person_mob img{
        width: 100%;
        max-width: 386px;
        transform: scaleX(-1);
    }
    .subscription-edu__bottom-content {
        flex: 1 1 auto;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .subscription-edu__bottom {
        margin-top: 40px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }
    .subscription-edu {
        position: relative;
        padding: 50px 0 20px;
    }
    .subscription-bundle__top-phone_mob img {
        width: 329px;
    }
    .subscription-bundle__top-phone_mob{
        margin-top: -50px;
        display: flex;
        justify-content: center;
    }
    .subscription-help__card {
        padding: 25px;
        border-radius: 25px;
    }
    .block-info_new-img {
        width: 22px;
        height: 22px;
        margin-top: 5px;
    }
    .subscription-bundle__top .top_title__block br{
        display: none;
    }
    .subscription-bundle_edu__text {
        padding: 35px 45px;
        text-align: center;
    }
    .subscription-bundle_edu__text, .subscription-bundle__inner .subscription-hero__button {
       line-height: 120%;
    }
    .subscription-edu__lines{
        position: absolute;
        left: 50%;
        bottom: 0%;
        width: 400%;
        max-width: none;
        transform: translateX(-75%) rotate(360deg);
        pointer-events: none;
        top: 80%;
    }
    .subscription-edu__pill-col_1 :nth-child(2){
        margin-left: 20px;
        width: calc(100% - 20px);
    }
    .subscription-edu__pill-col_2 :nth-child(2){
        margin-right: 20px;
        width: calc(100% - 20px);
    }
    .modal-window__container_sub {
        width: 90% !important;
    }
    .modal-window__title {
        font-size: 20px !important;
    }
   
}
@media (max-width: 430px) {
    .subscription-edu__person_mob img {
        width: 100%;
        max-width: 286px;
    }
    .subscription-edu__person_mob {
        clip-path: polygon(0 0, 100% 0, 100% 89.3%, 0 97.1%);
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 407px) {
    .subscription-edu__person_mob {
        clip-path: polygon(0 0, 100% 0, 100% 88.9%, 0 96.9%);
    }
}