* {
    box-sizing: border-box;
}
@font-face {
    font-display: swap;
    font-family: "Play";
    src: local("Play"), url("../fonts/play-v17-latin_cyrillic-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/Montserrat-Medium.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/Montserrat-Bold.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Furore";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/Furore.woff2") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/Inter-Regular.woff") format("woff2");
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/Inter-Bold.woff") format("woff2");
}
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Play", sans-serif;
  --third-family: "Furore", sans-serif;
}

body {
    /* font-family: 'NunitoSans', sans-serif;
    font-style: normal;
    color: #dcdcf0;
    margin: 0px;
    padding: 0px;
    background-color: #0A0A0A;
    background-image:
        url(/img/academy/body-bg-6.png);
    background-position:
        100% 100%;
    background-repeat: no-repeat; */
}

body.main-page {
    /* background-image:
        url(/img/academy/body-bg-1.png),
        url(/img/academy/body-bg-2.png),
        url(/img/academy/body-bg-3.png),
        url(/img/academy/body-bg-4.png),
        url(/img/academy/body-bg-5.png),
        url(/img/academy/body-bg-6.png);
    background-position:
        100% 0%,
        0% 10%,
        100% 49%,
        0% 51%,
        0% 82%,
        100% 100%;
    background-repeat: no-repeat, no-repeat; */
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background: #0f141e;
}

body::-webkit-scrollbar-thumb {
  background-color: #3f434b;
  border-radius: 20px;
}

a {
    color: #9B5FFF;
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
}

p {
    margin: 0px;
    padding: 0px;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}

.btn {
    /* padding: 8px 12px;
    background-color: #7D9FF6;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer; */
}

button.btn {
    border: 0px;
}

.title {
    font-family: 'Unbounded', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    text-align: left;
    color: #F0EFF4;
}

.text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0EFF4;
}

.tag {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #F0EFF4;
    padding: 8px 12px;
    background-color: #7D32FF;
    display: flex;
    width: fit-content;
    border-radius: 20px;
}

.hide {
    display: none !important;
}

.input-container {
    width: 100%;
    max-width: 100%;
}

.input-container.input-container-50 {
    max-width: calc(50% - 8px);
}

.input-container input,
.input-container select,
.input-container textarea {
    font-family: 'NunitoSans', sans-serif;
    width: 100%;
    border: 1px solid #F0EFF480;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #999999;
    padding: 12px 16px 12px 16px;
    outline: none;
    background-color: #1e2837;
}

.input-container input::placeholder,
.input-container select option,
.input-container textarea::placeholder {
    font-family: 'NunitoSans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.input-container select {
    padding: 12px 40px 12px 16px;
    background-image: url(/img/academy/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 22px 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-container select option {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #999999;
}

.input-container select option:hover {
    background-color: #283447;
}

.input-container textarea {
    resize: none;
    min-height: 96px;
}

header {
	margin-bottom: 64px;
}

.header-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 0px;
    gap: 32px;
}
.header_height {
    width: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    background: rgba(150, 0, 255, 0.1);
    backdrop-filter: blur(64px);
    z-index: 95;
}

.header-container-mobile {
    display: none;
}

.header__logo {
    display: flex;
    max-width: 253px;
    align-items: center;
}

.header__logo a {
    display: flex;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.header__nav-item {
    font-size: 16px;
		font-family: Montserrat, sans-serif;
}

.header__nav-item.active,
.header__nav-item:hover {    
    color: #c800c8;    
    transition: .5s;
}

.header__nav-btn {
    background-color: #ffffff00;
    width: 100%;
    max-width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 0px;
    padding: 0px;
    cursor: pointer;
}

.intro {
    padding: 120px 0px 168px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.intro__container {

}

.intro__text-container {
    width: 100%;
    max-width: 732px;
    position: relative;
    z-index: 2;
}

.intro__title {
    font-family: "Furore", sans-serif;
		font-weight: 400;
		font-size: 48px;
		line-height: 125%;
		letter-spacing: 0.05em;
		color: #b4c8ff;
		margin-bottom: 16px;
}

.intro__text {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 40px;
}

.intro__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 64px;
}

.intro__tag {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF4;
    border-right: 1px solid #F0EFF4;
    padding-right: 16px;
}

.intro__tag:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.intro__btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF4;
    padding: 16px 24px;
    background-color: #8276FF;
    display: flex;
    width: fit-content;
    border-radius: 12px;
    cursor: pointer;
}

.intro__btn-link {
    padding: 8px 16px;
    font-size: 18px;
    line-height: 130%;
}

.intro__img {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.section__program {
    padding: 0px 0px 200px;
}

.section__program .title {
    margin-bottom: 40px;
}

.filter__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.filter__tag {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #F0EFF4;
    padding: 8px 12px;
    background-color: #F0EFF41A;
    display: flex;
    width: fit-content;
    border-radius: 20px;
}

.filter__tag.active,
.filter__tag:hover {
    background-color: #7D32FF;
    cursor: pointer;
}

.program__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.program__card-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.program__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 464px;
    background-color: #1E2837;
    border-radius: 16px;
    overflow: hidden;
}

.program__card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.program__card-tag {
    margin-bottom: 24px;
}

.program__card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF4;
    margin-bottom: 8px;
    min-height: 96px;
}

