@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Hebrew:wght@100..900&display=swap');

.row > * {
    padding-right: 16px;
    padding-left: 16px;
}

body {
    background-color: #FAFAFA;
    color: rgba(33, 33, 33, 1);
    font-family: "Noto Sans Hebrew", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-variation-settings: "wdth" 100;
}

header {
    background-color: rgba(27, 47, 48, 1);
    color: white;
}

.navbar-brand {
    margin-right: 0;
}

.offcanvas-header {
    justify-content: flex-end;
}

.purple-btn {
    background-color: #f2a79b; /* Цвет кнопки "צור קשר" */
    border: none;
    color: rgba(33, 33, 33, 1);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
}

.welcome-section .content {
    max-width: 694px;
}

.purple-btn:hover {
    background-color: #e89487;
}

header .purple-btn {
    min-width: 91px;
    font-size: 14px;
    height: 40px;
}

header .navbar-nav {
    gap: 24px;
}

header .navbar-nav .nav-link {
    color: white;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

header .navbar-nav .current-menu-item .nav-link,
header .navbar-nav .nav-link.active {
    border-bottom: 1px solid white;
}

.top-sidebar {
    text-align: center;
    font-size: 14px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 700;
}

h2, h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
}

.welcome-section h1 {
    margin-bottom: 20px;
}

.welcome-section .desc {
    margin-bottom: 20px;
}

.welcome-section .purple-text {
    color: rgba(222, 164, 139, 1);
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 24px;
}

.welcome-section {
    background-repeat: no-repeat; /* Замените 'background.jpg' на путь к вашему изображению */
    background-position: center;
    background-size: cover;
    padding: 130px 0;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Темный слой */
}

.content {
    position: relative;
    z-index: 2;
    text-align: right; /* Текст выровнен по правому краю */
}

.content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.why-choose-us {
    background-color: rgba(27, 47, 48, 1); /* Фон секции */
    color: #ffffff; /* Основной цвет текста */
    padding: 95px 0 55px 0;
}

.why-choose-us__title {
    margin-bottom: 20px;
}

.why-choose-us__item {
    padding: 20px 0;
}

.why-choose-us__icon {
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us__subtitle {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.why-choose-us__text {
    font-size: 1rem;
    line-height: 1.5;
}

.about-lawyer {
    position: relative;
    /*padding: 60px 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/home/author-bg.png");
}

.about-lawyer .content {
    display: flex;
    align-items: end;
}

.about-lawyer__content {
    background-color: #fff;
    padding: 44px;
    border-radius: 12px;
    margin: 184px 0;
    max-width: 582px;
}

.about-lawyer__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: right;
    max-width: 308px;
}

.about-lawyer__description {
    color: rgba(107, 114, 128, 1);
    margin-bottom: 15px;
    text-align: right;
}

.about-lawyer__list {
    padding-right: 20px;
    text-align: right;
}

.about-lawyer__list li {
    margin-bottom: 10px;
    color: rgba(107, 114, 128, 1);
}

.about-lawyer__button {

}

.about-lawyer__image {
    position: relative;
    height: 100%;
}

.about-lawyer__image img {
    /*position: absolute;*/
    /*bottom: 0;*/
}

.specializations {
    background-color: rgba(27, 47, 48, 1); /* Цвет фона секции */
    padding: 95px 0;
    color: #ffffff;
}

.specializations__title {

}

.specializations__card {
    background-color: rgba(255, 255, 255, 0.04);
    border: none;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.specializations__card h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.specializations__card ul {
    padding-right: 20px;
    min-height: 170px;
}

.specializations__card ul li {
    margin-bottom: 10px;
}

.btn-specializations {
    width: 100%;
}

.btn-specializations:hover {

}

.specializations__card .card-body {
    color: white;
}

.contact-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1e2a2f;
    color: #ffffff;
    padding: 95px 0;
}

.contact-form {
    background-color: #ffffff;
    color: #333333;
    padding: 44px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: right;
    direction: rtl;
}

.contact-form .services {
    display: flex;
    justify-content: start;
    gap: 0 15px;
    direction: rtl;
}

.contact-form .form-label {
    font-weight: 500;
    direction: ltr;
}

.contact-form .form-control {
    text-align: right;
    border-radius: 8px;
    font-size: 14px;
}
.contact-form .form-control[type="email"],
.contact-form .form-control[type="tel"],
.contact-form .form-control[type="text"] {
    height: 44px;
}

.contact-form textarea {
    height: 92px;
    font-size: 14px;
}

.contact-form .btn-whatsapp {
    direction: ltr;
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    /*background-image: url("../images/home/wats.svg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 28% 13px;*/
}

.contact-info {
    color: #ffffff;
}

.contact-info__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-info__description {
    font-size: 1.2rem;
    margin-bottom: 20px;
    max-width: 417px;
}

.contact-info__description p {
    margin-bottom: 0px;
}

.contact-info__social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
}

.social-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(222, 164, 139, 0.12);
    text-decoration: none;
}

.social-icon:hover {
    color: #ffffff;
}

