/*
  Theme Name:   Hello Elementor Child
  Description:  Hello Elementor Child Theme
  Author:       Owl Team
  Author URI:   https://masterweb.world
  Template:     hello-elementor
  Version:      1.0.0
  Text Domain:  hello-elementor
  Tags:         flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
	font-family: Montserrat, Arial, sans-serif;
}

a.Ecmain-button {
	cursor: pointer;
	align-items: center;
    background-color: #e8e8e8;
	border: 3px solid #8F0000;
    color: #8f0000;
    display: inline-block;
    font-weight: 800;
    justify-content: center;
	box-sizing: border-box;
    padding: 22px 36px 23px;
	margin-bottom: 166px;
	transition: all .5s;
}

a.Ecmain-button:focus, a.Ecmain-button:hover {
    background-color: #8f0000;
	color: #e8e8e8;
}
.single-post .page-content {
	margin-bottom: 90px;
}

.single-post .page-content p {
	font-size: 16px;
	font-family: "Montserrat", Sans-serif;
}

@media (max-width: 767px) {
	a.Ecmain-button {
		text-align: center;
		width: 100%;
	}
}

main#content {
	margin-top: 97px;
}

/* Первый блок главная начало */

.Ecmainfirstblock-outer-desktop {
	padding: 119px 20px 0;
	margin-top: -32px;
}

.Ecmainfirstblock-inner {
	margin: 0 auto;
	max-width: 1200px;
	width: auto;
}

.main-about {
	margin-right: 4.78rem;
    padding-top: 139px;
    width: 50.68rem;
}

.Ecmainfirstblock-title h1 {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.Ecmainfirstblock-text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 56px;
}

@media (max-width: 1024px) {
	.main-about {
		padding: 139px 20px 0;
		margin: 0;
		width: 75%;
	}
	.Ecmainfirstblock-title h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
	.main-about {
		padding: 74px 20px 0;
		width: 100%;
	}
	.Ecmainfirstblock-title h1 {
        font-size: 2.63rem;
    }
}

/* Первый блок главная конец */

/* Второй блок главная начало */

.Ecmainsecondblock-title {
	color: #3d3535;
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
	margin-bottom: 40px;
}

.archivecourses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.archivecourses .cards {
    background-color: #e9e9e9;
    overflow: hidden;
}

.cards {
    flex-basis: 31.8%;
    margin-bottom: 30px;
}

.level__card {
    position: relative;
}

.level__description {
    color: #000;
    height: 284px;
    position: relative;
}

.archivecourses .cards .level__mask {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 160px;
    transition: .5s;
    z-index: 1;
}

.archivecourses .cards:hover .level__mask {
    top: -20px;
    transition: .5s;
}

.archivecourses .cards .level__mask .mask_content {
    padding: 35px 15px 14px 23px;
}

.level__description-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.level__description-text {
    font-size: 1rem;
    margin-bottom: 17px;
}

.level__description-blocks {
    align-items: center;
    display: flex;
    margin-bottom: 9px;
    padding-top: 12px;
}

.archivecourses .cards .level__mask .level__description-info {
    opacity: 0;
    transition: .5s;
}

.archivecourses .cards:hover .level__mask .level__description-info {
    opacity: 1;
    padding-bottom: 0;
}

.archivecourses .cards .level__mask .level__description-info span {
    display: block;
    margin-right: 20px;
}

.archivecourses .cards .desc_info {
    display: block;
    font-size: .875rem;
    line-height: 1.35rem;
}

.archivecourses .cards .level__mask .level__description-info .level__info-date, .archivecourses .cards .level__mask .level__description-info .level__info-price {
    font-weight: 600;
}

/* .level__mask a {
	cursor: pointer;
	align-items: center;
    background-color: #fff;
    border: none;
    color: #8f0000;
	transition: all .5s;
}

.level__mask a:focus, .level__mask a:hover {
    background-color: #8f0000;
	color: #fff;
} */

.level__mask a {
	color: #e8e8e8;
	display: flex;
    justify-content: center;
    margin-right: 6px;
    padding: 12px;
    text-decoration: none;
    width: 100%;
	background: #8f0000;
	font-weight: 800;
}

.level__mask a:hover, .level__mask a:focus {
    background-color: #e8e8e8;
	color: #8f0000;
	border: 2px solid #8f0000;
}

.level__mask a img {
	vertical-align: middle;
}

