.programme-title {
    font-weight: 700;
    font-size: 2.8125rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 11px;
}

.programme-cost {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #fff;
    padding: 6px 2%;
    background: var(--accent-blue);
    width: fit-content;
    border-radius: 6px;
}

.sect-programme {
    padding: 4em 0 3em 0;
    height: 50vh;
    background: url('../themes/demo/assets/images/hero-blue-other.svg') no-repeat center;
    background-size: cover;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}



/* Новый блок ниже header */

.programme-details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
}

.programme-details-item {
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.programme-details-item-image-container {
    position: relative;
    margin-bottom: 16px;
    transform: none;
}

.programme-details-item-image-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -60%);
    background: #4D7AE23D;
    width: 46px;
    height: 46px;
    border-radius: 10px;
}

.programme-details-item-caption {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    color: #535353;
    margin-bottom: 8px;
}

.programme-details-item-text {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #151515;
}

.sect-details {
    margin-top: 35px;
}

@media (max-width: 1024px) {
    .programme-details {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .programme-details-item {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .programme-details {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .programme-details-item {
        flex: 0 1 calc(50% - 12px);
        max-width: calc(50% - 12px);
    }

    .programme-details-item:nth-child(5) {
        flex: 0 1 100%;
        max-width: 100%;
    }
}


.sect-about .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-content {
    width: 45%;
}

.about-image {
    width: 46%;
    height: 25em;
    object-fit: cover;
    border-radius: 15px;
}

.about-title {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 32px;
}

.about-text {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #535353;
}

/* New */
.about-content-inner {
    border-radius: 15px;
}



/* Old proffessions-list */
/* .proffessions-list {
    display: flex;
    justify-content: space-between;
}

.proffessions-list-item {
    height: 30em;
    display: flex;
    align-items: end;
    width: 31%;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-in;
}

.proffessions-list-item:hover .proffessions-list-item-filter {
    backdrop-filter: blur(17.200000762939453px)
}

.proffessions-list-item:hover {
    transform: scale(1.07);
}

.proffessions-list-item:hover .proffessions-list-item-hover-container {
    opacity: 1;
}

.proffessions-list-item:hover .proffessions-list-item-container {
	opacity: 0;
}

.proffessions-list-item-hover-container {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .2s ease-in;
}

.proffessions-list-item-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000004D;
    transition: all .2s ease-in;
}

.proffessions-list-item-container {
    position: relative;
    margin: 0 3% 2em 6%;
    transition: all .2s ease-in;
}

.proffessions-list-item-salary {
    font-weight: 400;
    font-size: 1.4375rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 18px;
}

.proffessions-list-item-title {
    font-weight: 700;
    font-size: 1.4375rem;
    line-height: 1.2;
    color: white;
} */



/* New proffessions-list */
.proffessions-list {
    display: flex;
    justify-content: space-between;
}

.proffessions-list-item {
    height: 30em;
    display: flex;
    align-items: end;
    width: 32%;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition: none;
    background-size: cover;
    background-position: center;
    position: relative;
}

.proffessions-list-item-salary {
	opacity: 0;
	transition: .5s;
	position: relative;
	top: -20px;
}

.proffessions-list-item:hover {
    transform: none;
}

.proffessions-list-item:hover .proffessions-list-item-salary {
	opacity: 1;
	top: 0;
}

.proffessions-list-item:hover .proffessions-list-item-image img {
	transform: scale(1.1);
}

.proffessions-list-item:hover .proffessions-list-item-filter {
	backdrop-filter: blur(17.200000762939453px);
}

.proffessions-list-item-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.proffessions-list-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}



.proffessions-list-item-container {
    position: absolute;
    bottom: 2em;
    left: 6%;
    margin: 0;
    opacity: 1;
    transition: none;
}

.proffessions-list-item-hover-container {
    display: none;
}

.proffessions-list-item-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000004D;
    transition: none;
    transition: .5s;
}

.proffessions-list-item-salary {
    font-weight: 400;
    font-size: 1.4375rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 18px;
}

.proffessions-list-item-title {
    font-weight: 700;
    font-size: 1.4375rem;
    line-height: 1.2;
    color: white;
}

.swiper-button-prev {
    margin-left: 1rem;
}

.swiper-button-next {
    margin-right: 1rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1.25rem;
    padding: 10px 15px;
    border-radius: 50%;
    background: var(--accent-blue);
    color: white;
}

.swiper-pagination-bullet {
    width: 2em;
    height: 3px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: var(--accent-blue);
    width: 4em;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.edu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.edu-list-item {
    height: 20em;
    width: 49.2%;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 20px;
    background: #F6F6F6;
    margin-bottom: 20px;
}

.edu-list-item:first-child {
    background: url('../themes/demo/assets/images/bg_dark.jpg') no-repeat center;
    background-size: cover;
}

.edu-list-item:last-child {
    background: url('../themes/demo/assets/images/stats_bg.jpg') no-repeat center;
    background-size: 140% 140%;
}

.edu-list-item:first-child .edu-list-item-title,
.edu-list-item:first-child .edu-list-item-text {
    color: white;
}

.edu-list-item:last-child .edu-list-item-text,
.edu-list-item:last-child .edu-list-item-title {
	color: #151515;
}

.edu-list-item-container {
    padding: 0 2em;
    max-width: 65%;
}

.edu-list-item-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.edu-list-item-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 29px;
}

.edu-list-item-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #505D68;
}