.program__card-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin: auto 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.program__card-img {
    display: flex;
}

.program__card.first_card {
    max-width: 488px;
    background-color: #ffffff00;
    justify-content: flex-start;
}

.program__card.first_card .title {
    margin-bottom: 16px;
}

.section__prof_programs {
    padding: 0px 0px 200px;
}

.section__prof_programs-container {

}

.section__prof_programs .title {
    margin-bottom: 40px;
}

.prof_programs__cards.slick-slider {
    margin: 0 -12px;
}

.prof_programs__cards .slick-slide {
    padding: 0 12px;
}

.prof_programs__cards .slick-arrow {
    border: 0px;
    background-color: #ffffff00;
    font-size: 0px;
    line-height: 0px;
    outline: 0px;
    min-width: 32px;
    width: 32px;
    min-height: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    top: -72px;
}

.prof_programs__cards .slick-prev {
    background-image: url(/img/academy/arrow-left.svg);
    right: 40px;
}

.prof_programs__cards .slick-prev:hover {
    background-image: url(/img/academy/arrow-left-hover.svg);
}

.prof_programs__cards .slick-next {
    background-image: url(/img/academy/arrow-right.svg);
    right: 0px;
}

.prof_programs__cards .slick-next:hover {
    background-image: url(/img/academy/arrow-right-hover.svg);
}

.prof_programs__cards .slick-dots {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 8px;
    margin: 0 auto;
    width: fit-content;
    margin-top: 24px;
}

.prof_programs__cards .slick-dots li {
    min-width: 12px;
    width: 12px;
    min-height: 12px;
    height: 12px;
    display: flex;
}

.prof_programs__cards .slick-dots li button {
    border: 0px;
    background-color: #8276FF;
    font-size: 0px;
    line-height: 0px;
    outline: 0px;
    min-width: 12px;
    width: 12px;
    min-height: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.prof_programs__cards .slick-dots li.slick-active button {
    opacity: 1;
}

.prof_programs__card {
    width: 100%;
    max-width: 464px;
    background-color: #1E2837;
    border-radius: 16px;
    overflow: hidden;
}

.prof_programs__card-content {
    padding: 24px;
}

.prof_programs__card-tag {
    margin-bottom: 24px;
}

.prof_programs__card-title {
    min-height: 96px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF4;
    margin-bottom: 8px;
}

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

.prof_programs__card-img {
    display: flex;
}

.section__mission {
    padding: 0px 0px 190px;
}

.mission__container {

}

.mission__container .title {
    margin-bottom: 70px;
}

.mission__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.mission__card {
    display: flex;
    /* flex-direction: column; */
    width: 100%;
    max-width: 600px;
		gap: 32px;
		padding: 32px;
}

.mission__card::after {
	content: "";
	min-width: 21px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.30804 1.42365C9.53853 0.956714 9.65377 0.723244 9.81022 0.648651C9.94634 0.583751 10.1045 0.583751 10.2406 0.648651C10.397 0.723244 10.5123 0.956714 10.7428 1.42365L12.9295 5.85362C12.9975 5.99147 13.0315 6.0604 13.0812 6.11391C13.1253 6.16129 13.1781 6.19969 13.2367 6.22696C13.3029 6.25776 13.379 6.26888 13.5311 6.29111L18.4224 7.00604C18.9375 7.08133 19.195 7.11897 19.3142 7.24477C19.4179 7.35423 19.4666 7.50463 19.4469 7.65411C19.4242 7.82592 19.2378 8.00752 18.8649 8.37072L15.3268 11.8168C15.2165 11.9242 15.1614 11.9779 15.1258 12.0418C15.0943 12.0984 15.0741 12.1605 15.0663 12.2248C15.0575 12.2975 15.0705 12.3733 15.0965 12.5251L15.9313 17.3925C16.0194 17.9058 16.0634 18.1625 15.9807 18.3148C15.9087 18.4474 15.7807 18.5403 15.6325 18.5678C15.462 18.5994 15.2315 18.4782 14.7705 18.2357L10.3978 15.9362C10.2615 15.8645 10.1934 15.8287 10.1216 15.8146C10.0581 15.8022 9.99273 15.8022 9.92918 15.8146C9.85741 15.8287 9.78929 15.8645 9.65305 15.9362L5.28031 18.2357C4.81931 18.4782 4.5888 18.5994 4.41836 18.5678C4.27007 18.5403 4.14211 18.4474 4.07013 18.3148C3.98739 18.1625 4.03142 17.9058 4.11947 17.3925L4.95428 12.5251C4.9803 12.3733 4.99332 12.2975 4.98451 12.2248C4.97671 12.1605 4.9565 12.0984 4.925 12.0418C4.88941 11.9779 4.83427 11.9242 4.72398 11.8168L1.18595 8.37072C0.813054 8.00752 0.626605 7.82592 0.603917 7.65411C0.584177 7.50463 0.632944 7.35423 0.736641 7.24477C0.855826 7.11897 1.11336 7.08133 1.62843 7.00604L6.5197 6.29111C6.67181 6.26888 6.74787 6.25776 6.81411 6.22696C6.87275 6.19969 6.92555 6.16129 6.96958 6.11391C7.0193 6.0604 7.05332 5.99147 7.12136 5.85362L9.30804 1.42365Z' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.mission__card-title-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.mission__card-icon-container {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    display: flex;
}

.mission__card-title {
    font-family: "Play", sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 133%;
		color: #8c00f0;
    width: 100%;
    max-width: 588px;
    display: flex;
    align-items: center;
		border-bottom: 1px solid rgba(220, 220, 240, 0.2);
		padding-bottom: 8px;
		margin-bottom: 8px;		
}

.mission__card-text {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;    
    text-align: left;
}

.section__global_target {
    padding: 0px 0px 200px;
}

.global_target__container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.global_target__left {
    width: 100%;
    max-width: 708px;
    display: flex;
    flex-direction: column;
}

.section__global_target .title {
    margin-bottom: 70px;
}

.global_target__slider {
    padding-bottom: 72px;
}

.global_target__slide {
    width: 100%;
    max-width: 708px;
}

.global_target__slide-title-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.global_target__title-icon {
    width: 100%;
    max-width: 64px;
    max-height: 64px;
    display: flex;
}

.global_target__title-icon svg path {
    stroke: #F0EFF4;
}

.global_target__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF4;
    width: 100%;
    max-width: 588px;
    display: flex;
    align-items: center;
}

