.item-element-wrap.gard h1 {
    text-align: center;
    margin: 0 auto 25px;
    color: #000;
    font-family: Inter;
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
    line-height: 52px;
    text-transform: uppercase;
    width: 100%;
}

h1+p {
    text-align: center;
    width: 946px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 auto 67px;
}

h2 {
    margin-top: 0;
    color: #000;
    font-family: Inter;
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
    line-height: 52px;
    /* 104% */
    text-transform: uppercase;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 70px;
    gap: 30px;
}

.product-left-cell,
.product-right-cell {
    padding: 0 15px;
    box-sizing: border-box;
}

.product-left-cell {
    width: 758px;
    display: flex;
}

.product-right-cell {
    width: 385px;
    flex-grow: 1;
}

/* Стили для фотогалереи */
.product-main-photo {
    margin-bottom: 15px;
}

.product-main-photo img {
    max-width: 620px;
    height: auto;
    display: block;
    border-radius: 4px;
}

.product-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 112px;
    align-content: flex-start;
    margin-right: 26px;
}

.thumbnail-item {
    width: 112px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.thumbnail-item img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.thumbnail-item.active img {
    border-color: #007bff;
}

/* Стили для блока описания */
.product-description {
    margin-bottom: 25px;
    color: #333;
    line-height: 1.6;
}

.product-properties {
    margin: 20px 0;
}

.product-properties h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.product-properties ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-properties li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

/* Стили для цены и кнопки */
.product-price-block,
.selected-offer {
    margin: 40px 0 24px 0;
}

.product-price,
.offer-price {
    color: #202020;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 100% */
    margin: 0 0 24px 0;
}


.btn {
    width: 250px;
    height: 44px;
    background: var(--violet, #764AF1);
    color: var(--white, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    margin: 0;
    border: solid 1px #000;
}

/* Стили для вариантов товара */
.product-variations {
    margin-top: 30px;
}

.variation-prop {
    margin-bottom: 20px;
}

.prop-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}


.variation-button {
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--grey);
    outline-color: transparent;
    outline-width: 2px;
    padding: 0 5px;
    border: solid 2px #00000000;
    background-color: #00000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.variation-button:hover {
    background-color: #e9ecef18;
}

.variation-button.active {
    color: #000;
    border: solid 2px #000;
}


.offer-name {
    font-size: 13px;
    font-weight: 400;
    color: var(--grey);
    margin-bottom: 10px;
}


.offer-photos {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    flex-wrap: wrap;
}

.offer-photos img {
    max-width: 80px;
    height: auto;
    border-radius: 4px;
}

/* Уведомление о корзине */
.cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    transform: translateX(120%);
    transition: transform 0.3s ease-in-out;
}

.cart-notification.show {
    transform: translateX(0);
}

.cart-notification.error {
    background: #f44336;
}

.cart-notification-icon {
    margin-right: 10px;
    font-size: 20px;
}

.cart-notification-close {
    margin-left: 15px;
    cursor: pointer;
    font-weight: bold;
}

br.mob {
    display: none;
}


/******************************************* Анкета */

.anketa-form-container {
    margin: auto;
}

.anketa-form-container form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 8px;
    transition: background-color 0.5s ease-in-out;
}