.archivecourses .cards .bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
}

.archivecourses .cards:hover .bg {
    filter: blur(5px);
    transition: .5s;
}

.Ecmainsecondblock-button-outer {
	text-align: center;
}

a.Ecmainsecondblock-button.Ecmain-button {
	border: 2px solid #8f0000;
	margin-bottom: 127px;
	padding: 20px 30px;
}

@media (max-width: 1024px) {
	.archivecourses .cards {
        flex-basis: 47.7%;
    }
}

@media (max-width: 767px) {
	.Ecmainsecondblock-title {
        font-size: 1.25rem;
    }
	.archivecourses {
        align-items: center;
        flex-direction: column;
    }
	.archivecourses .cards {
		height: 198px;
        width: 100%;
    }
}

/* Второй блок главная конец */

/* Третий блок главная начало */

.Ecmainthirdblock-outer {
	padding-top: 12.37rem;
	z-index: 1;
	position: relative;
}

.advantages__blocks {
    display: flex;
    justify-content: space-between;
    margin-top: -19.5rem;
}

.advantages__block {
    align-items: center;
    background-color: #FFCC00;
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 55px 0 62px;
    width: calc(25% - 23px);
}

.advantages__block-number {
    display: block;
    font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: -7px;
}

.advantages__block-text {
    display: inline-block;
    font-size: 1.12rem;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 7px;
}

@media (max-width: 1024px) {
	.advantages__blocks {
		display: grid;
		grid-template-columns: 50% 50%;
		gap: 20px;
	}
	.advantages__block {
		width: calc(100% - 15px);
	}
}

@media (max-width: 767px) {
	.advantages__block {
        margin-bottom: 1.25rem;
        padding: 23px 0;
    }
	.advantages__block-number {
        font-size: 2.5rem;
    }
}

/* Третий блок главная конец */

/* Четвёртый блок главная начало */

.Ecmainfourthblock-outer {
    background-color: #262349;
    padding: 7rem 20px 7.8rem;
	z-index: 0;
	position: relative;
	margin-top: -11.9rem;
}

.Ecmainfourthblock-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.Ecmainfourthblock-title {
	color: #fff;
    margin-bottom: 3.5rem;
    margin-top: 5.31rem;
	font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
}

.advantages__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages__card {
    margin-bottom: 2.93rem;
    width: 31.7%;
}

.advantages__icon {
    display: inline-block;
    margin-bottom: .87rem;
    padding: 21px;
    position: relative;
}

.advantages__icon:before {
    background-color: #161330;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
}

.advantages__card-img {
    height: 2.37rem;
    width: 2.37rem;
}

.advantages__text {
    color: #cecbf2;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 1024px) {
	.Ecmainfourthblock-outer {
		padding: 13rem 20px 7.8rem;
		margin-top: -14.9rem;
	}
}

@media (max-width: 767px) {
	.Ecmainfourthblock-title {
		font-size: 1.25rem;
		line-height: 25px;
        margin-bottom: 2rem;
        margin-top: 3rem;
	}
	.advantages__card {
		width: 100%;
		display: flex;
        gap: 10px;
	}
	.Ecmainfourthblock-outer {
		padding-bottom: 0;
	}
}

/* Четвёртый блок главная конец */

/* CF7 блок горизонтальный начало */

.Eccf7blockhorizontal-outer {
	background: #262349;
    margin-bottom: 106px;
    padding: 12px 59px 66px;
}

.reach__form-heading {
    color: #fff;
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 2.37rem;
    width: 57.12rem;
}

.reach__form-text {
    color: #fff;
    font-size: 1.12rem;
    margin-bottom: 39px;
}

.reach__inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.12rem;
    width: 100%;
	gap: 30px;
}

.reach__input {
    background: #fff;
    height: 70px;
    width: 31.4%;
}

.reach__input input[type=tel], .reach__input input[type=text] {
    height: 70px;
    padding: 1.33rem 3.8rem 1.62rem 1.56rem;
    width: 100%;
}

.reach__input-mail, .reach__input-phone {
    border: none;
}

.reach__inputs .wpcf7-submit {
    height: 70px;
    padding: 22.5px 110px 26.5px 110px;
    align-items: center;
    background-color: red;
    border: none;
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: center;
}

.reach__inputs .wpcf7-spinner {
	display: none;
}

.Eccf7blockhorizontal-outer .wpcf7-response-output {
	color: #fff;
}

