.container {
    width: 100%;
    padding: 0 24px;
}


.top-menu {
	display: none;
}

header a.button.dark {
	display: none;
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}

.admin-bar header {
	top: 46px;
}

button.mobile-menu-button.mobile {
	background: none;
	border: none;
}

.language-switcher-wrap ul {
	display: none;
}

.language-switcher-wrap {
	width: auto;
	height: auto;
	margin: 0;
}

header {
	padding: 16px 0;
}

a.logo {
	width: 81px;
	margin-left: 20px;
}

body {
	padding-top: 65px;
}

.hero h1 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.hero {
	padding-top: 36px;
	padding-bottom: 36px;
}

.hero h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 18px;
}

p {
	font-size: 15px;
	line-height: 1.6;
}

.hero p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 39px;
}

.hero-buttons {
	flex-direction: column;
	text-align: center;
}

.counters {
	flex-wrap: wrap;
	padding: 21px 0;
	padding-bottom: 29px;
}

.counter {
	width: 100%;
}

.counter h3 {
	font-size: 41px;
	padding-bottom: 0;
}

.counter p {
	font-size: 13px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.quote blockquote p {
	font-size: 18px;
	line-height: 1.5;
	color: white!important;
}

.quote blockquote {
	padding-bottom: 50px;
}

.programs h2 {
	font-size: 30px;
	margin-bottom: 36px;
}

.programs {
	padding: 36px 0;
	padding-bottom: 16px;
}

.programs-list {
	flex-direction: column;
	align-items: center;
}

.program {
	width: 100%;
	margin-bottom: 36px;
	max-width: 360px;
}

.cta {
	padding: 46px 0;
}

.cta h2 {
	padding-top: 18px;
	font-size: 24px;
}

.cta p {
	font-size: 16px;
	line-height: 1.4;
}

.cta .button {
	padding: 14px;
	width: 100%;
	box-sizing: border-box;
}

footer .container {
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
	justify-content: center;
}

.col-1 {
	width: 100%;
	text-align: center;
}

footer a.logo {
	margin: 0;
}

.col-2 {
	width: 40%;
	text-align: l;
}

footer {
	text-align: center;
}

.col-1 img {
	max-width: 150px;
}

.mobile.mobile-buttons {
	position: fixed;
	bottom: 0;
	z-index: 2;
	background: white;
	display: flex;
	left: 0;
	right: 0;
	padding: 12px 24px;
	justify-content: space-between;
	background: #FFF;
	box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.06);
}

html #wpadminbar {
	position: fixed;
}

body.admin-bar {
	padding-top: 65px;
}

.quote cite {
	font-size: 24px;
}

.language-switcher-wrap.active ul.language-switcher {
	display: block;
	position: absolute;
	right: 0;
	height: auto;
	width: auto;
	top: 100%;
	left: auto;
	background: white;
	max-height: 999px;
}

.mobile-menu.active {
	left: 0;
}

.mobile-menu {
	position: fixed;
	left: -100%;
	top: 0;
	width: calc(100% - 55px);
	max-width: 350px;
	border-radius: 0 24px 24px 0;
	background: #FFF;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	bottom: 0;
	overflow: auto;
	transition: 0.2s;
	display: block;
}

.mobile-menu .close {
	padding: 18.7px 24px;
	background: white;
	border-bottom: 1.174px solid rgba(31, 42, 42, 0.08);
}

.mobile-menu-inner {
	background: white;
	padding: 24px;
}

.mobile-menu-inner ul {
	list-style: none;
}

.mobile-menu-inner ul a {
	color: #1F2A2A;
	font-family: "Plus Jakarta Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}

.mobile-menu .account-button {
	margin-left: 24px;
	display: block;
	width: auto;
	margin-right: 24px;
	margin-bottom: 12px;
	text-align: center;
}

.mobile-menu-inner:after {
	content: "";
	width: 50px;
	height: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #C9A66B;
	margin-top: 42px;
	margin-bottom: 3px;
}

a.mobile-button {
	width: 48px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.mobile-button-text {
	color: #5B6B6B;
	text-align: center;
	font-family: "Plus Jakarta Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 13.75px; /* 137.5% */
}

.mobile-button-icon {
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 12px;
	background: #c3cac7;
	margin-bottom: 5px;
}

a.mobile-button.special .mobile-button-icon {
	background: #C9A66B;
}

.category-item {
	font-size: 13px;
}

.archive-content.js-archive-loadmore {
	display: block;
}

h1.single-title {
	font-size: 35px;
	line-height: 1.2;
}

.hero .p ul {
	margin-top: 29px;
	font-weight: normal;
}

.hero .p {margin-top: 33px;font-weight: bold;margin-bottom: 45px;font-size: 16px;}

.hero-buttons a.button {
	padding: 17px 35px;
}

.hero .underline {
	text-align: center;
	padding: 0;
	margin-top: 10px;
	color: #5b6d80;
	font-size: 12px;
	max-width: 100%;
}

section.block.block-the_content .quote blockquote p {
	font-size: 20px!important;
	line-height: 1.6!important;
}

.program h3 {
	font-size: 24px;
}

.contacts-image {
	display: none;
}

.contacts-content {
	width: 48%;
}

.contacts-form {
	width: 48%;
	margin-right: -25px;
}

.contacts {
	padding: 0 25px;
}

.image-contacts-row {
	flex-direction: column!important;
}

.image-contacts-content {
	width: 100%;
	padding: 30px!important;
}

.image-contacts-image {
	min-height: 180px;
	width: 100%;
	border-radius: 0!important;
}

.test-steps {
	flex-direction: column;
}

.test-question-body {
	flex-wrap: wrap;
}

.test-question-body-sign {
	order: 1;
	width: 49%;
}

.test-question-body-buttons {
	order: 2;
	gap: 15px;
	justify-content: center;
	width: 100%;
	margin-top: 37px;
}

label.test-question-button span {
	width: 25px;
	height: 25px;
}

.test-question-footer {
	justify-content: center;
	text-align: center;
	width: 100%;
}

.test-question-footer-button {
	align-self: center;
}

.test-progress {
	flex-wrap: wrap;
	gap: 15px;
}

.test-progress button {
	order: 2;
}

.test-progress-bar {
	order: 1;
	width: 100%;
}

a.answer-recommendation-item {
	width: 100%;
}

.answer-recommendations-container {
	flex-wrap: wrap;
}

.answer-recommendation-content h3 {
	font-size: 24px;
}

.answer-recommendation-content .button {
	padding: 10px 31px;
}

ul.wp-block-list {
	font-size: 15px;
}

.text-editor li {
	font-size: 15px;
}