.articles-section {
    padding: 95px 0 38px 0;
    background-color: rgba(250, 250, 250, 1);
}

.articles-section .section-title {

}

.articles-section .view-all-link {
    color: rgba(222, 164, 139, 1);
    font-size: 18px;
    font-weight: 500;
}

.articles-section .highlighted-article {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    height: 604px;
}

.articles-section .highlighted-article a {
    background-size: cover;
    background-position: center;
    display: block;
    color: white;
}

.articles-section .highlighted-title {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    left: 32px;
    bottom: 24px;
    text-align: left;
    padding-right: 32px;
}

.articles-section .card {
    background-color: transparent;
    border: none;
    text-align: left;
    text-decoration: none;
}

.articles-section .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px;
    text-align: right;
}

.articles-section .card-title {
    font-size: 18px;
    font-weight: 500;
    height: 43px;
    overflow: hidden;
}

.articles-section .card-text {
    background-color: transparent;
    color: #6c757d;
    font-weight: 400;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
}

footer {
    background-color: white;
    padding: 40px 0 30px 0;
}

footer a {
    text-decoration: none;
}

footer .text-muted {
    color: rgba(33, 33, 33, 1) !important;
}

footer .text-dark {
    color: #343a40 !important;
}

footer .text-center {
    text-align: center;
    direction: ltr;
}

footer .mx-2, footer .mx-3 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.footer-menu {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(209, 213, 219, 1);
    margin-bottom: 28px;
}

.footer__social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

footer .navbar-nav {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.specializations-section {
    padding-top: 95px;
    padding-bottom: 95px;
}

.specializations-section .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    min-height: 235px;
}

.specializations-section .section-title {
    margin-bottom: 48px;
}

.specializations-section .card {
    padding: 24px;
    border-radius: 12px;
}

.specializations-section .card ul {
    padding-right: 20px;
}

.specializations-section .card img {
    border-radius: 15px;
}

.specializations-section .card {
    background-color: rgba(27, 47, 48, 1);
}

.vision-section {
    background-color: #1e2b28;
    color: #ffffff;
    padding: 95px 0 50px 0;
}

.vision-section .section-title {
    margin-bottom: 48px;
}

.vision-section .card {
    background-color: transparent;
    border: none;
    border-radius: 15px;
    max-width: 530px;
    padding-bottom: 50px;
}

.vision-section .card .icon {
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-section .card .card-title {
    font-size: 20px;
}

.additional-services {
    background-color: rgba(250, 250, 250, 1);
    padding: 95px 0 95px 0;
}

.additional-services .section-title {
    margin-bottom: 48px;
}

.additional-services .card {
    border: none;
    padding-left: 0;
    height: 238px;
}

.additional-services .card {
    background-color: #1e2b28;
    border-radius: 12px;
    overflow: hidden;
}

.additional-services .card.bg-light {
    background-color: #ffffff;
}

.additional-services .card .image {
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 238px;
    margin-right: auto;
    height: 100%;
}

.additional-services .card > div > div {
    width: 50%;
}
.additional-services .card .card-title a,
.additional-services .card .card-title {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.additional-services .card .card-title span {
    color: rgba(255, 255, 255, 0.8);
}

.additional-services .items {
    gap: 32px;
    display: flex;
    justify-content: space-between;
}

.additional-services .items > .item {
    max-width: 464px;
    width: 100%;
}

.additional-services .items > .item:first-child {
    max-width: 224px;
}

.services-section h1 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.services-section .content {
    max-width: 672px;
    margin-right: auto;
    margin-left: auto;
}

.services-section .desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    max-width: 659px;
}

.services-section .purple-text {
    color: rgba(222, 164, 139, 1);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 24px;
    text-align: center;
}

.services-section {
    background-repeat: no-repeat; /* Замените 'background.jpg' на путь к вашему изображению */
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.services-tabs-section .tab-pane > .section-title {
    margin-bottom: 48px;
    margin-top: 50px;
}

.services-tabs-section {
    background-color: rgba(250, 250, 250, 1);
    padding: 96px 0;
}

.services-tabs-section .tab-content {
    margin-top: 30px;
}

.services-tabs-section .service-card {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 12px;
    overflow: hidden;
    min-height: 327px;
	height: calc(100% - 20px);
}

.services-tabs-section .service-card .content {
    padding: 16px;
}

.services-tabs-section .service-card .content ul {
    padding-right: 20px;
    color: rgba(107, 114, 128, 1);
}

.services-tabs-section .service-card .image {
    width: 50%;
    min-width: 288px;
    background-size: cover;
    background-position: center;
}

.services-tabs-section .service-card h5 {
    font-size: 20px;
    margin-bottom: 24px;
}

.services-tabs-section .nav {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.services-tabs-section .nav .nav-item {
    width: calc((100% / 3) - 8px);
}

.services-tabs-section .nav .nav-item .nav-link {
    background-color: rgba(222, 164, 139, 0.08);
    border: none;
    color: rgba(222, 164, 139, 1);
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.services-tabs-section .nav .nav-item .nav-link.active {
    background-color: rgba(222, 164, 139, 1);
    color: rgba(33, 33, 33, 1);
}

.pricing-section .pricing-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 15px 60px -4px rgba(16, 24, 40, 0.08);
    padding: 32px;
    margin-top: 10px;
}

.pricing-section .price {
    font-size: 36px;
    font-weight: 700;
    color: rgba(222, 164, 139, 1);
}

.pricing-section .price-small {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: rgba(33, 33, 33, 1);
}

.pricing-section h5 {
    font-weight: 600;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 48px;
}

.pricing-section .description {
    font-size: 14px;
    font-weight: 500;
    color: rgba(107, 114, 128, 1);
}

.pricing-section .pricing-container {
    margin-top: 20px;
}

.pricing-section hr {
    margin: 24px 0;
}

.search-form {
    margin-bottom: 55px;
}

.search-form .purple-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
}

.search-form [type="search"] {
    text-align: right;
    font-size: 14px;
    color: rgba(107, 114, 128, 1);
}

.blog-page .section-title {
    font-size: 36px;
}

.blog-page .desc {
    font-size: 14px;
    color: rgba(107, 114, 128, 1);
    line-height: 22px;
}

.blog-posts .item {

}

.load_more_posts {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: rgba(222, 164, 139, 1);
}

.contacts-page .contact-additional {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 195px;
}

.contacts-page .contact-additional a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
}

.contact-section.contacts-page {
    height: calc(100vh - 350px);
    display: flex;
    align-items: center;
    min-height: 700px;
}
.contact-section.contacts-page .phone {
    direction: ltr;
    text-align: right;
}

.blog-post-single .entry-header {
    padding: 80px 0;
    background-color: rgba(27, 47, 48, 1);
    color: white;
}
.blog-post-single .back-button {
    margin-bottom: 16px;
}
.blog-post-single .back-button a {
    font-size: 14px;
    text-decoration: none;
    color: #A6ACAC;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}
.blog-post-single .entry-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 40px;
    word-wrap: break-word; /* Перенос слов при необходимости */
    word-break: break-word; /* Для переноса длинных слов */
}

.blog-post-single .entry-content {
    font-size: 18px;
    line-height: 30px;
    color: rgba(107, 114, 128, 1);
    max-width: 800px;
    margin: 80px auto;
}
.blog-post-single .entry-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    line-height: 32px;
    margin: 24px 0;
}

