.wrap {
	padding: 40px 0;
}

.head-desc {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
	border-bottom: 1px solid #030f2345;
}

.logo-link {
	display: flex;
    align-items: flex-end;
    flex-direction: row;
    gap: 5px;
    font-size: 30px;
    font-weight: 800;
    color: #091526d9;
	line-height: 1;
}

.logo-link img {
	width: 100%;
    height: 40px;
}

.menu-head .menu {
	display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
	margin: 0;
    padding: 0;
}

.menu-head .menu li a {
	font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
	padding: 10px 15px;
}

.menu-head .menu li a:hover {
	background: #0091d7;
    border-radius: 5px;
	color: #ffffff;
}

.menu-head .menu-desktop {
	display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
	margin: 0;
    padding: 0;
}

.menu-head .menu-desktop li a {
	font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
	padding: 10px 15px;
}

.menu-head .menu-desktop li a:hover {
	background: #0091d7;
    border-radius: 5px;
	color: #ffffff;
}

.city-block {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.city-txt {
	font-size: 16px;
    font-weight: 800;
}

.city-block svg {
	width: 32px;
    height: 32px;
}

.title-h1 {
	font-size: 40px;
    font-weight: 600;
}

.head-school {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.meta-school {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.meta-item {
	background: #2f3947;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.meta-item img {
	width: 20px;
}

.info-school {
	display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
	width: 50%;
	background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 1px 0px 4px 5px #0000000a;
}

.title-h2 {
	font-size: 32px;
    font-weight: 600;
}

.info-item {
	display: flex;
    flex-direction: column;
    gap: 5px;
}

.title-h3 {
	font-size: 24px;
    font-weight: 600;
}

.info-item span {
	font-size: 20px;
    font-weight: 500;
}

.info-item a span {
	color: #2f3947;
	text-decoration: underline;
}

.txt-school {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.info-descr {
	font-size: 18px;
}

.foot {
	background: #030f23;
}

.foot-descr {
	color: #ffffff;
    font-size: 18px;
}

.foot-top {
	display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px 0;
    justify-content: space-between;
}

.foot-menu ul {
	display: flex;
    flex-direction: row;
    align-items: center;
	list-style: none;
	margin: 0;
    padding: 0;
}

.foot-menu ul li a {
	color: #ffffff;
    padding: 10px 20px;
    font-size: 18px;
}

.foot-menu ul li a:hover {
	background: #0091d7;
    border-radius: 5px;
}

.foot-bottom {
	border-top: 1px solid #ffffff;
    padding: 30px 0;
}

.foot-copy {
	color: #ffffff;
    font-size: 16px;
}

.foot-logo img {
	width: 200px;
}

.intro-home {
	background-image: url(/wp-content/uploads/2025/11/intro-home-3.jpg);
	padding: 150px 0;
    background-position: center;
    background-size: cover;
}

.intro-block {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.intro-block h1 {
	font-size: 52px;
    font-weight: 600;
	text-align: center;
    width: 80%;
}

.intro-block p {
	text-align: center;
    font-size: 20px;
    width: 80%;
	margin: 0 auto;
}

.footer-logo-txt {
	color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

.city-top ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding-left: 0;
    margin-top: 50px;
}

.city-top ul li {
	background: #0091d7;
    border-radius: 5px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 18px;
}

.city-top ul li:hover {
	background: #030f23;
}

.city-top ul li a {
    color: #ffffff;
    font-size: 18px;
}

.city-block-home .title-h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.button-city {
	display: flex;
    justify-content: center;
    margin-top: 50px;
}

.button-city a {
	background: #030f23;
    color: #ffffff;
    padding: 15px 35px;
    font-size: 18px;
    border-radius: 5px;
}

.button-city a:hover {
    background: #0091d7;
}

.top-school .title-h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.top-school-block {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.top-school-item {
	padding: 40px;
    border: 1px solid #030f2336;
    border-radius: 25px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.top-school-rating {
	display: flex;
    align-items: center;
    gap: 5px;
	font-size: 24px;
    font-weight: 700;
}

.top-school-rating img {
	width: 24px;
    height: 24px;
}

.top-school-item h3 {
	font-size: 26px;
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-school-item h3:hover {
	color: #0091d7;
}

.top-school-adress {
	font-size: 20px;
}

.blog-home-block {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.blog-home-item {
	border-radius: 30px;
    padding: 30px;
    background: #f0f8ff;
	transition: 0.3s;
}

.blog-home-item:last-child {
  background: #e2ffc8;;
}

.blog-home-item:first-child {
  background: #ffe8d7;
}

.blog-home .title-h2 {
	font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.blog-home-item:nth-child(5) {
  background: #ffe8d7;
}


.blog-home-item:nth-child(3) {
  background: #fff0fe;
}

.blog-home-item img {
	height: 250px;
    border-radius: 30px;
}

.blog-home-item h2 {
	font-size: 26px;
    line-height: 1;
    margin-top: 15px;
}

.blog-home-item:hover {
	transform: scale(1.05);
}

.single-meta {
	display: flex;
    flex-direction: row;
    gap: 35px;
    justify-content: center;
    margin: 30px 0;
}

.single-head .title-h1 {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.bred-ul ul {
	display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    gap: 5px;
    padding: 0;
    justify-content: flex-start;
	margin-top: 0;
}

.pathway:hover {
	color: #2a96e3;
}

.single-head {
	border-bottom: 1px solid #adadad;
    margin-bottom: 40px;
}

.single-grid {
	display: flex;
    flex-direction: row;
    gap: 50px;
}

.single-content {
    width: 85%;
    margin: 0 auto;
}

.single-content p {
	font-size: 18px;
    line-height: 1.4;
	margin-bottom: 10px;
}

.single-content h2 {
	font-size: 36px;
    margin: 35px 0 20px 0;
}

.single-content h3 {
	font-size: 32px;
    margin: 35px 0 20px 0;
}

.single-content h4 {
	font-size: 26px;
    margin: 35px 0 20px 0;
}

.single-content ul {
	padding-left: 20px;
    font-size: 18px;
    margin: 10px 0;
}


.single-content ul li {
	padding: 5px 0;
}

.single-sayd div.ez-toc-widget-sticky-container.is_stuck {
	margin-top: 30px;
}

.single-sayd .ez-toc-widget-sticky-btn {
	display: none;
}

.single-sayd div.ez-toc-widget-sticky-container {
    position: relative;
    top: 0px;
    transition: .3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 15px;
    max-height: 92vh;
    padding: 20px 20px;
}

.widgettitle {
	margin-bottom: 10px;
}

.single-sayd .ez-toc-widget-sticky-container.is_stuck .widgettitle {
    padding: 0px;
    margin: 0;
    border-radius: 0;
}

.single-sayd .ez-toc-widget-sticky .is_stuck .ez-toc-widget-sticky-title-container {
    padding-left: 0px;
    padding-top: 0px;
}

.single-sayd .ez-toc-widget-sticky-container.is_stuck nav {
    max-height: 60vh;
    overflow-y: auto;
    padding: 0px;
}

.single-sayd div.ez-toc-widget-sticky-container.is_stuck {
    border-radius: 15px;
}

.single-sayd .ez-toc-widget-sticky-container-ez_toc_widget_sticky--1 .ez-toc-widget-sticky-list li a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.meta-date-single:before {
    content: "📅";
	position: absolute;
    left: 0;
    top: 6px;
    font-size: 1.5em;
}

.meta-date-single, .meta-time-single, .meta-count-single {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 38px;
}

.meta-time-single:before {
    content: "🕒";
	position: absolute;
    left: 0;
    top: 6px;
    font-size: 1.5em;
}

.meta-count-single:before {
    content: "👀";
	position: absolute;
    left: 0;
    top: 6px;
    font-size: 1.5em;
}

.top-m {
	font-size: 14px;
    text-transform: uppercase;
    color: #7a7a7a;
}

.bottom-m {
	font-size: 18px;
    font-weight: 700;
}

.form-block {
	display: flex;
    flex-direction: row;
    gap: 30px;
}

.form-txt {
	width: 50%;
    background: #ffffff;
    box-shadow: 1px 0px 4px 5px #0000000a;
    border-radius: 20px;
    padding: 30px;
	font-size: 30px;
}

.form-section {
	width: 50%;
    background: #ffffff;
    box-shadow: 1px 0px 4px 5px #0000000a;
    border-radius: 20px;
    padding: 30px;
}

.form-contact {
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
	margin-top: 20px;
}

.form-in {
	width: 49%;
}

.form-name {
	width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #0091d773;
    background: #eee;
    padding: 0px 15px;
	font-family: 'Proxima Nova';
    font-size: 16px;
}

:focus-visible {
	outline: none;
}

.form-text {
	width: 100%;
    height: 110px;
    border-radius: 5px;
    border: 1px solid #0091d773;
    background: #eee;
    padding: 10px 15px;
	font-size: 16px;
    font-family: 'Proxima Nova';
}

.form-select {
	width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #0091d773;
    background: #eee;
    padding: 10px 15px;
    color: #757575;
	font-family: 'Proxima Nova';
    font-size: 16px;
}

.form-in-text {
	width: 100%;
}

.form-in-sogl {
	width: 100%;
}

.form-in-but {
	width: 100%;
}

.form-submit {
	background: #0091d7;
    border: none;
    color: #ffffff;
    font-family: 'Proxima Nova';
    font-size: 18px;
    padding: 10px 50px;
    border-radius: 5px;
}

.form-submit:hover {
	background: #030f23;
}

.form-contact .wpcf7-list-item {
    margin: 0;
}

.pagination {
	display: flex;
    justify-content: center;
    margin-top: 40px;
	gap: 5px;
}

.page-numbers {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #030f23;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 600;
}

.page-numbers.current {
	background: #0091d7;
}

.page-numbers:hover {
	background: #0091d7;
}

.pagination .nav-links {
	display: flex;
    flex-direction: row;
    gap: 5px;
}

.next.page-numbers {
	display: none;
}

.prev.page-numbers {
	display: none;
}

.burger-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.burger-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: 0.3s;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 1000;
    padding-top: 60px;
    overflow-y: auto;
}

.mobile-nav.active {
    right: 0;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list li {
    border-bottom: 1px solid #eee;
}

.mobile-menu-list a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #030f23;
    font-size: 18px;
}

.mobile-menu-list a:hover {
    background: #f5f5f5;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

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

.burger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-btn.active span:nth-child(2) {
    opacity: 0;
}

.burger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-menu {
        display: none;
    }









