body {
    font-family: 'Albert Sans', sans-serif;
}

.link-dark-blue {
    color: #253E47;
}

.landing-page {
    background: #fdf4ec;
}

.header-site {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 2;
}

.header-site .container {
    max-width: 1314px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_btn {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
}

.header_btn .link {
    display: flex;
    align-items: center;
    grid-column-gap: 7px;
    font-weight: 600;
}

.header_btn .link:hover {
    color: #000;
}

.btn {
    min-width: 118px;
    display: inline-block;
    padding: 12px 10px;
    font-family: 'Albert Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
}

.btn_black {
    color: #fff;
    background: radial-gradient(68.28% 92.86% at 50.28% 92.86%, #727272 0%, #282828 49.68%, #111111 100%);
}

.btn_black:hover {
    color: #fff;
    transform: translateY(-9px);
}

.hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
}

.hero-bg {
    position: absolute;
    inset: 0;
    display: flex;
}

.hero-bg__left,
.hero-bg__right {
    width: 50%;
    height: 100%;
    background: #bdcab8;
    transform: translateX(0);
}


.hero-logo {
    position: relative;
    width: 115px;
    height: 121px;
}


.hero-logo .hero-logo--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-logo--icon,
.hero-logo--text {
    opacity: 0;
}

.hero-logo--text {
    transform-origin: center;
}

.headline--sub-title {
    position: relative;
    margin-bottom: 23px;
    padding-left: 19px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #5f5f5f;
}

.headline--sub-title::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -1px;
    width: 16px;
    height: 1px;
    background: #5f5f5f;
}

.headline--title {
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -1px;
    color: #253e47;
}

.headline--description {
    font-size: 20px;
    line-height: 130%;
    color: #253e47;
}

.main-s {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.main-s::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 172px;
    background: linear-gradient(0deg, #FDF4EC 0%, rgba(253, 244, 236, 0) 100%);
    z-index: -1;
}

.video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}

.main-s .container {
    max-width: 1224px;
}

.main-headline--title {
    font-size: 48px;
    line-height: 100%;
    color: #253e47;
}

.main-headline--description {
    font-size: 14px;
    line-height: 150%;
    color: #253e47;
}

.view-more-link.black {
    color: #000;
}

.view-more-link.white {
    color: #fff;
}

.view-more-link {
    position: absolute;
    font-size: 0;
}

.main-s .view-more-link {
    right: 13px;
    bottom: 63px;
}

.about-cards--item .view-more-link {
    top: 15px;
    right: 14px;
}

.our-doctors-cards__photo .view-more-link {
    top: 15px;
    left: 14px;
}

.view-more-link .icon-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all;
}

.view-more-link:hover .icon-arrow {
    transform: translate(-14%, -88%);
}

.view-more-link .icon-circle-text {
    animation: spin 20000ms linear 1ms infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}

.services-s {
    padding: 51px 0 50px;
}

.services-s .container {
    max-width: 1140px;
}

.services-nav {
    display: flex;
}

.services-nav--slider {
    display: flex;
    grid-column-gap: 18px;
}

.services-nav--slider button {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    background: transparent;
    transition: color 0.6s ease-in;
    z-index: 1;
}

.services-nav--slider button.swiper-button-lock {
    display: none;
}

.footer-social a:hover,
.services-nav--slider button:hover {
    color: #fff;
}


.footer-social a::before,
.services-nav--slider button::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-radius: 50%;
    background: #000;
    transition: width 0.6s ease-in, height 0.6s ease-in;
    z-index: -1;
}

.footer-social a:hover::before,
.services-nav--slider button:hover::before {
    width: 100%;
    height: 100%;
}

.services-slider {
    width: calc(100% - 30px);
    margin: 47px auto 0;
    overflow: visible;
}

.services-slider:not(.disable-swiper) {
    /*max-width: 580px;*/
}

.services-slider .swiper-wrapper {
    will-change: transform;
}

.services-slider-slide {
    position: relative;
    overflow: hidden;
}

.services-slider--card {
    position: relative;
    padding-top: 134%;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
}

.services-slider--card::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(37, 62, 71, 0.52) 100%);
}

