@import url('fonts.css');

html {
    scroll-behavior: smooth;
}

.disabled {
    display: none !important;
}

* {
    font-family: 'FuturaPT', sans-serif;
    margin: 0;
    padding: 0;

    a {
        text-decoration: none;
    }

    li {
        list-style-type: none;
    }
}

.container {
    margin: 0 auto;
    max-width: 1440px;
}

header {
    background: transparent;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    z-index: 100;
}


.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header-menu>ul {
    display: flex;
    gap: 32px;
}

.logo {
    height: 48px;
}

.header-links {
    color: #DBDBDB;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;

    img {
        vertical-align: middle;
        margin-left: 8px;
    }
}

.contact-button {
    color: #13173B;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    background-color: #A2EB4C;
    border-radius: 76px;
    padding: 12px 32px;
    box-shadow: 3px 4px 24px 0 rgba(136, 210, 50, 0.39), -4px 4px 26px 0 rgba(134, 204, 51, 0.36);
    font-weight: 600;
}

.header-li {
    list-style-type: none;
    position: relative;
}

.header-li a:hover {
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -25px;
    padding: 10px 0;
    min-width: 200px;
    display: none;
    flex-direction: column;
    border-radius: 24px;
    background: #242526;
    box-shadow: 14px 10px 32px 0 rgba(16, 16, 16, 0.58);
}

.dropdown-menu li {
    padding: 8px 16px;
}

.dropdown-menu a {
    color: #DBDBDB;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 11px 16px;
}

.dropdown-menu a:hover {
    color: #fff;
}

.dropdown-header:hover>.dropdown-menu {
    display: flex;
}

.contact-button-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.burger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 150;
}

.burger span {
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
}

.burger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.hero {
    background: transparent;
    position: relative;
    z-index: 99;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}

.side-wrapper {
    h3 {
        color: #DBDBDB;
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    h1 {
        color: white;
        font-weight: 700;
        font-size: 68px;
        max-width: 552px;
        line-height: 100%;
    }
}

.right-side-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;

    h3 {
        position: relative;
        font-size: 24px;
        line-height: 150%;
        text-align: right;
        max-width: 347px;
        color: #DBDBDB;
        font-weight: 400;
    }
}

.hero-catalog-button {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    border: 2px solid white;
    border-radius: 16px;
    padding: 12px 32px;
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
}

