.ai-turkish-advantages {
    padding-top: 0.2rem;
}

.ai-turkish-advantages__title {
    margin: 0 0 1.65rem;
    color: #367A0B;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.ai-turkish-advantages__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    color: #367A0B;
}
.heading.with_margin{
    margin-bottom: 2rem;
}
.heading.with_margin2{
    margin-bottom: 1rem;
}
.ai-turkish-advantages__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6.25rem;
    padding: 0.8rem 1.2rem;
    border-color: rgba(54, 122, 11, 0.36);
    border-style: solid;
    border-width: 0 0 0 1px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
}

.ai-turkish-advantages__item:nth-child(1),
.ai-turkish-advantages__item:nth-child(2),
.ai-turkish-advantages__item:nth-child(3),
.ai-turkish-advantages__item:nth-child(4) {
    grid-column: span 3;
    border-bottom-width: 1px;
}

.ai-turkish-advantages__item:nth-child(5),
.ai-turkish-advantages__item:nth-child(6),
.ai-turkish-advantages__item:nth-child(7) {
    grid-column: span 4;
}

.ai-turkish-advantages__item:nth-child(1),
.ai-turkish-advantages__item:nth-child(5) {
    border-left-width: 0;
}

.steps_row {
    align-items: stretch;
    row-gap: 1.5rem;
}

.steps_row > [class*="col-"] {
    display: flex;
}

.steps_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1.875rem;
}

.steps_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.steps_content {
    width: 100%;
    padding-left: 1.35rem;
}

.steps_list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.45rem;
    margin-top: 3.4rem;
}

.steps_list:before {
    content: "";
    position: absolute;
    top: 0.55rem;
    bottom: 2.45rem;
    left: 0.34rem;
    width: 0.125rem;
    background: rgba(54, 122, 11, 0.45);
}

.steps_item {
    position: relative;
    display: grid;
    grid-template-columns: 4.6rem 1fr;
    gap: 1.35rem;
    padding-left: 2.2rem;
}

.steps_item:before {
    content: "";
    position: absolute;
    top: 0.23rem;
    left: 0;
    z-index: 1;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #367A0B;
}

.steps_item_num {
    color: #367A0B;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1;
}

.steps_item_content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: -0.2rem;
}

.steps_item_title {
    color: #367A0B;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.steps_item p {
    margin: 0;
    opacity: 0.5;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.35;
}

.reviews_section .title_flex {
    justify-content: space-between;
    margin-bottom: 3rem;
}

.reviews_section .title_more {
    font-size: 1.25rem;
    line-height: 1.2;
}

.reviews_row {
    row-gap: 1.875rem;
}

.review_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.55rem 1.5rem 1.35rem;
    border: 1px solid #367A0B;
    border-radius: 1.25rem;
}

.review_top {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #367A0B;
}

.review_top_flex {
    justify-content: space-between;
    gap: 1rem;
}

.review_top_flex span:first-child {
    color: #111111;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.review_top_flex span:last-child {
    flex-shrink: 0;
    color: #8D8D8D;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3;
}

.review_address {
    margin-top: 0.4rem;
    color: #8D8D8D;
    font-weight: 400;
    line-height: 1.25;
}

.review_rating {
    display: flex;
    gap: 0.3rem;
    margin-top: 0.5rem;
    color: #C9DDC0;
    line-height: 1;
}

.review_rating span.active {
    color: #367A0B;
}

.review_text {
    margin-top: 1.35rem;
    color: #111111;
    font-weight: 400;
    line-height: 1.26;
}

.review_images_row {
    margin: auto -0.35rem 0;
    padding-top: 1.55rem;
}

.review_images_row > [class*="col-"] {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
}

.review_image {
    height: 7.2rem;
    overflow: hidden;
    border-radius: 0.625rem;
}

.review_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog_filter_form {
    width: 100%;
}

.catalog_filter_sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.catalog_filter_group_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: #111111;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.catalog_filter_group_toggle:hover {
    color: #367A0B;
    text-decoration: none;
}

.catalog_filter_group_toggle i {
    color: #8D8D8D;
    font-size: 0.85rem;
    transition: transform 0.25s ease;
}

.catalog_filter_group.active .catalog_filter_group_toggle i {
    transform: rotate(180deg);
}

.catalog_filter_group_body {
    display: none;
    padding-top: 0.85rem;
}

.catalog_filter_group.active .catalog_filter_group_body {
    display: block;
}

.catalog_filter_checkbox {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 0.7rem;
    color: #111111;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
}

.catalog_filter_checkbox:last-child {
    margin-bottom: 0;
}

.catalog_filter_checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.catalog_filter_checkbox span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 1rem;
    padding-left: 1.45rem;
}

.catalog_filter_checkbox span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #367A0B;
    border-radius: 0.12rem;
    transform: translateY(-50%);
    background: #FFFFFF;
}

.catalog_filter_checkbox input:checked + span:before {
    background: #367A0B;
}

.catalog_filter_checkbox input:checked + span:after {
    content: "";
    position: absolute;
    left: 0.23rem;
    top: 50%;
    width: 0.35rem;
    height: 0.2rem;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: translateY(-63%) rotate(-45deg);
}

.catalog_sort {
    position: relative;
    z-index: 5;
    width: 11.5rem;
    margin-bottom: 1.25rem;
}

.catalog_sort_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 2.5rem;
    padding: 0 1rem;
    border: 1px solid rgba(54, 122, 11, 0.22);
    border-radius: 0.5rem;
    background: #FFFFFF;
    color: #111111;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
}

.catalog_sort_toggle i {
    color: #8D8D8D;
    font-size: 0.75rem;
    transition: transform 0.25s ease;
}

.catalog_sort.active .catalog_sort_toggle i {
    transform: rotate(180deg);
}

.catalog_sort_dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 0.25rem);
    display: none;
    width: 100%;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(54, 122, 11, 0.14);
    border-radius: 0.5rem;
    background: #FFFFFF;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
}

.catalog_sort.active .catalog_sort_dropdown {
    display: block;
}

.catalog_sort_dropdown label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.5rem;
    color: #111111;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
}

.catalog_sort_dropdown label:last-child {
    margin-bottom: 0;
}

.catalog_sort_dropdown input {
    width: 0.75rem;
    height: 0.75rem;
    accent-color: #367A0B;
}

.catalog_products_area.loading {
    opacity: 0.55;
    pointer-events: none;
}

.catalog_empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 9rem;
    padding: 2rem;
    border: 1px solid rgba(54, 122, 11, 0.18);
    border-radius: 0.75rem;
    background: #F5FAF2;
    color: #8D8D8D;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.catalog_load_more_box {
    display: flex;
    justify-content: center;
    margin-top: 0.75rem;
}

.catalog_load_more {
    width: auto;
    min-width: 11.5rem;
    padding-right: 1.8rem;
    padding-left: 1.8rem;
}

.catalog_load_more.loading {
    opacity: 0.7;
}

.product_specs {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    color: #111111;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25;
}

.product_specs_row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    min-height: 2.85rem;
    padding: 0.65rem 1.75rem;
    background: #EEF5EA;
}
.product_specs_row:not(.product_specs_head){
    font-size: 0.875rem;
}
.product_specs_row:nth-child(odd):not(.product_specs_head) {
    background: #DCEBD4;
}

.product_specs_row + .product_specs_row {
    margin-top: 0.08rem;
}

.product_specs_head {
    min-height: 3.2rem;
    border-radius: 0.5rem 0.5rem 0 0;
    background: #367A0B;
    color: #FFFFFF;
    font-weight: 600;
}

.product_specs_row:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
}

.hidden {
    display: none !important;
}
