.wifi-landing {
    --wifi-blue: #1976d2;
    --wifi-blue-dark: #1565c0;
    --wifi-dark: #263238;
    --wifi-black: #1B1919;
    --wifi-soft: #f4f7fa;
    --wifi-border: rgba(16, 24, 40, .1);
    --wifi-muted: rgba(27, 25, 25, .68);
    color: var(--wifi-black);
    background: #ffffff;
    font-family: inherit;
    overflow-x: hidden;
}

.wifi-landing *,
.wifi-landing *::before,
.wifi-landing *::after {
    box-sizing: border-box;
}

.wifi-landing__wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.wifi-landing__breadcrumbs {
    margin: 22px 0 0;
    font-size: 13px;
    line-height: 18px;
    color: rgba(27, 25, 25, .55);
}

.wifi-landing__breadcrumbs a {
    color: rgba(27, 25, 25, .72);
    text-decoration: none;
}

.wifi-landing__breadcrumbs a:hover {
    color: var(--wifi-blue);
}

.wifi-landing__breadcrumbs span {
    margin: 0 8px;
}

.wifi-landing__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: var(--wifi-blue);
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.wifi-landing__eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: currentColor;
}

.wifi-section {
    padding: 76px 0;
}

.wifi-section_tint {
    background: var(--wifi-soft);
}

.wifi-section_dark {
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(25, 118, 210, .14), rgba(25, 118, 210, 0) 42%),
        var(--wifi-dark);
}

.wifi-section_request {
    padding-bottom: 92px;
}

.wifi-section__head {
    max-width: 860px;
    margin-bottom: 34px;
}

.wifi-section__head_inline {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.wifi-section__head h2,
.wifi-request h2 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.wifi-section__head p,
.wifi-card p,
.wifi-service p,
.wifi-timeline p,
.wifi-request p,
.wifi-note,
.wifi-form__hint {
    margin: 0;
    color: var(--wifi-muted);
    font-size: 16px;
    line-height: 1.55;
}

.wifi-section_dark .wifi-section__head p,
.wifi-section_dark .wifi-timeline p {
    color: rgba(255, 255, 255, .74);
}

.wifi-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 250ms ease, border-color 250ms ease, color 250ms ease, box-shadow 250ms ease;
}

.wifi-button:hover,
.wifi-button:focus {
    text-decoration: none;
}

.wifi-button_primary {
    color: #ffffff;
    background: var(--wifi-blue);
    box-shadow: 0 10px 24px rgba(25, 118, 210, .2);
}

.wifi-button_primary:hover,
.wifi-button_primary:focus {
    color: #ffffff;
    background: var(--wifi-blue-dark);
    box-shadow: 0 12px 28px rgba(25, 118, 210, .28);
}

.wifi-button_secondary {
    color: var(--wifi-black);
    border-color: var(--wifi-black);
    background: transparent;
}

.wifi-button_secondary:hover,
.wifi-button_secondary:focus {
    color: #ffffff;
    background: var(--wifi-black);
}

.wifi-hero {
    padding: 28px 0 44px;
}

.wifi-hero__carousel {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background:
        linear-gradient(120deg, rgba(25, 118, 210, .22), rgba(25, 118, 210, 0) 44%),
        var(--wifi-dark);
    box-shadow: 0 0 10px 0 rgba(0, 1, 1, .12);
}

.wifi-hero__carousel::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, var(--wifi-blue), rgba(25, 118, 210, .2));
}

.wifi-hero__carousel .carousel-inner {
    min-height: 520px;
}

.wifi-hero__carousel .item {
    display: none;
    min-height: 520px;
}

.wifi-hero__carousel .item.active {
    display: block;
}

.wifi-hero__slide {
    min-height: 520px;
    padding: 70px 72px 82px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    align-items: center;
    gap: 52px;
}

.wifi-hero__content {
    max-width: 780px;
    position: relative;
    z-index: 2;
}

.wifi-hero h1,
.wifi-hero h2,
.wifi-hero__title {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 600;
}

.wifi-hero__lead {
    max-width: 680px;
    margin: 22px 0 30px;
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
    line-height: 1.45;
}

.wifi-hero__visual {
    position: relative;
    width: 430px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 48px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 48px);
}

.wifi-hero__visual span {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--wifi-blue);
    box-shadow: 0 0 0 8px rgba(25, 118, 210, .14);
}

.wifi-hero__visual span:nth-child(1) { left: 16%; top: 24%; }
.wifi-hero__visual span:nth-child(2) { right: 22%; top: 20%; }
.wifi-hero__visual span:nth-child(3) { left: 30%; bottom: 22%; }
.wifi-hero__visual span:nth-child(4) { right: 18%; bottom: 28%; }

