.search_wrap {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

.search_card {
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.search_card img {
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.search_card_body {
    margin-top: 16px;
}

.search_card_text {
    margin-top: 16px;
}

.search_card_info {
    margin-top: 16px;
}

.search-page {
    margin-bottom: 160px;
    padding-top: 160px;
}

.search_card_info_item p {
    display: flex;
    gap: 8px;
    align-items: center;
}

.search_card_info_item svg {
    width: 16px;
    height: 16px;
}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.popup-wrap.active {
    display: flex;
}

.popup {
    width: 100%;
    max-width: 420px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup_header p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.popup_header svg {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.popup_body {
    margin-top: 24px;
}

.popup_body .reg_form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.popup_body .reg_form input {
    width: 100%;
}

.popup_body input {
    height: 42px;
    padding: 16px;
    border-radius: 8px;
    border: #ccc 1px solid;
}

.btn {
    height: 42px;
    padding: 16px;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    background: #7F1085;
    border: 1px solid #7F1085;
}

.search_card_info_item {
    cursor: pointer;
}

input[type="hidden"] {
    display: none;
}

.popup_footer {
    margin-top: 32px;
}

.popup_footer p {
    cursor: pointer;
    color: #7F1085;
}

.d-none {
    display: none;
}

.product_body {
    margin-top: 60px;
}

.accordeon_header {
    display: flex;
    gap: 30px;
    align-items: center;
}

.accordeon_tabs {
    margin-top: 30px;
}

.accordeon_tab {
    width: 100%;
}

.accordeon_tab:not(.active) {
    display: none;
}

.accordeon_item {
    height: 48px;
    background: #ECECEC;
    border-radius: 24px;
    padding: 0 22px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer;
}

.accordeon_item.active {
    background: #7F1085;
    color: #FFFFFF;
}

.product_row {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.prod_col_1 {
    grid-column: span 1;
}

.prod_col_1 img {
    width: 100%;
}

.prod_col_2 {
    grid-column: span 3;
}

.docs_item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.docs_wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.docs_item img {
    width: 32px;
    height: 32px;
}

.faq_body:not(.active) {
    display: none;
}

.faq_item {
    padding: 20px;
    font-size: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 14px;
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq_body {
    padding-top: 24px;
}

.product_spec {
    margin-top: 40px;
}

.product_spec_table {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_table_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 15px;
}

.product_table_item:nth-child(odd) {
    background: #F3F3F3;
}

.product_table_item_name,
.product_table_item_value {
    grid-column: span 1;
}

.product_table_item_name {
    font-weight: 500;
}

.page_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

.search_form input {
    height: 42px;
    padding: 16px;
    border-radius: 8px;
    border: #ccc 1px solid;
}

.search_form {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn::placeholder {
    padding-bottom: auto;
    padding-top: auto;
}

.simple-page {
    margin-bottom: 160px;
    padding-top: 160px;
}

.form_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form_wrap input {
    width: 100%;
    height: 42px;
    padding: 16px;
    border-radius: 8px;
    border: #ccc 1px solid;
}

.form_wrap textarea {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: #ccc 1px solid;
    font-size: 14px;
}

.lk-accordeon {
    margin-top: 60px;
}

.top_body_item[data-accord="personal"] {
    max-width: 600px;
}

.header_btns {
    gap: 18px;
}

.header_btns .acc {
    width: 36px;
    height: 36px;
}

.luquid {
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header_btns .acc svg {
    width: 100%;
    height: 100%;
    transition: .6s ease;
}

.acc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}

.form_wrap input {
    line-height: 1px;
}

.header.show.on .acc svg path {
    fill: #555555;
}

input.btn {
    line-height: 9px;
}

.header.header_on .acc svg path {
    fill: #555555;
}

.auth_tab:not(.active) {
    display: none;
}

.open-auth-tab {
    cursor: pointer;
}

.auth_tab {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}