@media (max-width: 1440px) {
    .container {
        max-width: 1272px;
        padding: 0px 24px;
    }

    .title {
        font-size: 38px;
    }

    .intro__img {
        opacity: 0.3;
    }

    .program__card-slider > * {
        max-width: calc(33% - 13px);
    }

    .mission__card {
        max-width: calc(50% - 12px);
    }

    .global_target__left,
    .global_target__right {
        max-width: calc(50% - 12px);
    }

    .principles_training__left,
    .principles_training__right {
        max-width: calc(50% - 12px);
    }

    .figures_and_facts__card {
        max-width: calc(33% - 12px);
    }

    .our_events__gallery-solo {
        max-width: calc(33% - 12px);
    }

    .our_events__gallery-group {
        max-width: calc(66% - 12px);
    }

    .our_events__gallery-group .our_events__gallery-img:nth-child(1) {
        max-width: 34%;
    }

    .our_events__gallery-group .our_events__gallery-img:nth-child(2) {
        max-width: 60%;
    }

    .our_events__gallery-group .our_events__gallery-img:nth-child(3) {
        max-width: 60%;
    }

    .our_events__gallery-group .our_events__gallery-img:nth-child(4) {
        max-width: 34%;
    }

    .our_events__gallery-img img {
        object-fit: cover;
        border-radius: 24px;
    }

    .common__list_item_line {

    }

    .common__list_item_title {
        width: calc(50% - 8px);
        max-width: 342px;
    }

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

    .common__list_item_text {
        width: calc(50% - 8px);
        max-width: 1082px;
    }

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

    .rector__photo,
    .rector__content {
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1024px;
    }

		.about_us__container {
			max-width: 100%;
		}
    
    .header-container {
        justify-content: center;
    }

/*
    .program__card {
        max-width: calc(50% - 12px);
    }
*/

/*
    .program__card.first_card {
        max-width: 100%;
    }

    .program__card-slider {
        max-width: 100%;
    }
*/

/*
    .program__card-slider .program__card {
        max-width: 452px;
    }
*/

    .figures_and_facts__card {
        max-width: calc(50% - 12px);
    }

    .section__common .title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-align: left;
    }

    .common__list_item_header-title,
    .course-structure__content .common__list_item_header,
    .common__list_item_header {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .common__list_item_title {
        width: calc(50% - 8px);
        max-width: 342px;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .common__list_item_subtitle {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
    }

    .common__list_item_text {
        width: calc(50% - 8px);
        max-width: 1082px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    .common__list_item_card {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }

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

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

    .rector__text p {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .rector__info-title {
        margin-bottom: 16px;
    }

    .rector__info-list {
        gap: 16px;
    }

    .rector__info-list-item {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        min-height: 32px;
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }

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

    .list__title {        				
				
    }

    .list__subtitle {
        
    }

    .list__item p {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

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

    .price__old {
        font-size: 24px;
        line-height: 32px;
    }

    .price__new {
        font-size: 40px;
        line-height: 48px;
    }

    .speciality__card-text {
        font-size: 24px;
        line-height: 32px;
    }

    .course-actual__title {
        font-size: 24px;
        line-height: 32px;;
    }

    .course-actual__list-item,
    .course-actual__text {
        font-size: 14px;
        line-height: 20px;
    }

    .course-structure__content .common__list_item_header span {
        font-size: 18px;
        line-height: 24px;
    }

    .course-structure__content .common__list_item_text {
        width: 100%;
    }

    .price__container {
        background-image: none;
    }

}

.header__burger {
    display: none;
    margin: 0px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.header__burger::before,
.header__burger::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    background: #F0EFF4;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__burger::before {
    top: 15px;
    left: 15px;
}

.header__burger::after {
    bottom: 16px;
    left: 15px;
}

.header__burger span {
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 15px;
    background: #F0EFF4;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    top: 23px;
}

.header__burger.active {
    z-index: 2;
    margin: 0 0 0 auto;
}

.header__burger.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 25px;
}

.header__burger.active::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
}

.header__burger.active span {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.header-container-mobile {
    padding: 20px 0px;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
		z-index: 99;
}

.header__menu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #0A0A0A;
    z-index: 3;
    flex-wrap: wrap;
    padding: 24px 24px 24px;
    flex-direction: column;
}

.header__menu.active {
    display: flex;
		justify-content: start;
}

.header__menu.active .header__menu-container {
	/* margin: 0 auto; */
	width: 100%;
}

.header__menu .header__burger-container {
    position: absolute;
    top: 24px;
    right: 24px;
}

.header-container-mobile .header__logo {
    width: calc(100% - 60px);
    max-width: 204px;
    max-height: 48px;		
}
.header__menu.active .header__logo {
	/* margin: 0 auto; */
}
.header-container-mobile > .header__nav-btn {
    margin-left: auto;
    margin-right: 24px;
}

.header-container-mobile .header__nav {
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}

.header__contacts {
    width: 100%;
    margin: auto 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.header__contacts-item {
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #999999;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 32px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

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

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

@media (max-width: 1024px) {

    .container {
        max-width: 100%;
    }

    .header-container {
        display: none;
    }

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

    .header__burger {
        display: block;
    }

    .header__burger.active + .header__nav {
        display: flex;
        background-color: #0A0A0A;
    }		

    .intro__tags {
        flex-direction: column;
    }

    .intro__tag {
        border-left: 1px solid #F0EFF4;
        border-right: 0px;
        padding-left: 8px;
    }

/*
    .program__card-slider .program__card {
        max-width: calc(50% - 12px);
    }
*/

    .program__card-slider > * {
        max-width: calc(50% - 12px);
    }

    .footer__menu {
        max-height: 200px;
    }

    .rector__photo,
    .rector__content {
        max-width: 100%;
    }

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

		.choose_cards {
			flex-direction: column;
		}
		.choose_cards_left,
		.choose_cards_right,
		.choose_card,
		.choose_cards_left .choose_card {
			max-width: 100%;
			width: 100%;
		}
		.choose_cards_left .choose_card,
		.choose_cards_right	.choose_card {
			min-height: 144px;
		}
		.mission__cards {
			flex-direction: column;
		}
		.mission__card {
			max-width: 100%;
		}
		.about_us__need {			
			background-image: url("data:image/svg+xml,%3Csvg width='696' height='480' viewBox='0 0 696 480' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-136' y='-192' width='1344' height='1344'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(32px);clip-path:url(%23bgblur_0_5465_9092_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Cg opacity='0.5' filter='url(%23filter0_f_5465_9092)' data-figma-bg-blur-radius='64'%3E%3Ccircle cx='536' cy='480' r='160' fill='%23F000F0' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_5465_9092' x='-136' y='-192' width='1344' height='1344' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='256' result='effect1_foregroundBlur_5465_9092' /%3E%3C/filter%3E%3CclipPath id='bgblur_0_5465_9092_clip_path' transform='translate(136 192)'%3E%3Ccircle cx='536' cy='480' r='160' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
			background-position: right bottom;
		}
		.about_us__wrapper .title,
		.about_us__need .about_us__need-500,
		.about_us__need-700 {
			max-width: 100%;
		}
}

@media (max-width: 768px) {
	header {
		margin-bottom: 32px;
	}
	.header__nav .button {
		width: 100%;
	}
		.list__title {
			font-size: 32px;
			margin-bottom: 32px;
    }

		.list__subtitle {
			font-family: var(--font-family);
			font-weight: 600;
			font-size: 16px;
			line-height: 150%;
			margin-bottom: 8px;
		}

		.list__item a {			
			font-size: 12px;
			line-height: 133%;			
		}
    .intro {
        padding: 12px 0px 80px;
    }
		.welcome__info_wrap {
			flex-direction: column;
		}
		.about_us__wrapper .title {
			font-size: 32px;
			line-height: 125%;
		}
    .intro__title,
    .page_title {
        font-size: 40px;
        font-weight: 500;
        line-height: 48px;
        text-align: left;
    }

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

    .intro__btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        margin-bottom: 40px;
    }

    .intro__img {
        position: static;
        opacity: 1;
        transform: translate(24px, 0px);
    }

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

    .text {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }

    .section__program {
        padding-bottom: 80px;
    }

    .program__cards {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .program__card-slider > * {
        max-width: 100%;
    }

    .program__card {
        max-width: 452px;
        margin: 0 auto;
    }

    .program__card-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        margin-bottom: 16px;
        min-height: 72px;
    }

    .program__card-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .program__card-slider .program__card {
        max-width: 452px;
        margin: 0px 16px;
    }

    .program__card-slider .slick-arrow {
        display: none !important;
    }

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

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

    .program__card-slider .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;
    }

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

    .section__prof_programs {
        padding-bottom: 80px;
    }

    .prof_programs__cards.slick-slider {
        max-width: 452px;
        margin: 0 auto;
    }

    .prof_programs__cards .slick-arrow {
        display: none !important;
    }

		.choose_cards .choose_card {
			flex-direction: column;
			padding: 16px 56px 16px 16px;
			align-items: flex-start;
		}

		.choose_card::after {
			display: none;
		}

		.choose_cards .choose_card p {
			position: relative;
			width: 100%;
		}

		.choose_cards .choose_card p::after {
			position: absolute;
			top: 2px;
			right: -37px;
			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__cards {
        flex-direction: column;
				gap: 8px;
    }

    .mission__card {
        max-width: 100%;
				flex-direction: column;
				padding: 16px 56px 16px 16px;
    }
		.mission__card::after {
			display: none;
		}
		.mission__card-title-container {
			margin-bottom: 0;
		}
		.mission__card-title {
			position: relative;
		}
		.mission__card-title::after {
			content: "";
			min-width: 21px;
			height: 20px;
			position: absolute;
			right: -37px;
			top: 5px;
			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");
		}

    .section__mission {
        padding-bottom: 80px;
    }

    .section__global_target {
        padding-bottom: 80px;
    }

    .global_target__left,
    .global_target__right {
        max-width: 100%;
    }

    .global_target__slider .slick-arrow {
        display: none !important;
    }

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

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

    .global_target__slider .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;
    }

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

    .global_target__right {
        justify-content: flex-end;
    }

    .global_target__number {
        max-height: 244px;
    }

    .global_target__number img {
        max-height: 244px;
    }

    .section__principles_training {
        padding-bottom: 80px;
    }

    .principles_training__container {
        flex-direction: column;
    }

    .principles_training__left {
        margin-bottom: 40px;
    }

    .principles_training__left,
    .principles_training__right {
        max-width: 100%;
    }

    .section__figures_and_facts {
        padding-bottom: 80px;
    }

    .figures_and_facts__cards {
        flex-direction: column;
    }

    .figures_and_facts__card:first-child {
        max-width: 100%;
        margin-bottom: 40px;
        min-height: fit-content;
    }

    .figures_and_facts__card {
        max-width: 100%;
    }

    .section__our_events {
        padding-bottom: 80px;
    }

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

    .our_events__gallery {
        flex-direction: column;
    }

    .our_events__gallery-solo {
        max-width: 100%;
    }

    .our_events__gallery-group {
        max-width: 100%;
    }

    .our_events__gallery-group .our_events__gallery-img:nth-child(1),
    .our_events__gallery-group .our_events__gallery-img:nth-child(2),
    .our_events__gallery-group .our_events__gallery-img:nth-child(3),
    .our_events__gallery-group .our_events__gallery-img:nth-child(4) {
        max-width: calc(50% - 12px);
    }

    .connection__container {
        background-image: url(/img/connection-bg-mobile.png);
        flex-direction: column;
        max-width: 337px;
        padding: 16px;
        border-radius: 16px;
        margin: 0 auto;
    }

    .connection__text {
        margin-bottom: 316px;
    }

    .connection__btns {
        flex-direction: column;
    }

    .connection__btn {
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
    }

    .connection__btn.tg {
        padding-left: 38px;
        background-size: 24px;
        background-position: 10px center;
    }

    .footer__top {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 40px;
    }

    .footer__bot {        
        flex-direction: column;
        gap: 40px;
    }

    .footer__menu {
        max-height: inherit;
        max-height: 240px;
        gap: 16px;
    }

    .footer__menu-item {
        min-width: 1px;
        width: 100%;
        /* max-width: 156px; */
    }

    .common__list_item_card {
        max-width: 100%;
    }

    .section__program,
    .section__mission,
    .section__our_events,
    .section__global_target {
        padding-top: 80px;
        margin-top: -80px;
    }
		.about_us__need .title {
			font-size: 24px;
			line-height: 133%;
		}
}

@media (max-width: 500px) {
    .program__card-slider .program__card {
        max-width: 327px;
    }

    .price__container {
        background-image: url(/img/connection-bg-mobile.png);
        background-position: bottom center;
        min-height: 600px;
        max-width: 327px;
        margin: 0 auto;
    }
}

@media (max-width: 390px) {
    .intro__title,
    .page_title {
        font-size: 34px;
        font-weight: 500;
        line-height: 48px;
        text-align: left;
    }
}