.wifi-hero__visual::before,
.wifi-hero__visual::after {
    content: "";
    position: absolute;
    inset: 60px 66px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
}

.wifi-hero__visual::after {
    inset: 103px 130px;
}

.wifi-hero__controls {
    position: absolute;
    left: 72px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 3;
}

.wifi-hero__indicators {
    position: absolute;
    left: auto;
    right: 72px;
    bottom: 44px;
    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

.wifi-hero__indicators li {
    width: 34px;
    height: 3px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .34);
}

.wifi-hero__indicators .active {
    width: 34px;
    height: 3px;
    margin: 0;
    background: #ffffff;
}

.wifi-hero__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.wifi-hero__arrow {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
}

.wifi-hero__arrow:hover,
.wifi-hero__arrow:focus {
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, .12);
}

.wifi-hero__counter {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.wifi-card-grid,
.wifi-service-grid {
    display: grid;
    gap: 20px;
}

.wifi-card-grid_five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wifi-card-grid_four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wifi-card-grid_three,
.wifi-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wifi-card,
.wifi-service,
.wifi-partners article,
.wifi-stats article,
.wifi-timeline article {
    background: #ffffff;
    border: 1px solid var(--wifi-border);
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    transition: border-color 220ms ease, box-shadow 220ms ease;
}

.wifi-card:hover,
.wifi-service:hover,
.wifi-partners article:hover,
.wifi-stats article:hover {
    border-color: rgba(25, 118, 210, .3);
    box-shadow: 0 5px 16px rgba(16, 24, 40, .12);
}

.wifi-card,
.wifi-service {
    min-height: 166px;
    padding: 26px;
}

.wifi-card__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    padding: 10px;
    color: var(--wifi-blue);
    border-radius: 10px;
    background: rgba(25, 118, 210, .08);
}

.wifi-card h3,
.wifi-service h3,
.wifi-timeline h3,
.wifi-price-table h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}

.wifi-card h3:last-child,
.wifi-service h3:last-child {
    margin-bottom: 0;
}

.wifi-group + .wifi-group {
    margin-top: 34px;
}

.wifi-group > h3 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
}

.wifi-group > h3::before {
    content: "";
    width: 34px;
    height: 2px;
    background: var(--wifi-blue);
}

.wifi-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.wifi-stats article {
    min-height: 172px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.wifi-stats article::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: var(--wifi-blue);
}

.wifi-stats strong {
    display: block;
    margin-bottom: 16px;
    color: var(--wifi-blue);
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
}

.wifi-stats span {
    display: block;
    font-size: 16px;
    line-height: 1.45;
}

.wifi-timeline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    counter-reset: wifi-step;
}

.wifi-timeline article {
    position: relative;
    min-height: 188px;
    padding: 28px 28px 28px 86px;
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: none;
}

.wifi-timeline article::before {
    content: "";
    position: absolute;
    left: 56px;
    top: 62px;
    bottom: 28px;
    width: 1px;
    background: rgba(255, 255, 255, .16);
}

.wifi-timeline span {
    position: absolute;
    left: 26px;
    top: 28px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(25, 118, 210, .26);
}

.wifi-timeline h3 {
    color: #ffffff;
}

.wifi-service {
    min-height: 164px;
}

.wifi-price-table {
    overflow: hidden;
    border: 1px solid var(--wifi-border);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
}

.wifi-price-table div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: center;
    gap: 20px;
    padding: 22px 26px;
}

.wifi-price-table div + div {
    border-top: 1px solid var(--wifi-border);
}

.wifi-price-table h3 {
    margin: 0;
}

.wifi-price-table span {
    color: var(--wifi-blue);
    font-weight: 600;
    text-align: right;
}

.wifi-note {
    margin-top: 18px;
    font-size: 14px;
}

.wifi-partners {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.wifi-partners article {
    min-height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 24px;
    color: rgba(27, 25, 25, .62);
    text-align: center;
}

.wifi-partners__mark {
    width: 80px;
    height: 40px;
    color: rgba(25, 118, 210, .72);
}

.wifi-request {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 44px;
    padding: 44px;
    border: 1px solid var(--wifi-border);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(25, 118, 210, .08), rgba(25, 118, 210, 0) 48%),
        var(--wifi-soft);
    box-shadow: 0 0 10px 0 rgba(0, 1, 1, .1);
}

.wifi-request__content {
    align-self: start;
}

.wifi-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.wifi-form label {
    margin: 0;
}

.wifi-form label span {
    display: block;
    margin-bottom: 8px;
    color: rgba(27, 25, 25, .72);
    font-size: 13px;
    line-height: 18px;
}