.blog-post-single .entry-content img {
    border-radius: 12px;
}

.blog-post-single  .entry-meta {
   font-size: 20px;
   line-height: 32px;
}

.blog-post-single .blog__social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 24px;
}

.blog-post-single .entry-header .container {
    max-width: 826px;
    margin: 0 auto;
}
.related-posts {
    background-color: transparent;
}

.articles-section h3 {
    margin-bottom: 0;
}

.services .wpcf7-list-item-label {
    width: 200px;
    display: block;
    margin-right: 10px;
}

.services .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Расстояние между чекбоксами */
    width: 25%;
}

.services .form-check-input {
    width: 20px; /* Устанавливаем размер чекбокса */
    height: 20px;
    margin-right: 10px; /* Отступ между чекбоксом и текстом */
    border: 0;
}

.services .form-check-label {
    margin: 0;
    font-size: 16px; /* Размер шрифта текста */
}

.services {
    display: flex;
    gap: 10px; /* Расстояние между чекбоксами */
}

.services .form-check {
    display: flex;
    align-items: center; /* Выровнять чекбокс и текст */
}

.services .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px; /* Отступ между чекбоксом и текстом */
}

.services .form-check-label {
    font-size: 16px; /* Размер шрифта текста */
}

.services {
    display: flex;
    flex-wrap: wrap; /* Перенос строк для чекбоксов */
    gap: 20px; /* Расстояние между элементами */
}

.services .form-check {
    display: flex;
    align-items: center; /* Выровнять чекбокс и текст */
}

.services .form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px; /* Отступ между чекбоксом и текстом */
}

.services .form-check-label {
    font-size: 16px; /* Размер шрифта текста */
}

.services .form-check {
    display: flex;
    align-items: center; /* Выровнять текст с чекбоксом */
    margin-bottom: 10px; /* Расстояние между элементами */
}

.services .form-check-input {
    flex-shrink: 0;
    margin-right: 10px; /* Отступ между чекбоксом и текстом */
}

.services .form-check-label {
    white-space: nowrap; /* Предотвращает перенос текста */
}

.services .wpcf7-list-item {
    margin: 0 0 0 1em;
    display: flex;
    width: 180px;
}
.copyright a,
.copyright {
    text-align: center;
    color: #acacac;
}

.copyright a:hover {
   color: #C9A189;
}

.whatsapp-section {
    padding: 95px 0;
}
.whatsapp-section .content p {
    color: #6B7280;
}
.whatsapp-section .content {
    max-width: 400px;
}
.whatsapp-section .content a {
    margin-top: 20px;
}
.whatsapp-section .image img {
    border-radius: 12px;
}