.anketa-form-container-title {
    width: 100%;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.under-form {
    width: 100%;
    /*padding: 28px 0 28px 0; */
}

.anketa-form-container form+div {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    width: 100%;
    font-size: 13px;
    color: #764beb;
}

.form-slide {
    display: none;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: flex-end;
    margin-bottom: 20px;
}

.form-slide.active {
    display: inline-flex;
}

.submit-next-anketa {
    width: 480px;
    box-sizing: border-box;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.hidden {
    display: none !important;
}

#slide-1 {
    display: none;
}


form input {
    width: 480px;
    border: solid 1px #767676;
    color: #767676;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 16px;
    height: 31px;
}

form textarea {
    width: 480px;
}

form input[type="radio"] {
    width: auto;
    height: auto;
}

form button {
    height: 31px;
    box-sizing: border-box;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 16px;
    border: solid 1px #764beb;
    font-family: Inter !important;
    color: #764beb;
    margin-left: 8px;
}

.btn-default {
    border: solid 1px #767676;
    color: #767676;
}

.btn-active {
    border: solid 1px #764beb;
    color: #764beb;
}

.product-item-detail-pay-block .product-item-detail-info-container {
    display: none;
}

.h1-art-price-btn .row:first-child {
    width: 300px;
}


.item-element-wrap.gard .product-item-detail-price-current {
    margin: 8px 0 24px;
}

.simple-page .free-test-link-container h3 {
    font-size: 16px;
    margin: 0.83em 0 0.83em;
}

a.litopdf {
    color: #767676;
    width: 315px;
    height: 44px;
    background: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px;
    box-sizing: border-box;
    margin: 0.83em 0;
    display: block;
    border: solid 1px #767676;
}

a.litopdf:hover {
    border: solid 1px var(--fiolet);
    color: var(--violet, #764AF1);
}

.free-test-link-container a,
a.free-test-link {
    width: 100%;
    height: 44px;
    background: #fff;
    border: solid 1px #767676;
    color: #767676;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 11px;
    box-sizing: border-box;
    margin: 0.83em 0;
    display: block;
}

.rules {
    position: absolute;
    bottom: 40px;
}

.rules span {
    color: var(---Grey, #767676);
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 163.636% */
}

@keyframes highlightForm {
    0% {
        box-shadow: 0 0 0 0 rgba(118, 75, 235, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(118, 75, 235, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(118, 75, 235, 0);
    }
}

.form-highlight {
    animation: highlightForm 3s ease-out;
    background-color: rgba(119, 74, 241, 0.2);
    border-radius: 4px;
}

.wrapper-podbor {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    line-height: normal;
}



.wrapper-podbor div {
    width: 30%;
    font-size: 13px;
    line-height: normal;
}

.talisman-links-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/******************************************* Анкета END */
.free-test-title {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px 0 40px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: white;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    max-width: 560px;
    width: 560px;
    height: 518px;
    max-height: 80vh;
    overflow-y: auto;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    border: none;
    background: none;
}

.item-element-wrap.gard .whatsapp {
    margin-top: 70px;
}

/* Адаптивность */
@media (max-width: 992px) {

    .thumbnail-item {
        width: calc(20% - 8px);
    }

    .add-to-cart {
        padding: 10px 15px;
        max-width: 100%;
    }

    br.mob {
        display: block;
    }

    .item-element-wrap.gard h1 {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin: 40.5px 0 16px;
    }

    h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    h2 {
        color: #000;
        font-family: Inter;
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    h1+p {
        color: #000;
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px;
        width: 100%;
        margin: 0 auto 38.5px;
    }

    .product {
        width: 100%;
    }

    .product-row {
        width: 100%;
        margin: auto;
        gap: 41px;
    }

    .product-main-photo img {
        width: 100%;
        max-width: 100%;
    }

    .product-main-photo {
        order: 1;
    }

    .product-thumbnails {
        width: 100%;
        order: 2;
    }

    .product-left-cell,
    .product-right-cell {
        width: 100%;
        flex-wrap: wrap;
    }

    .product-left-cell {
        order: 1;
    }

    .product-right-cell {
        order: 2;
    }

    .product-description {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        /* 162.5% */
    }

    .product-description ul {
        text-align: left;
    }

    .product-description h2+br+span {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22.4px;
        /* 140% */
        text-transform: uppercase;
        margin-top: 24px;
        display: block;
    }

    .product-price-block,
    .selected-offer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 40px 0 64px 0;
    }

    .product-price,
    .offer-price {
        color: #202020;
        font-family: Inter;
        font-size: 27px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }

    .selected-offer {
        margin: 0;
    }

    .btn {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 183.333% */
        text-transform: uppercase;
        width: 164px;
    }

    .popup-content {
        padding: 77px 19px 19px;
    }

    .anketa-form-container-title {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: italic;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }

    form input {
        width: 100%;
    }
    .rules {
        bottom: 16px;
    }
    .submit-next-anketa{
        justify-content: space-between;
    }
    form button {
        width: calc((100% - 16px) / 2);
        margin: 0;

    }
}