.wifi-form input,
.wifi-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    border: 1px solid rgba(16, 24, 40, .14);
    border-radius: 10px;
    background: #ffffff;
    color: var(--wifi-black);
    font: inherit;
    outline: none;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.wifi-form textarea {
    resize: vertical;
}

.wifi-form input:focus,
.wifi-form textarea:focus {
    border-color: var(--wifi-blue);
    box-shadow: 0 0 0 3px rgba(25, 118, 210, .12);
}

.wifi-form__wide,
.wifi-form__submit,
.wifi-form__hint {
    grid-column: 1 / -1;
}

.wifi-form__agree {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.wifi-form__agree input {
    width: 18px;
    min-height: 18px;
    height: 18px;
    margin-top: 2px;
    flex: 0 0 18px;
}

.wifi-form__agree span {
    margin: 0;
}

.wifi-form__submit {
    width: max-content;
    border: 0;
}

.wifi-form__hint {
    color: rgba(27, 25, 25, .55);
    font-size: 13px;
}

@media (max-width: 1199px) {
    .wifi-card-grid_five,
    .wifi-card-grid_four,
    .wifi-stats,
    .wifi-partners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wifi-hero__slide {
        grid-template-columns: minmax(0, 1fr) 320px;
        padding: 54px 46px 82px;
    }

    .wifi-hero__visual {
        width: 320px;
        height: 280px;
    }

    .wifi-request {
        grid-template-columns: 340px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .wifi-section {
        padding: 58px 0;
    }

    .wifi-section__head_inline,
    .wifi-request {
        display: block;
    }

    .wifi-section__head_inline .wifi-button {
        margin-top: 20px;
    }

    .wifi-hero__slide {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 44px 34px 90px;
    }

    .wifi-hero__carousel .carousel-inner,
    .wifi-hero__carousel .item {
        min-height: 0;
    }

    .wifi-hero__visual {
        display: none;
    }

    .wifi-hero__controls {
        left: 34px;
        bottom: 28px;
    }

    .wifi-hero__indicators {
        right: 34px;
        bottom: 45px;
    }

    .wifi-service-grid,
    .wifi-card-grid_three,
    .wifi-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wifi-request__content {
        margin-bottom: 28px;
    }
}

@media (max-width: 767px) {
    .wifi-landing__wrap {
        padding: 0 15px;
    }

    .wifi-landing__breadcrumbs {
        margin-top: 16px;
    }

    .wifi-section {
        padding: 44px 0;
    }

    .wifi-section__head {
        margin-bottom: 24px;
    }

    .wifi-section__head h2,
    .wifi-request h2 {
        font-size: 24px;
        line-height: 1.28;
    }

    .wifi-section__head p,
    .wifi-card p,
    .wifi-service p,
    .wifi-timeline p,
    .wifi-request p {
        font-size: 15px;
    }

    .wifi-button {
        width: 100%;
        min-height: 50px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .wifi-hero {
        padding-top: 18px;
    }

    .wifi-hero__carousel,
    .wifi-request {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .wifi-hero__slide {
        padding: 34px 20px 88px;
    }

    .wifi-hero h1,
    .wifi-hero h2,
    .wifi-hero__title {
        font-size: 27px;
        line-height: 1.22;
    }

    .wifi-hero__lead {
        font-size: 16px;
    }

    .wifi-hero__controls {
        left: 20px;
        bottom: 24px;
    }

    .wifi-hero__indicators {
        right: 20px;
        bottom: 37px;
    }

    .wifi-hero__indicators li,
    .wifi-hero__indicators .active {
        width: 24px;
    }

    .wifi-card-grid,
    .wifi-service-grid,
    .wifi-stats,
    .wifi-timeline,
    .wifi-partners,
    .wifi-form {
        grid-template-columns: 1fr;
    }

    .wifi-card,
    .wifi-service,
    .wifi-stats article {
        min-height: 0;
        padding: 22px;
    }

    .wifi-card__icon {
        width: 44px;
        height: 44px;
        margin-bottom: 16px;
    }

    .wifi-timeline article {
        min-height: 0;
        padding: 24px 22px 24px 76px;
    }

    .wifi-timeline article::before {
        left: 50px;
        top: 58px;
        bottom: 22px;
    }

    .wifi-timeline span {
        left: 22px;
        top: 24px;
        width: 56px;
        height: 56px;
    }

    .wifi-price-table div {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 20px 22px;
    }

    .wifi-price-table span {
        text-align: left;
    }

    .wifi-request {
        padding: 34px 20px;
    }

    .wifi-form__submit {
        width: 100%;
    }
}
