@media (max-width: 1200px){ .title-utp-absl {max-width: 100% !important;}}
@media (max-width: 1600px){ .nav-container {max-width:1280px;}}

@media (min-width: 992px) and (max-width: 1380px){
.news-card2 {

  grid-template-columns: 150px 1fr;
	
	
	}
}
	
@media screen and (max-width: 768px) {
    input, 
    textarea, 
    select {
        font-size: 16px;
    }
	.forwho-sec {
  padding: 60px 0px 60px 0px !important;}
	.pay-proga { font-size:20px !important;font-weight: 900;}
	.section-programma-header {
  padding: 21px 0px 55px 0px !important;}
	
	.marb30 {
  margin-bottom: 24px !important;
}
	.sorting-current {
		font-size: 14px !important; }
.desc-proggrams-d{
font-weight: 400;
font-size: 15px !important;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
}
	
	.sec-faq {
  padding: 35px 0px 35px 0px !important;}
	
	
}



/* === ОБЩИЕ СТИЛИ ДЛЯ FAQ (ДЕСКТОП + МОБИЛКИ) === */

/* Плавное появление ответа */
.faq-answer {
    position: relative;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px !important;
    transition: max-height 0.4s ease-in-out, 
                opacity 0.3s ease-in-out,
                padding 0.3s ease-in-out !important;
}

/* Открытое состояние - показываем ответ */
.faq-item.active .faq-answer {
    max-height: 800px; /* Достаточно для любого списка */
    opacity: 1;
    padding: 20px 20px 80px 20px !important; /* Нижний отступ для стрелки */
}

/* Стрелка в вопросе - видна, когда FAQ закрыт */
.faq-question .question-arrow {
    display: flex;
    transition: opacity 0.2s ease;
}

/* При открытом FAQ - прячем стрелку из вопроса */
.faq-item.active .faq-question .question-arrow {
    display: none !important;
}

/* Стрелка в ответе - по умолчанию скрыта */
.faq-answer .question-arrow {
    display: none !important;
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 44px;
    height: 44px;
    background-color: rgba(20, 85, 225, 1);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 20;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, 
                transform 0.3s ease,
                background-color 0.2s ease !important;
}

/* При открытом FAQ - показываем стрелку в ответе */
.faq-item.active .faq-answer .question-arrow {
    display: flex !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}

/* Поворот стрелки в ответе при открытом FAQ */
.faq-item.active .faq-answer .question-arrow svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* Ховер-эффект для стрелки */
.faq-answer .question-arrow:hover {
    background-color: rgba(20, 85, 225, 0.9);
    transform: scale(1.05) !important;
}