.services-slider--card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.services-slider--card__title {
    font-size: 18px;
    line-height: 30px;
}

.services-slider--card .services-slider--card__title {
    position: absolute;
    left: 23px;
    bottom: 41px;
    color: #fff;
}

.services-slider--overlay {
    position: absolute;
    inset: 0;
    background: #bdcab8;
    border-radius: 24px;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
}

.services-slider--overlay-wrap {
    width: 100%;
    height: 100%;
    padding: 53px 30px 72px 22px;
}

.services-slider--overlay-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-row-gap: 23px;
}

.services-slider--card__description::-webkit-scrollbar {
    width: 4px;
    border-radius: 0;
}

.services-slider--card__description::-webkit-scrollbar-thumb {
    background: #000;
}

.services-slider--card__description::-webkit-scrollbar-track {
    background: #fdf4ec;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none;
}

.services-slider--overlay .services-slider--card__title {
    font-weight: 600;
    color: #253e47;
}

.services-slider--card__description {
    padding-right: 30px;
    overflow-y: auto;
}

.services-slider--card__description ul {
    margin-left: 1em;
}

.services-slider--card__description p,
.services-slider--card__description li {
    font-size: 14px;
    line-height: 147%;
    letter-spacing: 0.1px;
    color: rgba(95, 95, 95, 1);
}

.about-s {
    padding: 50px 0 50px;
}

.about-s .container,
.services-large .container,
.our-doctors-s .container,
.faqs-s .container {
    max-width: 1230px;
}

.about-cards {
    display: flex;
    margin-top: 48px;
}

.about-cards--item {
    position: relative;
    width: 100%;
    padding: 50px 30px 30px;
    border-radius: 24px;
}

.about-cards--item:nth-child(1) {
    color: #253e47;
    background: #cfdacb;
}

.about-cards--item:nth-child(1) .about-cards--item__title {
    color: rgba(30, 63, 51, 1);
}

.about-cards--item:nth-child(2) {
    color: #fff;
    background: #253e47;
}

.about-cards--item:nth-child(2) .about-cards--item__title {
    color: #fff;
}

.about-cards--item__title {
    margin-bottom: 24px;
    padding-right: 100px;
    font-weight: 300;
    font-size: 50px;
    line-height: 110%;
    letter-spacing: -3px;
}


.about-cards--item__description {
    font-size: 14px;
    line-height: 150%;
}

.our-doctors-s {
    padding: 51px 0 50px;
    background: #cfdacb;
}

.our-doctors-cards {
    margin-top: 40px;
}

.our-doctors-cards__photo {
    position: relative;
    margin-bottom: 28px;
    z-index: 1;
}

.our-doctors-cards__photo img {
    aspect-ratio: 1 / 1.055;
    object-fit: cover;
    border-radius: 24px;
    z-index: -1;
}

.our-doctors-cards--item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #253e47;
}

.our-doctors-cards--item__description {
    font-size: 14px;
    line-height: 20px;
}

.faqs-s .headline--description {
    font-size: 12px;
    line-height: 130%;
}

.our-doctors-cards--item__description,
.faqs-s .headline--description {
    color: #5f5f5f;
}

.faqs-s {
    padding: 57px 0 40px;
    background: #cfdacb;
}

.faqs-accordions--items:not(:nth-last-child(1)) {
    margin-bottom: 17px;
}

.faqs-accordions--items--btn {
    position: relative;
    width: 100%;
    min-height: 48px;
    padding: 6px 60px;
    font: 500 13px 'Manrope', sans-serif;
    line-height: 17px;
    text-align: center;
    color: #253e47;
    border-radius: 100px;
    border: 1px solid #253e47;
    background: #cfdacb;
}

.faqs-accordions--items.active .faqs-accordions--items--btn,
.faqs-accordions--items--btn:active,
.faqs-accordions--items--btn:focus,
.faqs-accordions--items--btn:hover {
    color: #fff;
    border-color: #253e47;
    background: #253e47;
}

.faqs-accordions--items--btn svg {
    position: absolute;
    top: 11px;
    right: 16px;
}

.faqs-accordions--items.active .faqs-accordions--items--btn .h {
    display: none;
}

