.landingpage-2 .cta-block__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.nearest-slider__head {
    display: flex;
    justify-content: space-between;
}
.nearest-slider .splide__arrow {
    background-color: #001b41;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-image: url('data:image/svg+xml,<svg width="20" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m19.046 8.796-6.75 6.75a1.127 1.127 0 1 1-1.594-1.594l4.83-4.827H1.75a1.125 1.125 0 0 1 0-2.25h13.781l-4.827-4.83A1.127 1.127 0 1 1 12.298.451l6.75 6.75a1.125 1.125 0 0 1-.002 1.595Z" fill="%23fff"/></svg>');
    top: 2px;
    transform: none;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
    border: 1px solid #001b41;
    transition: 0.2s;
    position: relative;
}
.nearest-slider .splide__arrow::after {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 22px);
}
.nearest-slider .splide__arrow:hover {
    background-color: #475778;
    border-color: #475778;
}
.nearest-slider .splide__arrow:disabled {
    background-image: url('data:image/svg+xml,<svg width="20" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m19.046 8.796-6.75 6.75a1.127 1.127 0 1 1-1.594-1.594l4.83-4.827H1.75a1.125 1.125 0 0 1 0-2.25h13.781l-4.827-4.83A1.127 1.127 0 1 1 12.298.451l6.75 6.75a1.125 1.125 0 0 1-.002 1.595Z" fill="%23A2A6C1"/></svg>');
    border-color: #a2a6c1;
    background-color: #fff0;
}
.nearest-slider .splide__arrow svg {
    display: none;
}
.nearest-slider .splide__arrow--prev {
    right: 0;
    left: 0;
    transform: rotate(180deg);
}
.nearest-slider .splide__arrow--next {
    right: 0;
    left: 0;
    transform: translateY(0);
}
.nearest-slider-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
#nearest-slider .splide__track,
.landingpage-2 .splide__track {
    overflow: visible !important;
}
#nearest-slider .splide__list {
    display: flex;
    flex-wrap: nowrap;
}
#nearest-slider .splide__slide {
    flex: 0 0 320px;
    margin-right: 16px;
}
#nearest-slider .splide__slide:last-child {
    margin-right: 0;
}
#nearest-slider .splide__arrows,
#nearest-slider .splide__pagination {
    display: none !important;
}
.landingpage-2 .section-cta_block {
    padding: 54px 0;
    background-color: #dfdc01;
}
.landingpage-2 .cta-block__title {
    font-family: Barlow;
    font-weight: 700;
    color: #001b41;
}
.landingpage-2 .cta-block__subtitle {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #001b41;
}
.landingpage-2 .cta-block__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    min-height: auto;
    gap: 24px;
}
.landingpage-2 .cta-block .button {
    margin-top: 0;
    background-color: #001b41;
    transition: 0.2s;
}
.landingpage-2 .cta-block .button:hover {
    background-color: #475778;
}
.landingpage-2 .cta-block .button-arrow {
    background-image: url("data:image/svg+xml,<svg width='14' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='m13.03 6.53-4.5 4.5a.751.751 0 1 1-1.062-1.062l3.22-3.218H1.5a.75.75 0 0 1 0-1.5h9.188L7.469 2.03A.751.751 0 0 1 8.532.968l4.5 4.5a.75.75 0 0 1-.001 1.063Z' fill='%23FFFFFF'/></svg>");
}
.landingpage-2 .benefit-two__sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0 0 48px;
}
.landingpage-2 .benefit-two__section {
    padding: 40px;
    background-color: #fff;
    border: 1px solid #dde0e9;
    border-radius: 16px;
}
.landingpage-2 .benefit-two__header {
    text-align: center;
    max-width: 880px;
    margin: 0 auto 48px;
}
.landingpage-2 .benefit-two__title {
    margin: 0 0 16px;
    font-family: Barlow;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #001b41;
}
.landingpage-2 .benefit-two__description {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgb(0 0 0 / 0.85);
    text-align: center;
}
.landingpage-2 .benefit-two__section-title {
    font-family: Barlow;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    color: #001b41;
    margin: 0 0 16px;
}
.landingpage-2 .benefit-two__section-description {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgb(0 0 0 / 0.85);
    margin: 0 0 16px;
}
.landingpage-2 .benefit-two__list {
    padding: 0 0 0 24px;
    color: rgb(0 0 0 / 0.85);
}
.landingpage-2 .benefit-two__item-title {
    font-family: Barlow;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}