/* Адаптация для мобилок */
@media (max-width: 768px) {
    .faq-answer .question-arrow {
        right: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
    
    .faq-item.active .faq-answer {
        padding-bottom: 70px !important;
    }
}

@media (max-width: 480px) {
    .faq-answer .question-arrow {
        right: 15px;
        bottom: 15px;
        width: 35px;
        height: 35px;
    }
    
    .faq-item.active .faq-answer {
        padding-bottom: 60px !important;
    }
}







@media (min-width: 769px) {
	.searc-eye {display:none;}
	
}
/* Адаптивность для мобильных устройств - 1 колонка */
@media (max-width: 768px) {
    .svg-list {
        grid-template-columns: 1fr; /* 1 колонка на мобилке */
        gap: 20px;
    }
	
.mobile-footer button {
 
  right: .3em !important;
  background: url(../i/search-mini.svg) no-repeat 50% 50% !important;

}
	.mobile-footer {max-width:156px;}
.mobile-footer .form-group {
  display: block;
		width: 156px; }
.mobile-footer input {
  background-color:transparent !important;
 
  width: 156px !important;
  height: 28px !important;
  line-height: 2em;
  padding: .3em 2.5em .3em 1em;
  font-size: 12px;
  text-decoration: none;
border: 1px solid rgba(20, 85, 225, 0.6);
  border-radius: 40px;
  position: relative;
}
	.searc-eye{   display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;}
	.svg-footer {background:url(../i/footer.png) no-repeat center !important;background-size:cover !important;}
	.svg-footer::before {

  top:0px !important;
  height:auto !important;
		background: none !important; }
    .svg-list li {
        padding: 0px 0px 0px 60px;
        min-height: 40px;
        font-size: 16px;
        align-items: flex-start; /* При длинном тексте - иконка прижата к верху */
    }
    
    .svg-list li::before {
        left: 10px;
        width: 40px;
        height: 40px;
        top: 0; 
        transform: none; 
        background-size: contain;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .svg-list {
        gap: 15px;
    }
    
    .svg-list li {
padding-left: 50px;
    font-size: 15px;
    min-height: 35px;
    margin-bottom: 18px;
    line-height: 22px;
    }
    
    .svg-list li::before {
        width: 35px;
        height: 35px;
        left: 5px;
        top: 0; /* Иконка вверху */
    }
}
/* Мобильная адаптация фильтра */
@media (max-width: 992px) {
    .grid-filrt {
        grid-template-columns: 1fr;
        gap: 20px;
    }
	.img-speaakk {text-align:center;}
	.header-spiker { display:block !important; text-align:center;}
	.pad40-t33 {padding-bottom: 40px !important;}
	.logo-footer {
  max-width: 240px !important;}
	.email-container{ display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;}
	.bg-course {
  background: rgba(220, 231, 255, 1);
		padding: 30px 0px 0px 0px !important; }
	.desc-proggrams-d {
		margin-bottom: 33px !important; }
	.title-choose {
		margin-top: 0px !important; }
	.choose-tl {
		padding: 18px 15px 40px 15px !important; }
.center22.slick-initialized .slick-slide {

	padding: 0px !important; }
	.sec-oplata {
  margin-top: 60px !important;
  margin-bottom: 47px !important;
}
	.svg-list3 li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px !important;
  height: 31px;
background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5693 1.56396C13.3807 -0.521563 16.6184 -0.521557 18.4297 1.56396C19.3519 2.62582 20.7169 3.20053 22.1211 3.12061C24.8356 2.96592 27.089 5.20443 26.9434 7.91943L26.9316 8.14307C26.8557 9.55956 27.4174 10.9379 28.46 11.8999C30.5134 13.7947 30.5131 17.0489 28.46 18.9438C27.4174 19.9059 26.8557 21.2851 26.9316 22.7017L26.9434 22.9253C27.0889 25.6402 24.8355 27.8788 22.1211 27.7241C20.7169 27.6442 19.3519 28.2189 18.4297 29.2808C16.6183 31.3661 13.3806 31.3662 11.5693 29.2808C10.647 28.2188 9.28217 27.6441 7.87793 27.7241C5.16348 27.8788 2.91015 25.6402 3.05566 22.9253L3.06836 22.7017C3.14434 21.2851 2.58259 19.9059 1.54004 18.9438C-0.51352 17.0489 -0.51352 13.7948 1.54004 11.8999C2.5823 10.9379 3.14426 9.55937 3.06836 8.14307L3.05566 7.91943C2.91005 5.20443 5.16343 2.96592 7.87793 3.12061C9.28212 3.20061 10.647 2.62581 11.5693 1.56396ZM21.0283 8.68799C20.3118 8.27233 19.3933 8.51646 18.9775 9.23291L13.9678 17.8677L11.0254 12.7944C10.6097 12.0779 9.69116 11.834 8.97461 12.2495C8.25833 12.6652 8.01441 13.5829 8.42969 14.2993L12.6709 21.6108C12.9393 22.0734 13.434 22.3579 13.9688 22.3579C14.5033 22.3578 14.9973 22.0732 15.2656 21.6108L21.5732 10.7388C21.9888 10.0222 21.7448 9.10366 21.0283 8.68799Z' fill='%231455E1'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: center;
}
	.svg-list3 li { font-size:16px !important;padding: 0px 0px 0px 40px !important; }
	.pass-t1 {
		font-size: 16px !important;}
	
	.postup-block a {
text-decoration:underline;
  padding: 17px 20px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
		display: block !important; }
	.block-tid {
		margin-top: 30px !important; }
	.section-news h1 { font-size:20px !important;line-height: 25px;}
	.all-news {
		font-size: 14px !important; line-height:18px !important;}
	.pagination { font-size:16px !important;}
.card2 {
  border-radius: 15px!important;
  padding: 60px 30px 20px 12px !important;
}
	.img-alb::after {
		border-radius: 15px !important; }
	.img-alb {
  height: 118px;
}
	.img-alb img {
		border-radius: 15px !important; }
	.img-alb img {
		height: 118px !important; }
	.img-alb .card-content {
  bottom: 20px !important;
		left: 12px !important; }
	.mar-mobile-t20 {margin-top:20px; }
	.mobile-nonee {display:none;}
	.dop-info {margin-top: 60px !important;
		padding: 35px 0px 35px 0px !important; }
	.employee-position {

    font-weight: 400;
    font-size: 13px !important;
    line-height: 18px !important;
    text-align: center;
  }
	.employee-name {
    font-size: 16px !important;
    line-height: 25px !important;
    margin-top: 14px !important;

  }
	.title-mbi-s {font-size:24px !important;margin-bottom:25px !important;}
	.section-connect {
  margin: 60px 0px 70px 0px !important;
}
	.section-slider-cont {
  margin-top: 25px !important;
  margin-bottom: 60px !important;
}
	.mbi-faces {
  padding: 27px 0px 33px 0px !important;
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
	.mobile-map {margin-top:17px;}
	.soc img {width:31px;}
	.section-diplom {
  margin-top: 60px !important;}
	.line-bj {display:none;}
	.section-breadcrums-mobile h1{border-bottom: 1px solid rgba(199, 227, 254, 1);padding-bottom: 20px !important;}
	header {
		padding: 30px 0px 24px 0px !important; }
	.breadcrumb { padding:0px !important;}
	.section-why {margin-top: 60px !important;}
	.section-breadcrums-mobile h1 {font-size: 24px !important; margin-top: 40px;}
	.time-cont {font-size:12px !important;}
	.address-cont {font-size:16px !important;}
	.title-con1  {font-size:18px !important;}
	.max530 {
  max-width: 530px;
  margin: 0 auto;margin-top: 25px;
}
	.block-corp2 {margin-top: 60px !important;padding: 35px 0px 35px 0px !important; }
	.content-text-corp {font-size:14px !important;}
	.course-filters-container {
		margin-bottom: 0px !important; }
	.section-choose {margin-top: 60px !important;margin-bottom: 60px !important;
		padding: 30px 0px 40px 0px !important; }
	.section-choose h2 { font-size:24px !important;}
	.link-t-a {
		display: block !important; }
	.details-button2 { padding: 14px 10px !important;width:100%;font-size: 20px !important;font-weight:900;}
	.mar-nooo {margin-bottom:0px !important;margin-left: 20px;}
	.disp-nooooo {display:none !important;}
    /* Скрываем основную часть фильтра на мобилке */
    .my-filter {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 1001;
        padding: 80px 20px 30px;
        overflow-y: auto;
    }
    
    .my-filter.mobile-active {
        display: block;
    }
    
    /* Кнопка "Фильтры" рядом с сортировкой */
.mobile-filter-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px;
    background: rgba(220, 231, 255, 0.3);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgb(20, 85, 225);
    line-height: 100%;
    margin-left: 10px;
    white-space: nowrap;
  }
    
    .mobile-filter-button:hover {
        background: rgba(220, 231, 255, 0.5);
        border-color: none;
    }
    
    .mobile-filter-icon {
        width: 17px;
        height: 17px;
    }
    
    /* Контейнер для сортировки и фильтров на мобилке */
    .mobile-filter-container {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        gap: 10px;
    }
    
    /* Кнопка закрытия в модальном окне */
    .filter-close-button {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1002;
    }
    
    .filter-close-button:before,
    .filter-close-button:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgba(20, 85, 225, 1);
        transform-origin: center;
    }
    
    .filter-close-button:before {
        transform: rotate(45deg);
    }
    
    .filter-close-button:after {
        transform: rotate(-45deg);
    }
    
    /* Кнопка "Применить" в модальном окне */
    .apply-filter-button {
        width: 100%;
        max-width: 326px;

        background: rgba(20, 85, 225, 1);
        border: none;
        border-radius: 50px;
        padding: 0 65px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 20px;
        color: white;
        cursor: pointer;
        display: block;
        margin: 30px auto 0;
        transition: all 0.3s ease;
    }
    
    .apply-filter-button:hover {
        background: rgba(20, 85, 225, 0.9);
        transform: translateY(-2px);
    }
    
    /* Заголовок модального окна */
    .filter-modal-title {
        position: absolute;
        top: 20px;
        left: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 24px;
        color: rgba(20, 85, 225, 1);
        margin: 0;
    }
    
    /* Контейнер для элементов фильтра в модальном окне */
    .mobile-filter-items {
        margin-top: 40px;
    }
}