.faqs-accordions .faqs-accordions--items--description {
    display: none;
    margin-top: -26px;
    padding: 44px 28px 23px;
    font: 400 12px 'Manrope', sans-serif;
    line-height: 24px;
    text-align: center;
    color: #253e47;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background: #fdf4ec;
}

.footer-landing {
    padding: 107px 0 41px;
    background: #fdf4ec;
}

.footer-landing .container {
    max-width: 1380px;
}

.footer-headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 46px;
    border-bottom: 1px solid #c8c8c8;
}

.footer-headline--logo {
    max-width: 117px;
    width: 100%;
}

.footer-headline--logo img {
    width: 100%;
}

.footer-headline--links--email {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.35px;
    color: #000000;
}

.footer-content-cards {
    display: grid;
}

.footer-content-cards--item__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.footer-content-cards--item__description p {
    font-size: 12px;
    line-height: 20px;
    color: #5f5f5f;
}

.footer-content-cards--item__description a {
    color: #5f5f5f;
}

.footer-headline--links--email:hover,
.footer-content-cards--item__description a:hover {
    color: #253e47;
}

#copyright {
    font-size: 12px;
    line-height: 20px;
}

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.footer-social {
    display: flex;
    grid-column-gap: 10px;
}

.footer-social a {
    position: relative;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    border: 1px solid #000;
    z-index: 1;
}

.footer-subscribe_footer {
    position: relative;
    border-radius: 90px;
    border: 1px solid #5f5f5f;
}


.footer-subscribe_footer form {
    display: flex;
}

.footer-subscribe_footer .gform_body {
    width: 100%;
}

.footer-subscribe_footer .gform_wrapper.gravity-theme .gfield_label {
    display: none;
}

.footer-subscribe_footer .gform_wrapper.gravity-theme .gfield .ginput_container input {
    padding: 0;
    border: 0;
    background: transparent;
}

.footer-subscribe_footer .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
}

.footer-subscribe_footer .gform_wrapper.gravity-theme .gform_footer button {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background: transparent;
}

.footer-subscribe_footer .gform_validation_errors {
    display: none;
}

.footer-subscribe_footer .gform_wrapper.gravity-theme .gfield_validation_message {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    text-align: center;
    border: 0;
    background: transparent;
}