.accordion-button {
    font-weight: 600;
    font-size: 1.4375rem;
    line-height: 1.2;
    color: #151515;
    padding: 25px 0;
    margin: 0 2%;
    max-width: 95%;
    border: none;
    background: #f6f6f6 !important;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in;
}

.accordion-header {
    transition: all .2s ease-in;
}

.accordion-item {
    overflow: hidden;
    border-radius: 20px !important;
    border: none;
    background: #F6F6F6 !important;
    margin-bottom: 15px;
}

.accordion-body {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
    color: #535353;
    padding: 20px 0;
    margin: 0 2%;
}

.accordion-button:not(.collapsed) {
    outline: none !important;
    box-shadow: none;
    border-bottom-color: #C5C5C5;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none;
}

.accordion-button::after {
    content: '+';
    /* font-weight: 300; */
    color: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: var(--accent-blue);
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    background: transparent;
    transform: rotate(180deg);
    background: var(--accent-blue);
}

#eduForm_forms_flash {
	width: 100%
}

/* Old close btn */
/* .close {
	width: 20px;
	height: 25px;
	border: 1px solid;
	display: flex;
	justify-content: center;
	border-radius: 1rem;
} */


/* New close btn */
.alert .close {
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	position: relative;
}
.alert .close span {
	font-weight: bold;
	font-size: 20px;
}


.request-content {
    width: 60%;
    padding: 4em 5%;
}

.sect-request .container {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: url('../themes/demo/assets/images/background.png') no-repeat center;
    background-size: 150% 150%;
}

.request-title {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1.2;
    color: white;
    margin-bottom: 26px;
}

.request-subtitle {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: white;
    margin-bottom: 26px;
}

.request-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.request-form > :nth-child(3) {
	margin-right: auto;
}

.request-form-input {
    width: 48%;
    padding: 15px 16px;
    background: transparent;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin-bottom: 27px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    transition: all .2s ease-in;
}

.request-form-input:focus {
    /* border-color: var(--dark-blue); */
    outline: none;
}

.request-form-input::placeholder {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: white;
    opacity: 0.5;
}

.request-form-button {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--accent-blue);
    background: white;
    padding: 15.5px 0;
    width: 48%;
    border: none;
    border-radius: 8px;
    transition: all .2s ease-in;
}

.request-form-button:hover {
    background: var(--dark-blue);
    color: white;
}

.request-form-button:active {
    background: #151515;
    color: white;
}

.request-form-caption {
    width: 48%;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.3;
    color: white;
}

.request-background {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    object-fit: contain;
}



/* блок учителей */

/* .sect-teacher .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    margin: 0 15px;
    box-sizing: border-box;
}

.teacher-photo {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    background: #f4f4f4;
    margin-bottom: 15px;
    height: 350px;
}

.teacher-content {
    width: 100%;
    text-align: center;
}

.teacher-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 15px;
    color: var(--accent-blue);
}

.teacher-name {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 25px;
}

.teacher-text {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #535353;
}

.teachers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
}


@media (max-width: 768px) {
    .teachers-wrapper {
        justify-content: flex-start;
    }
    .sect-teacher .container {
        width: 100%;
        margin: 10px auto;
    }
    .teacher-name {
        font-size: 2rem;
    }
    .teacher-title {
        font-size: 1.25rem;
    }
    .teacher-text {
        font-size: 1rem;
    }
} */


/* No swiper block team */
/* .sect-team-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.team-card {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 250px;
    color: #fff;
}

.team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    z-index: 1;
}

.team-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 5px;
    position: relative;
    z-index: 2;
}

.team-card-text {
    max-width: 80%;
    height: 100%;
}

.team-card-name {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.team-card-specialization {
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--accent-blue);
    margin-bottom: 10px;
}

.team-card-description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #ddd;
}

.team-card-photo img {
    width: 140px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .sect-team-wrapper {
        grid-template-columns: 1fr;
    }

    .team-card-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .team-card-text {
        max-width: 100%;
    }

    .team-card-photo img {
        max-width: 120px;
        margin-top: 15px;
    }
} */