.global_target__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.global_target__slider .slick-arrow {
    border: 0px;
    background-color: #ffffff00;
    font-size: 0px;
    line-height: 0px;
    outline: 0px;
    min-width: 32px;
    width: 32px;
    min-height: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
}

.global_target__slider .slick-prev {
    background-image: url(/img/academy/arrow-left.svg);
    left: 0px;
}

.global_target__slider .slick-prev:hover {
    background-image: url(/img/academy/arrow-left-hover.svg);
}

.global_target__slider .slick-next {
    background-image: url(/img/academy/arrow-right.svg);
    left: 40px;
}

.global_target__slider .slick-next:hover {
    background-image: url(/img/academy/arrow-right-hover.svg);
}

.global_target__right {
    width: 100%;
    max-width: 708px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section__principles_training {
    padding: 0px 0px 200px;
}

.principles_training__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.principles_training__left {
    width: 100%;
    max-width: 708px;
    display: flex;
    flex-direction: column;
}

.principles_training__right {
    width: 100%;
    max-width: 708px;
    display: flex;
    flex-direction: column;
}

.principles_training__accordion {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #999999;
    padding: 0px 0px 16px;
    margin-bottom: 16px;
}

.principles_training__accordion_header {
    background-color: #ffffff00;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF4;
    border: 0px;
    padding: 0px 40px 0px 0px;
    font-family: 'NunitoSans', sans-serif;
    cursor: pointer;
    position: relative;
}

.principles_training__accordion_header::before {
    content: '';
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    background-image: url(/img/academy/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    position: absolute;
    right: 0px;
    top: calc(50% - 16px);
    transition: 0.5s;
}

.principles_training__accordion_header.active::before {
    transform: rotate(180deg);
    transition: 0.5s;
}

.principles_training__accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.principles_training__accordion-body p {
    margin: 16px 0px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.section__figures_and_facts {
    padding: 0px 0px 200px;
}

.figures_and_facts__container {

}

.figures_and_facts__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.figures_and_facts__cards .title {
    font-size: 36px;
}

.figures_and_facts__card {
    width: 100%;
    max-width: 464px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #4136C3;
    min-height: 257px;
    justify-content: space-between;
}

.figures_and_facts__card:first-child {
    padding: 0px;
    background-color: #ffffff00;
}

.figures_and_facts__card:nth-child(3) {
    background-color: #7D32FF;
}

.figures_and_facts__card:nth-child(4) {
    background-color: #1E2837;
}

.figures_and_facts__card:nth-child(5) {
    background-color: #3E3183;
}

.figures_and_facts__card:nth-child(6) {
    background-color: #558BF5;
}


.figures_and_facts__card-number-container {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0EFF4;
    margin-bottom: 16px;
}

.figures_and_facts__card-number-container span {
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    text-align: left;
    font-family: 'DMSans', sans-serif;
    padding-left: 8px;
}

.figures_and_facts__card-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0EFF4;
}

.figures_and_facts__card-text-small {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #F0EFF4;
}

.section__our_events {
    padding: 0px 0px 200px;
}

.our_events__container {

}

.section__our_events .title {
    margin-bottom: 70px;
}

.our_events__gallery {
    display: flex;
    gap: 24px;
}

.our_events__gallery-solo {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    max-width: 464px;
}

.our_events__gallery-group {
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    max-width: 952px;
}

.our_events__gallery-group .our_events__gallery-img {
    width: auto;
    max-height: 221px;
    display: flex;
}

.section__connection {
    padding: 0px 0px 100px;
}

.connection__container {
    padding: 32px 32px 45px;
    background-color: #8276FF1A;
    border-radius: 40px;
    background-image: url(/img/academy/connection-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.connection__container .title {
    margin-bottom: 70px;
}

.connection__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #F0EFF4;
    margin-bottom: 70px;
    max-width: 920px;
}

.connection__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.connection__btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF4;
    padding: 14px 22px;
    border-radius: 12px;
    background-color: #8276FF;
    box-sizing: border-box;
    /* border: 2px solid #8276FF; */
    cursor: pointer;
    display: flex;
    align-items: center;
}

/*
.connection__btn.tg {
    background-color: #ffffff00;
    padding-left: 56px;
    background-image: url(/img/academy/tg.svg);
    background-repeat: no-repeat;
    background-position: 16px center;
}
*/

.connection__btn.tg {
    gap: 12px;
    background-image: none;
}

.connection__btn.tg svg path {
    stroke: #fff;
}

footer {
  backdrop-filter: blur(64px);
	background: rgba(140, 0, 240, 0.1);
  padding: 64px 0px 64px;
}

.footer__container {

}

.footer__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    border-bottom: 1px solid #999999;
}

.footer__bot {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
}

.footer__card {
	flex: 1 1 33%;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;		
}

.footer__contacts-item {
    background-repeat: no-repeat;
		font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0EFF4;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer__contacts-item svg {

}

.footer__contacts-item svg path {
    stroke: #fff;
}

/*
.footer__contacts-item.tel {
    background-image: url(/img/academy/tel.svg);
}

.footer__contacts-item.site {
    background-image: url(/img/academy/site.svg);
}
*/

.footer__menu {
    display: flex;
    flex-direction: column;
		gap: 24px;
     /*flex-wrap: wrap;
    max-height: 104px;
    gap: 16px 24px; */
}

.footer__menu-item {
    font-size: 16px;
    font-weight: 400;
		font-family: Montserrat, sans-serif;

    line-height: 24px;
    text-align: left;
    color: #F0EFF4;
    display: flex;
    min-width: 220px;
		max-width: 325px;
}

.footer__logo {
    display: flex;
    width: 100%;
    max-width: 253px;
    margin-bottom: 24px;
}

.footer__location {
    display: flex;
    flex-direction: column;
    gap: 16px;
		margin-bottom: 26px;
}

.footer__location-item {
	font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.footer__location-item span {
    white-space: nowrap;
}

.footer__files {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    height: 100%;
    gap: 24px;
}

.footer__file {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    display: flex;
    color: #999999;
}


.modal {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-color: #0000007a;
    overflow-y: auto;
    z-index: 99;
}

.modal.active {
    display: flex;
}

.modal-container {
    width: 100%;
    max-width: 730px;
    margin: 0px auto;
    background-color: #1E2837;
    padding: 32px;
    border-radius: 40px;
}
.modal__body form .input-container select,
.modal__body form .input-container select option {
    cursor: pointer;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
}

.modal__header .common__list_item_title {
    padding-right: 40px;
}

.modal__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    font-family: 'Unbounded', sans-serif;
    color: #F0EFF4;
}

.modal__close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.modal__body {
    overflow-y: auto;
    max-height: calc(75vh - 120px);
}

.modal__body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.modal__body::-webkit-scrollbar-track {
  background: #0f141e;
}

.modal__body::-webkit-scrollbar-thumb {
  background-color: #3f434b;
  border-radius: 20px;
}

.modal__body form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.modal__body .btn-container {
    display: flex;
    width: 100%;
    margin-top: 24px;
}

.modal__body .btn-container .btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #F0EFF4;
    padding: 16px 24px;
    background-color: #8276FF;
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 12px;
    cursor: pointer;
    border: 0px;
}

.modal__sign_up .modal__body .input-container:first-child {
    margin-bottom: 24px;
}

.modal__write_to_us .modal__body .input-container:last-child {
    margin-top: 24px;
}


.section__page_title {
    padding: 20px 0px 0px;
}

.page_title {
    font-size: 72px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;
    font-family: "Furore", sans-serif;
		color: #b4c8ff;    
}

.section__common {
    padding-bottom: 64px;
}
.section__common a {
	color: #50b4f0;
}
.section__common .title {
	text-align: left;
    margin-bottom: 64px;
}

.common__list_item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #999999;
    padding: 0px 0px 16px;
    margin-bottom: 16px;
}