.reach__inputs .wpcf7-submit:hover, .reach__inputs .wpcf7-submit:focus  {
	background-color: #ff3d00;
}

@media (max-width: 1024px) {
	.Eccf7blockhorizontal-outer {
		padding: 15px;
	}
	.reach__form-heading {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.reach__form-heading {
		font-size: 1.125rem;
		margin-top: 0;
	}
	.reach__form-text {
		font-size: .875rem;
	}
	.Eccf7blockhorizontal-outer {
		margin-bottom: 40px;
	}
	.reach__inputs {
		flex-direction: column;
	}
	.reach__input {
		width: 100%;
	}
}

/* CF7 блок горизонтальный конец */

/* Контакты начало */

.contacts__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts__details {
    width: 30%;
}

.Eccontacts-title h2 {
	color: #3d3535;
    font-family: Montserrat;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
	margin-bottom: 40px;
}

.contacts__details-content {
    color: #181818;
    display: block;
    margin-bottom: 4px;
}

.contacts__details-phones {
    margin-bottom: 14px;
    margin-top: 19px;
}

.contacts__details--phone {
    color: #181818;
    display: block;
    text-decoration: none!important;
	font-family: Montserrat, Arial, sans-serif;
}

.contacts__details-mail {
    color: #181818;
    display: block;
    margin-bottom: 53px;
    margin-top: 22px;
}

.contacts__wrapper .map {
    filter: grayscale(.8);
    width: 57.5%;
}

ul.hfe-breadcrumbs li a {
	text-decoration: none!important;
}

@media (max-width: 767px) {
	.contacts__wrapper {
		flex-direction: column;
	}
	.contacts__details, .contacts__wrapper .map {
		width: 100%;
	}
	ul.hfe-breadcrumbs {
		display: flex;
    	align-items: center;
	}
	.Eccontacts-title h2 {
		font-size: 1.25rem;
		margin: 0 0 15px;
	}
	.contacts__details-mail {
		margin-bottom: 30px;
	}
}

/* Контакты конец */

/* Футер начало */

.Ecfooter-outer.footer {
	background: #161330;
	padding: 0 20px;
}

.Ecfooter-inner .footer_wrapper_full {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer_wrapper, .footer .footer_blocks {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    padding-top: 17px;
	max-width: 1200px;
    margin: auto;
	width: 100%;
}

.footer .footer_wrapper {
	align-items: center;
}

.footer .footer_blocks {
	align-items: flex-start;
}

.footer .footer_wrapper .footer_logo {
    width: 110px;
}

.footer .footer_wrapper .footer_contacts {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 11px;
}

.footer .footer_wrapper .footer_contacts .footer-mail {
    color: red;
    font-size: .875rem;
    font-weight: 500;
    margin-right: 88px;
    text-decoration: none;
}

.footer .footer_wrapper .footer_contacts .footer_phones {
    display: flex;
    flex-direction: column;
	align-items: flex-end;
}

.footer .footer_wrapper .footer_contacts .footer_phones .footer-phone {
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

a.Ecfooter-button.Ecmain-button {
	margin-bottom: 0;
	margin-right: 91px;
}

.footer a.caption_link h3, .block-socials h3, a.price_link h3 {
    color: #f5f4fe;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 26px;
    text-transform: uppercase;
	font-style: normal;
}

.footer .footer_blocks {
    display: flex;
    padding-bottom: 60px;
    padding-top: 53px;
}

.footer .footer_blocks .footer_chunk {
    margin-right: 96px;
}

.footer .footer_blocks .footer_block .levels {
    column-count: 2;
    padding: 0;
}

.footer li {
	list-style: none;
}

.footer .footer_blocks .footer_block .levels .level_list-item:nth-child(1n+1), .footer .footer_wrapper .club_list .club_list-item .club_link {
    margin-bottom: 4px;
}

.footer .footer_blocks .footer_block .levels .level_list-item .level_link, .footer .club_list .club_list-item .club_link {
    color: #c1c1c7;
    font-size: .81rem;
    text-decoration: none;
}

.footer .club_list, .footer .price_list {
    padding: 0;
}

.footer .list-social {
    display: flex;
    padding: 0;
	gap: 14.8px;
}

.footer .policy {
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
}

.footer .policy .policy_link, .footer .policy .policy_text {
    color: #908f97;
    font-size: .75rem;
    text-decoration: none;
}

@media (max-width: 1024px) {
	a.Ecfooter-button.Ecmain-button {
		display: none;
	}
	.footer .footer_blocks {
		display: grid;
		grid-template-columns: calc(70% - 30px) calc(30% - 30px);
		row-gap: 40px;
        column-gap: 60px;
		padding-bottom: 30px;
		padding-top: 40px;
	}
	.footer .footer_blocks .footer_chunk {
		margin-right: 0;
	}
	.footer .policy {
		padding-top: 5px;
	}
}

@media (max-width: 767px) {
	.footer .footer_blocks .footer_chunk {
		display: none;
	}
	.footer .footer_blocks {
		display: flex;
	}
	.block-socials {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.footer_contacts {
		width: 50%;
	}
	.footer .footer_wrapper .footer_contacts {
		flex-direction: column-reverse;
		align-items: flex-end;
		width: 80%;
	}
	.footer .footer_wrapper .footer_contacts .footer-mail {
		margin: 0;
	}
}

/* Футер конец */

/* Всплывающа форма начало */

.popup_wrapper {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.popup_wrapper.hidden {
	display: none;
}

.popup_wrapper .popup {
    background-color: #29254b;
    color: #fff;
    padding: 50px;
    position: relative;
    width: 990px;
}

.popup_wrapper .popup .close_btn {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 22px;
    top: 22px;
}

.popup_wrapper .popup h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.0625rem;
    margin-bottom: 21px;
}

.popup_wrapper .popup .description {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 39px;
}

.popup_wrapper .popup form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 18px;
}

.popup_wrapper .popup form .label {
    margin-bottom: 28px;
    width: calc(50% - 15px);
}

#popupForm .__select {
    padding: 21px;
}

.popup_wrapper .popup input[type=tel], .popup_wrapper .popup input[type=text], .popup_wrapper .popup input[type=url], .popup_wrapper .popup select {
	color: #7e7e7e;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 23px;
    width: 100%;
}

.wpcf7-spinner {
	display: none;
}

.popup_wrapper .popup [type=submit], label.select {
	width: calc(50% - 15px);
}

.popup_wrapper .popup [type=submit] {
    cursor: pointer;
    align-items: center;
    background-color: #e8e8e8;
    border: 3px solid #8F0000;
    color: #8f0000;
    display: inline-block;
    font-weight: 800;
    justify-content: center;
    box-sizing: border-box;
    transition: all .5s;
}

.popup_wrapper .popup [type=submit]:focus, .popup_wrapper .popup [type=submit]:hover {
    background-color: #8f0000;
    color: #e8e8e8;
}

.popup_wrapper .popup .form_policy, .popup_wrapper .popup .form_policy a, .popup_wrapper .popup .form_policy a:hover {
    color: #a29fbf;
    font-size: .875rem;
}

.popupPolicy {
	flex-direction: column;
}

.popupPolicy .popup {
    max-height: 90vh;
    overflow-y: scroll;
	
}

.popupPolicy {
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  ::-webkit-scrollbar-button {
    background-color: #444;
    display: none;
  }

  ::-webkit-scrollbar-track {
    background-color: #444;
  }

  ::-webkit-scrollbar-track-piece {
    background-color: #666;
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #444;
    border-radius: 3px;
  }

  ::-webkit-scrollbar-corner {
    background-color: #999;
  }

  ::-webkit-resizer {
    background-color: #666;
  }
}

.form_policy a {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.popupPolicy .popup {
		max-width: 990px;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.popup_wrapper .popup form .label, .popup_wrapper .popup [type=submit], label.select {
		width: 100%;
		margin-bottom: 15px;
	}
	.popup_wrapper .popup [type=submit] {
		padding: 18px;
		margin-bottom: 0;
	}
}

/* Всплывающа форма конец */

/* Шапка начало */

.Echeader-outer.header {
	max-width: 100%;
	margin: 0 auto -65px;
	padding: 16px 20px 16px;
	display: flex;
	background-color: #161330;
    background-image: url(img/menu-bg.png);
}


.home .Echeader-outer.header {
	background: transparent;
	background-image: none;
}

.blocks-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
	width: 100%;
	max-width: 1200px;
    margin: auto;
}

.menu {
    margin-top: 12px;
	display: flex;
}

nav.menu .owl-has-submenu {
	background: url(img/menu-arrow-down-white.svg) right 13px no-repeat;
	padding-right: 4px;
}

nav.menu .owl-menu-item-container > a {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 0.87rem;
	letter-spacing: unset;
    font-weight: 400;
    text-transform: unset;
}

nav.menu .header-menu-link {
	color: #fff;
}

nav.menu .header-menu-link:hover, nav.menu .owl-has-submenu:hover > .header-menu-link {
    color: red;
	transition: .5s;
}

nav.menu .owl-submenu-container {
    font-family: Montserrat, Arial, sans-serif;
    color: #464646;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 0;
    display: flex;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    position: absolute;
	background: #fff;
}

nav.menu .owl-has-submenu:hover > .owl-submenu-container {
	transition: .5s;
	visibility: visible;
	opacity: 1;
	padding: 0;
}

nav.menu .submenu-link {
    color: #464646;
	padding: 20px 15px;
	margin-bottom: 0;
}

nav.menu .submenu-link:hover {
    color: #2e9bea;
	transition: .5s;
}

.header_phones {
	align-items: flex-end;
    display: flex;
    flex-direction: column;
}

.menu__contacts-phone {
    color: #fff;
    display: block;
    font-size: 1.31rem;
    font-weight: 600;
    text-decoration: none;
}

.menu__contacts-phone:hover {
	color: #2e9bea;
}

.blocks-menu .mobileMenuBtn {
    align-items: center;
    background-color: transparent;
    border: none;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 25px;
}

.mobileMenu, .mobileMenuBtn {
    display: none;
}

.blocks-menu .mobileMenuBtn {
    align-items: center;
    background-color: transparent;
    border: none;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 25px;
}

.blocks-menu .mobileMenu.active {
    background-color: rgba(77, 39, 39, 0);
    bottom: 0;
    display: flex;
    left: 100%;
    padding-left: 250px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .4s;
    transition: .7s;
    z-index: 25;
}

.blocks-menu .mobileMenu .mobileMenuWrapper {
    position: sticky;
    width: 100%;
}

.blocks-menu .mobileMenu .mobileMenuWrapper .mobileMenuStickWrap {
    background-color: #fff;
    min-height: 100vh;
}

.blocks-menu .mobileMenu .mobileMenuWrapper .mobileMenuHeader {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.mobileMenuHeader {
    border-bottom: 1px solid #f0f0f0;
    padding: 7px 25px 12px;
    position: relative;
}

.mobileMenuHeader .closeMobileMenu {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 7px;
}

.blocks-menu .mobileMenu .mobileMenuWrapper .mobileMenuFooter {
    padding: 25px;
}

.blocks-menu .mobileMenu .mobileMenuWrapper .mobileMenuFooter .mobileContacts {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

@media (max-width: 1024px) {
	.menu {
        display: none;
    }
    div .blocks-menu .mobileMenuBtn {
        display: flex;
    }
	.blocks-menu .mobileMenuBtn span {
		background-color: #fff;
		display: block;
		height: 1px;
		margin-bottom: 6px;
		width: 100%;
	}
	.blocks-menu .mobileMenu {
	  z-index: 25;
	  position: fixed;
	  display: block;
	  top: 0;
	  right: 0;
	  left: 100%;
	  bottom: 0;
	  padding-left: 250px;
	  background-color: rgba(77, 39, 39, 0);
	  transition: 0.4s;

	  &.active {
		transition: 0.4s;
		background-color: rgba(0, 0, 0, 0.6);
	  }

	  display: flex;

	  .mobileMenuWrapper {
		width: 100%;
		position: sticky;

		.mobileMenuStickWrap {
		  background-color: #fff;
		  min-height: 100vh;
		}

		.mobileMenuHeader {
		  display: flex;
		  justify-content: space-between;
		  align-items: center;
		}

		.mobileMenuFooter {
		  padding: 25px;

		  .mobileContacts {
			margin-bottom: 22px;
			display: flex;
			flex-direction: column;
			align-items: flex-start;

		  }

		  .email-link {
			color: #FF0000;
			font-size: 0.875rem;
			text-decoration: underline;
			margin-bottom: 11px;
		  }

		  .phone-link,
		  .whatsapp-link {
			color: #181818;
			font-size: 1rem;
			font-weight: 500;
			text-decoration: none;
			margin-bottom: 11px;
			position: relative;
		  }

		  .whatsapp-link::after {
			display: block;
			content: "";
			width: 15px;
			height: 15px;
			background-image: url(../img/whatsapp.svg);
			background-position: center;
			background-repeat: no-repeat;
			position: absolute;
			right: -22px;
			top: 3px;
			background-size: contain;
		  }

		}
	  }

	  transition: 0.7s;

	  &.active {
		left: -200px;
		transition: 0.7s;
	  }
	}
	.Echeader-button.Ecmain-button {
		margin-bottom: 0;
	}
	.mobileMenu .list-social {
		border-top: 1px solid #f0f0f0;
		display: flex;
		padding: 25px;
		list-style-type: none;
	}
	.mobileMenu .social_link {
		list-style-type: none;
		margin-right: 14px;
	}
	.owl-menu-mobile .owl-menu-item-container {
		border-bottom: 1px solid #f0f0f0;
		color: #181818;
		font-size: .875rem;
		font-weight: 600;
		margin-left: 0;
		padding: 25px;
		text-transform: uppercase;
	}
	.owl-menu-mobile .owl-has-submenu {
		background-position: right 30px;
        margin-right: 25px;
	}
	.owl-menu-mobile .owl-has-submenu .owl-submenu-container {
		margin-top: 15px;
	}
	.owl-menu-mobile .owl-has-submenu.active .owl-submenu-container {
		display: block;
	}
	.owl-menu-mobile .owl-has-submenu .owl-submenu-container .submenu-link {
		font-size: .8rem;
		font-weight: 400;
		text-transform: none;
		display: block;
	}
}

@media (max-width: 767px) {
	.menu__contacts {
        display: none;
    }
    div .blocks-menu .mobileMenuBtn {
        display: flex;
    }
	.blocks-menu .mobileMenuBtn span {
		background-color: #fff;
		display: block;
		height: 1px;
		margin-bottom: 6px;
		width: 100%;
	}
	.menu__blocks-logo {
		width: 3rem;
	}
}

/* Шапка конец */

/* Уровни спойлер начало */

.Eclevelsspoiler-title {
	font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 35px;
}

.levels-spoiler .card:nth-child(1n+1) {
    margin-bottom: 20px;
}

.levels-spoiler .card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
	padding: 19px 25px;
}

.levels-spoiler .card header {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.levels-spoiler .card header h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.levels-spoiler .card .card_body {
    display: none;
}

.levels-spoiler .card p {
    margin-bottom: 29px;
}

.levels-spoiler .card .sign {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.levels-spoiler .card .sign .info {
    display: flex;
    justify-content: space-between;
}

.levels-spoiler .card .sign .info .sign-info {
    color: #3d3535;
    margin-right: 42px;
}

.levels-spoiler .card .sign .info .sign-info .text:nth-child(1n+1), .levels-spoiler .card .sign .info .sign-details .number:nth-child(1n+1) {
    display: block;
    margin-bottom: 4px;
}

.levels-spoiler .card .sign .info .sign-info .text {
    font-weight: 600;
}

.levels-spoiler .card .sign .info .sign-details {
    font-weight: 400;
}

.levels-spoiler .card .sign .info {
    display: flex;
    justify-content: space-between;
}

.mobile_view {
    display: none !important;
}

.levels-spoiler .card a.Eclevelsspoiler_btn {
	cursor: pointer;
    align-items: center;
    background-color: #e8e8e8;
    border: 3px solid #8F0000;
    color: #8f0000;
    display: inline-block;
    justify-content: center;
    box-sizing: border-box;
	font-weight: 800;
    padding: 22.5px 34px 26.5px 33px;
    text-decoration: none;
    width: 254px;
    transition: all .5s;
	text-align: center;
}

.levels-spoiler .card a.Eclevelsspoiler_btn:focus, .levels-spoiler .card a.Eclevelsspoiler_btn:hover {
    background-color: #8f0000;
    color: #e8e8e8;
}

.levels-spoiler .card.active h3 {
    color: #2e9bea;
}

.levels-spoiler .card.active svg {
    transform: rotate(180deg);
}

.levels-spoiler .card.active .down-arrow {
	fill: #2e9bea;
}
.levels-spoiler .card.active .card_body {
    display: block;
}

@media (max-width: 1024px ) {
	.Eclevelsbutton-inner .sign {
		flex-direction: column;
	}
}

@media (max-width: 767px ) {
	.levels-spoiler .card h3 {
		width: 90%;
	}
}

/* Уровни спойлер конец */

/* Уровни кнопка начало */

.Eclevelsbutton-inner .sign {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.Eclevelsbutton-inner .sign a.Eclevelsbutton-btn.Ecmain-button {
	margin-bottom: 0;
	text-decoration: none!important;
}

.sign .info {
	display: flex;
}

.sign .info .sign-info {
	color: #3d3535;
    margin-right: 42px;
}

.sign .info .sign-info .text{
	display: block;
    font-weight: 600;
    margin-bottom: 7px;
}

.sign .info .sign-details {
	font-weight: 400;
}

.sign .info .sign-details .number {
	display: block;
    margin-bottom: 7px;
}

@media (max-width: 1024px ) {
	.Eclevelsbutton-inner .sign {
		flex-direction: column;
	}
	.Eclevelsbutton-inner .sign a.Eclevelsbutton-btn.Ecmain-button {
		width: 100%;
		font-size: .875rem;
		margin-bottom: 20px;
		text-align: center;
	}
	.Eclevelsbutton-inner .sign {
		margin-bottom: 20px;
	}
}

/* Уровни кнопка конец */

/* Уровни объявление начало */

.study-programms {
	align-items: center;
    background: #29254b;
    display: flex;
    margin-bottom: 100px;
    padding: 15px;
	justify-content: space-around;
}

.study-programms .info-details p.detail:last-child {
	margin-bottom: 0;
}

.study-programms .info-details {
    margin-right: 60px;
    width: 50%;
}

.study-programms .info-details p {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 23px;
}

a.Ecadvert-button.Ecmain-button {
	padding: 22px 18px 23px;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.study-programms {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.study-programms .info-details {
		margin-right: 0;
		margin-bottom: 15px;
		width: auto;
	}
	a.Ecadvert-button.Ecmain-button {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.study-programms {
		flex-direction: column;
		margin-bottom: 50px;
	}
	a.Ecadvert-button.Ecmain-button {
		font-size: .75rem;
	}
}

/* Уровни объявление конец */

/* Уровни сайдбар начало */

.sidebar_menu ul {
    padding: 0;
}

.sidebar_menu ul li a {
    border: 1px solid #ebebeb;
    border-bottom: none;
    color: #29282f;
    display: block;
    font-size: .75rem;
    font-weight: 600;
    padding: 22px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar_menu ul li:last-child a {
    border-bottom: 1px solid #ebebeb;
}

.sidebar_menu ul li a:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.sidebar_menu ul li a.active:before, .sidebar_menu ul li a:hover:before, .sidebar_menu ul.owl-current-item a:before {
    background-color: #2e9bea;
}

.sidebar_menu ul li {
    list-style-type: none;
}

.Eccf7sidebar-outer {
	background: #29254b;
    color: #fff;
    margin-bottom: 11px;
    padding: 22px 15px;
    position: relative;
}

.sidebar-form-title h4 {
	font-size: 1.125rem;
    font-weight: 700;
}

.Eccf7sidebar-outer .form-description {
    color: #a29fbf;
    font-size: .75rem;
    margin-bottom: 20px;
}

.Eccf7sidebar-outer .reach__input {
	width: 100%;
}

.Eccf7sidebar-outer .reach__inputs {
	flex-direction: column;
	gap: 20px;
}

.Eccf7sidebar-outer .reach__inputs .wpcf7-submit {
	padding: 22.5px;
}

@media (max-width: 768px) {
	.Eclevelsinpagemobilemenu-outer {
		margin-bottom: 20px;
	}
	.Eclevelsinpagemobilemenu-outer .current-title {
		text-transform: uppercase;
	}
    .mobile-menu-trigger {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background: #fff;
        border: 1px solid #ebebeb;
        cursor: pointer;
    }
    
    .Eclevelsinpagemobilemenu-inner .sidebar_menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }
    
    .Eclevelsinpagemobilemenu-inner .sidebar_menu.active {
        max-height: 500px;
    }
    
    .Eclevelsinpagemobilemenu-inner .owl-current-item > a {
        background: #f5f5f5;
        font-weight: 700;
    }
    
    .hamburger::after {
        content: "▼";
        font-size: 12px;
        transition: transform 0.3s;
    }
    
    .mobile-menu-trigger.active .hamburger::after {
        transform: rotate(180deg);
    }
}

/* Уровни сайдбар конец */

/* Разговорный клуб начало */

.Ecgrid-inner .causes {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
	color: #000;
	font-family: Montserrat, Arial, sans-serif;
}

.Ecgrid-inner .causes .causes-item:first-child, .Ecgrid-inner .causes .causes-item:nth-child(2) {
    border-bottom: none;
}

.Ecgrid-inner .causes .causes-item:nth-child(2n) {
    border-left: none;
}

.Ecgrid-inner .causes .causes-item {
    border: 1px solid #ececec;
    padding: 15px;
    width: 50%;
}

.Ecgrid-inner .causes .causes-item .number {
    color: red;
    display: block;
    font-weight: 600;
    margin-bottom: 13px;
}

.Ecgrid-inner .causes .causes-item h3 {
    font-size: 1rem;
    font-weight: 600;
    height: 53px;
    line-height: 25.5px;
    margin-bottom: 10px;
}

.Ecbutton-button.Ecmain-button {
	text-decoration: none;
	margin-bottom: 60px;
}

@media (max-width: 1024px) {
	.Ecgrid-inner .causes {
		flex-direction: column;
	}
	.Ecgrid-inner .causes .causes-item {
		width: 100%;
	}
	.Ecbutton-button.Ecmain-button {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.Ecbutton-button.Ecmain-button {
		width: 100%;
		text-align: center;
	}
}

/* Разговорный клуб конец */

/* Страница Стоимость начало */

.level_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.level_wrapper .card {
    border: 1px solid #ececec;
    margin-right: 30px;
    padding: 23px 30px;
    width: 30%;
	margin-bottom: 36px;
}

.level_wrapper .card h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 7px;
}

.level_wrapper .card .subtitle {
    color: #181818;
    font-size: .875rem;
    font-weight: 500;
}

.level_wrapper .card .num {
    color: #2e9bea;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 59px;
    margin-right: 7px;
}

.level_wrapper .card .details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
}

.Ecmain-button.Eccost-btn {
	margin-bottom: 0;
	text-decoration: none!important;
}

.level_wrapper .card .details .info .text, .level_wrapper .card .details .number {
    display: block;
    margin-bottom: 7px;
}

@media (max-width: 1024px) {
	.level_wrapper .card {
		margin-right: 0;
		width: 49%;
	}
	.levels-spoiler .card .sign {
		flex-direction: column;
	}
	.levels-spoiler .card a.Eclevelsspoiler_btn {
		width: 100%;
	}
	.info {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.level_wrapper .card {
		width: 100%;
	}
	.Ecmain-button.Eccost-btn {
		width: 100%;
		text-align: center;
	}
	.level_wrapper {
		margin-bottom: 0;
	}
}

/* Страница Стоимость конец */

/* Страница Контакты начало */

.page-contacts p a, .page-contacts a.Eccontacts-mail-link {
	color: #8F0000;
}

.Eccontacts-button.Ecmain-button {
	margin-bottom: 0;
	text-decoration: none;
}

form .inputs.contacts-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 30px;
	row-gap: 0;
}

form .inputs.contacts-inputs label.input, form .inputs.contacts-inputs label.select {
    background-color: #fff;
    border: none;
    height: 70px;
    margin-bottom: 18px;
    width: 31.4%;
}

.inputs.contacts-inputs .input input, form .inputs select.__select {
    padding: 23px 26px;
}

.inputs.contacts-inputs .wpcf7-submit {
    height: 70px;
    padding: 22.5px 110px 26.5px 110px;
    align-items: center;
    background-color: red;
    border: none;
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: center;
	width: 31.4%;
}

.inputs.contacts-inputs .wpcf7-spinner {
	display: none;
}

.inputs.contacts-inputs .wpcf7-submit:hover, .reach__inputs .wpcf7-submit:focus  {
	background-color: #ff3d00;
}

.inputs.contacts-inputs .form_policy {
	width: calc(100% - 31.4% - 30px);
	align-self: center;
    color: #a29fbf;
    font-size: .87rem;
}

.inputs.contacts-inputs .form_policy a {
    color: #a29fbf;
}

@media (max-width: 1024px) {
	form .inputs.contacts-inputs {
		flex-direction: column;
	}
	form .inputs.contacts-inputs label.input, form .inputs.contacts-inputs label.select, .inputs.contacts-inputs .wpcf7-submit, .inputs.contacts-inputs .form_policy {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.Eccontacts-button.Ecmain-button {
		margin-bottom: 30px;
	}
}

/* Страница Контакты конец */