@media (max-width: 991px) {
    .acoount-page {
        padding: 60px 20px;
    }

}

@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
    .menu__nav {
        display: flex;
        position: static;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        background-color: transparent;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0;
        gap: 15px;
    }
}
@media (max-width: 768px) {
    .form__wrapper {
        max-width: 100%;
    }
    .page-content h2 {
        font-size: 28px !important;
        line-height: 1.2;
    }

    .page-content h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }

    .header__menu {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
		z-index: 9999;
    }

    .header__logo {
        flex: 1;
    }
	
	.header__btn {
		margin-right: 20px;
	}

    .menu__nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
    }

    .menu-toggle .line {
        width: 30px;
        height: 3px;
        background-color: #2f2320;
        margin: 5px 0;
    }

    .header__menu.open {
        display: flex;
    }

    .menu__close-btn.open  {
        display: flex;
    }

    .menu-toggle.open  {
        display: none;
    }
    .header__lang-switcher {
        position: absolute;
        bottom: 30%;
        left: auto;
        width: auto;
        height: 200px;
        overflow-y: scroll;
    }

    .footer .disclaimer {
        font-size: 12px;
    }

    .plans__include ul {
        flex-direction: column;
        gap: 10px;
    }

    .plans__include ul > li::before {
        font-size: 12px;
    }
    .plans__payments {
        row-gap: 20px;
    }
    .plans__payments p {
        max-width: 100%;
    }

    form .cta button {
        margin-left: 10px;
    }
    
    .line-modal {
    	padding: 0 12px;
    }
	.footer__logo-img {
		max-width: 150px;
	}
	.footer__head {
		align-items: baseline;
	}
	.wpml-ls-legacy-dropdown {
		width: 11.5em;
	}

	.footer__content {
		flex-direction: column-reverse;
	}

	.footer__col--left,
	.footer__col--right {
		width: 100%!important;
	}
	.footer__menu-list {
		grid-template-columns: repeat(3, 1fr);
	}
}