.common__list_item_header {
    background-color: #ffffff00;    
		font-weight: 700;
		font-size: 32px;
		line-height: 125%;
		color: #dcdcf0;
    text-align: left;    
    border: 0px;
    padding: 0px 40px 0px 0px;
    font-family: "Play", sans-serif;
    cursor: pointer;
    position: relative;
}

.common__list_item_header span {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF480;
    transition: .5s;
}

.common__list_item_header::before {
    content: '';
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    background-image: url(/img/academy/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    position: absolute;
    right: 0px;
    top: calc(50% - 16px);
    transition: 0.5s;
}

.common__list_item_header.active span {
    color: #F0EFF4;
    transition: .5s;
}

.common__list_item_header.active::before {
    transform: rotate(180deg);
    transition: 0.5s;
}

.common__list_item_body {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.common__list_item_line:first-child {
    margin-top: 16px;
}

.common__list_item_line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.common__list_item_title {
	font-family: "Play", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 133%;
	color: #dcdcf0;
  text-align: left;
  width: 100%;
/*    max-width: 342px;*/
  max-width: 566px;
  color: #F0EFF480;
  margin: 0px;
}

.common__list_item_title.w-100 {
    max-width: 100%;
}

.common__list_item_subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    color: #F0EFF4;
    padding: 16px 0px 8px;
}

.common__list_item_text {
    /* font-size: 18px; */
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    width: 100%;
/*    max-width: 1082px;*/
    max-width: calc(100% - 566px - 24px);
    color: #F0EFF4;
}

.common__list_item_text-ol {
    margin: 0;
}

.common__list_item_text ol {
	margin: 16px 0 16px 24px;
}

.common__list_item_text ol li:(not:last-child) {
	margin-bottom: 6px;
}


.common__list_item_text ul {
	font-weight: 400;
	line-height: 150%;
	margin: 16px 0 16px 24px;	
}

.common__list_item_text ul li {
	list-style: disc;
}

.common__list_item_text ul li:(not:last-child) {
	margin-bottom: 6px;
}

.common__list_item_links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.common__list_item_links a {
    display: block;
}

.common__list_item_text.w-100 {
    max-width: 100%;
}

.common__list_item_cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
}

