body {
		overflow-x: hidden;
		gap: 0!important;
	/*transform: scale(0.75);
    transform-origin: 0 0;
    width: 135%;
    height: 135vh;*/
	}
	
	section {
		margin-bottom: -1px;
	}
	
	@media (max-width: 768px) {
		body {
		transform: scale(1);
		transform-origin: 0 0;
		width: 100%;
		height: 100vh;
		}
	}

    .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: #004A24;
        padding: 30px;
        border-radius: 8px;
        max-width: 500px;
        width: 90%;
        max-height: 90vh;
        overflow-y: auto;
        position: relative;
    }

    .popup-close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        background: none;
        border: none;
        cursor: pointer;
        color: #FCFFEE;
    }


    .error {
        color: #FF5151;
        font-size: 9px;
        margin-top: 3.75px;
        display: none;
    }

    .btn-submit:disabled {
        background-color: #6c757d;
        cursor: not-allowed;
    }

    .success-message {
        color: #004A24;
        margin-top: 7.5px;
        display: none;
        padding: 7.5px;
        background: #f8fff8;
        border: 1px solid #d4edda;
        border-radius: 4px;
    }

    .error-message {
        color: #FF5151;
        margin-top: 7.5px;
        display: none;
        padding: 7.5px;
        background: #fff8f8;
        border: 1px solid #f5c6cb;
        border-radius: 4px;
    }

    .global-message {
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px 20px;
        border-radius: 4px;
        z-index: 1001;
        max-width: 400px;
        width: 90%;
        text-align: center;
        font-weight: bold;
    }

    .global-success {
        background: #d4edda;
        color: #155724;
        border: 1px solid #c3e6cb;
    }

    .global-error {
        background: #f8d7da;
        color: #721c24;
        border: 1px solid #f5c6cb;
    }



	/*изменения*/

/* ===== HEADER ===== */
.head_fran {
    justify-content: center !important;
    align-items: center;
    position: relative;
}
	.fran_main_offer{
		padding-top:31px;
}
.fran_title {
    margin-left: 0 !important;
    width: auto !important;
    height: 25px;
}

.fran_logo-top {
    width: auto !important;
    height: 28px;
}
	.head-logo-mobile{
		display:none;
}

.franshiza-header-nav {
    background: #faffe4;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 9999;
}

.franshiza-header-nav-menu {
    display: flex;
    justify-content: space-between;
    gap: 55px;
}

.franshiza-header-nav-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 153%;
    color: #004a24;
    text-decoration: none;
    transition: opacity 0.3s;
}

.franshiza-header-nav-menu a:hover {
    opacity: 0.7;
}

/* ===== BURGER BUTTON ===== */
.burger-btn {
    display: none;
    background: #faffe4;
    border: none;
    border-radius: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.burger-btn:hover {
    background: #e8f5d0;
    transform: translateY(-50%) scale(1.05);
}

.burger-btn svg {
    width: 24px;
    height: 24px;
}

/* ===== MOBILE MENU OVERLAY ===== */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #faffe4;
    z-index: 1000;
    overflow-y: auto;
    padding: 31px 35px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-menu {
    max-width: 900px;
    margin: 0 auto;
}

/* ===== MOBILE MENU HEADER ===== */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.mobile-menu-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-logo {
    height: 30px;
    width: auto;
}

.mobile-menu-franchise {
    font-size: 14px;
    color: #004A24;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.mobile-menu-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004A24;
}

.mobile-menu-close svg {
    width: 24px;
    height: 24px;
}

/* ===== MENU BLOCK ===== */
.mobile-menu-block {
    background: #004A24;
    border-radius: 30px;
    padding: 31px 27px;
    margin-bottom: 26px;
}

.mobile-menu-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    font-family: 'Arlen';
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-menu-nav a {
    font-weight: 500;
font-size: 18px;
line-height: 153%;
color: #fff;
}

.mobile-menu-nav a:hover {
    opacity: 0.8;
}

body.menu-open .burger-btn {
    display: none !important;
}

.franshiza-header-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 990;
}