@media (min-width: 992px) {
    .btn {
        min-width: 158px;
        padding: 16px 10px 14px;
        font-size: 16px;
    }

    .header-site {
        padding: 33px 0 0;
    }

    .header-site .container {
        align-items: flex-start;
    }

    .header-site--logo {
        margin-left: 37px;
    }

    .header_btn {
        grid-column-gap: 21px;
    }

    .header_btn {
        grid-column-gap: 21px;
    }

    .main-s {
        align-items: center;
    }

    .video-wrap video {
        width: 120%;
    }

    .main-headline {
        /*max-width: 500px;*/
        max-width: 624px;
    }

    .main-headline--title {
        margin-bottom: 29px;
        font-size: 80px;
        line-height: 94%;
    }

    .main-headline--description {
        font-size: 18px;
    }

    .headline_row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headline_col:nth-child(1) {
        width: 48%;
    }

    .headline_col:nth-child(2) {
        width: 40%;
        display: flex;
        justify-content: flex-end;
    }

    .headline--sub-title {
        margin-bottom: 25px;
        padding-left: 23px;
        font-size: 20px;
        line-height: 32px;
    }

    .headline--sub-title::before {
        top: 16px;
        left: -1px;
        width: 20px;
    }

    .headline--description {
        font-size: 24px;
        line-height: 32px;
    }

    .headline--title {
        font-size: 56px;
        letter-spacing: -2px;
    }

    .main-s .view-more-link {
        right: 36px;
        bottom: 12%;
    }

    .about-cards--item .view-more-link {
        top: 19px;
        right: 23px;
    }

    .our-doctors-cards__photo .view-more-link {
        top: 11px;
        left: 11px;
    }

    .services-s {
        padding: 110px 0 105px;
    }

    .services-s .headline_row,
    .about-s .headline_row {
        align-items: flex-end;
    }

    .services-nav {
        display: flex;
        grid-column-gap: 50px;
    }

    .services-large  .services-nav--slider {
        display: none;
    }

    .services-nav--slider button {
        width: 56px;
        height: 56px;
    }

    .services-slider {
        margin-top: 134px;
        width: 100%;
    }

    .disable-swiper .swiper-wrapper {
        grid-column-gap: 24px;
        justify-content: center;
    }

    .services-slider-slide {
        max-width: 580px;
    }

    .disable-swiper .services-slider-slide {
        flex-shrink: unset;
    }

    .services-slider--card {
        padding-top: 74%;
    }

    .services-slider--card__title {
        font-size: 24px;
        line-height: 30px;
    }

    .services-slider--toggle {
        display: none;
    }

    .services-slider--overlay-wrap {
        padding: 55px 32px 34px 37px;
    }

    .services-slider--overlay-container {
        grid-row-gap: 18px;
    }

    .services-slider-slide:hover .services-slider--overlay  {
        clip-path: inset(0 0 -1px 0);
    }

    .services-slider--card__description {
        padding-right: 25px;
    }

    .services-slider--card .services-slider--card__title {
        left: 35px;
        bottom: 28px;
    }

    .services-slider--card__description p,
    .services-slider--card__description li {
        font-size: 16px;
    }

    .services-slider--card__description ul {
        margin-left: 2em;
    }

    .about-s {
        padding: 100px 0 150px;
    }

    .about-s .headline--sub-title {
        margin-bottom: 10px;
    }

    .about-cards {
        margin-top: 64px;
        grid-column-gap: 24px;
    }

    .about-cards--item {
        padding: 65px 65px 32px 56px;
    }

    .about-cards--item__title {
        margin-bottom: 24px;
        padding-right: 110px;
        font-size: 64px;
        line-height: 110%;
    }

    .about-cards--item__description {
        font-size: 18px;
    }

    .our-doctors-s {
        padding: 132px 0 100px;
    }

    .our-doctors-s .headline_col:nth-child(1) {
        width: 38%;
    }

    .our-doctors-s .headline_col:nth-child(2) {
        max-width: 396px;
        width: auto;
        flex-direction: column;
        align-items: flex-end;
		text-align: right;
    }

    .our-doctors-cards {
        margin-top: 64px;
        display: grid;
        grid-column-gap: 24px;
        grid-template-columns: 37% repeat(2, 29.5%);
    }

    .our-doctors-cards--item {
        max-width: 354px;
    }

    .our-doctors-cards__photo {
        margin-bottom: 20px;
    }

    .our-doctors-cards__photo img {
        aspect-ratio: 1 / 1.3;
    }

    .our-doctors-cards--item__title {
        margin-bottom: 3px;
        font-size: 20px;
        line-height: 30px;
    }

    .our-doctors-cards--item__description,
    .faqs-s .headline--description {
        font-size: 16px;
        line-height: 24px;
    }

    .faqs-s {
        padding: 71px 0 77px;
    }

    .faqs-s .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .faqs-s .headline {
        width: 40%;
    }

    .faqs-s .headline--sub-title {
        margin-bottom: 10px;
    }

    .faqs-s .headline--title {
        margin-bottom: 28px;
    }

    .faqs-accordions {
        width: 53.5%;
    }

    .faqs-accordions--items:not(:nth-last-child(1)) {
        margin-bottom: 23px;
    }

    .faqs-accordions--items--btn {
        padding: 12px 66px 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .faqs-accordions--items--btn svg {
        top: 12px;
        right: 27px;
    }

    .faqs-accordions .faqs-accordions--items--description {
        margin-top: -26px;
        padding: 54px 41px 26px;
        font-size: 14px;
        line-height: 24px;
    }

    .footer-landing {
        padding: 80px 0 27px;
    }

    .footer-headline {
        margin-bottom: 43px;
        padding-bottom: 42px;
    }

    .footer-headline--logo {
        max-width: 230px;
    }

    .footer-headline--links--email {
        margin-right: 9px;
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -0.35px;
    }

    .footer-content-cards--item__title {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 34px;
    }

    .footer-content-cards {
        grid-template-columns: repeat(4, 20%);
        grid-column-gap: 5%;
        padding: 0 8px;
    }

    .footer-content-cards--item__description p,
    #copyright {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-content-cards--item:nth-child(1) .footer-content-cards--item__description {
        margin-bottom: 30px;
    }

    .footer-copyright {
        margin-top: 75px;
        padding: 0 10px;
    }

    .footer-social {
        grid-column-gap: 16px;
    }

    .footer-social a {
        width: 48px;
        height: 48px;
    }

    .footer-subscribe_footer .gform_wrapper.gravity-theme .gfield .ginput_container input {
        padding: 13px 19px;
        font-size: 20px;
    }

    .footer-subscribe_footer .gform_wrapper.gravity-theme .gform_footer button {
        padding: 16px 20px;
    }
}