.common__list_item_card {
    border-radius: 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #FFFFFF;
    padding: 24px;
    width: 100%;
    max-width: calc(50% - 12px);
    background-color: #4136C3;
    display: flex;
    justify-content: space-between;
}

.common__list_item_card svg {
    min-width: 32px;
}

.common__list_item_card:nth-child(2) {
    background-color: #7D32FF;
}

.common__list_item_card:nth-child(3) {
    background-color: #1E2837;
}

.common__list_item_card:nth-child(4) {
    background-color: #3E3183;
}

.common__list_item_table {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 40px;
}

.common__list_item_table::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.common__list_item_table::-webkit-scrollbar-track {
  background: #0f141e;
}

.common__list_item_table::-webkit-scrollbar-thumb {
  background-color: #3f434b;
  border-radius: 20px;
}

.common__list_item_table table {

}

.common__list_item_table table th {
    /* font-size: 18px; */
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    width: 100%;
    max-width: 1082px;
    color: #F0EFF4;
    vertical-align: top;
    padding: 8px 16px;
    border-left: 1px dashed #F0EFF480;
    border-bottom: 1px dashed #F0EFF480;
    border-top: 1px dashed #F0EFF480;
}

.common__list_item_table table tr:nth-child(2) th,
.common__list_item_table table tr:nth-child(3) th {
    border-top: 0px;
}

.common__list_item_table table td:last-child,
.common__list_item_table table th:last-child {
    border-right: 1px dashed #F0EFF480;
}

.common__list_item_table table td {
    min-width: 300px;
    padding: 8px 16px;
    /* font-size: 18px; */
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    width: 100%;
    max-width: 342px;
    color: #F0EFF480;
    border-left: 1px dashed #F0EFF480;
    vertical-align: top;
    border-bottom: 1px dashed #F0EFF480;
}

.common__fix_one_table table th:first-child,
.common__fix_one_table table td:first-child {
    min-width: 100px;
    width: 100px;
}

.common__fix_last_table table th:last-child,
.common__fix_last_table table td:last-child {
    min-width: 227px;
    width: 227px;
}

.common__fix_teacher_table table th,
.common__fix_teacher_table table td,
.common__fix_teacher-other_table table th:not(:first-child),
.common__fix_teacher-other_table table td:not(:first-child) {
    min-width: 50%;
    width: 50%;
}

.common__fix_one_table table td {
    min-width: 332px;
}

.priem-table table td:nth-child(5),
.priem-table table th:nth-child(5) {
    width: 190px;
    min-width: 190px;
    max-width: 190px;
}

.priem-table table td:nth-child(6),
.priem-table table th:nth-child(6) {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
}

.priem-table table td:nth-child(7),
.priem-table table th:nth-child(7) {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
}

.priem-table table td:nth-child(8),
.priem-table table th:nth-child(8) {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
}

