@font-face {
    font-display: swap;
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/play-v21-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/play-v21-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v50-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-v50-latin-600.woff2') format('woff2');
}

:root {
    --color-primary-dark: #011C44;
    --color-primary-light: #faf4ea;
    --color-brand-base: #2B7FFF;
}

/* Global */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--color-primary-dark);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

span {
    color: var(--color-brand-base)
}

h2 {
    font-family: Play, sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 48px;
}

.section {
    padding: 48px 0;
}

.section--first {
    margin-bottom: 80px;
}

.section-last {
    margin-bottom: 96px;
}

.container {
    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    padding: 0 24px;
}

/* navbar */
.header {
    background-color: #ffffff40;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 32px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Section-flex */
.glob-section-photo {
    display: flex;
    gap: 32px;
}

.section-photo-cont {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 499px;
}

.section-photo-cont img:last-child {
    align-self: flex-end;
}

.photo-one,
.photo-two {
    border-radius: 50%;
    width: 327px;
    height: 327px;
}

.section-text-cont {
    padding-top: 40px;
    width: 709px;
}

.section-people {
    display: flex;
    gap: 32px;
    margin: 0 78px
}

.section-card {
    width: fit-content;
    border: 1px solid lightgray;
    opacity: 1;
    border-radius: 32px;
    padding: 24px 32px;
    flex-basis: calc(100% / 3);
    text-align: center;
}

.people-p {
    margin-bottom: 0;
}

.our-procedur {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;

}

.our-procedur-card {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.section-last-adap {
    display: flex;
    gap: 32px;
}

.images-proc {
    border-radius: 4px 120px 4px 120px;

}

/* Title */
.hero-section {
    padding: 126px 605px 126px 106px;
}


.hero-title {
    margin-bottom: 0;
    margin-top: 16px;
    color: var(--color-brand-base);
    font-family: Play, sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 1.2;
}

.h2-left {
    text-align: left;
}

/* Link */
.link {
    color: var(--color-primary-dark);
    text-decoration: none;
}

.link:hover {
    color: var(--color-brand-base);
}

.footer .link {
    font-size: 16px;
    line-height: 1;
}

/* Button */
.button {
    color: var(--color-primary-light);
    background: var(--color-brand-base);
    border: 2px solid var(--color-brand-base);
    border-radius: 32px;
    cursor: pointer;
    font-weight: 600;
    width: 219px;
    height: 53;
    padding: 16px 32px;
    margin-top: 40px;
}

.button:hover {
    color: var(--color-primary-dark);
    background-color: transparent;
}

.button1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid var(--color-primary-dark);
    width: 44px;
    height: 44px;
    font-size: 18px;
}

.button1:hover {
    background-color: var(--color-brand-base);
    border: 2px solid var(--color-primary-light);
}

.button1:hover .button-arrow {
    fill: var(--color-primary-light);
}

/* no */

.dark-one {
    color: var(--color-primary-dark);
    font-weight: 600;
    font-size: 22px;
}

.mini-p {
    font-size: 12px;
    margin-top: 14px;
}

.our-clinik {
    margin-top: 40px;
    font-style: Regular;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0%;
}

.locations {
    flex-shrink: 0;
    border: none;
    border-radius: 16px;
}

.registr {
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
}

/* Footer */
.footer {
    background-color: rgba(1, 28, 68, 1);
}

.info-nam {
    display: block;
    margin-bottom: 16px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: var(--color-primary-light);
}

.info-nam:hover {
    color: var(--color-brand-base);
}


.deff {
    font-size: 13px;
    line-height: 1;
    color: rgba(116, 114, 114, 1);
}

.address-class ul {
    margin-top: 0;
}

.link-ft {
    display: block;
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--color-primary-light);
}

a span {
    display: block;
    color: var(--color-primary-light);
}

.icon-sot {
    display: flex;
    gap: 24px;
    margin: 0;
    fill: var(--color-primary-light);
}

.footer-global {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 56px;
    padding-bottom: 56px;
}