@media (min-width: 1441px) {
    .footer-subscribe_footer {
        max-width: 139%;
        width: 139%;
    }
}

@media (max-width: 991px) {
    .header-site--logo img {
        max-width: 63px;
    }

    .header_btn .link {
        grid-column-gap: 5px;
        font-size: 12px;
    }

    .header_btn .link svg {
        width: 13px;
    }

    .main-headline {
        padding-bottom: 70px;
    }

    .main-headline--title {
        max-width: 420px;
        margin-bottom: 23px;
    }

    .main-headline--description {
        max-width: 180px;
    }

    .services-nav {
        margin-top: 46px;
        justify-content: space-between;
    }

    .about--btn {
        margin: 10px 0 0;
        text-align: right;
    }

    .about-cards {
        flex-direction: column;
        grid-row-gap: 24px;
    }

    .view-more-link {
        width: 107px;
    }

    .view-more-link .icon-circle-text {
        width: 100%;
        height: 100%;
    }

    .services-slider--toggle {
        position: absolute;
        right: 25px;
        bottom: 33px;
        padding: 0;
        color: #fff;
        border: 0;
        background: transparent;
        z-index: 2;
    }

    .services-slider--toggle:hover,
    .services-slider--toggle:focus,
    .services-slider--toggle:active {
        border: 0;
        background: transparent;
    }

    .active-overlay .services-slider--overlay {
        clip-path: inset(0 0 -1px 0);
    }

    .active-overlay .services-slider--toggle .v {
        display: none;
    }

    .our-doctors-s .headline.headline_row {
        display: flex;
        flex-direction: column-reverse;
        grid-row-gap: 24px;
    }

    .our-doctors-s .headline--title br {
        display: none;
    }

    .our-doctors-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 40px;
    }

    .our-doctors-cards--card {
        width: 48%;
    }

    .our-doctors-cards--item,
    .our-doctors-cards__photo img,
    .our-doctors-cards--card:nth-child(1) {
        width: 100%;
    }

    .our-doctors-cards--card:not(:nth-child(1)) .our-doctors-cards--item__title {
        margin-bottom: 8px;
        font-size: 13px;
        line-height: normal;
    }

    .faqs-s .headline--sub-title {
        margin-bottom: 29px;
    }

    .faqs-s .headline--title {
        margin-bottom: 20px;
    }

    .faqs-s .headline--description {
        max-width: 268px;
    }

    .faqs-s .btn_box {
        margin-top: -9px;
        text-align: right;
    }

    .faqs-accordions {
        margin-top: 40px;
    }

    .footer-content-cards {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-row-gap: 40px;
    }

    .footer-content-cards--item {
        grid-column: span 12;
    }

    .footer-content-cards--item:nth-child(1) {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        grid-column-gap: 20px;
    }

    .footer-content-cards--item:nth-child(2),
    .footer-content-cards--item:nth-child(3) {
        grid-column: span 6;
    }

    .footer-subscribe_footer .gform_wrapper.gravity-theme .gfield .ginput_container input {
        min-height: auto !important;
        padding: 7px 20px;
        font-size: 12px;
        line-height: 28px !important;
    }

    .footer-subscribe_footer .gform_wrapper.gravity-theme .gform_footer button {
        width: 55px;
        padding-top: 3px;
    }

    .footer-subscribe_footer .gform_wrapper.gravity-theme .gform_footer button svg {
        width: 15px;
    }

    .footer-subscribe_footer .gform_wrapper.gravity-theme .gfield_validation_message {
        font-size: 12px;
    }
}