.priem-table table td:nth-child(9),
.priem-table table th:nth-child(9) {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.priem-table table td:nth-child(10),
.priem-table table th:nth-child(10) {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
}

 .table-employment-1 table td:nth-child(5),
 .table-employment-1 table th:nth-child(5),
 .table-employment-1 table td:nth-child(6),
 .table-employment-1 table th:nth-child(6),
 .table-employment-1 table td:nth-child(7),
 .table-employment-1 table th:nth-child(7),
 .table-employment-1 table td:nth-child(8),
 .table-employment-1 table th:nth-child(8),
 .table-employment-1 table td:nth-child(9),
 .table-employment-1 table th:nth-child(9),
 .table-employment-1 table td:nth-child(10),
 .table-employment-1 table th:nth-child(10),
 .table-employment-1 table td:nth-child(11),
 .table-employment-1 table th:nth-child(11) {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.table-poa-1 table td:nth-child(7),
.table-poa-1 table th:nth-child(7) {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.table-poa-2 table td:nth-child(3),
.table-poa-2 table th:nth-child(3),
.table-poa-2 table td:nth-child(7),
.table-poa-2 table th:nth-child(7) {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.table-objects-1 table td:nth-child(2) {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.table-budget-1 table th:nth-child(1),
.table-budget-1 table td:nth-child(1) {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.table-study table th:nth-child(6),
.table-study table td:nth-child(6) {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.table-study table th:nth-child(7),
.table-study table td:nth-child(7),
.table-study table th:nth-child(9),
.table-study table td:nth-child(9),
.table-study table th:nth-child(11),
.table-study table td:nth-child(11),
.table-study table th:nth-child(13),
.table-study table td:nth-child(13) {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

/* page rector --  page rector --  page rector --  page rector --  page rector --  page rector */

.section__rector {
    padding: 20px 0px 200px;
}

.rector__container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.rector__photo {
    display: flex;
    width: 100%;
    max-width: 464px;
}

.rector__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 936px;
}

.rector__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    text-align: left;
    color: #F0EFF4;
    margin-bottom: 24px;
    font-family: 'Unbounded', sans-serif;
}

.rector__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rector__text  p {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF480;
}

.rector__info {
    padding: 16px 24px;
    background-color: #8276FF1A;
    border-radius: 16px;
    overflow: hidden;
    gap: 16px 24px;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: 0px;
}

.rector__info-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0EFF480;
    width: 100%;
    margin-bottom: 24px;
}

.rector__info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.rector__info-list-item {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #F0EFF4;
    padding-left: 0px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.section__list {
    padding: 0px 0px 64px;
}

.list__container {

}

.list__title {
  font-family: "Furore", sans-serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: 0.05em;
	color: #b4c8ff;
	margin-bottom: 64px;
}

.list__subtitle {
  font-family: "Play", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 125%;
	color: #dcdcf0;
  margin-bottom: 16px;
}

.list__smallsubtitle {
  font-family: "Play", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 16px;
}

.list__subtitle span {
    color: #8276FF;

}

.list__items {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-image: url(/img/academy/border-line.svg);
    background-repeat: repeat-y;
    background-position: 4px 0px;
    margin-bottom: 32px;
}

.list__items.no-border:last-child {
	margin-bottom: 0;
}

.list__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 24px;
    position: relative;
}

.list__item a {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #50b4f0;
}

.list__item::before {
    content: '';
    width: 4px;
    min-width: 4px;
    height: 4px;
    min-height: 4px;
    display: flex;
    border-radius: 100px;
    background-color: #50b4f0;
    position: absolute;
    top: 9px;
    left: 8px;
}

.list__item.no-mark {
    padding-left: 0px;
}

.list__item.no-mark::before {
    content: none;
}

.sveden-page .list__item::before {
    /* top: calc(50% - 4px); */
}

.list__items.no-border {
    background-image: none;
}

.list__item p {
    /* font-size: 24px;
    font-weight: 700; */
    line-height: 150%;
    text-align: left;
    color: #F0EFF4;
    padding: 0px;
    display: flex;
    /* margin-bottom: 8px; */
}

.list__item span {
  font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;	
  text-align: left;
  display: flex;
	margin-bottom: 8px;
}
.list__item.mb-16 {
	margin-bottom: 16px;
}
/* page rector end -- page rector end -- page rector end -- page rector end -- page rector end  */


/* page course -- page course -- page course -- page course -- page course -- page course -- page course  */

body.course-page {
    background-image:
        url(/img/academy/body-bg-1.png),
        url(/img/academy/body-bg-7.png),
        url(/img/academy/body-bg-6.png);
    background-position:
        100% 0%,
        0% 82%,
        100% 100%;
    background-repeat: no-repeat, no-repeat;
}

.section__course-banner {
    padding: 0px 0px 200px;
}

.course-banner__container {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    background-image: url(/img/academy/course-banner.png);
    padding: 32px;
    border-radius: 40px;
}

.course-banner__title {
    margin-bottom: 16px;
}

.course-banner__text-info {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.course-banner__footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin: auto 0px 0px;
}

.course-banner__btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    padding: 16px 24px;
}

.course-banner__info-list {
    display: flex;
    padding: 16px 24px;
    background-color: #0A0A0A80;
    border-radius: 12px;
}

.course-banner__info-item {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #fff;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #fff;
}

.course-banner__info-item:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}

.section__course-actual {
    padding: 0px 0px 200px;
}

.course-actual__container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.course-actual__left {
    width: 100%;
    max-width: 708px;
    background-color: #4136C3;
    border-radius: 16px;
    padding: 24px;
}

.course-actual__right {
    width: 100%;
    max-width: 708px;
    background-color: #1E2837;
    border-radius: 16px;
    padding: 24px;
}

.course-actual__title {
    font-family: 'Unbounded', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    margin-bottom: 16px;
    color: #F0EFF4;
}

.course-actual__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0EFF4;
    margin-bottom: 24px;
}

.course-actual__text:last-child {
    margin-bottom: 0px;
}

.course-actual__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.course-actual__list-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #F0EFF4;
    position: relative;
    padding-left: 20px;
}

.course-actual__list-item::before {
    content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
    border-radius: 100px;
    background-color: #8276FF;
    display: flex;
    position: absolute;
    top: 8px;
    left: 0px;
}

.section__course-structure {
    padding: 0px 0px 200px;
}

.course-structure__container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
}

.course-structure__title {
    width: 100%;
    max-width: 464px;
}

.course-structure__content {
    width: 100%;
    max-width: 952px;
}

.common__list_item_header-title,
.course-structure__content .common__list_item_header {
    font-family: 'Unbounded', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    gap: 8px;
    display: flex;
    flex-direction: column;
    color: #F0EFF4;
}

.course-structure__content .common__list_item_header span {
    font-family: 'NunitoSans', sans-serif;
}

