.page {
    margin-bottom: 48px;
    padding-top: 24px;
}



.package {
    margin-bottom: 64px;
}


.package .cover {
    border-radius: 10px;
    padding-top: 64.252%;
}



.probes {
    counter-reset: probes-headings;
    margin-bottom: 78px;
}


.probes .box {
    position: relative;
}


.probes .cover {
    border-radius: 10px;
    margin-bottom: 42px;
}

.probes .cover::after {
    background-image: var(--color--blue-gradient);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}

.probes .content {
    color: var(--color--white);
    display: grid;
    grid-column-gap: 48px;
    grid-template-columns: 370px auto;
    padding: 56px 128px 54px;
    position: relative;
    z-index: 1;
}

.probes h2 {
    margin-bottom: 23px;
}

.probes h3 {
    column-gap: 16px;
    display: flex;
    margin-bottom: 14px;
}

.probes h3::before {
    align-items: center;
    border: 2px solid;
    border-radius: 50%;
    box-sizing: border-box;
    content: counter(probes-headings);
    counter-increment: probes-headings;
    display: flex;
    flex-shrink: 0;
    height: 44px;
    justify-content: center;
    position: relative;
    top: -9px;
    width: 44px;
}

.probes p {
    margin-top: 0;
}

.probes p:last-child {
    margin-bottom: 0;
}

.probes p:not(:last-child) {
    margin-bottom: 21px;
}

.probes ul {
    line-height: 31px;
}

.probes li {
    column-gap: 12px;
    display: flex;
}

.probes svg {
    color: var(--color--jaffa);
    position: relative;
    top: 8px;
}

.probes .footer {
    display: grid;
    grid-column-gap: 48px;
    grid-template-columns: 370px auto;
    padding: 0 128px;
}

.probes button {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-decoration: underline;
}

.probes .phone-wrapper {
    left: 128px;
    position: absolute;
    top: 64px;
    width: 370px;
}

.probes .phone {
    padding-top: 204.14%;
}



.benefits {
    margin-bottom: 54px;
}

.benefits h2 {
    margin-bottom: 22px;
    text-align: center;
}

.benefits ul {
    display: grid;
    grid-column-gap: 96px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 48px;
    text-align: center;
}

.benefits li:first-child,
.benefits li:last-child {
    padding-top: 56px;
}

.benefits li:nth-child(2) {
    padding-top: 168px;
}

.benefits .media-wrapper {
    border: 2px dotted var(--color--mountain-meadow);
    border-radius: 50%;
    margin-bottom: 34px;
    padding: 40px;
}

.benefits .media {
    border-radius: 50%;
}

.benefits .name {
    margin: 0 0 11px;
}

.benefits .description {
    line-height: 25px;
    margin: 0;
}



.seo .text {
    background-color: var(--color--porcelain);
    border-radius: 10px;
    padding: 59px 128px 54px;
}



@media (max-width: 1415px) {
    .probes .content {
        grid-template-columns: 366px auto;
        padding-left: 96px;
        padding-right: 96px;
    }

    .probes .footer {
        grid-template-columns: 366px auto;
        padding-left: 96px;
        padding-right: 96px;
    }

    .probes .phone-wrapper {
        left: 96px;
    }



    .benefits ul {
        grid-column-gap: 64px;
    }

    .benefits .media-wrapper {
        padding: 32px;
    }



    .seo .text {
        padding-left: 96px;
        padding-right: 96px;
    }
}


@media (max-width: 1215px) {
    .probes {
        margin-bottom: 64px;
    }


    .probes .box {
        position: static;
    }


    .probes .cover {
        margin-bottom: 43px;
    }

    .probes .content {
        display: block;
        padding: 42px 48px 38px;
    }

    .probes h2 {
        margin-bottom: 24px;
    }

    .probes h3 {
        margin-bottom: 7px;
    }

    .probes h3::before {
        height: 39px;
        padding-top: 2px;
        top: -8px;
        width: 39px;
    }

    .probes p:not(:last-child) {
        margin-bottom: 13px;
    }

    .probes svg {
        height: 12px;
        top: 9px;
        width: auto;
    }

    .probes .footer {
        display: block;
        padding: 0 48px;
    }

    .probes .phone-wrapper {
        display: none;
    }



    .benefits h2 {
        margin-bottom: 24px;
        text-align: left;
    }

    .benefits ul {
        display: block;
        margin-bottom: 39px;
        text-align: left;
    }

    .benefits li {
        align-items: center;
        display: grid;
        grid-column-gap: 16px;
        grid-template-columns: 112px auto;
    }

    .benefits li:first-child,
    .benefits li:last-child {
        padding-top: 0;
    }

    .benefits li:nth-child(2) {
        padding-top: 0;
    }

    .benefits li:not(:last-child) {
        margin-bottom: 24px;
    }

    .benefits .media-wrapper {
        margin-bottom: 0;
        padding: 8px;
    }

    .benefits .name {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 1px;
        padding-top: 2px;
    }



    .seo .text {
        padding: 43px 48px 38px;
    }
}


@media (max-width: 1024px) {
    .page {
        margin-bottom: 32px;
        padding-top: 8px;
    }



    .package {
        margin-bottom: 32px;
    }



    .probes {
        margin-bottom: 32px;
    }


    .probes .content {
        padding: 34px 24px 30px;
    }

    .probes .footer {
        padding: 0 24px;
    }



    .benefits {
        margin-bottom: 38px;
    }

    .benefits h2 {
        margin-bottom: 16px;
    }

    .benefits ul {
        margin-bottom: 31px;
    }

    .benefits li:not(:last-child) {
        margin-bottom: 16px;
    }



    .seo .text {
        padding: 35px 24px 30px;
    }
}


@media (max-width: 691px) {
    .page {
        padding-top: 4px;
    }



    .probes .content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .probes .footer {
        padding: 0 16px;
    }



    .benefits .box {
        padding-left: 16px;
        padding-right: 16px;
    }



    .seo .text {
        padding-left: 16px;
        padding-right: 16px;
    }
}


@media (max-width: 459px) {
    .benefits ul {
        margin-bottom: 23px;
    }

    .benefits li {
        align-items: flex-start;
        grid-template-columns: 64px auto;
    }

    .benefits .media-wrapper {
        padding: 4px;
    }

    .benefits .name {
        padding-top: 1px;
    }

    .benefits .description {
        padding-bottom: 1px;
    }
}