@media(max-width: 980px){
    .t651{
        display:none; !important;
    }
}

.contacts-wrapper {
    max-width: 1366px;
    margin: 0 auto;
    margin-bottom: 80px;
    font-family: Arial;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
}

.contact-data {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-map {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.contact-item-k {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
}

.contact-icon-k {
    margin-right: 18px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #446f480f;
    border-radius: 50%;
    color: #446f48;
    flex-shrink: 0;
    font-size: 18px;
}

.contact-details {
    flex: 1;
}

.requisites {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.requisites-title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 32px;
    color: #1e293b;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.requisites-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #2ac4f4;
    border-radius: 2px;
}

.requisites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.requisites-item {
    margin-bottom: 20px;
}

.requisites-item-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    color: #1e293b;
}

.requisites-item-value {
    font-size: 16px;
    color: #475569;
    line-height: 1.5;
}

.requisites-account {
    background: #f8fdff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    border-left: 3px solid #2ac4f4;
}

.contact-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    color: #1e293b;
}

.contact-value {
    font-size: 18px;
    color: #475569;
}

.contact-value a {
    color: #475569 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-value a:hover {
    color: #2ac4f4;
}

.address-item,
.callcenter-item {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
}

.work-schedule {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e2e8f0;
}

.schedule-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #1e293b;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 5px 0;
    font-size: 16px;
}

.schedule-day {
    font-weight: 500;
    color: #1e293b;
    margin: 0;
}

.schedule-time {
    color: #475569;
    margin: 0;
}

.schedule-text{
    color: #ff0606;
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    padding: 10px;
    border-radius: 18px;
    background-color: #ff000029;
}

.schedule-item:last-child .schedule-time {
    color: #ef4444;
}

.map-frame {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    display: block;
}

.map-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #1e293b;
    font-weight: 500;
}

.map-overlay i {
    color: #446f48;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-data {
        margin: 0 20px 0 20px;
    }

    .contact-map {
        width: 100%;
    }

    .map-frame {
        min-height: 400px;
    }

    .requisites-grid {
        grid-template-columns: 1fr;
    }

    .requisites {
        margin: 0 20px 0 20px;
    }
}

@media (max-width: 576px) {
    .contact-data .requisites {
        padding: 25px 20px;
    }

    .contact-item-k,
    .address-item,
    .callcenter-item {
        flex-direction: column;
    }

    .contact-icon-k {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .contact-title {
        font-size: 17px;
    }

    .contact-value {
        font-size: 17px;
    }

    .schedule-item {
        font-size: 16px;
    }
}

.contact-value a:hover {
    color: #5fb336 !important;
}

.main-banner-wrap{
    height: fit-content;
    background-image: url("https://static.tildacdn.com/tild6564-6563-4532-b138-353064383435/image_9.png");
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
}

.main-banner-filter{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(30, 50, 30, 0.75));
}

.main-banner{
    position: relative;
    color: #fff;
    font-family: 'Arial', sans-serif;
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.main-banner-content{
    padding: 110px 0 50px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-banner-title{
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-align: center;
}

.main-banner-text{
    text-align: center;
    margin-top: 15px;
}

.main-banner-button{
    padding: 10px 32px;
    text-transform: none;
    background-color: #446f48;
    border-radius: 50px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 43px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: white !important;
}

.main-banner-adv{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    margin: 0;
    padding: 0 20px;
}

.adv-single{
    flex: 1;
    min-width: 140px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 10px 8px;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    justify-content: center;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.adv-single-img{
    margin: 0 auto 6px;
    max-width: 36px;
}

.adv-single-img img{
    width: 36px;
}

.adv-single-text{
    line-height: 1.55;
}

@media(max-width: 1180px){
    .adv-single-text{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-banner-title,
    .main-banner-text{
        padding: 0 10px;
    }
}

/* @media(max-width: 850px){
    .main-banner-wrap{
        height: 560px;
    }
}

@media(max-width: 708px){
    .main-banner-wrap{
        height: 650px !important;
    }
}

@media(max-width: 507px){
    .main-banner-wrap{
        height: 710px !important;
    }
}

@media(max-width: 405px){
    .main-banner-wrap{
        height: 730px !important;
    }
}

@media(max-width: 368px){
    .main-banner-wrap{
        height: 990px !important;
    }
} */

.price-table{
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial';
    text-align: center
}

.price-table th{
    background-color: #446f48;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 5px;
    font-size: 18px;
}

.price-table td{
    border: 1px solid #6f9272;
    padding: 10px 5px;
    font-size: 16px;
}

.price-table tr:nth-child(2n + 1){
    background-color: #eeeeee;
}

@media(max-width: 700px){
    .price-table th{
        font-size: 16px;
    }
    .price-table td{
        font-size: 14px;
    }
}