@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #48557A;
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #48557A;
}

input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
    -webkit-appearance: none;
}

input {
    border: none;
}

input:focus,
button:focus {
    outline: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
    padding: 0;
    margin: 0;
}


.service1-section {
    width: 100%;
    margin-top: 175px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service1-section-container {
    max-width: 1110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    margin-bottom: 100px;
}

.service1-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 256px;
    max-width: 1110px;
    text-align: center;
    gap: 24px;
}

.service1-specialization {
    width: fit-content;
    height: 35px;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e0f0ff;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;

    color: #157DB1;
    align-content: center;
}

.service1-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    color: #242F4C;
    width: 100%;
}

.service1-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    max-width: 650px;
}

.service-details-section {
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-details-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 100px 20px;
    border-radius: 8px;

    background-color: #f9f9f9;
    border-radius: 8px;
    width: 1150px;
}

.service-description-block {
    display: flex;
    flex-direction: column;
    width: 542px;
    gap: 48px;
    border-radius: 24px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-category {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 494px;
    gap: 24px;
}

.service-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    color: #242F4C;
}

.service-intro-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
}

.category-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    color: #157DB1;
}

.category-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 494px;
    gap: 12px;
    padding-left: 24px;
}

.category-list-li {
    position: relative;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
}

.category-list-li::before {
    content: "";
    /* Обов'язкова властивість для відображення псевдоелемента */
    display: block;
    /* Робимо псевдоелемент блочним, щоб задати ширину та висоту */
    width: 15px;
    /* Бажана ширина рисочки */
    height: 2px;
    /* Бажана висота рисочки */
    background-color: #316BB5;
    /* Колір рисочки (темно-синій, як на вашому зображенні) */
    position: absolute;
    /* Позиціонуємо абсолютно відносно li (який має position: relative) */
    left: -24px;
    /* Розміщуємо рисочку на лівому краю padding-box елемента li */
    top: 0.7em;
    /* Вертикальне вирівнювання: 0.7em зазвичай добре вирівнює по центру першого рядка тексту. Можете налаштувати це значення. */
    border-radius: 1px;
    /* Трохи заокруглюємо кути для м'якшого вигляду */
}

.service-translation-ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: fit-content;
    height: auto;
    padding: 12px 0 0 20px;
    border-radius: 12px;
    align-content: center;
}

.service-lawyer-p {
    font-weight: 500;
    font-style: 16px;
    color: #48557A;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e0f0ff;
    align-content: center;
}

.service-translation-lang {
    width: fit-content;
    height: 35px;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e0f0ff;
    align-content: center;
}

.service-translation-lang::before {
    content: none;
}








.service-pricing-block {
    position: sticky;
    top: 75px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 520px;
    gap: 24px;
}

.service-pricing-head {
    border-radius: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    display: flex;
    width: 100%;
    height: 118px;
    gap: 12px;
    padding: 24px;
    border-radius: 24px 24px 0 0;
    background-color: #157DB1;
    flex-direction: column;
}

.service-pricing-table {
    padding: 24px;
    border-radius: 0 0 24px 24px;
    background-color: #fff;
}

.pricing-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
}

.pricing-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.pricing-tabs {
    width: 472px;
    height: 55px;
    gap: 24px;
    padding: 6px;
    border-radius: 16px;
    background-color: #E8F2F8;
    display: flex;
    flex-direction: row;
    margin-bottom: 48px;
}

.tab-button {
    width: 218px;
    height: 43px;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 24px;

    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #242F4C;
    transition: all 0.3s ease-in-out;
}

.tab-button:hover {
    cursor: pointer;
    color: #157DB1;

}

.active {
    background-color: #FFFFFF;
}

.tab-pane {
    display: flex;
    flex-direction: column;
    width: 472px;
    margin-bottom: 48px;
}

.price-item:last-child {
    border-bottom: none;
}


.price-item {
    width: 100%;
    height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #E2E2E9;

    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #242F4C;
}

.service-name {
    width: 50%;
}

.price {
    width: 50%;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #157DB1;
}

#contracts {
    display: none;
}

.btn-order-service {
    display: block;
    color: #FFFFFF;
    background-color: #157DB1;
    border-radius: 12px;
    width: 472px;
    height: 51px;
    padding: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s;
    margin-top: 48px;
    margin-bottom: 24px;
}

.btn-order-service::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 12px;
    vertical-align: middle;
    background-image: url('../assets/svg/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-order-service:hover {
    background-color: #1269B3;
}

.special-offer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 520px;
    height: 270px;
    gap: 12px;
    padding: 24px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.discount-badge {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 155px;
    height: 43px;
    padding: 12px;
    border-radius: 12px;
    background-color: #FFE6E7;

    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #FF585B;
}

.services-image {
    max-width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.special-offer h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    color: #157DB1;
}

.special-offer p {
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
}

.btn-order-service-packet {
    color: #157DB1;
    background-color: #E8F2F8;
    border-radius: 12px;
    width: 472px;
    height: 51px;
    padding: 16px;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    transition: background-color 0.3s;
    margin-top: 12px;
}

.btn-order-service-packet::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 12px;
    vertical-align: middle;
    background-image: url('../assets/svg/arrow-blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-order-service-packet:hover {
    color: #fff;
    background-color: #1269B3;
}

.btn-order-service-packet:hover::after {
    background-image: url('../assets/svg/arrow.svg');
}

.pricing-notes {
    margin-top: 40px;
}





































.about-section-page {
    width: 100%;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-section-container {
    max-width: 1110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    margin-bottom: 50px;
}

.about-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 256px;
    max-width: 1110px;
    text-align: center;
    gap: 24px;
}

.about-specialization {
    width: fit-content;
    height: 35px;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e0f0ff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;

    color: #157DB1;
    align-content: center;
}