/* ===== BOTTOM SECTION (контакты + соцсети) ===== */
.mobile-bottom-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.mobile-contact-box {
    background: #02ba3e;
    border-radius: 30px;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-contact-box a {
    font-weight: 800;
font-size: 20px;
line-height: 150%;
color: #fff;
}
	.mobile-contact-box .email {
font-size: 16px;
}


.mobile-social-box {
    background: #ffcd00;
    border-radius: 30px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.social-title {
    font-family: "Arlen";
font-weight: 900;
font-size: 20px;
line-height: 150%;
color: #834601;
}

.social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icon {
    width: 30px;
    height: 30px;
		background: #fcffee;
display: flex;
align-items: center;
    justify-content: center;
		border-radius:7px;

}

.social-icon:hover {
    transform: scale(1.1);
}

/* ===== TABLET (до 768px) ===== */
@media (max-width: 768px) {
		.head_fran {
display: flex !important;
}
.standart-padding-bottom {
        padding-bottom: 42px !important;
    }
.standart-padding-top {
        padding-top: 42px !important;
    }
    .burger-btn {
        display: flex;
    }
    
    .franshiza-header-nav {
        display: none;
    }
    
    .head_fran {
        position: relative;
    }
    
    .fran_logo-top {
        height: 30px;
    }
    
    .fran_title {
        height: 25px;
    }

		.standart-padding-bottom-border{
border-bottom: 1px solid #fcffee;

}
}

/* ===== MOBILE (до 640px) — всё в колонку ===== */
@media (max-width: 640px) {
    .mobile-menu-overlay {
        padding: 20px;
    }

    .mobile-bottom-section {
        grid-template-columns: 1fr;

    }
}

	@media (max-width:600px){
.fran_title {
   display:none;
}
		.fran_logo-top{
			display:none;
}
		.head-logo-mobile{
			display:block;
}
.burger-btn {
        width: 42px;
        height: 42px;
    }
.burger-btn svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {
    .mobile-menu-overlay {
        padding: 15px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

.standart-padding-top {
        padding-top: 26px !important;
    }
.standart-padding-bottom {
        padding-bottom: 26px !important;
    }

}

body.menu-open {
    overflow: hidden;
}






.faq-section {
    background: #004A24;
    padding: 60px 25px;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-tabs-wrapper {
    padding-bottom: 27px;
	margin:0 auto;
}

.faq-tabs {
    display: flex;
    gap: 9px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.faq-tab {
    padding: 9.75px 16.5px;
    background: transparent;
    border: 1px solid #fcffee;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    height: 36px;
    display: flex;
    align-items: center;
font-weight: 400;
font-size: 13.5px;
line-height: 119%;
color: #fff;
}

.faq-tab:hover {
    background: rgba(252, 255, 238, 0.1);
}

.faq-tab.active {
    font-weight: 600;
font-size: 13.5px;
line-height: 119%;
color: #834601;
background: #ffcd00;
border:1px solid #ffcd00;
}

.faq-content {
    display: none;
    width: 675px;
    max-width: 100%;
    margin: 0 auto;
}

.faq-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item {
    border-radius: 40px;
    width: 675px;
    max-width: 100%;
    min-height: 46.5px;
    background: #017339;
    padding: 15px 6px 15px 22.5px;
    margin-bottom: 13.5px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 15px;
    min-height: 16.5px;
}

.faq-question-text {
    font-weight: 500;
font-size: 13.5px;
line-height: 119%;
color: #fff;
    flex: 1;
}

.faq-icon {
    border-radius: 100%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    background: #ffcd00;
}


.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 16.5px 0 0;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 12px 16.5px 7.5px 0;
}

.faq-answer-text {
    color: #fff;
    font-family: var(--font5);
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0;
}

@media (max-width: 1200px) {
    .faq-tabs-wrapper {
        width: 100%;
    }
    
    .faq-tabs {
        height: auto;
        padding: 10px 0;
	overflow-y: auto;
    }

    .faq-tab {
        height: auto;
    }
}

					@media (max-width:768px){
.faq-tabs {
justify-content: flex-start;
    }

}



/* ===== FOOTER ===== */
.franshiza-footer {
    background: #FCFFEE;
    padding: 41.25px 0 28.5px;
    position: relative;
}

.footer-main {
   display: grid;
    grid-template-columns: 1fr 345px 1fr;
    gap: 14.25px;
    margin-bottom: 15px;
    align-items: flex-end;
}

.footer-col {
    position: relative;
}

.footer-legal {
    display: flex;
    flex-direction: column;
}

.footer-logo-wrapper {
    margin-bottom: 25.5px;
}

.footer-logo {
    width: 100%;
    max-width: 216px;
    height: auto;
    display: block;
}

.footer-info-box {
    background: #004A24;
    border-radius: 30px;
    padding: 28.5px 30px 58.5px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-family: "Arlen", sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fcffee;
    margin-bottom: 13.5px;
}
	.footer-title-two{
font-family: "Arlen", sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fcffee;
    margin-bottom: 9px;
}
.footer-title-light {
    color: #faffe4;
}

.footer-text {
    font-weight: 400;
    font-size: 13.5px;
    line-height: 150%;
    color: #fcffee;
}

.footer-text p {
    margin: 0 0 12px 0;
}

/* Центральная колонка */
.footer-blob-wrapper {
    position: relative;
    width: 100%;
    height: 353.25px;
}

.footer-blob {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 291px;
    height: 352.5px;
    z-index: 1;
}

.footer-about {
    position: relative;
height: 382.5px;
}

.footer-about-content {
    position: relative;
    z-index: 1;
    padding: 103.5px 30.75px 0px 37.5px;
    min-height: 225px;
    display: flex;
    flex-direction: column;
}


.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 11.25px;
}

.footer-nav a {
        transition: opacity 0.3s;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 153%;
    color: #fff;
}

.footer-nav a:hover {
    opacity: 0.8;
}

/* Правая колонка */
.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 15px;
justify-content: flex-end;
}

.footer-contact-box,
.footer-social-box,
.footer-apps-box {
    background: #004A24;
    border-radius: 30px;
    padding: 18.75px;
}

.footer-phone {
    font-weight: 800;
    font-size: 19.5px;
    line-height: 150%;
    color: #fcffee;
    display: block;
    margin-bottom: 3.75px;
    text-decoration: none;
}

.footer-email {
    font-weight: 800;
    font-size: 13.5px;
    line-height: 150%;
    color: #fcffee;
    text-decoration: none;
}

.footer-phone:hover,
.footer-email:hover {
    opacity: 0.8;
}

.footer-social-title {
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: "Arlen", sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 150%;
    color: #fcffee;
}

.footer-social-icons {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.social-icon-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22.5px;
    height: 22.5px;
    background: #faffe4;
    border-radius: 7.5px;
    color: #004A24;
    text-decoration: none;
    transition: transform 0.3s;
}

.social-icon-footer:hover {
    transform: scale(1.1);
}

.footer-app-buttons {
    display: flex;
    gap: 10.5px;
}

.app-button {
    display: inline-block;
    transition: transform 0.3s;
}

.app-button:hover {
    transform: scale(1.05);
}

/* Платформы */
.footer-platforms {
    background: #ffcd00;
    border-radius: 30px;
    padding: 22.5px 30px;
    margin-bottom: 25.5px;
    display: flex;
    align-items: center;
    gap: 25.5px;
    flex-wrap: wrap;
}

.platforms-text {
    font-weight: 700;
    font-size: 13.5px;
    line-height: 101%;
    color: #834601;
}

.platforms-links {
    display: flex;
    gap: 25.5px;
    flex-wrap: wrap;
}

.platform-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 113%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #834601;
}

.platform-link:hover {
    opacity: 0.7;
}

/* Низ */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-copyright {
    font-weight: 600;
    font-size: 12px;
    line-height: 113%;
    color: #834601;
}

.footer-policies {
    display: flex;
    gap: 28.5px;
    flex-wrap: wrap;
}

.policy-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 113%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #834601;
}

.policy-link:hover {
    opacity: 0.7;
}

/* Адаптив - планшет */
@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-legal {
        grid-column: 1;
    }
    
    .footer-about {
        grid-column: 2;
    }
    
    .footer-contacts {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .footer-contact-box,
    .footer-social-box,
    .footer-apps-box {
        flex: 1;
        min-width: 250px;
    }
}

/* Адаптив - мобильный */
@media (max-width: 768px) {
.footer-main {
			gap: 29px;
}
		.footer-apps-box{
display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social-title {
    margin-bottom: 0;
}
		.social-icon-footer {
color: #834601;
}

    .footer-contacts {
        display: flex;
        flex-wrap: wrap;
        gap: 29px;
    }

    .footer-contact-box,
    .footer-social-box {
        flex: 0 0 calc(48% - 8px);
background: #ffcd00;
    }
.footer-phone {
    color: #834601;
}
.footer-email {
    color: #834601;
}

.footer-social-box .footer-social-title {
         color: #834601;
    }

.footer-apps-box {
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-blob-wrapper {
        max-width: 388px;
        margin: 0 auto;
        height: 471px;
    }
    
    .footer-platforms {
        flex-direction: column;
			align-items:normal;
			gap:18px;
    }


    .footer-bottom {
        flex-direction: column-reverse;
			align-items:normal;
			margin-left:32px;
    }
}

	@media (max-width: 600px){
.footer-main {
        grid-template-columns: 1fr;
        gap: 12px;
    }
.footer-logo {
			max-width: 192px;}

.footer-title {
			font-size: 20px;}

.footer-text p {
    font-size: 16px;
}

    .footer-legal,
    .footer-about,
    .footer-contacts {
        grid-column: 1;
    }

    .footer-info-box {
        padding: 24px 24px 24px 24px;
    }

    /* Центральная колонка — блоб */
    .footer-about {
        height: auto;
    }
		.footer-about svg{
			display:none;
}

    .footer-about-content {
        padding: 27px 30px 27px 30px;
        background: #02ba3e;
        border-radius: 30px;
    }
.footer-nav {
			gap: 8px;}
.footer-nav a {
			font-size: 16px;
}
.footer-title-two {
			font-size: 20px;
}
    /* Правая колонка — вертикально одна под другой */
    .footer-contacts {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* Контакты — жёлтый фон */
    .footer-contact-box {
        background: #FFCD00;
        border-radius: 30px;
        padding: 24px;
    }

    .footer-phone {
        font-size: 20px;
    }

    /* Соцсети — жёлтый фон */
    .footer-social-box {
       background: #004a24;
    }

    .footer-social-box .footer-social-title {
        color: #fff;
        margin-bottom: 12px;
font-size: 20px;
    }

    .footer-social-box .social-icon-footer {

        color: #004a24;
    }

    /* Приложение — тёмно-зелёный, горизонтально */
    .footer-apps-box {
        border-radius: 30px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
background: #02ba3e;
    }

    .footer-apps-box .footer-social-title {
        color: #FCFFEE;
        margin-bottom: 0;
font-size: 20px;
    }

    .footer-app-buttons {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer-app-buttons .app-button svg {
        width: 120px;
        height: auto;
    }

    /* Жёлтая полоса платформ */
    .footer-platforms {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 24px;
    }

    .platforms-links {
        flex-direction: column;
        gap: 8px;
    }

    /* Низ */
    .footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 32px;
margin-left: 22px;
    }

    .footer-policies {
        flex-direction: column;
        gap: 8px;
    }
}