/* Swiper block team */
.sect-team-swiper {
    position: relative;
    width: 100%;
}

.sect-team-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.team-card {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 250px;
    color: #fff;
}

.team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    z-index: 1;
    backdrop-filter: blur(10px);
}

.team-card-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 5px;
    position: relative;
    z-index: 2;
}

.team-card-text {
    max-width: 80%;
    height: 100%;
}

.team-card-name {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.team-card-specialization {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--accent-blue);
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.team-card-description {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
    color: #ddd;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.team-card-photo img {
    width: 140px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    display: block;
    background: white;
}

.sect-team-swiper .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: stretch;
    height: auto !important;
    background: none !important;
    box-shadow: none;
}

.sect-team-swiper .swiper-slide > .team-card {
    width: 100%;
    max-width: 515px;
}

.sect-team-swiper .swiper-wrapper {
    padding: 0 !important;
    display: flex;
    align-items: stretch;
}

.sect-team-swiper .swiper-pagination {
    position: relative;
    bottom: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .team-card-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .team-card-text {
        max-width: 100%;
    }

    .team-card-photo img {
        max-width: 120px;
        margin-top: 15px;
    }
}




/* .swiper-benefits .swiper-button-prev,
.swiper-benefits .swiper-button-next {
    margin-left: 0;
    margin-right: 0;
}

.swiper-benefits .swiper-slide {
    display: flex;
    align-items: center;
    height: 50vh;
    border-radius: 20px;
}

.benefits-title {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1.3;
    color: white;
    margin-bottom: 15px;
}

.benefits-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
}

.benefits-container {
    padding: 0 3em;
    max-width: 50%;
} */

.steps-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.steps-list-item {
    width: 32%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.steps-list-item-icon {
    margin-bottom: 32px;
}

.steps-list-item-title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 11px;
}

.steps-list-item-text {
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.3;
    color: #505D68;
}

.steps-card {
    background: #fff;
    padding: 24px 16px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
}

.step-number {
    position: absolute;
    top: -16px;
    left: 16px;
    background: #4D7AE2;
    color: white;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .programme-details {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .programme-details-item {
        width: 31%;
        margin-bottom: 30px;
    }

    .edu-list-item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .sect-about .container {
        flex-direction: column;
    }

    .about-content {
        width: 100%;
        margin-bottom: 25px;
    }

    .about-image {
        width: 100%;
    }

    .proffessions-list {
        flex-direction: column;
    }

    .request-content {
        width: 80%;
        z-index: 2;
        position: relative;
    }

    .request-background {
        z-index: 1;
    }

    .request-form-input {
        background: var(--accent-blue);
    }

    .stats-block-image {
        height: 70%;
    }

    .request-form-input {
        width: 48%;
    }
    .proffessions-list-item {
        width: 90%;
        height: 20em;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        margin-left: 0;
        margin-right: 0;
    }

    .request-form-input {
        width: 48%;
    }

    .sect-teacher .container {
        flex-direction: column-reverse;
    }

    .teacher-content {
        width: 100%;
        margin-bottom: 25px;
    }

    .teacher-photo {
        width: 100%;
    }

    .benefits-container {
        max-width: 75%;
    }
}

@media (max-width: 675px) {
    .steps-list-item {
        width: 48%;
    }

    .programme-details-item {
        width: 48%;
    }
}

@media (max-width: 550px) {

    .benefits-container {
        max-width: 85%;
    }

    .edu-list-item-image {
        width: 25%;
    }
}

@media (max-width: 400px) {
    .benefits-container {
        max-width: 100%;
    }
}


.team-list-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.team-list-item-image-container {
    width: 100%;
    background: #F6F6F6;
    border-radius: 13px;
    height: 344px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}

.team-list-item-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    object-position: bottom;
    width: auto;
    height: auto;
}

.team-list-item-name {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #151515;
    margin-bottom: 10px;
}

.team-list-item-specialization {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--accent-blue);
    margin-bottom: 10px;
}

.team-list-item-description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: #535353;
}

.team-swiper.no-slider .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 50px;
    padding: 0;
}

.team-swiper.no-slider .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    justify-content: center;
}

.sect-team .swiper-button-prev {
	margin-left: 0.1rem;
}

.sect-team .swiper-button-next {
	margin-right: 0.1rem
}