.about-title-block {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    color: #242F4C;
    /* width: 100%; */
}

.about-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    max-width: 650px;
}

.about-details-section {
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-details-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 48px 20px;
    border-radius: 8px;
    gap: 40px;

    background-color: #f9f9f9;
    border-radius: 8px;
    width: fit-content;
}

.about-description-block {
    display: flex;
    flex-direction: column;
    width: 600px;
    gap: 48px;
    border-radius: 24px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-category {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
}

.about-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    color: #242F4C;
}

.about-intro-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
}

.three-block-info {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.info-block-about {
    height: 163px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #E2E2E9;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    flex: 1;
    gap: 16px;
}

.icon-wrapper {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrapper img {
    width: 42px;
    height: 42px;
    display: block;
}

.info-number {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #242F4C;
}

.info-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #48557A;
}

.professional-experience-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.professional-experience-section h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #242F4C;
    margin-bottom: 30px;
    text-align: left;
}


.experience-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.experience-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 15px;
}

.experience-item::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1269B3;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 5px;
    position: absolute;
    left: 0;
}

/* Контейнер для лівого блоку тексту */
.experience-details-left {
    flex-grow: 1;
    /* Дозволяє займати доступний простір */
    margin-right: 20px;
    /* Відступ від правого блоку */
}

/* Основний текст зліва */
.experience-details-left .main-text {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    /* Насиченість 600 */
    font-size: 16px;
    color: #242F4C;
}

.experience-details-left .sub-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    /* Насиченість 400 */
    font-size: 16px;
    color: #48557A;
    line-height: 1.4;
}

.experience-details-right {
    text-align: right;
    flex-shrink: 0;
    min-width: 200px;
}

.experience-details-right .right-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
    line-height: 1.4;
}

/* Медіа-запити для адаптивності */
@media (max-width: 768px) {
    /* .professional-experience-section {
        margin: 20px;
        padding: 20px;
    } */

    .experience-item {
        flex-direction: column;
        /* На мобільних пристроях блоки йдуть один під одним */
        align-items: flex-start;
    }

    .experience-item::before {
        margin-bottom: 10px;
        /* Відступ маркера від тексту */
    }

    .experience-details-left {
        margin-right: 0;
        margin-bottom: 10px;
        /* Відступ між лівим і правим блоками на мобільних */
    }

    .experience-details-right {
        text-align: left;
        /* Вирівнювання справа на мобільних */
        min-width: unset;
        /* Знімаємо мінімальну ширину */
    }
}

@media (max-width: 480px) {
    .professional-experience-section h2 {
        font-size: 24px;
    }

    .experience-details-left .main-text,
    .experience-details-left .sub-text,
    .experience-details-right .right-text {
        font-size: 16px;
    }
}



.language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.language-list-li {
    width: 264px;
    display: flex;
    align-items: center;
    gap: 12px;

    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #242F4C;
}

.language-info {
    display: flex;
    gap: 6px;
    flex-direction: column;
    align-items: flex-start;
}

.button-all-certificate {
    width: 267px;
    color: #FFFFFF;
    background-color: #157DB1;
    border-radius: 12px;
    padding: 16px;

    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s;
}

.button-all-certificate:hover {
    background-color: #1269B3;
}

.button-all-certificate::after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 12px;
    vertical-align: middle;
    background-image: url('../assets/svg/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.image-container-about {
    height: 648px;
    width: 432px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    position: sticky;
    top: 105px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.about__photo-img-about {
    border-radius: 24px;
    object-fit: contain;
    max-height: 100%;
}



@media (max-width: 1200px) {
    .language-list {
        flex-direction: column;
    }
}
@media (max-width: 1100px) {
    .about-details-container {
        flex-direction: column-reverse;
        align-items: center;
        gap: 16px;
    }
    .image-container-about {
        position: static;
    }
}






.membership-section {
    width: 100%;
    height: 570px;
    padding: 100px 165px;
    background-color: #157DB1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.info-block-membership {
    width: 1110px;
    height: 248px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 24px;
    border: 1px solid #E2E2E9;
    padding: 36px 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    gap: 16px;
}

.info-membership {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #242F4C;
}

.info-description-membership {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #48557A;
}

.membership-specialization {
    width: fit-content;
    height: 35px;
    padding: 8px 12px;
    border-radius: 12px;
    background-color: #e0f0ff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;

    color: #157DB1;
    align-content: center;
    margin-top: 8px;
}


.membership-title-block {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
}

.certificate-section {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 16px;
}

.certificate-list {
    max-width: 1110px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 24px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.certificate-list-item {
    width: 354px;
    height: 326px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.certificate-list-item-img {
    height: 250px;
    object-fit: cover;
    border-radius: 24px;
    margin-bottom: 12px;
}

.certificate-list-item-number {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    color: #242F4C;
}

.certificate-list-item-h3 {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #48557A;
}


#reviews-placeholder {
    width: 100%;
    background-color: #F7F7F7;
}

.consultation-content {
    background-image: url('../assets/images/consultation-bg2.png');
}


/* Media Queries */
        @media (max-width: 1200px) {
            .info-block-membership {
                width: 90%;
            }
            .membership-section {
                padding: 100px 15px;
            }
        }

        @media (max-width: 992px) {
        }

        @media (max-width: 768px) {
            .about-section-page {
                margin-top: 100px;
            }
            .image-container-about {
                width: 382px;
            }
            .about-description-block {
                width: 500px;
            }
        }

        @media (max-width: 576px) {
            .info-block-membership {
                padding: 16px;
            }
            .three-block-info {
                flex-direction: column;
            }
            .image-container-about {
                width: 312px;
            }
            .about-description-block {
                width: 350px;
            }
            .about-details-container {
                width: 100%;
            }
        }