

/* Start:/local/components/my/price/templates/apple/style.css?1788347040948*/
.prices__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.prices__item {
    padding: 30px;
    border-radius: var(--border-radius);
    background-color: var(--color-gray-f8);
}
.prices__title {
    font-weight: 700;
    margin-bottom: 32px;
}
.prices__item ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.prices__item li {
    opacity: 0;
    padding: 20px 30px;
    border-radius: 12px;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1100px) {
    .prices__list {
        grid-template-columns: 1fr;
    }
    .prices__top {
        flex-wrap: wrap;
        gap: 20px;
    }
    .prices__top .m6 {
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    .prices__item {
        padding: 20px 10px 10px 10px;
    }
    .prices__item li {
        padding: 10px;
    }
    .prices__title {
        margin-left: 5px;
    }
}
/* End */


/* Start:/local/components/my/patients.docs/templates/apple/style.css?17883480501251*/
.legal__top {
    align-items: end;
}

.legal__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.legal__item {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 35px 110px;
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
}
.legal__item::before {
    content: "";
    position: absolute;
    background: url('/upload/static/svg/doc-gradient.svg') no-repeat center;
    background-size: 100%;
    width: 33px;
    height: 40px;
    left: 40px;
}
.legal__item::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 60px;
    height: 60px;
    background: url('/upload/static/svg/arrow-45.svg') no-repeat center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
}

@media (max-width: 1100px) {
    .legal__list {
        grid-template-columns: 1fr;
    }
    .legal__item {
        padding: 25px 60px;
    }
    .legal__item::before {
        width: 20px;
        height: 26px;
        left: 20px;
    }
    .legal__item::after {
        width: 30px;
        height: 30px;
        background-size: 10px;
    }
}
@media (max-width: 800px) {
    .legal .legal__top {
        gap: 20px;
        align-items: start;
    }
}
/* End */


/* Start:/local/components/my/contact-form/templates/apple/style.css?17882770001762*/
.new-cf {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 200px;
    padding: 60px;
    background-color: var(--color-gray-f8);
    border-radius: 30px;
    position: relative;
}
.new-cf__anchor {
    position: absolute;
    top: -80px;
    z-index: -10;
}

.form-contacts {
    display: flex;
    flex-direction: column;
}
.form-contacts__contacts {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
} 
.form-contacts__text {
    width: 60%;
}

.new-map {
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    filter: grayscale(1);
    transition: var(--transition-hover);
}
.new-map:hover {
    filter: grayscale(0);
}
.new-map #map {
    height: 100%;
}


@media (max-width: 1280px) {
    .new-cf {
        gap: 20px;
        grid-template-columns: 1.5fr 1fr;
        padding: 30px;
    }
    .new-map {
        height: 480px;
    }
}

@media (max-width: 1100px) {
    .new-cf {
        grid-template-columns: 1fr;
        position: relative;
    }
    .new-cf:not(#fi) {
        margin-bottom: 190px;
    }
    .form-contacts__text {
        width: 100%;
    }
    .form-contacts__contacts {
        position: absolute;
        flex-wrap: wrap;
        bottom: 0;
        left: 0px;
        width: 100%;
        transform: translateY(85px);
        align-items: center;
    }
}

@media (max-width: 800px) {
    .form-contacts .m6 {
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .new-cf__anchor {
        top: -100px;
    }
    .form-contacts__contacts {
        justify-content: center;
        transform: translateY(130px);
    }
    .form-contacts .btn--gradient {
        order: 2;
    }
    .new-map {
        height: 400px;
    }
}
@media (max-width: 380px) {
 
}

/* End */
/* /local/components/my/price/templates/apple/style.css?1788347040948 */
/* /local/components/my/patients.docs/templates/apple/style.css?17883480501251 */
/* /local/components/my/contact-form/templates/apple/style.css?17882770001762 */