.landingpage-2 .benefit-two__item-description {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}
.landingpage-2 .benefit-two__button {
    display: flex;
    justify-content: center;
}
.landingpage-2 .service-plans {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    padding: 14px 0 !important;
}
.landingpage-2 .section-header {
    max-width: 880px;
    margin: 0 auto 16px;
    text-align: center;
}
.landingpage-2 .service-title {
    font-family: Barlow;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #001b41;
}
.landingpage-2 .service-description {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgb(0 0 0 / 0.85);
    margin: 0;
}
.landingpage-2 .subscription-tabs {
    display: none !important;
    grid-template-columns: auto auto;
    max-width: fit-content;
    min-height: 56px;
    margin: 0 auto 32px;
    padding: 4px 6px;
    list-style: none;
    align-items: center;
    justify-content: center;
    background-color: #dde0e9;
    border-radius: 30px;
}
.landingpage-2 .subscription-tab {
    cursor: pointer;
    padding: 12px 23px;
    text-align: center;
}
.landingpage-2 .subscription-tab.active {
    background: #001b41;
    color: #fff;
    border-radius: 50px;
}
.landingpage-2 .service-plan {
    position: relative;
    z-index: 1;
    padding: 20px 20px 41px;
    margin: 20px 0;
    min-height: 740px;
    border: 1px solid #6b7694;
    border-radius: 16px;
    background-color: #fff;
    background-clip: padding-box;
}
.landingpage-2 .splide__slide.main-card .service-plan {
    margin: 59px 0 0;
    min-height: 721px;
    max-width: 721px;
}
.landingpage-2 .splide__slide.main-card {
    padding: 0 0 2px;
}
.landingpage-2 .splide__slide.main-card .service-plan::before {
    content: "Popularny";
    position: absolute;
    top: -58px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    border-radius: 16px;
    background-color: #dedc00;
    box-shadow: 0 0 15px 0 #000;
    z-index: -2;
    font-family: Barlow;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #001b41;
}
.landingpage-2 .splide__slide.main-card .service-plan::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px 16px 14px 14px;
    background-color: #fff;
    z-index: -2;
}
.landingpage-2 .service-plan__header {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    margin: 32px 0 0;
}
.landingpage-2 .service-plan__title {
    margin: 0;
    font-family: Barlow;
    font-weight: 700;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
    color: #001b41;
}
.landingpage-2 .service-info__text,
.landingpage-2 .service-plan__description,
.landingpage-2 .service-plan__details {
    font-family: Barlow;
    font-weight: 400;
    font-size: 16px;
    color: rgb(0 0 0 / 0.85);
}
.landingpage-2 .service-plan__description {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto;
    max-width: 350px;
    min-height: 30px;
    text-align: center;
    line-height: 100%;
}
.landingpage-2 .service-plan__details {
    max-width: 350px;
    margin: 24px auto 0;
    line-height: 30px;
}
.landingpage-2 .service-plan__points {
    padding-left: 24px;
}
.landingpage-2 .service-button {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 20px;
    right: 20px;
    padding: 2px 0;
    border: 2px solid #001b41;
    border-radius: 50px;
}
.landingpage-2 .service-info {
    margin-top: 32px;
}
.landingpage-2 .service-info__text {
    margin: 0;
    line-height: 24px;
}
.landingpage-2 .service-button:hover {
    border-color: #475778;
}
.landingpage-2 .service-plan__point-description {
    margin: 0;
}
.landingpage-2 .section-cta_block .button {
    margin-top: 0;
}