/* На десктопе скрываем кнопку фильтров */
@media (min-width: 993px) {
    .mobile-filter-button {
        display: none;
    }
	
	.filter-link {

  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 20px;
}
	
	.map-none-mobile2 {display:none;}
	.img-inside-mobile-none2 {display:none;}
	.apply-filter-button {display:none;}
	.filter-close-button {display:none;}
    .mobile-filter-container {
        display: none;
    }
}
@media (max-width: 992px){
	.mobile-none {display:none;}	
	.news-date2 {color: rgba(20, 85, 225, 0.6) !important;font-size:13px !important; }
	.img-inside-mobile-none {display:none;}
	.map-none-mobile {display:none;}
	.map-none-mobile2 {margin-top:60px;}
	.img-speaakk {padding-bottom:20px;}
.img-speaakk img {display: table;
  margin: 0 auto;}
.proc-section-b {


  padding: 50px 0px 50px 0px !important;

}
	.div-span {
  font-size: 14px !important;

  line-height: 25px !important;
}
	.phone-contt {
  margin-top: 34px !important;
  margin-bottom: 25px !important;}
	.phone-contt a {
		font-size: 20px !important; }
	.text-about-j {font-size: 14px !important;line-height:22px; }
	.mar-30t {margin-top:30px !important;}
	.section-news {margin-top:24px !important;}
	.breadcrumb > li + li::before {top: -2px !important; }
	.breadcrumb {
		line-height: .9em !important; }
	.w170 {width:170px;margin: 0 auto;
    display: table;}
	.img-news-in {margin-bottom:20px;margin-top:23px;-webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;}
	.news-card {padding-bottom: 5px !important; }
	.block-proc  {margin-top:60px !important;}
	.mobile60px {margin-top:60px !important;}
	.breadcrumb > li {
		font-size: 12px !important; }
	.section-courses {padding-bottom: 30px;margin-top: 0px !important;
		background: rgb(220, 231, 255); }
	.filter-tag {font-size:10px !important;}
	.show-more {
  display: table !important;
  width: auto !important;
  padding: 9px 20px 9px 20px !important;
  font-size: 12px !important;font-weight:900;
  margin: 0 auto !important;
}
	.desc-cor {font-size:12px !important; text-align:center;}
	.title-cor {font-size:24px !important;text-align:center;}
	.section-breadcrums {display:none;}
	.spiker-t {font-size:16px !important;line-height: 25px;}
	.filtr-grid-item {display: block !important; }
	.course-card {margin-bottom:30px;}
	.course-filters {
		display: block !important; }
	.filter-tag {margin-bottom:15px;}
	.max900m {display:block !important;}
	.header-spiker img{ width:100px;}
	.grid-filrt {display: block !important; }
	.grid-course {
		display: block !important; }
	.content-contacts-m h2 {display:none !important; }
	.postup2-grid {
		display: block !important;
	margin-bottom:20px;
	}
	.mobile-mar-b {margin-bottom:25px !important;}
	.politik-f {margin-bottom:20px;}
	.postup-block {margin-bottom:15px;}
	.postup-grid {
		display: block !important; }
	.grid-diplom {display:block !important;}
	.whatwho {font-size:24px !important;text-align:center;}
	.img-why img {width:50px;}
	.t-diplom2 {font-size:15px !important;}
	.spiker-t2 {font-size:14px !important;line-height: 22px;}
	.t-diplom {margin-top:15px;font-size:20px !important;}
	.section-diplom h2 { font-size:24px !important;}
.faq-answer {
    font-size: 13px !important;
    font-weight: 600;
    line-height: 20px;
  }
	.faq-answer ul {padding-left:10px;}
	.question-number {font-size:36px !important;}
	.desc-before-h1 {font-size:14px !important;}
	.title-progrmm {font-size:20px !important;}
	.link-grid {display:block !important;margin-top: 21px !important;}
	.question-title {font-size:16px !important; }
	.date-pays {text-align: left;
    margin-bottom: 35px;}
	.li-proga span.l2 {
  display: table !important;
  padding-left: 47px;
		margin-top: 6px; }
	.li-proga {
		display: block !important; }
	.content-programms-t1 {font-size:24px !important;margin-top:15px;}
	.proc-t2 {font-size:15px !important;line-height: 23px;
    text-align: center;}
	.title-mbb { font-size:24px !important;text-align:center;}
	.grid-inst {display:block !important;}
	.grid-mbi-number {display:block !important;}
	.content-text-corp2 {text-align:left !important;}
	.grid-content-programma {
		display: block !important; }
	
	.proc-t {text-align: center !important;
		font-size: 24px !important;
    line-height: 34px;}
	.cont-link a {font-size: 16px !important; }
	.title-conntec-form {font-size: 18px !important;text-align:center; margin-bottom: 15px;margin-top: 0px;}
	.grid-block-proc {display: block !important; }
	.mobile-menu-toggle {display:block;margin-right: 15px;}
	.why-block { padding:20px 10px 20px 10px !important;
	-webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
	}

	.buttom-f {  padding: 8px 0px 8px 0px !important;
  font-weight: 900 !important;
		font-size: 20px !important; }
	.corp-block {
  padding: 20px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}
	.connect-block {
		padding: 20px 40px !important; }
	.section-connect h2 { margin-bottom:40px !important;}
	.crp-img img {width:50px;}
	.mbi-face {display:none;}
	.section-news {margin-top:30px !important;}
	.section-slider {display:none;}
	.grid-news-all {display:block;}
	.card {padding: 70px 30px 15px 20px !important;
    height: 156px;border-radius: 15px !important;}
	.card-number {font-size:48px !important;}
	.card-title {font-size:15px !important;}
	.title-why {font-size: 10px !important; }
	.desc-why {font-size:10px !important;color:rgba(20, 85, 225, 1) !important;}
	.card-text {display:none;}
	.crp-desc {font-size:14px !important;line-height: 20px !important;}
	.dop-info h2 {font-size:24px !important;margin-bottom: 25px !important;font-weight:900 !important;}
	.crp-title {font-size:16px !important;}
	.mob-all-news {display:none;}
	 .card-bg {
    top: 30px !important;
    height: 64px !important;
    right: -50px;
  }
	.address-cont{margin-bottom: 12px !important; }
	.title-con1 {margin-bottom: 12px !important; }
	.section-connect h2 {
		font-size: 24px !important; }
	.corp-block {margin-bottom:25px;}
	.section-content-main {margin-top: 0px;}
	.grid-corp-b {display: block !important; }
	.block-corp2 h2 {font-size:24px !important; margin-top: 0px;}
	.mar25mob {margin-top:25px;}
	.grid-why {grid-template-columns: 1fr 1fr !important; }
	.section-why h2 {font-size:24px !important; }
	.gr-choose {display: block !important; }
	.contact-lefts {text-align:center;}
	.mobile-header-logo  {max-width:255px;}
	.mar-img {margin-bottom:25px !important;width: 170px;
    display: table;
    margin: 0 auto;}
	.news-content { text-align:left;}
	.news-title {font-size: 20px !important; }
	.grid2-4 {margin-top: 60px;
		display: block !important; }
	.grid-corp {display:block;}
	.mobile-none {display:none !important;}
	.input-c {margin-bottom:15px;    font-size: 12px !important;
    height: 30px !important;}
	.title-choose-main {font-size: 30px !important;text-align: center; }

	.grid-connect {
		display: block !important; }
	.mobile-img-no {display:none !important;}
	.form-grid {
	
		display: block !important; }
	.mobile-center {text-align:center;}
}
/* Мобильная версия подвала */
@media (max-width: 992px) {

    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
        text-align: center;
    }
    
    .footer-content div.prog-bl {
        border-right: none;
        border-bottom: 1px solid rgba(20, 85, 225, 0.3);
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }
    
    .footer-content div.prog-bl:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .prog-bl {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .program-category {
        margin-bottom: 0px;
        width: 100%;
    }
    
    .program-category h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: rgba(20, 85, 225, 1);
    }
    
    .program-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    
    .program-list li {
        font-size: 14px;
        margin-bottom: 8px;
        padding: 4px 0;
    }
    
    .footer-text {
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
        line-height: 1.4;
    }
    
    /* Контакты в подвале */
    .phone-ff,
    .email-ff {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .city-ff,
    .time-ff {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    .soc {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        gap: 15px;
    }
    
    .soc a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .soc a:hover {

        transform: scale(1.1);
    }
    
    .soc img {
        width: 44px;
        height: 44px;
    }
    
    /* Нижняя часть подвала */
    .footer-bottom {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid rgba(20, 85, 225, 0.2);
    }
    
    .dev {
        text-align: center;
    }
    
    .dev a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px;
    }
    
    .dev a img {
        width: 50px;
    }
    
    .dev a span {
        font-size: 11px;
        margin-left: 0;
        text-align: left;
        line-height: 1.2;
    }
    
    /* Логотип */
    .prog-bl img {  height: auto;}
}