.course-structure__content .common__list_item_header::before {
    top: 0px;
}

.course-structure__content .common__list_item_text {
    color: #F0EFF480;
    max-width: 100%;
}

.section__price {
    padding: 0px 0px 200px;
}

.price__container {
    background-color: #8276FF1A;
    padding: 32px;
    border-radius: 40px;
    opacity: 0.4;
    background-image: url(/img/academy/connection-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.price__title {
    color: #F0EFF4;
    margin-bottom: 32px;
}

.price__old {
    color: #F0EFF480;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    margin-bottom: 16px;
    text-decoration: line-through;
}

.price__new {
    font-family: 'Unbounded', sans-serif;
    color: #F0EFF4;
    font-size: 72px;
    font-weight: 500;
    line-height: 80px;
    text-align: left;
    margin-bottom: 46px;
}

.price__btns {

}

.price__btn {
    width: fit-content;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    padding: 16px;
}

.section__speciality {
    padding: 0px 0px 100px;
}

.speciality__container {

}

.speciality__title {
    margin-bottom: 70px;
}

.speciality__cards {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.speciality__card {
    width: 100%;
    max-width: 708px;
    background-color: #4136C3;
    border-radius: 40px;
    padding: 32px;
}

.speciality__card:nth-child(2) {
    background-color: #7D32FF;
}

.speciality__card:nth-child(3) {
    background-color: #1E2837;
}

.speciality__card:nth-child(4) {
    background-color: #3E3183;
}

.speciality__card-icon {
    width: 100%;
    max-width: 64px;
    margin-bottom: 16px;
}

.speciality__card-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #FFFFFF;

}
/** LICENCE PAGE - LICENCE PAGE - LICENCE PAGE - LICENCE PAGE - LICENCE PAGE - LICENCE PAGE **/
.section__license {

}

.section__license .title {
    margin-bottom: 80px;
}

.license-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    max-width: 952px;
}

.license-item {
    width: 100%;
    max-width: calc(50% - 12px);
}

.license-btn {
    margin: 40px 0px 100px;
}

.license-btn .btn {
    background-color: #ffffff00;
    border: 2px solid #8276FF;
    width: fit-content;
    gap: 8px;
}
/** LICENCE PAGE END - LICENCE PAGE END - LICENCE PAGE END - LICENCE PAGE END - LICENCE PAGE END **/


/** BREAD CRUMBS - BREAD CRUMBS - BREAD CRUMBS - BREAD CRUMBS - BREAD CRUMBS - BREAD CRUMBS - BREAD CRUMBS **/
.section__bread_crumbs {
    padding-bottom: 40px;
}

.bread_crumbs {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bread_crumbs-item {
    display: flex;
    align-items: center;
    padding-right: 16px;
    position: relative;
}

.bread_crumbs-item::before {
    content: '/';
    position: absolute;
    right: 0px;
}

.bread_crumbs-item.active {
    position: relative;
    padding-right: 0px;
}

.bread_crumbs-item.active::before {
    content: '';
}
/** BREAD CRUMBS END - BREAD CRUMBS END - BREAD CRUMBS END - BREAD CRUMBS END - BREAD CRUMBS END - BREAD CRUMBS END **/

/** ANCHOR LINK FIX - ANCHOR LINK FIX - ANCHOR LINK FIX - ANCHOR LINK FIX - ANCHOR LINK FIX **/
.section__program,
.section__mission,
.section__our_events,
.section__global_target {
    padding-top: 168px;
    margin-top: -168px;
}
/** ANCHOR LINK FIX END - ANCHOR LINK FIX END - ANCHOR LINK FIX END - ANCHOR LINK FIX END   **/

/* about_us */

.about_us__wrapper .section {
    margin-bottom: 128px;
}

.about_us__wrapper .title {
	text-align: left;
	font-weight: 400;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: 0.05em;
	color: #b4c8ff;
  margin-bottom: 64px;
}

.about_us__welcome {
    padding: 20px 0 0;
}

.welcome__title {
    margin: 0 0 16px;
}

.about_us__title {
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 133%;
	color: #dcdcf0;
	margin-bottom: 64px;
}

.about_us__text {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	flex-basis: 50%;
}

.welcome__info_wrap {
    display: flex;
    gap: 24px;
}

.welcome__info-wrap .intro__text {
    margin: 0;
}

.choose_cards,
.choose_cards_right,
.choose_cards_left {
    display: flex;
    gap: 24px;
}

.choose_card p {
	border-top: 1px solid rgba(220, 220, 240, 0.2);
	padding-top: 8px;
	flex: 1 1 auto;
}

.choose_card::after {
	content: "";
	min-width: 21px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.30804 1.42365C9.53853 0.956714 9.65377 0.723244 9.81022 0.648651C9.94634 0.583751 10.1045 0.583751 10.2406 0.648651C10.397 0.723244 10.5123 0.956714 10.7428 1.42365L12.9295 5.85362C12.9975 5.99147 13.0315 6.0604 13.0812 6.11391C13.1253 6.16129 13.1781 6.19969 13.2367 6.22696C13.3029 6.25776 13.379 6.26888 13.5311 6.29111L18.4224 7.00604C18.9375 7.08133 19.195 7.11897 19.3142 7.24477C19.4179 7.35423 19.4666 7.50463 19.4469 7.65411C19.4242 7.82592 19.2378 8.00752 18.8649 8.37072L15.3268 11.8168C15.2165 11.9242 15.1614 11.9779 15.1258 12.0418C15.0943 12.0984 15.0741 12.1605 15.0663 12.2248C15.0575 12.2975 15.0705 12.3733 15.0965 12.5251L15.9313 17.3925C16.0194 17.9058 16.0634 18.1625 15.9807 18.3148C15.9087 18.4474 15.7807 18.5403 15.6325 18.5678C15.462 18.5994 15.2315 18.4782 14.7705 18.2357L10.3978 15.9362C10.2615 15.8645 10.1934 15.8287 10.1216 15.8146C10.0581 15.8022 9.99273 15.8022 9.92918 15.8146C9.85741 15.8287 9.78929 15.8645 9.65305 15.9362L5.28031 18.2357C4.81931 18.4782 4.5888 18.5994 4.41836 18.5678C4.27007 18.5403 4.14211 18.4474 4.07013 18.3148C3.98739 18.1625 4.03142 17.9058 4.11947 17.3925L4.95428 12.5251C4.9803 12.3733 4.99332 12.2975 4.98451 12.2248C4.97671 12.1605 4.9565 12.0984 4.925 12.0418C4.88941 11.9779 4.83427 11.9242 4.72398 11.8168L1.18595 8.37072C0.813054 8.00752 0.626605 7.82592 0.603917 7.65411C0.584177 7.50463 0.632944 7.35423 0.736641 7.24477C0.855826 7.11897 1.11336 7.08133 1.62843 7.00604L6.5197 6.29111C6.67181 6.26888 6.74787 6.25776 6.81411 6.22696C6.87275 6.19969 6.92555 6.16129 6.96958 6.11391C7.0193 6.0604 7.05332 5.99147 7.12136 5.85362L9.30804 1.42365Z' stroke='%23DCDCF0' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.choose_cards .choose_card {
    border-radius: 32px;
		padding: 32px;
    font-family: "Montserrat", sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
		color: #dcdcf0;
    text-align: left;
		backdrop-filter: blur(64px);
		background: rgba(140, 0, 240, 0.1);
}

.choose_cards_left .choose_card  {
    width: 100%;
    max-width: 830px;
    min-height: 228px;
    display: flex;
    align-items: center;
		justify-content: space-between;
    gap: 32px;
}

.choose_cards_right {
    width: 100%;
    max-width: 586px;
}

.choose_cards_right .choose_card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 144px;
}

.choose_cards_right,
.choose_cards_left {
    flex-direction: column;
}

/* .choose_cards_left .choose_card:nth-child(1) {
    background-color: #4136C3;
}

.choose_cards_left .choose_card:nth-child(2) {
    background-color: #7D32FF;
}

.choose_cards_right .choose_card:nth-child(1) {
    background-color: #1E2837;
}

.choose_cards_right .choose_card:nth-child(2) {
    background-color: #558BF5;
}

.choose_cards_right .choose_card:nth-child(3) {
    background-color: #3E3183;
} */

.about_us__need .intro__tag {
    border: none;
    padding: 0;
}

.about_us__need-500 {
    font-weight: 500;
}

.about_us__need-700 {
    border: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	max-width: 768px;
    margin-bottom: 32px;
}

.about_us__need .title {
	max-width: 768px;
    margin-bottom: 32px;
}

.about_us__need .about_us__need-500 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #dcdcf0;
	max-width: 768px;
    margin-bottom: 32px;
}

