* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #123730;
    /* Темно-зеленый */
    --primary-light: #2a5c52;
    --accent: #d4af37;
    /* Золотой */
    --accent-light: #e6c766;
    --light: #ffffff;
    --dark: #0a1f1a;
    --gray: #a0b1ae;
    --light-bg: #f0fff7;
    --wb: #cd0aae;
    /* Фиолетовый Wildberries */
    --kaspi: #f14635;
    /* Красный Kaspi */
    --ozon: #005bff;
    /* Синий Ozon */
}


@font-face {
    font-family: "Evolventa";
    src:
        url("../fonts/Evolventa-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Evolventa";
    src:
        url("../fonts/Evolventa-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Evolventa', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 1.6;
    background-color: #ffffff;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    height: 100vh;
}


.container {
    width: 100%;
}

section {
    position: relative;
    overflow: hidden;
}

h1 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
}

h1 span {
    font-weight: 700;
}


h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

h2::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 133px;
    height: 1.5px;
    background-color: #5e5e5e;
}

p {
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.logo {

    width: 120px;
    margin: 0 auto;
}

img {
    display: block;
}

.btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 65px;
}


.btn-marketplace {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 9px;
    font-size: 20px;
    color: white;
    font-weight: 600;
}

.btn-wb {
    background-color: var(--wb);
}

.btn-kaspi {
    background-color: var(--kaspi);
}

.btn-market {
    background: linear-gradient(180deg,rgba(0, 155, 80, 1) 0%, rgba(1, 151, 91, 1) 10%, rgba(1, 151, 91, 1) 10%, rgba(3, 143, 106, 1) 30%, rgba(1, 132, 124, 1) 50%);
}

.btn-teez {
    background-color: #87ed5c;
}

.btn-ozon {
    background-color: var(--ozon);
}

.button-shop, .btn-podarok {
    margin: 20px 0 0;
}

.bold {
    font-weight: 800;
}

.btn-shop {
    display: inline-block;
    padding: 18px 5px;
    border-radius: 15px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 21px;
    position: relative;
    overflow: hidden;
    z-index: 9999;
    width: 380px;
    text-decoration: none;
    background: #fff url("../img/logo2.png") no-repeat;
    background-position-y: -10px;
    background-position-x: 150px;
    background-size: 80px;
    color: #2a432d;
    margin-top: 15px;
    line-height: 21px;
}

.btn-shop.podarok {
 background: none;
 padding: 0;
 margin-top: 7px;
}

/* Header Styles */
header {
    /* background: linear-gradient(rgb(15 28 24 / 83%), rgb(7 44 38 / 91%)), url(../img/fon1.jpg) no-repeat center center / cover; */
    color: white;
    background: #fff;
    padding: 15px 0 0px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: -44px;
    box-shadow: 0 1px 20px #0000004a;
}

/* main {
    background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(../img/fon5.png) no-repeat center center / cover;
} */


.header-content {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}


.header-content p {
    font-size: 1.1rem;
}

/* Products Section */
.products {
    background-color: #2a432d;
    text-align: center;
    padding: 20px 50px 25px;
    border-radius: 20px 20px 0 0;
    margin-top: -52px;
}

.products .pr {
    color: #5e5e5e;
    font-weight: 400;
}


.products-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}

.marketplace-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    padding: 0 45px;
}

.btn img {
    width: 220px;
}


.carousel {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
}

.carousel-item img {
    width: 215px;
    display: block;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.2rem;
    color: var(--primary);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* .carousel-control:hover {
    background-color: white;
} */

.carousel-control.prev {
    left: 15px;
}

.carousel-control.next {
    right: 15px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.indicator.active {
    background-color: var(--accent);
}

/* Affiliate Section */
.affiliate {
    /* background-color: #073327; */
    color: white;
    text-align: center;
    padding: 12px 0px 15px;
    position: relative;
    /* border-top: 4px solid #087c41; */
    border-radius: 25px 25px 0 0;
    background: #fff;
    margin-top: -25px;
}

.affiliate h3 {
    font-size: 21px;
    color: #313131;
    position: relative;
    font-weight: 400;
}

.contact h3, .button-shop h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
}


.affiliate p {
    max-width: 400px;
    margin: 40px auto 30px;
    font-size: 16px;
    color: #ffffffcc;
    font-style: italic;
}

.affiliate-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
    max-width: 400px;
    margin: 24px auto 0;
    /* padding: 0 30px; */
}

.affiliate-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.affiliate-icon.vk {
    background-color: #1976d2;
}

.affiliate-icon.tg {
    background-color: #29b6f6;
}

.affiliate-icon.yt {
    background-color: #ff0000;
}

.affiliate-icon.tt {
    background-color: #0c0c0c;
}

.affiliate-icon.inst {
    background-color: transparent;

}

.contact-btn.vib {
    background-color: #6f3faa;
    padding: 2px 20px;
}

.contact-btn.vib img {
    width: 31px;
}

.affiliate-icon:hover {
    transform: translateY(-5px);
}

.affiliate-icons.two {
    margin-top: 15px;
}

.affiliate h3::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 133px;
    height: 1.5px;
    background-color: #5e5e5e;
}

.affiliate-icon.dzen {
    background-color: rgb(255 255 255 / 0%);
}

.contact-btn.tg {
    background-color: #29b6f6;

}

.contact-btn.tg img {
    background-color: #29b6f6;
    width: 35px;
}


.contact h3::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 133px;
    height: 1.5px;
    background-color: #8f8f8f;
}

.container.prod {
    /* box-shadow: 1px 7px 20px rgb(3 79 20 / 73%); */
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
}

/* Contact Section */
.contact {
    padding: 25px 0 5px;
    /* border-radius: 20px; */
    text-align: center;
    /* border: 7px solid #146046; */
    /* box-shadow: 0px 6px 16px rgb(23 83 72 / 63%); */
    margin-bottom: 10px;
}

.contact h3, .button-shop h3, .btn-podarok h3{
    color: #ffffffe6;
    font-weight: 400;
    font-size: 21px;
}

.contact-info {
    margin-bottom: 10px;
    margin-top: 24px;
}

.contact-info h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--primary);
}

.contact-text {
    margin-bottom: 25px;
    font-size: 1.05rem;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;

    margin-top: 20px;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 2px 5px;
    background-color: var(--primary);
    border-radius: 8px;
    text-decoration: none;
    color: var(--light);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
}

.contact-btn.wt {
    background-color: #29a71a;
}

.contact-btn.wt img {
    width: 35px;
}

.blik::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to bottom right,
            transparent 45%,
            rgba(255, 255, 255, 0.385) 50%,
            transparent 55%);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}


/* Social Section */
.social {
    background-color: var(--primary);
    padding: 30px 0;
    text-align: center;
}

.social-title {
    color: var(--light);
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--light);
    color: var(--primary);
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}


/* Footer */
footer {
    color: var(--light);
    padding: 10px 0 3px;
    text-align: center;
    /* border-top: 1px solid rgb(191, 191, 191); */
    margin-top: 10px;
}

.footer-req {
    text-align: left;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #3c3c3c80;
    text-align: center;

}

.footer-req p {
    margin-bottom: 0;
    font-size: 10px;
}

.button-shop h3 {
    line-height: 1.2;
}

.button-shop h3::after {
   bottom: -14px;
}