.right-side-wrapper h3::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0.4em;
    width: 16px;
    height: 16px;
    background-image: url('img/green.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-photos {
    margin-top: 80px;

    h4 {
        font-weight: 500;
        font-size: 18px;
        color: #DBDBDB;
        text-align: center;
    }

    a {
        display: flex;
        width: 82px;
        height: 48px;
        justify-content: center;
        align-items: center;
        border-radius: 48px;

        border: 2px solid transparent;
        background:
            linear-gradient(#151515, #151515) padding-box,
            linear-gradient(108deg, #E0F2AA 0%, #C2F2EA 100%) border-box;

        transform: rotate(90deg);

        img {
            transform: rotate(-90deg);
        }
    }
}

.descr-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.photos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-top: -70px;
    padding: 0 54px 80px;
    overflow: hidden;

    img {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 100%;
        height: auto;
    }
}


.right-catal-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.about {
    margin-top: 100px;
}

.hero-wrapper {
    background-image: url("img/Hero-BG.png");
    background-size: cover;
    background-position: center;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    margin-bottom: -50px;
}

.about-wrapper {
    background-color: #E5FBE4;
    position: relative;
    z-index: 95;
    padding-top: 100px;
    border-radius: 0 0 50px 50px;
}

.about-sections {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
    align-items: flex-start;
}

.about-us {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px 12px 12px;
    gap: 8px;
    border-radius: 100px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(108deg, #E0F2AA 0%, #C2F2EA 100%) border-box;
    border: 2px solid transparent;
    width: 195px;
}

.about-discr {
    h2 {
        color: #05011C;
        font-size: 48px;
        font-weight: 500;
        line-height: 120%;
        max-width: 770px;
        margin-bottom: 24px;
    }

    h3 {
        color: #4E5666;
        font-size: 24px;
        font-weight: 450;
        line-height: 150%;
        max-width: 704px;
    }
}

.stats {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
}

.stats-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    justify-content: center;
    background: linear-gradient(180deg, #A2EB4C 0%, #C3FF4B 19.71%, #E5FBE4 41.55%);
    max-width: max-content;
}

.stat-item {
    margin-top: 5px;
    padding: 48px 28px;

    h3 {
        color: #05011C;
        font-size: 67px;
        font-weight: 600;
        line-height: 120%;
        padding-bottom: 4px;
    }

    strong {
        color: #13173B;
        font-size: 24px;
        font-weight: 500;
        line-height: 120%;
    }

    p {
        color: #4B4A59;
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        max-width: 260px;
        margin-top: 32px;
    }
}

.stat-card-1 {
    border-radius: 0 28px 28px 28px;
    background: linear-gradient(32deg, #E5FBE4 41.17%, #F3FFF3 98.97%);
}

.stat-card-2 {
    border-radius: 28px;
    background: linear-gradient(32deg, #E5FBE4 41.17%, #F3FFF3 98.97%);
}

.stat-card-3 {
    border-radius: 28px;
    background: linear-gradient(32deg, #E5FBE4 41.17%, #F3FFF3 98.97%);
}

.stat-card-4 {
    border-radius: 28px 0 28px 28px;
    background: linear-gradient(321deg, #E5FBE4 39.56%, #F3FFF3 87.63%);
}

.flag {
    position: relative;
}

.flag::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    background-image: url('img/flag.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.stats-photo {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;

    img {
        max-width: 100%;
    }

    p {
        color: #DBDBDB;
        font-size: 18px;
        font-weight: 450;
        line-height: 100%;
        margin-bottom: 12px;
    }

    h3 {
        color: #FFF;
        font-size: 32px;
        font-weight: 450;
        line-height: 120%;
        max-width: 550px;
    }
}

.stats-photo-container {
    position: relative;
}

.stats-text-wrapper {
    position: absolute;
    bottom: 48px;
    left: 48px;
    z-index: 100;
}

.latest {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 130px;
}

.latest-wrapper {
    background-color: #DBDBDB;
    position: relative;
    z-index: 90;
    padding-top: 100px;
    border-radius: 0 0 50px 50px;
    margin-top: -50px;
}

.latest-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
    margin-top: 100px;

    h2 {
        color: #05011C;
        font-size: 52px;
        font-weight: 700;
        line-height: 100%;
    }

    a {
        text-decoration: none;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 100%;
    }

    .latest-link-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        background: var(--Brand-Color-Secondary, #5F5BF1);
        padding: 12px 32px;
    }
}

.card-photo-wrapper {
    width: 100%;
    aspect-ratio: 308/350;
    display: block;
    border-radius: 24px;
    background: #F1F1F1;
    overflow: hidden;

    img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

}

.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    row-gap: 56px;
    justify-content: flex-start;
}

.card {
    box-sizing: border-box;
    position: relative;

    h4 {
        margin-top: 24px;
        color: #13173B;
        font-size: 24px;
        font-weight: 600;
        line-height: 120%;
    }
}

.new::before {
    content: 'Новинка';
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 12px 16px;
    border-radius: 21px 0;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: var(--Brand-Color-Secondary, #5F5BF1);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.colors::after {
    content: '+Кольори';
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 12px 16px;
    border-radius: 0 21px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: linear-gradient(120deg,
            #5F5BF1,
            #7C3AED,
            #DB2777,
            #F59E0B,
            #10B981);
    background-size: 300% 300%;
    animation: gradient 5s ease infinite;

}

.seasons-wrapper {
    background-color: #151515;
    position: relative;
    z-index: 85;
    padding-top: 100px;
    padding-bottom: 130px;
    border-radius: 0 0 50px 50px;
    margin-top: -50px;
}

.seasons {
    margin-top: 130px;
    padding-right: 80px;
    padding-left: 80px;
}

.winter-header {
    padding-bottom: 66px;
    display: flex;
    justify-content: space-between;

    h2 {
        font-size: 52px;
        font-weight: 700;
        line-height: 100%;
        color: white;

        span {
            color: #A2EB4C;
        }
    }

}

.winter-buttons {
    button {
        cursor: pointer;
        width: 72px;
        height: 72px;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 24px;
        background: var(--Gray, #E7E7E3);
    }

}

.winter-card {
    position: relative;

    img {
        max-width: 494px;
        width: 100%;
    }
}

.winter-swiper {
    overflow: visible;
}

.swiper-slide {
    height: auto;
}

.winter-card a {
    padding: 16px 32px;
    color: #05011C;
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
    position: absolute;
    bottom: 40px;
    left: 40px;
    border-radius: 76px;
    background: var(--Brand-Color-Primary, #A2EB4C);
}

.season-stats {
    margin-top: 130px;
    margin-bottom: 130px;
    border-radius: 64px;
    background: var(--Background-Color-Tealish-Blue, #EAECFE);
    padding: 84px 90px;
    display: flex;
    justify-content: space-between;
}

.season-stat-wrap {
    text-align: center;

    p {
        text-align: center;
        color: #13173B;
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        max-width: 208px;
        margin-top: 32px;
    }
}

.questions-wrapper {
    background-color: white;
    position: relative;
    z-index: 80;
    padding-top: 130px;
    padding-bottom: 130px;
    border-radius: 0;
    margin-top: -50px;
}

.questions {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    justify-content: space-between;
    gap: 36px;
}

.questions-left {
    h2 {
        margin-top: 32px;
        color: #05011C;
        font-size: 52px;
        font-weight: 700;
        line-height: 100%;
        max-width: 330px;
    }

    span {
        color: #70798C;
    }
}

.faq {
    max-width: 624px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 16px;
    overflow: hidden;
    transition: background .3s ease;

    span {
        font-size: 28px;
        font-weight: 500;
        line-height: 120%;
        color: #05011C;
    }

    p {
        font-size: 20px;
        font-weight: 500;
        line-height: 150%;
        color: #70798C;
    }
}

.faq-item.active-faq {
    background: #e9fbe5;
}

.faq-question {
    width: 100%;
    padding: 24px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.icon::before,
.icon::after {
    content: '';
    position: absolute;
    background: #333;
}

.icon::before {
    width: 16px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon::after {
    width: 2px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-item.active-faq .icon::after {
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s ease;
    padding: 0 24px;
}

.faq-item.active-faq .faq-answer {
    max-height: 200px;
    padding: 0 24px 24px;
}

.faq-answer p {
    color: #555;
    line-height: 1.5;
}

.faq-btn {
    max-width: 77px;
}

.consult {
    padding-left: 56px;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;

    img {
        width: 100%;
        max-width: 509px;
        height: auto;
        min-width: 0;
    }
}

.consult-info {
    h3 {
        color: white;
        font-size: 40px;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 24px;
    }

    p {
        color: white;
        font-size: 18px;
        font-weight: 450;
        line-height: 120%;
        max-width: 351px;
        margin-bottom: 32px;
    }
}

.consult-wrapper {
    border-radius: 64px;
    background-color: #5F5BF1;
    position: relative;
    z-index: 85;
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: -50px;
}

.callback-form {
    display: flex;
    align-items: center;
    gap: 6px;
}

.callback-input {
    width: 260px;
    height: 54px;
    padding: 0 20px;

    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 14px;

    font-size: 16px;
    color: #ffffff;
    outline: none;
}

.callback-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.callback-btn {
    height: 56px;
    padding: 0 28px;

    background: #0b0b3b;
    color: #ffffff;

    border: none;
    border-radius: 14px;

    font-size: 16px;
    font-weight: 600;
    cursor: pointer;

    transition: background .3s ease;
}

.callback-btn:hover {
    background: #050529;
}

.footer-wrapper {
    margin-top: -65px;
    background-image: url("img/footer-BG.png");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 80;
    padding-top: 130px;
}

.footer {
    padding-left: 56px;
    padding-right: 56px;
}

.sides-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
}

.footer-left {
    h5 {
        color: #A2EB4C;
        font-size: 16px;
        font-weight: 500;
        line-height: 110%;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    h4 {
        color: #DBDBDB;
        font-size: 28px;
        font-weight: 500;
        line-height: 120%;
        max-width: 208px;
    }
}

.footer-right {
    display: flex;
    justify-content: space-between;
    gap: 112px;

    h5 {
        color: #A2EB4C;
        font-size: 16px;
        font-weight: 500;
        line-height: 110%;
        text-transform: uppercase;
        margin-bottom: 24px;
    }

    a {
        color: #DBDBDB;
        font-size: 18px;
        font-weight: 450;
        line-height: 100%;
        text-decoration: none;
    }

    li {
        list-style-type: none;
        padding-bottom: 16px;
    }
}

.tel-num {
    color: #DBDBDB;
    font-size: 18px;
    font-weight: 450;
    line-height: 100%;
    margin-bottom: 8px;
    text-decoration: none;
}

.contact-center {
    a {
        text-decoration: none;
    }

    p {
        color: #878787;
        font-size: 16px;
        font-weight: 450;
        line-height: 100%;
        margin-bottom: 24px;
    }
}

.tg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #3838355C;
    padding: 12px;

    span {
        color: white;
        font-size: 16px;
        font-weight: 450;
        line-height: 100%;
    }
}

.footer-logo {
    display: block;
    max-width: 1600px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.right {
    transform: rotate(180deg);
}

.callback-input.error {
    border: 2px solid #FF7676;
}

.error-text {
    display: none;
    margin-top: 6px;
    font-size: 14px;
    color: #FF7676;
}

.d-fl {
    display: flex;
}

.fdr {
    flex-direction: column;
}

.mobile-contact {
    display: none;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: -10;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-only {
    display: none;
}

.card-photo-wrapper img {
    cursor: pointer;
}

/* Модалка */
.image-modal {
    display: none;
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.image-modal.active-image {
    display: flex;
}

.modal-content {
    max-width: 90%;
    max-height: 90%;
    animation: zoom 0.3s ease;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

@keyframes zoom {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.filter-count {
    display: none;

    align-items: center;
    justify-content: center;

    width: 32px;
    height: 32px;
    margin-left: 12px;

    background: var(--Background-Color-Dark, #151515);
    color: #fff;

    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.filter-count.is-visible {
    display: flex;
}

.filters__tabs-dropdown {
    display: none;
    position: relative;
}

.tabs-dropdown__toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px 12px 24px;
    border: none;
    border-radius: 2000px;
    background: #F1F1F1;
    cursor: pointer;
}

.tabs-dropdown__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 20;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
    padding: 16px 24px;
    width: 100%;
}

.tabs-dropdown__menu button {
    width: 100%;
    padding: 12px 14px;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer; 
    border-radius: 12px;
    font-size: 18px;
}

.tabs-dropdown__menu button:hover {
    background: #f5f5ff;
}
.dropdown-tabs-mobile-text , .tabs-dropdown__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}