

ul.schedule-pager.link-pager li.active {
    background-color: #30b683 !important;
}


section.video .line {
    height: 957px;
    width: 1px;
    background-color: #efefef;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -2;
}

section.video .line:nth-child(3) {
    left: 25%;
}

section.video .line:nth-child(4) {
    left: 50%;
}

section.video .line:nth-child(5) {
    left: 75%;
}

section.video .line:nth-child(6) {
    left: 100%;
}


@media (max-width: 575.98px) {
    .fix-mobile-menu {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

.main .main--info .more {
    background: linear-gradient(180deg, #568CF7 0%, #5082E6 44.27%);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

.main .main--info .more:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(80, 130, 230, 0.9);
}

.main .main--info .more:active {
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15);
}



.getpdf .bnt-subscribe {
    width: auto;
    white-space: nowrap;
    padding: 15px 70px;
}

@media (max-width: 575.98px) {
    .getpdf .bnt-subscribe {
        width: 100%;
    }

}

.circle-big, .circle-sm {
    position: absolute;
}

.circle-sm {
    top: 7%;
    left: 0;
    background-image: url("/upload/landings/poezda/sources/main/img/about/elipse-sm.png");
    z-index: 1;
    width: 465px;
    height: 520px;
}

.circle-big {
    top: 42%;
    right: 0;
    background-image: url("/upload/landings/poezda/sources/main/img/about/elipse-big.png");
    z-index: 1;
    width: 705px;
    height: 813px;
}


@media (max-width: 1280px) {

    .advantages .advantages-all--title, .advantages .advantages-delivery--title, .advantages .advantages-gaurante--title {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .main, .advantages, .about, .variables-subs, .gift-more, .faq, .release, .collections {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .circle-sm {
        top: 2%;
        left: 0;
        background-image: url("/upload/landings/poezda/sources/main/img/about/elipse-sm-m.png");
        z-index: 1;
        width: 145px;
        height: 163px;
    }

    .circle-big {
        top: 55%;
        right: 0;
        background-image: url("/upload/landings/poezda/sources/main/img/about/elipse-big-m.png");
        z-index: 1;
        width: 224px;
        height: 252px;
    }
}

.marketplace .marketplace__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.marketplace .marketplace__wrap--text {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.marketplace .marketplace__wrap--text a {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
}

.marketplace .marketplace__wrap--links {
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.marketplace .marketplace__wrap--links img {
    width: 44px;
    height: 44px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.marketplace .marketplace__wrap--links .wildberries {
    margin-right: 15px;
}

@media (max-width: 575.98px) {
    .marketplace .marketplace__wrap {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .marketplace .marketplace__wrap--text {
        font-size: 16px;
        line-height: 24px;
    }

    .marketplace .marketplace__wrap--links {
        padding-top: 20px;
    }
}

.table-schedule-link {
    cursor: pointer;
    color: #5678BF;
    font-weight: 700;
}

.table-schedule-link:hover {
    text-decoration: underline;
    color: rgba(11, 23, 229, 0.58);
}

.block-hidden {
    display: none;
}

.getpdf__item--field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.getpdf__item--button {
    align-self: flex-start;
}