/* Дополнительные стили для очень маленьких экранов */
@media (max-width: 576px) {
    .svg-footer {
        margin-top: 40px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .footer-content {
        margin-top: 30px;
        gap: 30px;
    }
    
    .program-list {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    
    .program-list li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .phone-ff,
    .email-ff {
        font-size: 16px;
    }
    
    .city-ff,
    .time-ff {
        font-size: 13px;
    }
    
 
    
    .dev a {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    
    .dev a span {
        text-align: center;
        font-size: 10px;
    }
}

/* Плавные переходы */
.svg-footer,
.footer-content,
.prog-bl,
.program-category,
.soc a {
    transition: all 0.3s ease;
}

/* Улучшение читаемости на мобильных */
@media (max-width: 992px) {
    .program-category h3 {
        font-weight: 600;
    }
    
    .program-list li {
        color: rgba(19, 0, 79, 0.8);
    }
    
    .phone-ff,
    .email-ff {
        font-weight: 500;
    }
}
@media (min-width: 992px) {
	.section-breadcrums-mobile {display:none;}
	.mobile-none-imgg {display:none;}
}
@media (min-width:768px) {
  .container {
    width:750px
  }
}
@media (min-width:992px) {
  .container {
    width:970px
  }
}
@media (min-width:1200px) {
  .container {
    width:1170px
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1240px;
  }
}

@media (max-width: 767px){
	.hidden-xs{
		display: none !important;
	}
	.logo {
		max-width: 155px;}
}
@media (min-width: 768px) and (max-width: 991px){
	.hidden-sm{
		display: none !important;
	}
}

@media (max-width: 768px) {
.news-image a img {
width: 100%;
    height: 160px;border: 1px solid rgba(199, 227, 254, .25);
	-webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
}
	
}
@media (min-width: 993px) {
    .mobile-menu-toggle {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
	.hidden-md{
		display: none !important;
	}
}
@media (min-width: 1200px){
	.hidden-lg{
		display: none !important;
	}
}

@media (min-width: 992px) {
/*** DropDown Menu ***/
 .navbar-nav {display:flex !important; flex-direction:row; justify-content:center!important; width:100%; margin:0 !important;padding:0px;}
 .navbar-nav > li {flex:1 1 auto !important}
  ul.dropdown {background-color:rgba(255,255,255,1); position:absolute; z-index:100; left:auto; top:auto; list-style:none; padding:0; width:15rem; opacity:0; visibility:hidden; z-index:3; -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.25); box-shadow:0 2px 2px 0 rgba(0,0,0,.25); -webkit-transform:translateY(2em); -ms-transform:translateY(2em); transform:translateY(2em); -webkit-transition:opacity .2s ease 0s, -webkit-transform .2s ease 0s; transition:opacity .2s ease 0s, -webkit-transform .2s ease 0s; -o-transition:transform .2s ease 0s, opacity .2s ease 0s; transition:transform .2s ease 0s, opacity .2s ease 0s; transition:transform .2s ease 0s, opacity .2s ease 0s, -webkit-transform .2s ease 0s}
  ul.dropdown li ul {left:100%; top:0}
  ul.dropdown li {width:100%; padding:0; display:block; position:relative; text-align:left}
  ul.dropdown li:last-child {border:0}
  ul.dropdown li a {padding:10px; display:block; 
font-family: "Inter Tight", serif;
font-weight: 400;
font-size: 16px;
    }
  ul.dropdown li a:hover, ul.dropdown li a:focus, ul.dropdown > li.active > a {color:rgba(217,48,44,1); background-color:rgba(238,238,238,1); text-decoration:none}

  .navbar-nav > li:hover > ul.dropdown {opacity:1; visibility:visible; z-index:99; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0)}
  ul.dropdown li:hover > ul {opacity:1; visibility:visible; -webkit-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0)}
  ul.dropdown li > ul > li > ul {display:none}

  .navbar-top .social {margin:0 0 0 3rem}
  .navbar-top .flex-col:first-child {width:auto}
  .navbar-top .flex-col:nth-child(2) {width:auto}
  .navbar-top .flex-col:last-child {width:auto}

  .flex-row {display:-webkit-box;display:-ms-flexbox;display:flex; -ms-flex-wrap:nowrap; flex-wrap:nowrap; -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end}
  .flex-col {display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-orient:vertical; -webkit-box-direction:normal; -ms-flex-direction:column; flex-direction:column; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center}
  .flex-row .flex-col:nth-child(2) {-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
}


@media (min-width: 768px){
	.container{
		width: 750px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
		float: left;
	}
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66666667%;
	}
	.col-sm-10{
		width: 83.33333333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.66666667%;
	}
	.col-sm-7{
		width: 58.33333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66666667%;
	}
	.col-sm-4{
		width: 33.33333333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66666667%;
	}
	.col-sm-1{
		width: 8.33333333%;
	}
	.col-sm-offset-12{
		margin-left: 100%;
	}
	.col-sm-offset-11{
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10{
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9{
		margin-left: 75%;
	}
	.col-sm-offset-8{
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7{
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6{
		margin-left: 50%;
	}
	.col-sm-offset-5{
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4{
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3{
		margin-left: 25%;
	}
	.col-sm-offset-2{
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1{
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0{
		margin-left: 0;
	}
	.col-sm-tac{
		text-align: center;
	}
	.col-sm-tar{
		text-align: right;
	}
	.col-sm-tal{
		text-align: left;
	}
	.col-sm-taj{
		text-align: justify;
	}
}
@media (min-width: 992px){
	.container{
		width: 970px;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
		float: left;
	}
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66666667%;
	}
	.col-md-10{
		width: 83.33333333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.66666667%;
	}
	.col-md-7{
		width: 58.33333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66666667%;
	}
	.col-md-4{
		width: 33.33333333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66666667%;
	}
	.col-md-1{
		width: 8.33333333%;
	}
	.col-md-offset-12{
		margin-left: 100%;
	}
	.col-md-offset-11{
		margin-left: 91.66666667%;
	}
	.col-md-offset-10{
		margin-left: 83.33333333%;
	}
	.col-md-offset-9{
		margin-left: 75%;
	}
	.col-md-offset-8{
		margin-left: 66.66666667%;
	}
	.col-md-offset-7{
		margin-left: 58.33333333%;
	}
	.col-md-offset-6{
		margin-left: 50%;
	}
	.col-md-offset-5{
		margin-left: 41.66666667%;
	}
	.col-md-offset-4{
		margin-left: 33.33333333%;
	}
	.col-md-offset-3{
		margin-left: 25%;
	}
	.col-md-offset-2{
		margin-left: 16.66666667%;
	}
	.col-md-offset-1{
		margin-left: 8.33333333%;
	}
	.col-md-offset-0{
		margin-left: 0;
	}
	.col-md-tac{
		text-align: center;
	}
	.col-md-tar{
		text-align: right;
	}
	.col-md-tal{
		text-align: left;
	}
	.col-md-taj{
		text-align: justify;
	}
}
@media (min-width: 1200px){
	.container{
		width: 1280px;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
		float: left;
	}
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66666667%;
	}
	.col-lg-10{
		width: 83.33333333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.66666667%;
	}
	.col-lg-7{
		width: 58.33333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66666667%;
	}
	.col-lg-4{
		width: 33.33333333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66666667%;
	}
	.col-lg-1{
		width: 8.33333333%;
	}
	.col-lg-offset-12{
		margin-left: 100%;
	}
	.col-lg-offset-11{
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10{
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9{
		margin-left: 75%;
	}
	.col-lg-offset-8{
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7{
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6{
		margin-left: 50%;
	}
	.col-lg-offset-5{
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4{
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3{
		margin-left: 25%;
	}
	.col-lg-offset-2{
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1{
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0{
		margin-left: 0;
	}
	.col-lg-tac{
		text-align: center;
	}
	.col-lg-tar{
		text-align: right;
	}
	.col-lg-tal{
		text-align: left;
	}
	.col-lg-taj{
		text-align: justify;
	}
}
.title-course{
display: flex;
align-items: center;
}
.news-card2:last-child {border:0px;}
@media (min-width:1400px) {
  .container1400 {
    width: 1370px;
  }
	.director-name {
		font-size: 24px; }

}
.right-img {text-align:right;}
@media (min-width:1680px) {
  .container1650 {
    width: 1650px;
  }
	.details-button2 {padding: 19px 98px; }
	.whatwho {margin-bottom: 50px; }
	.svg-list2 li {margin-bottom: 5px; }
	.max900m {
		grid-template-columns: 1fr 470px; }
	.proc-t {font-size:40px; }
	.pay-proga {padding: 18px 20px; }
	.link-grid {grid-template-columns: 390px 1fr; }
	.date-pays {font-size:40px;}
	.course-type {font-size:18px;}
	.course-price {font-size:30px;}
	.filter-link {font-size:18px;}
	.left-filtr-prog {padding-left:95px;}
	.grid-news-all {
		grid-template-columns: 1fr 640px; }
	.title-course {min-height: 75px;}
	.course-slide {padding-top: 10px !important;}
	.details-button {font-size:24px;padding:9px 34px;}
	.title-course {font-size:20px;}
	.line-course div:last-child {font-size: 24px; }
	.line-course div:first-child {font-size: 20px; }
	.show-more {font-size:24px; display:table;padding: 20px 28px;}
	.title-cor {font-size:50px;}
	.grid-course {grid-template-columns: 300px auto;}
	.buttom-t1 {padding: 20px 37px;font-size:24px; }
	 .buttom-t2 {
    padding: 20px 37px;
    font-size: 24px;
  }
	.grid2 {margin-top:36px;margin-bottom: 65px;max-width: 750px;}
	.text-absol { top:129px;
  max-width: 750px;}
}