@import url(https://fonts.googleapis.com/css?family=Karla:200,300,regular,500,600,700,800,200italic,300italic,italic,500italic,600italic,700italic,800italic);



* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*::before,
*::after {
    display: inline-block;
}
html,
body {
    height: 100%;
    background: #f4f7f4;
    font-family: 'Karla', sans-serif;
    font-size: var(--font-size);
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
select,
option {
    cursor: pointer;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

main {
    overflow-x: hidden;
}





.c-656a2ade {
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.c-b8b087f3 {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.c-0964b545 {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: 130ms ease-in-out;
    position: relative;
    z-index: 99999;
}

.c-0964b545:hover {
    transform: translateY(-2px);
}

.c-583e6814 {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

.c-5e786466 {
    display: flex;
    align-items: center;
    gap: 44px;
}

.c-a8cf12e0 {
    display: flex;
    align-items: center;
    gap: 28px;
}

.c-b582aa8c {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 18px 28px;
    border-radius: 24px;
    transition: 130ms ease-in-out;
    position: relative;
    overflow: hidden;
}

.c-b582aa8c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-100%);
    transition: 260ms ease;
}

.c-b582aa8c:hover::before {
    transform: translateX(0);
}

.c-b582aa8c:hover {
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.c-85710750 {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 18px 44px;
    border-radius: 24px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: 130ms ease-in-out;
    backdrop-filter: blur(10px);
}

.c-85710750:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.c-6d942a34 {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: 130ms ease-in-out;
}

.c-6d942a34:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.c-9335ca9c {
    width: 24px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 130ms ease-in-out;
    border-radius: 2px;
}

.header__burger--active .c-9335ca9c:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.header__burger--active .c-9335ca9c:nth-child(2) {
    opacity: 0;
}

.header__burger--active .c-9335ca9c:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.c-249fae9a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #6ba27c, #7fb77e);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    transform: translateY(-100%);
    transition: 260ms ease;
    z-index: 1000;
}

.header__mobile-menu--active {
    transform: translateY(0);
}

.c-f731f14d {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 24px;
    transition: 130ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__mobile-menu--active .c-f731f14d {
    opacity: 1;
    transform: translateY(0);
}

.c-f731f14d:nth-child(1) {
    transition-delay: 0.1s;
}
.c-f731f14d:nth-child(2) {
    transition-delay: 0.2s;
}
.c-f731f14d:nth-child(3) {
    transition-delay: 0.3s;
}
.c-f731f14d:nth-child(4) {
    transition-delay: 0.4s;
}
.c-f731f14d:nth-child(5) {
    transition-delay: 0.5s;
}

.c-f731f14d:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.c-40bde3bb {
    background: rgba(255, 255, 255, 0.9);
    color: #6ba27c;
    padding: 10px 28px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 22px;
    margin-top: 44px;
    transition: 130ms ease-in-out;
    opacity: 0;
    transform: translateY(30px);
}

.header__mobile-menu--active .c-40bde3bb {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.c-40bde3bb:hover {
    background: #ffffff;
    transform: scale(1.1);
}



.c-95b2ae25 {
    position: relative;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: #ffffff;
    padding: 44px 0 28px;
    overflow: hidden;
    background: #2e4a2e;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;

    background-repeat: no-repeat;
    transform: translateY(-99%);
}

.c-bcba81ad {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px;
    position: relative;
    z-index: 1;
}

.c-6f06aff5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 44px;
}

.c-e6bae909 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-a9fd4489 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.c-a9fd4489 i {
    font-size: 22px;
}

.c-52dcb3a0 {
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 18px;
}

.footer-social {
    display: flex;
    gap: 18px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 130ms ease-in-out;
}

.footer-social-link:hover {
    background-color: #ffffff;
    color: #6ba27c;
    transform: translateY(-5px);
}

.c-b4f90de7 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.c-e93e97f0 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-23e9fb02 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}

.c-23e9fb02::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}

.c-191e12c4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-4d2652df {
    opacity: 0.8;
    transition: all 130ms ease-in-out;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c-4d2652df:hover {
    opacity: 1;
    transform: translateX(5px);
}

.c-4d2652df i {
    font-size: 10px;
}

.c-94071291 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.c-d6aa48d9 {
    line-height: 1.6;
    opacity: 0.8;
}

.c-2d69328d {
    position: relative;
    margin-top: 10px;
}

.c-e305c825 {
    border: 1px solid #f4f7f4;
    padding: 18px;
    padding-right: 50px;
    border-radius: 12px;
    color: #ffffff;
}

.c-e305c825::placeholder {
    color: #ffffff;
}

.c-e34fe5eb {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #ffffff;
    color: #6ba27c;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 130ms ease-in-out;
}

.c-e34fe5eb:hover {
    background-color: #7fb77e;
    color: #ffffff;
}

.c-596777c9 {
    margin-top: 44px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}

.c-6dad039e {
    opacity: 0.8;
    font-size: 14px;
}

.c-95a0b940 {
    display: flex;
    gap: 28px;
}

.c-88fcee78 {
    opacity: 0.8;
    font-size: 14px;
    transition: opacity 130ms ease-in-out;
}

.c-88fcee78:hover {
    opacity: 1;
}

.c-336d9699 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}

.c-a4fc632c {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.c-3e410705 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: 10%;
}

.c-1c974164 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 5%;
}

.c-98cc73fb {
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 20%;
}



.c-0dc1b27b {
    min-height: 100vh;
    background: linear-gradient(135deg, #e6f2e6 0%, #d0e2d0 100%);
    padding: 60px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-f1c751e3 {
    max-width: 600px;
    width: 100%;
    background: #f4f7f4;
    border-radius: 24px;
    box-shadow: 0 20px 40px 0 2px 4px rgba(0, 50, 0, 0.1);
    padding: 44px;
    transform: translateY(20px);
    opacity: 0;
    animation: contactsSlideIn 0.8s ease forwards;
}

@keyframes contactsSlideIn {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.c-edc61fb7 {
    text-align: center;
    margin-bottom: 60px;
}

.c-6219457c {
    font-size: 30px;
    font-weight: 700;
    color: #1c2b1e;
    margin-bottom: 18px;
}

.c-708bf3a4 {
    font-size: 18px;
    color: #607760;
    line-height: 1.5;
}

.c-1c98f4f1 {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.c-5b1e8a5a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-27af00f1 {
    font-size: 14px;
    font-weight: 500;
    color: #1c2b1e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-07a24223,
.contacts__textarea {
    padding: 18px;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: var(--font-size);
    color: #1c2b1e;
    background: #f4f7f4;
    transition: all 260ms ease;
    outline: none;
}

.c-07a24223:focus,
.contacts__textarea:focus {
    border-color: var(--border-focus);
    box-shadow: 0 0 0 3px var(--accent-primary-light);
    transform: translateY(-2px);
}

.contacts__textarea {
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.c-61a2c71b {
    padding: 18px 44px;
    background: linear-gradient(135deg, #6ba27c 0%, #7fb77e 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 260ms ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-61a2c71b:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px 0 2px 4px rgba(0, 50, 0, 0.1);
}

.c-61a2c71b:active {
    transform: translateY(0);
}

.contacts__button--loading {
    pointer-events: none;
}

.c-514bfd65 {
    transition: opacity 130ms ease-in-out;
}

.contacts__button--loading .c-514bfd65 {
    opacity: 0;
}

.c-036c0b2d {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 130ms ease-in-out;
}

.contacts__button--loading .c-036c0b2d {
    opacity: 1;
    animation: contactsSpin 1s linear infinite;
}

@keyframes contactsSpin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.contacts__info {
    margin-top: 60px;
    padding-top: 28px;
    border-top: 1px solid #d0e2d0;
}

.contacts__info-title {
    font-size: 18px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 18px;
}

.contacts__info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts__info-item {
    color: #607760;
    font-size: 14px;
    line-height: 1.5;
}

.contacts__info-link {
    color: #6ba27c;
    transition: color 130ms ease-in-out;
}

.contacts__info-link:hover {
    color: var(--accent-primary-hover);
}





.contacts__success {
    position: fixed;
    top: 28px;
    right: 28px;
    background: #00b894;
    color: #ffffff;
    padding: 18px 28px;
    border-radius: 12px;
    font-weight: 500;
    transform: translateX(100%);
    opacity: 0;
    transition: all 260ms ease;
    z-index: 1000;
}

.contacts__success--show {
    transform: translateX(0);
    opacity: 1;
}

.c-4b6bd737 {
    color: #9ea89a;
    opacity: 0.8;
    line-height: 1.4;
}

.c-5122485c {
    background: #f4f7f4;
    padding: 44px;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
    text-align: left;
    max-width: 450px;
    width: 100%;
    transition: all 260ms ease;
    border: 1px solid #d0e2d0;
    margin: 40px auto;
}

.c-5122485c:hover {
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-5px);
}

.c-b3aa1b44 {
    width: 60px;
    height: 60px;
    background: #6ba27c;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 22px;
}

.c-b3aa1b44::before {
    content: '📞';
}

.c-cc9877f3 {
    font-size: 22px;
    font-weight: 700;
    color: #1c2b1e;
    margin-bottom: 10px;
    line-height: 1.3;
}

.c-494bd34b {
    font-size: var(--font-size);
    color: #607760;
    margin-bottom: 44px;
    line-height: 1.6;
}

.c-033c12b2 {
    list-style: none;
    margin-bottom: 44px;
}

.c-033c12b2 li {
    font-size: 14px;
    color: #9ea89a;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}

.c-033c12b2 li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6ba27c;
    font-weight: bold;
}

.c-5978781a {
    display: inline-flex;
    align-items: center;
    background: #6ba27c;
    color: #ffffff;
    padding: 18px 28px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 600;
    text-decoration: none;
    transition: all 260ms ease;
    gap: 10px;
}

.c-5978781a::after {
    content: '→';
    transition: transform 130ms ease-in-out;
}

.c-5978781a:hover {
    background: #7fb77e;
    transform: translateX(2px);
}

.c-5978781a:hover::after {
    transform: translateX(3px);
}

.c-e53ab4ac {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4f7f4;
    border-top: 2px solid #6ba27c;
    box-shadow: 0 -4px 20px 0 2px 4px rgba(0, 50, 0, 0.1);
    padding: 28px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 260ms ease;
}

.c-e53ab4ac.policy-agreement--visible {
    transform: translateY(0);
}

.c-ef7f6c35 {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}

.c-15e2fde4 {
    flex: 1;
    min-width: 300px;
}

.c-4e0b8375 {
    font-size: 18px;
    font-weight: 600;
    color: #1c2b1e;
    margin-bottom: 10px;
}

.c-35b32f6c {
    color: #607760;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.c-a4817ff0 {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.c-25dc4858 {
    color: #6ba27c;
    text-decoration: underline;
    font-size: 14px;
    transition: color 130ms ease-in-out;
}

.c-25dc4858:hover {
    color: #7fb77e;
}

.c-e2690270 {
    display: flex;
    gap: 18px;
    align-items: center;
}

.c-2436e1fa {
    background: #6ba27c;
    color: #ffffff;
    border: none;
    padding: 18px 44px;
    border-radius: 12px;
    font-size: var(--font-size);
    font-weight: 500;
    cursor: pointer;
    transition: all 130ms ease-in-out;
    white-space: nowrap;
}

.c-2436e1fa:hover {
    background: #7fb77e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 2px 4px rgba(0, 50, 0, 0.1);
}

.c-2436e1fa:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .c-5e786466 {
        display: none;
    }

    .c-6d942a34 {
        display: flex;
    }
}
@media (max-width: 768px) {
    .c-6f06aff5 {
        grid-template-columns: 1fr;
    }

    .c-b4f90de7 {
        grid-template-columns: 1fr;
    }

    .c-596777c9 {
        flex-direction: column;
        text-align: center;
    }

    .c-95a0b940 {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .c-0dc1b27b {
        padding: 28px 10px;
    }

    .c-f1c751e3 {
        padding: 28px;
    }

    .c-6219457c {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .c-ef7f6c35 {
        flex-direction: column;
        text-align: center;
    }

    .c-15e2fde4 {
        min-width: auto;
    }

    .c-a4817ff0 {
        justify-content: center;
    }
}