@media (max-width: 1024px) {
    body {
        padding: 20px 15px;
    }
    .card .profile {
        min-height: unset;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 80px 20px 24px;
    }
    .profile .profile-info {
        flex: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .profile-info .name-group {
        justify-content: center;
    }
    .name-group h1 {
        font-size: 30px;
    }
    .profile .profile-btns {
        width: 100%;
        max-width: 500px;
        flex-direction: row;
    }
    .profile-btns .btn-save,
    .profile-btns .btn-appt {
        flex: 1;
        font-size: 14px;
        padding: 0 14px;
        height: 54px;
    }
    .card .contacts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .contacts-grid .contact-card.card-tall {
        min-height: 99px;
    }
}
@media (max-width: 600px) {
    body {
        padding: 0;
        background: #fbfdfe;
        align-items: flex-start;
    }
    .page {
        max-width: 428px;
        margin: 0 auto;
    }
    .card {
        border-radius: 0;
        box-shadow: 0 26px 64px rgba(8,76,94,0.18);
        overflow: visible;
    }
    .card .card-header {
        grid-row: 1;
        min-height: unset;
        height: 206px;
        border-radius: 0;
        overflow: hidden;
    }
    .card-header .header-character {
        /* height: 178px;
        top: 33px; */
        height: 100%;
        top: 0px;
        opacity: 0.33;
    }
    .card-header .header-logo {
        left: 26px;
        top: 21px;
        width: 50px;
        height: 50px;
    }
    .card .profile {
        grid-row: 2;
        flex-direction: column;
        align-items: center;
        padding: 0 26px 9px;
        min-height: unset;
        flex-wrap: nowrap;
         gap: 6px;
    }
    .card .section-label-row {
        grid-row: 3;
    }
    .card .contacts-grid {
        grid-row: 4;
    }
    .card .download-wrap {
        grid-row: 5;
    }
    .profile .avatar-wrap {
        position: relative;
        z-index: 5;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        box-shadow: 0 12px 14px rgba(8,76,94,0.22);
        padding: 3px;
        margin-top: -56px;
    }
    .avatar-wrap img {
        width: 108px;
        height: 108px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #fbfdfe;
        display: block;
    }
    .profile .profile-info {
        flex: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .profile-info .name-group {
        justify-content: center;
        margin-top: 14px;
        margin-bottom: 4px;
    }
    .name-group h1 {
        font-size: 22px;
        color: #15242c;
        white-space: normal;
        letter-spacing: -0.25px;
    }
    .name-group .verified-badge {
        width: 20px;
        height: 20px;
        background: linear-gradient(135deg, rgb(0,184,216) 0%, rgb(0,118,141) 100%);
        border-radius: 10px;
    }
    .name-group .verified-badge img {
       
        height: 8px;
        filter: brightness(0) invert(1);
    }
    .profile-info .company {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #0093ac;
        letter-spacing: 2.16px;
        text-transform: uppercase;
        margin-bottom: 10px;
         margin-top: 15px;
    }
    .profile-info .tagline {
        font-size: 17px;
        font-weight: 500;
        color: #15424e;
        margin-bottom: 22px;
    }
    .tagline .gold {
        color: #0090ac;
        font-weight: 500;
    }
    .profile .profile-btns {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .profile-btns .btn-save,
    .profile-btns .btn-appt {
        width: 100%;
        white-space: normal;
        padding: 0 16px;
    }
    .profile-btns .btn-save {
        min-height: 50px;
        font-size: 15.5px;
        background: linear-gradient(108.38deg, #00B3D2 7.79%, #007A90 85.82%);
        color: white;
        box-shadow: none;
    }
    .profile-btns .btn-appt {
        min-height: 50px;
        font-size: 14.5px;
        background: transparent;
        border: 2px solid #007a90;
        color: #0093ac;
    }
    .profile-btns .btn-save:hover,
    .profile-btns .btn-appt:hover {
        transform: none;
    }
    .profile-btns .btn-icon {
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }
    .profile-btns .btn-appt .btn-icon {
        filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(1514%) hue-rotate(155deg) brightness(91%) contrast(101%);
    }
    .card .section-label-row {
               padding: 10px 26px 10px;
    }
    .section-label-row .section-label {
        font-size: 11.5px;
        letter-spacing: 1.84px;
    }
    .section-label-row .section-line {
        background: #eaeef1;
    }
    .card .contacts-grid {
        grid-template-columns: 1fr;
        padding: 8px 26px 0;
        gap: 12px;
    }
    .contacts-grid .contact-card {
        padding: 12px 14px;
        min-height: 74px;
    }
    .contacts-grid .contact-card.card-tall {
        min-height: 74px;
    }
    .contact-card .card-icon {
        width: 46px;
        height: 46px;
    }
    .contact-card .card-icon img {
        width: 22px;
        height: 22px;
    }
    .card-body .card-title {
        font-size: 14.5px;
    }
    .card-body .card-sub {
        font-size: 13px;
    }
    /* .card-phone { order: 1; }
    .card-email { order: 2; }
    .card-iphone { order: 3; }
    .card-android { order: 4; }
    .card-facebook { order: 5; }
    .card-website { order: 6; } */
    .card .download-wrap {
        padding: 35px 26px 40px;
    }
    .download-wrap .download-title {
        font-size: 16px;
        font-weight: 600;
    }
    .download-wrap .store-badges {
        gap: 2px;
    }
    .download-wrap .store-badges a img {
        height: 56px;
        width: 146px;
    }
}
@media (max-width: 360px) {
    .name-group h1 {
        font-size: 21px;
    }
    .profile-btns .btn-save,
    .profile-btns .btn-appt {
        font-size: 13.5px;
    }
    .download-wrap .store-badges {
        flex-direction: column;
        align-items: center;
    }
    .download-wrap .store-badges a img {
        height: 52px;
        width: 145px;
    }
}