.about_us__need {
    padding: 32px;
		backdrop-filter: blur(64px);
		background: rgba(140, 0, 240, 0.1);    
    border-radius: 32px;
    background-repeat: no-repeat;
    background-position: right bottom 32px;
    background-image: url('/img/academy/about_us-bg.png');
    margin-bottom: 100px;
}

.connection__btn.button {
	border-radius: 16px;
	padding: 16px 32px;
	width: 240px;
	height: 56px;
}

@media (max-width: 1440px) {
    .choose_cards_right .choose_card {
        min-height: 144px;
    }
}

@media (max-width: 1280px) {
    .choose_cards_right .choose_card {
        min-height: 227px;
    }
}

@media (max-width: 1024px) {
    .choose_cards .choose_card {
        font-size: 18px;
        line-height: 26px;
    }

    .choose_cards_right .choose_card {
        min-height: 181px;
    }

    .about_us__need-700 {
        max-width: 640px;
    }
}

@media (max-width: 768px) {
    .choose_cards {
        flex-direction: column;
    }

    .choose_cards_right {
        max-width: 100%;
    }

    .choose_cards_right .choose_card {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome__title {
        margin: 0 0 40px;
    }

    .about_us__wrapper .section {
        margin-bottom: 100px;
    }

    .about_us__need {
        background-image: none;
    }

    .about_us__need .intro__tag {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 585px) {
    .welcome__info_wrap {
        flex-direction: column;
    }

    .welcome__info_wrap .intro__text {
        margin-bottom: 0;
    }

}

@media (max-width: 445px) {
    .about_us__welcome .modal__title {
        font-size: 26px;
        line-height: 32px;
    }
}
/* about_us end */

.color__active {
    color: #8276FF;
}
