*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.marg0t {margin-top:20px;margin-bottom:20px;}
.section-choose h2 {
color:rgba(20, 85, 225, 1);    
font-weight: 900;
text-align: center;
font-size: 50px;
}
.center22.slick-initialized .slick-slide {
  display: block;
  padding: 20px;
}
.fancybox-content2 .fancybox-close-small { top: 10px;
  right: 10px;}
.fancybox-content2 {
    border-radius: 30px;
    padding: 0;background:rgba(220, 231, 255, 1) !important;
    max-width: 600px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(20, 85, 225, 0.2);
}
.link-t-a img {width:25px;}
.link-t-a {
	    display: flex;
    align-items: center;
    gap: 15px;
	
}
.modal-title-f {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: rgba(20, 85, 225, 1);
    text-align: center;
    padding: 0px 0px 20px 0px;
    margin: 0;
    line-height: 1.2;
}
 .svg-list-speak ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            width: 100%;
        }

 .svg-list-speak ul li {
            position: relative;
            padding: 0px 0px 0px 80px;
            margin-bottom: 0;
            border-radius: 8px;
            flex: 1 1 calc(50% - 20px);
            min-width: 300px;
         
font-family: 'Inter', sans-serif;
font-weight: 400;
color:rgba(19, 0, 79, 1);
font-size: 18px;

        }

 .svg-list-speak ul li::before {
            content: "";
            position: absolute;
            left: 20px;
        top: 2px;

            width: 44px;
            height: 45px;
            background-image: url("data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6794 2.25496C19.2906 -0.751645 23.9587 -0.751663 26.57 2.25496C27.8996 3.78572 29.867 4.61438 31.8913 4.4991C35.8045 4.27611 39.0522 7.50313 38.8425 11.4171L38.8259 11.7393C38.7163 13.7815 39.5261 15.7694 41.029 17.1563C43.9895 19.8882 43.9894 24.5797 41.029 27.3116C39.526 28.6985 38.7163 30.6864 38.8259 32.7286L38.8425 33.0509C39.0524 36.9649 35.8046 40.1918 31.8913 39.9688C29.8671 39.8536 27.8996 40.6824 26.57 42.213C23.9587 45.2196 19.2906 45.2196 16.6794 42.213C15.3497 40.6822 13.3815 39.8535 11.3571 39.9688C7.4439 40.1917 4.19601 36.9648 4.40593 33.0509L4.42351 32.7286C4.53302 30.6865 3.72327 28.6985 2.22038 27.3116C-0.740128 24.5797 -0.740128 19.8882 2.22038 17.1563C3.72314 15.7694 4.53303 13.7814 4.42351 11.7393L4.40593 11.4171C4.19618 7.50324 7.444 4.27629 11.3571 4.4991C13.3816 4.61446 15.3497 3.7859 16.6794 2.25496ZM30.4811 12.2345C29.2869 11.5417 27.7571 11.9477 27.0641 13.1417L20.1335 25.088L16.1823 18.2764C15.4896 17.0822 13.9606 16.6757 12.7663 17.3682C11.5722 18.0611 11.1653 19.591 11.8581 20.7852L17.9714 31.3253C18.4186 32.0961 19.2432 32.5703 20.1344 32.5704C21.0255 32.5703 21.8493 32.0959 22.2966 31.3253L31.3893 15.6514C32.0821 14.4572 31.6752 12.9274 30.4811 12.2345Z' fill='%231455E1'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }

        /* Адаптивность для мобильных устройств */
        @media (max-width: 768px) {
  .svg-list-speak ul li {
                flex: 1 1 100%;
                min-width: auto;
            }
        }

.sorting-dropdown {margin-bottom:20px;}
/* Стили для блока сортировки */
.sorting-block {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.sorting-label {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.sorting-dropdown {
    position: relative;
    display: inline-block;
}

.sorting-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 11px;
    background: rgba(220, 231, 255, 0.3);
    border: 1px solid rgba(20, 85, 225, 0.6);
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1455E1;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    transition: all 0.3s ease;

    justify-content: center;
    box-sizing: border-box;
}

.sorting-toggle:hover {
    background: rgba(220, 231, 255, 0.5);
    border-color: #1455E1;
}

.sorting-icon {
    flex-shrink: 0;
}

.sorting-current {
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1455E1;
}
.mar-top40 {margin-top:100px;}
/* Исправленные стили для стрелочки */
.sorting-arrow {
    transition: transform 0.3s ease;
    /* Убираем border, так как в SVG уже есть stroke */
    flex-shrink: 0;
}

.sorting-dropdown.open .sorting-arrow {
    transform: rotate(180deg);
}


.sorting-options {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    min-width: 200px;
}

.sorting-dropdown.open .sorting-options {
    display: block;
}

.sorting-option {
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.sorting-option:last-child {
    border-bottom: none;
}

.sorting-option:hover {
    background-color: #f8f9fa;
}

.sorting-option.active {
    background-color: rgba(20, 85, 225, 0.1);
    color: #1455E1;
    font-weight: 500;
}

/*Сортировка конец*/


.my-filter-slider-name {margin-bottom:20px;
font-weight: 700;
font-size: 18px;
color:rgba(0, 0, 0, 1);}
.ui-widget-content {
	background:rgba(220, 231, 255, 1) !important; }
.ui-widget-header {
  border: 1px solid #ddd;
	background: rgb(20, 85, 225) !important; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid rgb(20, 85, 225) !important;
  -webkit-border-radius: 199px;
  -moz-border-radius: 199px;
  border-radius: 199px;
  background: rgb(20, 85, 225) !important;
  font-weight: normal;
  color: #454545;
}
/* Стили для radio фильтров */
.filter-item-radios {
    margin-bottom: 20px;
}

.my-filter-radios-name {
margin-bottom:20px;
font-weight: 700;
font-size: 18px;margin-bottom:20px;
color:rgba(0, 0, 0, 1);
}

.my-filter-radios {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-radio-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-radio {
    display: none;
}

.filter-radio-label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
font-weight: 600;
font-size: 18px;
line-height: 20px;


}
.img-course a{
  background: no-repeat center / cover;
  padding-top: 47.18%;
  display: block;
  border-radius: 20px 20px 0px 0px;
}
.filter-radio-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: rgba(220, 231, 255, 1);
    border: 2px solid rgba(220, 231, 255, 1);
    transition: all 0.3s ease;
}

.filter-radio-label::after {
    content: '';
    position: absolute;
left: 6px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
}

.filter-radio:checked + .filter-radio-label::before {
    background: rgba(20, 85, 225, 1);
    border-color: rgba(20, 85, 225, 1);
}

.filter-radio:checked + .filter-radio-label::after {
    transform: translateY(-50%) scale(1);
}

.filter-radio-label:hover::before {
    border-color: rgba(20, 85, 225, 0.5);
}




.filtr-grid-item {
	  display: grid;
            grid-template-columns:1fr 1fr 1fr;
            gap: 30px;
}
.director-photo img{-webkit-border-radius: 20px;
  -moz-border-radius:20px;
  border-radius: 20px;}

.section-news {margin-top:60px;}
.section-breadcrums-mobile .breadcrumb > li + li::before {color: rgba(0, 0, 0, 1); }
.section-breadcrums-mobile .breadcrumb > li  { color:rgba(0, 0, 0, 0.5)}
.section-breadcrums-mobile .breadcrumb > li a {
  color: rgba(0, 0, 0, 1);
}

.section-breadcrums-mobile h1 {
  font-weight: 900;
  font-size: 30px;
  color:rgba(20, 85, 225, 1);
}
.section-breadcrums-mobile {border-bottom: 1px solid rgba(199, 227, 254, 1)}
.section-breadcrums-mobile .breadcrumb {text-align:left;}
  /* Стили для мобильного меню на весь экран */
        .mobile-menu-toggle {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 41px;
            height: 30px;
            background: transparent;
            border: none;
            cursor: pointer;
            position: relative;
            z-index: 100;
        }
        
        .mobile-menu-toggle span {
            display: block;
            width: 41px;
            height: 0px;
            border: 1px solid rgba(20, 85, 225, 1);
            margin: 4px 0;
            transition: all 0.3s ease;
            transform-origin: center;
        }
        
        .mobile-menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
            border-color: rgba(20, 85, 225, 1);
        }
        
        .mobile-menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }
        
        .mobile-menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
            border-color: rgba(20, 85, 225, 1);
        }
        
        .mobile-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #FFFFFF;
            z-index: 1000;
            padding: 300px 30px 50px 30px;
            overflow-y: auto;
            transform: translateY(-100%);
            opacity: 0;
            transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        
        .mobile-menu.active {
            transform: translateY(0);
            opacity: 1;
        }
        
        .mobile-menu-close {
            position: absolute;
            top: 30px;
            right: 30px;
            width: 40px;
            height: 40px;
            background: transparent;
            border: none;
            cursor: pointer;
            z-index: 1002;
        }
.mobile-logo {position:absolute;top: 30px;
 left: 30px;height:36px;}
        .mobile-menu-close:before,
        .mobile-menu-close:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background: rgba(20, 85, 225, 1);
            transform-origin: center;
        }
        
        .mobile-menu-close:before {
            transform: rotate(45deg);
        }
        
        .mobile-menu-close:after {
            transform: rotate(-45deg);
        }
        
        .mobile-nav {
            width: 100%;
     
            margin-bottom: 40px;
        }
        
        .mobile-nav a {
            display: block;
            padding: 20px 0;
            font-family: "Inter", sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: rgba(20, 85, 225, 1);
            text-decoration: none;
            border-bottom: 0.5px solid rgba(20, 85, 225, 1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            line-height: 120%;
            letter-spacing: -1%;
            text-align: left;
        }
        
        .mobile-nav a:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: rgba(20, 85, 225, 1);
            transition: all 0.3s ease;
        }
        
        .mobile-nav a:hover:before {
            left: 0;
        }
        
        .mobile-nav a:hover {
            color: rgba(20, 85, 225, 0.8);
            transform: translateX(10px);
        }
        
        .mobile-nav a.current {
            color: rgba(20, 85, 225, 0.7);
        }
        
        .mobile-actions {
            width: 100%;
            max-width: 500px;
            margin-bottom: 40px;
        }
        
        .mobile-ask-button {
            display: block;
            width: 100%;
            padding: 18px;
            background: rgba(20, 85, 225, 1);
            color: white;
            border: none;
            border-radius: 30px;
            font-family: "Inter", sans-serif;
            font-weight: 400;
            font-size: 16px;
            text-align: center;
            margin-bottom: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            line-height: 120%;
            letter-spacing: -1%;
        }
        
        .mobile-ask-button:hover {
            background: rgba(20, 85, 225, 0.9);
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }
        
        .mobile-search {
            width: 100%;
            max-width: 500px;
            margin-bottom: 40px;
        }
        
        .mobile-search .form-group {
            position: relative;
            width: 100%;
        }
        
        .mobile-search input {
            width: 100%;
            padding: 16px 60px 16px 25px;
            border: 2px solid rgba(20, 85, 225, 0.5);
            border-radius: 30px;
            font-size: 16px;
            background: rgba(255, 255, 255, 1);
            color: rgba(20, 85, 225, 1);
            font-family: "Inter", sans-serif;
            font-weight: 400;
            line-height: 120%;
            letter-spacing: -1%;
        }
        
        .mobile-search input::placeholder {
            color: rgba(20, 85, 225, 0.7);
            font-family: "Inter", sans-serif;
            font-weight: 400;
            line-height: 120%;
            letter-spacing: -1%;
        }
        
        .mobile-search button {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            width: 24px;
            height: 24px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231455E1"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') no-repeat center;
            cursor: pointer;
        }
        
        .mobile-contact {
            width: 100%;
            max-width: 500px;
            margin-bottom: 40px;
        }
        
        .mobile-contact a {
            display: block;
            font-family: "Inter", sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: rgba(20, 85, 225, 1);
            text-decoration: none;
            margin-bottom: 15px;
            transition: all 0.3s ease;
            line-height: 120%;
            letter-spacing: -1%;
            text-align: center;
        }
        
        .mobile-contact a:hover {
            color: rgba(20, 85, 225, 0.8);
            transform: translateX(5px);
        }
        
        .mobile-social {
            display: flex;
            gap: 20px;
            justify-content: center;
        }
        
        .mobile-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: rgba(20, 85, 225, 0.1);
            transition: all 0.3s ease;
        }
        
        .mobile-social a:hover {
            background: rgba(20, 85, 225, 0.2);
            transform: translateY(-5px) scale(1.1);
        }
        
        /* Анимация появления элементов меню */
        .mobile-nav a,
        .mobile-ask-button,
        .mobile-search,
        .mobile-contact,
        .mobile-social {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.5s ease;
        }
        
        .mobile-menu.active .mobile-nav a {
            opacity: 1;
            transform: translateY(0);
        }
        
        .mobile-menu.active .mobile-nav a:nth-child(1) { transition-delay: 0.1s; }
        .mobile-menu.active .mobile-nav a:nth-child(2) { transition-delay: 0.15s; }
        .mobile-menu.active .mobile-nav a:nth-child(3) { transition-delay: 0.2s; }
        .mobile-menu.active .mobile-nav a:nth-child(4) { transition-delay: 0.25s; }
        .mobile-menu.active .mobile-nav a:nth-child(5) { transition-delay: 0.3s; }
        .mobile-menu.active .mobile-nav a:nth-child(6) { transition-delay: 0.35s; }
        
        .mobile-menu.active .mobile-ask-button {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.4s;
        }
        
        .mobile-menu.active .mobile-search {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.45s;
        }
        
        .mobile-menu.active .mobile-contact {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.5s;
        }
        
        .mobile-menu.active .mobile-social {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.55s;
        }
        


.link-grid {
  display: grid;
            grid-template-columns:1fr 1fr;
            gap: 30px;margin-top:80px;
	align-items: center;
  text-align: center;
	
}
.t-diplom {
font-weight: 600;
font-size: 32px;
color:rgba(0, 0, 0, 1);

}
.small_search {max-width:500px;}
.center11 .slick-dots {bottom: -45px; }
.center11 .slick-dots li.slick-active button::before {opacity: 1;color: rgb(20, 85, 225);}
.center11 .slick-dots li button::before {opacity:1;color: rgba(20, 85, 225, 0.5); }
.center11 .slick-next { right: -5px;}

.center11 .slick-prev::before,.center11  .slick-next::before {color: #1455e1; }
.center11 .slick-prev {left: -55px;}
.t-diplom2 {
font-family: 'Inter', sans-serif;
font-weight: 300;margin-top:20px;
font-size: 20px;
color:rgba(19, 0, 79, 0.6);
}
.grid-diplom {
	  display: grid;
            grid-template-columns:1fr 1fr;
            gap: 30px;
}
.section-diplom {margin-top:160px;}
.section-diplom h2{color: rgba(20, 85, 225, 1);
  font-weight: 900;
  text-align: center;margin-top:0px;
  font-size: 50px;}
.header-spiker {position:relative;}
.header-spiker img {width:129px;position:absolute;right:0px;top:-50px;}
.center88 .slick-dots {bottom: -45px; }
.center88 .slick-dots li.slick-active button::before {opacity: 1;color: rgb(20, 85, 225);}
.center88 .slick-dots li button::before {opacity:1;color: rgba(20, 85, 225, 0.5); }
.center88 .slick-next { right: -5px;}
.spiker-t {
font-weight: 800;
font-size: 20px;
color:rgba(255, 255, 255, 1);
padding-right: 60px;
  margin-bottom: 30px;
}
.desc-spiker {margin-top:20px;}
.center88 .slick-slide {padding: 80px 20px 20px 20px !important;}
.spiker-t2 {font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;
color:rgba(255, 255, 255, 0.8);
}
.center88 {padding-top:50px;}
.center88 .slick-prev::before,.center88  .slick-next::before {color: #1455e1; }
.center88 .slick-prev {left: -55px;}
.pass-t1 {
font-weight: 800;
font-size: 24px;
color:rgba(0, 0, 0, 1);
	
}
.pass-t2 {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;margin-top:8px;
color:rgba(20, 85, 225, 0.8);

}

.header-spiker{background:rgba(20, 85, 225, 1);padding:15px 22px;
-webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius:20px;
}
.postup2-grid {
	  display: grid;
            grid-template-columns:1fr 1fr;
            gap: 30px;
	
}
.postup-grid {
	  display: grid;
            grid-template-columns:1fr 840px;
            gap: 30px;
	
}

.postup-block {
  background: rgba(255, 255, 255, 1);
  padding:20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	 display: grid;
            grid-template-columns:1fr 70px;
            gap: 30px;
}

.align-cebter {align-self: center;}

 .pay-proga{
  
            background: rgba(20, 85, 225, 1);
            border-radius: 50px;
            padding: 14px 20px;
	 width:100%;
            gap: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 25px;
            color: white;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;

        }

.pay-proga:hover {
            background: rgba(20, 85, 225, 0.9);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
.date-pays {
font-weight: 700;
font-size: 35px;
color:rgba(0, 0, 0, 1)
}
.li-proga span.l1 {
  font-weight: 700;
  font-style: Bold;
  color: rgba(20, 85, 225, 1);
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap; /* Запрещаем перенос для левой части */
  display: inline-block;
}
.li-proga span.l1 img {margin-bottom:-10px;margin-right:7px;}
.li-proga span.l2 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  white-space: normal; /* Разрешаем перенос для правой части */
  flex: 1; /* Занимает оставшееся пространство */
}

.li-proga {
  font-size: 20px;
  display: flex;
align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  width: 100%;
}
.content-programms-t1{
font-weight: 900;margin-bottom:10px;
font-size: 44px;margin-top:0px;
color:rgba(0, 0, 0, 1);
}
.block-tid {margin-top:40px;  display: flex;
  flex-direction: column;
  align-items: center; }
.desc-before-h1 {   font-family: 'Inter', sans-serif;
font-weight: 500;
color:rgba(0, 0, 0, 0.6);
font-size: 20px;
}
.grid-content-programma {
 display: grid;
  grid-template-columns: 670px 1fr;
  gap: 20px;	
}
.desc-after-h1 {
 font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 20px;
color:rgba(0, 0, 0, 0.7);
}
.max900m {max-width:1090px;margin:0 auto;
 display: grid;
  grid-template-columns: 670px 1fr;
  gap: 20px;	
}
.bg-programm .section-breadcrums2 .breadcrumb {text-align:left;}
.bg-programm .breadcrumb > li + li::before { color:rgba(0, 0, 0, 1);}
.bg-programm .section-breadcrums2 .breadcrumb > li a{color:rgba(0, 0, 0, 0.5);}
.bg-programm .section-breadcrums2 .breadcrumb > li {color:rgba(0, 0, 0, 1);}
.bg-programm .nav-menu a {color:rgba(0, 0, 0, 1);}
.bg-programm .nav-bg {background:rgba(220, 231, 255, 1);}
.bg-programm {background:rgba(220, 231, 255, 1);}
.grid-filrt {
	 display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;	
	
}
.cont-link a {text-decoration:none;}
.section-programma-header {padding:40px 0px 100px 0px;}
.forwho-sec {padding:100px 0px 100px 0px;}
.error input[placeholder]          {-o-text-overflow:ellipsis;text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
.error::-webkit-input-placeholder {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
.error::-moz-placeholder     {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important} 
.error:-moz-placeholder      {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important} 
.error:-ms-input-placeholder {text-overflow:ellipsis; font-style:italic; color:#ff0048 !important}
.form-supject {
  opacity: 0;
  display: none;
  pointer-events: none;
}
img {
  max-width: 100%;
  height: auto;
}
a {transition: all 0.5s ease;}
html, body {
  overflow-x: hidden !important;
}

/*фильтр*/
   .courses-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .course-card {
            background-color: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        .course-image {
            position: relative;
            height: 200px;
            overflow: hidden;
        }
        
        .course-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .course-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height:100%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
        }
        
        .course-image-content {
            position: absolute;
            bottom: 15px;
            left: 20px;
            right: 20px;
            z-index: 2;
            color: white;
        }
        
        .course-title {
            font-family: 'Montserrat', sans-serif;
            font-weight: 900;
            font-size: 18px;
            margin-bottom: 5px;
        }
        
        .course-duration {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 15px;

            opacity: 0.8;
        }
        
        .course-info {
            padding:10px 10px 20px 10px;
            display: flex;
            justify-content: space-between;
  align-items: center;
        }
        
        .course-details {
            flex: 1;
        }
        
        .course-price {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 25px;
            line-height: 40px;
            color: #1455E1;
            margin-bottom: 5px;
        }
        
        .course-type {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 15px;
            color: #000;
        }
        
        .course-link {
            margin-left: 15px;
            display: flex;
            align-items: center;
        }
        
        .arrow-circle {
            width: 50px;
            height: 50px;
            background-color: #1455E1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;
        }
        
        .arrow-circle:hover {
            background-color: #0d3e9e;
        }
        
        @media (max-width: 992px) {
            .courses-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .courses-grid {
                grid-template-columns: 1fr;
            }
            
   
            .course-link {
                margin-left: 0;
                margin-top: 15px;
                align-self: flex-end;
            }
        }

/*фильтр конец*/
 .faq-item {
            background: #fff;
            border-radius: 20px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .faq-question {
            display: grid;
			grid-template-columns: 1fr 40px;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .faq-question:hover {
            background-color: #f9f9f9;
        }
        
        .question-left {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .question-number {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 50px;
            line-height: 60px;
            color: rgba(20, 85, 225, 1);
            vertical-align: middle;
        }
        
        .question-title {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 28px;margin:0px;
   
            color: rgba(0, 0, 0, 1);
        }
        
        .question-arrow {
            width: 40px;
            height: 40px;
            background-color: rgba(20, 85, 225, 1);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease;
        }
.center-align {text-align:center !important;}
        .question-arrow svg {
            width: 16px;
            height: 13px;
            transition: transform 0.3s ease;
        }
.title-progrmm {
font-weight: 800;
font-size: 28px;margin-bottom:40px;
color:rgba(20, 85, 225, 1);
}
.desc-proggrams-d {
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 20px;margin-bottom:40px;
color:rgba(19, 0, 79, 1);
}
.faq-answer h3 {font-weight:600;color:rgba(20, 85, 225, 1);margin-top:0px;}
.faq-answer ul li {margin-bottom:15px; }
        .faq-answer {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 20px;
            line-height: 28px;
            color: rgba(19, 0, 79, 1);
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }
        
        .faq-item.active .faq-answer {
            padding: 0 20px 20px;
         max-height: 100%;
        }
        
        .faq-item.active .question-arrow svg {
            transform: rotate(180deg);
        }



.sec-faq {background:rgba(231, 238, 255, 1);padding:70px 0px 90px 0px;}
.svg-list2 {
            list-style: none;
            padding: 0;
            margin: 0;
            display:block;

            width: 100%;
        }

        .svg-list2 li {
            position: relative;
            padding: 0px 0px 0px 80px;
            margin-bottom: 15px;
            border-radius: 8px;
            line-height: 3em;
            flex: 1 1 calc(50% - 20px);
            min-width: 300px;
         
font-family: 'Inter', sans-serif;
font-weight: 400;
color:rgba(19, 0, 79, 1);
font-size: 24px;

        }



        .svg-list2 li::before {
            content: "";
            position: absolute;
            left: 20px;
top: 50%;
  transform: translateY(-50%);

            width: 44px;
            height: 45px;
            background-image: url("data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6794 2.25496C19.2906 -0.751645 23.9587 -0.751663 26.57 2.25496C27.8996 3.78572 29.867 4.61438 31.8913 4.4991C35.8045 4.27611 39.0522 7.50313 38.8425 11.4171L38.8259 11.7393C38.7163 13.7815 39.5261 15.7694 41.029 17.1563C43.9895 19.8882 43.9894 24.5797 41.029 27.3116C39.526 28.6985 38.7163 30.6864 38.8259 32.7286L38.8425 33.0509C39.0524 36.9649 35.8046 40.1918 31.8913 39.9688C29.8671 39.8536 27.8996 40.6824 26.57 42.213C23.9587 45.2196 19.2906 45.2196 16.6794 42.213C15.3497 40.6822 13.3815 39.8535 11.3571 39.9688C7.4439 40.1917 4.19601 36.9648 4.40593 33.0509L4.42351 32.7286C4.53302 30.6865 3.72327 28.6985 2.22038 27.3116C-0.740128 24.5797 -0.740128 19.8882 2.22038 17.1563C3.72314 15.7694 4.53303 13.7814 4.42351 11.7393L4.40593 11.4171C4.19618 7.50324 7.444 4.27629 11.3571 4.4991C13.3816 4.61446 15.3497 3.7859 16.6794 2.25496ZM30.4811 12.2345C29.2869 11.5417 27.7571 11.9477 27.0641 13.1417L20.1335 25.088L16.1823 18.2764C15.4896 17.0822 13.9606 16.6757 12.7663 17.3682C11.5722 18.0611 11.1653 19.591 11.8581 20.7852L17.9714 31.3253C18.4186 32.0961 19.2432 32.5703 20.1344 32.5704C21.0255 32.5703 21.8493 32.0959 22.2966 31.3253L31.3893 15.6514C32.0821 14.4572 31.6752 12.9274 30.4811 12.2345Z' fill='%231455E1'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }

        /* Адаптивность для мобильных устройств */
        @media (max-width: 768px) {
            .svg-list2 li {
                flex: 1 1 100%;
                min-width: auto;
            }
        }



.svg-list3 {
            list-style: none;
            padding: 0;
            margin: 0;
            display:block;

            width: 100%;
        }

        .svg-list3 li {
            position: relative;
            padding: 0px 0px 0px 80px;
            margin-bottom: 30px;
            flex: 1 1 calc(50% - 20px);
            min-width: 300px;
         
font-family: 'Inter', sans-serif;
font-weight: 400;
color:rgba(19, 0, 79, 1);
font-size: 24px;

        }



        .svg-list3 li::before {
            content: "";
            position: absolute;
            left: 20px;
top: 50%;
  transform: translateY(-50%);

            width: 40px;
            height: 40px;
            background-image: url("data:image/svg+xml,%3Csvg width='39' height='40' viewBox='0 0 39 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0039 2.02832C17.3528 -0.67605 21.5515 -0.676071 23.9004 2.02832C25.0964 3.40542 26.8665 4.15064 28.6875 4.04688C32.2076 3.84629 35.1293 6.74973 34.9404 10.2705L34.9248 10.5605C34.8264 12.3974 35.5554 14.1852 36.9072 15.4326C39.57 17.8899 39.57 22.1101 36.9072 24.5674C35.5553 25.8148 34.8264 27.6026 34.9248 29.4395L34.9404 29.7295C35.1293 33.2503 32.2076 36.1537 28.6875 35.9531C26.8665 35.8494 25.0964 36.5946 23.9004 37.9717C21.5515 40.676 17.3528 40.676 15.0039 37.9717C13.8079 36.5946 12.0378 35.8494 10.2168 35.9531C6.69667 36.1537 3.77503 33.2503 3.96387 29.7295L3.97949 29.4395C4.07789 27.6026 3.34895 25.8148 1.99707 24.5674C-0.66577 22.1101 -0.665754 17.8899 1.99707 15.4326C3.34894 14.1852 4.07788 12.3974 3.97949 10.5605L3.96387 10.2705C3.77503 6.74973 6.69667 3.84628 10.2168 4.04688C12.0378 4.15062 13.8079 3.40541 15.0039 2.02832ZM27.5459 10.7871C26.3518 10.0944 24.8219 10.5006 24.1289 11.6943L18.1123 22.0654L14.7754 16.3125C14.0825 15.1188 12.5525 14.713 11.3584 15.4053C10.1646 16.0982 9.75867 17.6272 10.4512 18.8213L15.9502 28.3027C16.3974 29.0737 17.2219 29.5478 18.1133 29.5479C19.0043 29.5475 19.8283 29.0735 20.2754 28.3027L28.4541 14.2041C29.1465 13.0099 28.7399 11.4799 27.5459 10.7871Z' fill='%231455E1'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
        }

        /* Адаптивность для мобильных устройств */
        @media (max-width: 768px) {
            .svg-list3 li {
                flex: 1 1 100%;
                min-width: auto;
            }
        }



  .svg-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            width: 100%;
        }

        .svg-list li {
            position: relative;
            padding: 0px 0px 0px 80px;
            margin-bottom: 0;
            border-radius: 8px;
            line-height: 1.6;
            flex: 1 1 calc(50% - 20px);
            min-width: 300px;
         
font-family: 'Inter', sans-serif;
font-weight: 400;
color:rgba(19, 0, 79, 1);
font-size: 18px;

        }

        .svg-list li::before {
            content: "";
            position: absolute;
            left: 20px;
        top: 10px;

            width: 44px;
            height: 45px;
            background-image: url("data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6794 2.25496C19.2906 -0.751645 23.9587 -0.751663 26.57 2.25496C27.8996 3.78572 29.867 4.61438 31.8913 4.4991C35.8045 4.27611 39.0522 7.50313 38.8425 11.4171L38.8259 11.7393C38.7163 13.7815 39.5261 15.7694 41.029 17.1563C43.9895 19.8882 43.9894 24.5797 41.029 27.3116C39.526 28.6985 38.7163 30.6864 38.8259 32.7286L38.8425 33.0509C39.0524 36.9649 35.8046 40.1918 31.8913 39.9688C29.8671 39.8536 27.8996 40.6824 26.57 42.213C23.9587 45.2196 19.2906 45.2196 16.6794 42.213C15.3497 40.6822 13.3815 39.8535 11.3571 39.9688C7.4439 40.1917 4.19601 36.9648 4.40593 33.0509L4.42351 32.7286C4.53302 30.6865 3.72327 28.6985 2.22038 27.3116C-0.740128 24.5797 -0.740128 19.8882 2.22038 17.1563C3.72314 15.7694 4.53303 13.7814 4.42351 11.7393L4.40593 11.4171C4.19618 7.50324 7.444 4.27629 11.3571 4.4991C13.3816 4.61446 15.3497 3.7859 16.6794 2.25496ZM30.4811 12.2345C29.2869 11.5417 27.7571 11.9477 27.0641 13.1417L20.1335 25.088L16.1823 18.2764C15.4896 17.0822 13.9606 16.6757 12.7663 17.3682C11.5722 18.0611 11.1653 19.591 11.8581 20.7852L17.9714 31.3253C18.4186 32.0961 19.2432 32.5703 20.1344 32.5704C21.0255 32.5703 21.8493 32.0959 22.2966 31.3253L31.3893 15.6514C32.0821 14.4572 31.6752 12.9274 30.4811 12.2345Z' fill='%231455E1'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
        }

        /* Адаптивность для мобильных устройств */
        @media (max-width: 768px) {
            .svg-list li {
                flex: 1 1 100%;
                min-width: auto;
            }
        }

   
.whatwho{
  margin-bottom: 60px;
  font-weight: 800;margin-top:0px;
  font-size: 50px;
  text-align: left;line-height: 1em;
  color: rgba(20, 85, 225, 1);
}
.max616 {max-width:616px;}
.proc-section-b {background:rgba(245, 248, 255, 1);padding:40px 0px 40px 0px;}
.sec-oplata {margin-top:100px;margin-bottom:100px;}
/* Стили для кастомного чекбокса */

.custom-checkbox input.error + .checkbox {
  background: red;
  border: 2px solid red;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(19, 0, 79, 0.6);
   display: flex;
align-items: center;
    gap: 10px;
    padding-left: 0;

  transition: all 0.3s ease;
}
.bg-programm .social-icons svg {
  fill: rgba(0, 0, 0, 0.5) !important;
}

.bg-programm .social-icons svg path {
  fill: rgba(0, 0, 0, 0.5) !important;
  fill-opacity: 1 !important;
}
.checkbox-text {
    line-height: 1.4;
}
.custom-checkbox:hover {
  color: rgba(29, 26, 25, 1);
}

.hidden-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  position: relative;
    flex-shrink: 0;
    margin-top: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid rgba(19, 0, 79, 0.8);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.custom-checkbox:hover .checkbox {
  border-color: rgba(225, 51, 0, 1);
}
.thankyou {font-size: 22px;
  font-weight: 800;
  color: #000;
}
.buttom-f:hover {cursor:pointer;transition: all .5s ease;
	background: rgba(20, 85, 225, .9); }
.checkmark {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
background-color: rgb(20, 85, 225);
  border-radius: 2px;
}
.course-card a {text-decoration:none;}
.hidden-checkbox:checked ~ .checkbox {
background-color: rgb(20, 85, 225);
  border-color: rgb(20, 85, 225);
}

.hidden-checkbox:checked ~ .checkbox .checkmark {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox a {
  color:rgba(19, 0, 79, 0.6);
  text-decoration: underline;
  transition: all 0.3s ease;
}

.custom-checkbox a:hover {
  color: rgba(225, 51, 0, 1);
  text-decoration: none;
}

/* Стиль для неактивного состояния */
.custom-checkbox.error .checkbox {
  border-color: #ff0048;
}

.custom-checkbox.error {
  color: #ff0048;
}

.card-number{
font-weight: 500;
font-size: 70px;
color:#fff;
}
.card-title{font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 24px;
color:#fff;
}
.card-text{font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 16px;
color:rgba(255, 255, 255, 0.7);
}
.card {
  background-color:rgba(20, 85, 225, 1);
  border-radius: 30px;
  padding: 130px 30px 15px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.mart30 {margin-top:30px;}
.marb30 {margin-bottom:30px;}
.img-alb {position:relative;}
.img-alb img{width:100%;object-fit: cover;}
.img-alb .card-content{position:absolute;bottom:10px;left:30px;z-index: 20;}
.card2 {
  background-color:rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  padding: 110px 30px 15px 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}



.grid-mbi0num {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;	
}
.card-bg {
  position: absolute;
  top: 40px;
  right: 0;
  opacity: 0.6;
  z-index: 0;
}

.img-l img {-webkit-border-radius: 30px !important;
-moz-border-radius: 30px !important;
border-radius: 30px !important;width:530px;height:530px;}
.center2 .slick-dots {bottom: -45px; }
.center2 .slick-dots li.slick-active button::before {opacity: 1;color: rgb(20, 85, 225);}
.center2 .slick-dots li button::before {opacity:1;color: rgba(20, 85, 225, 0.5); }
.center2 .slick-next { right: -5px;}

.center2 .slick-prev::before,.center2  .slick-next::before {color: #1455e1; }
.center2 .slick-prev {left: -55px;}
  .title-mbb {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            font-size: 50px;
            line-height: 60px;
            color: rgba(0, 0, 0, 1);
            margin-bottom: 40px;
        }
        
   


.grid-mbi-number {     display: grid;
            grid-template-columns:530px 1fr ;
            gap: 20px;
      }


.img-absolutes {position:absolute;bottom: -45px;right:0px;}
.grid-mbi {     display: grid;
            grid-template-columns:1fr 350px;
            gap: 20px;
      }
 .contacts-f {
            display: flex;
            gap: 40px;margin-top:80px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            letter-spacing: 0%;
        }

        .contact-link {
            display: flex;
            align-items: center;
            gap: 12px;
            color: rgba(43, 160, 244, 1);
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .contact-link:hover {
            opacity: 0.8;
        }

        .contact-link::before {
            content: '';
            display: inline-block;
            width: 29px;
            height: 29px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .phone::before {
            background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.35299 0.25456C2.5553 0.75431 0.740633 2.7872 0.358074 3.60968C0.0146861 4.34771 -0.0111588 4.52419 0.00284059 6.03225C0.0214166 8.03681 0.361305 9.30509 1.54115 11.7731C3.01674 14.8597 5.11799 17.7308 8.05408 20.6723C12.3871 25.0134 16.9912 27.9128 20.965 28.8031C22.421 29.1293 24.3722 29.0407 25.2644 28.6077C26.1834 28.1619 28.677 25.8421 28.8699 25.2536C29.2141 24.2034 29.1196 24.0687 25.4524 20.3782C21.8359 16.7387 21.57 16.5423 20.6278 16.8145C20.3622 16.8912 19.5551 17.5794 18.4429 18.6774C16.4536 20.6414 16.0551 20.8523 14.6634 20.6772C12.042 20.3474 8.61823 16.8934 8.31213 14.2697C8.15517 12.9248 8.38441 12.4906 10.3031 10.4969C12.9452 7.75162 12.9942 7.99289 8.96162 3.88618C7.28358 2.17725 5.67433 0.603856 5.38559 0.389833C4.75764 -0.0757604 3.96452 -0.128622 3.35299 0.25456Z' fill='%232BA0F4'/%3E%3C/svg%3E");
        }

        .email::before {
            background-image: url("data:image/svg+xml,%3Csvg width='41' height='29' viewBox='0 0 41 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.34508 0.147455C2.00344 0.366908 18.1414 16.6239 19.0966 17.0225C20.0092 17.4032 20.9928 17.4026 21.9029 17.0208C22.8627 16.6181 38.9978 0.367881 38.6558 0.148428C38.3486 -0.0488261 2.65223 -0.0497992 2.34508 0.147455ZM0.0770981 2.75343C-0.094205 3.70757 0.0485797 26.6097 0.22682 26.7898C0.310641 26.8743 3.15188 24.1416 6.54076 20.717L12.7025 14.4903L6.62593 8.36028C3.28369 4.98885 0.469034 2.20295 0.371146 2.16926C0.273066 2.13558 0.140686 2.39845 0.0770981 2.75343ZM34.4217 8.31004C31.0568 11.7064 28.3175 14.5318 28.334 14.5889C28.434 14.932 40.6511 26.9125 40.7742 26.7883C40.95 26.6107 41.0935 3.70679 40.9247 2.76589C40.8623 2.41773 40.7501 2.13343 40.6756 2.13382C40.6008 2.13441 37.7867 4.91369 34.4217 8.31004ZM8.1954 22.5507C3.47406 27.3236 2.13408 28.7826 2.38343 28.8792C2.84801 29.0593 38.3731 29.0289 38.6546 28.8482C38.8113 28.7476 36.8462 26.6339 32.7334 22.4792L26.5776 16.2608L25.851 16.9548C24.1944 18.5367 23.9231 18.7474 22.9406 19.2137C22.1363 19.5954 21.606 19.7013 20.4997 19.7013C18.6775 19.7013 17.4793 19.1534 15.7788 17.5417C15.0899 16.8888 14.4824 16.3531 14.4288 16.3511C14.3752 16.3494 11.5702 19.1392 8.1954 22.5507Z' fill='%232BA0F4'/%3E%3C/svg%3E");
        }
.mbi-faces {background:rgba(220, 231, 255, 0.4);
padding:70px 0px 70px 0px;
margin-bottom:140px;margin-top:70px;	

}
.relative {position:relative;}
.pos-rela img {max-height:540px;}
.mbi-face {background:rgba(220, 231, 255, 1);padding:90px 0px 40px 0px;}
.pos-rela{position:relative;}
 .text-d-face{font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 20px;max-width:810px;
color:rgba(19, 0, 79, 1);
}
.title-mbi-s {margin-bottom:60px;
font-weight: 800;
font-size: 50px;
text-align: center;
color:rgba(20, 85, 225, 1)
}
.rector-title{position:absolute;right:0px;top:-30px;
font-weight: 600;padding:6px 30px;
font-size: 20px;border-radius: 20px;
color:#fff;background:rgba(20, 85, 225, 1);
}
.lkop {
font-weight: 600;
border-radius: 20px;position:absolute;bottom:0px;z-index:50;
font-size: 24px;display:table;
color:rgba(20, 85, 225, 1);background:#fff;
padding:18px 33px;
}
   /* Исправленный CSS для слайдера */
.main-container {
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    position: relative;
    width: 100%;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.slide {
    min-width: 100%;
    padding: 20px 80px; /* Увеличил отступы для стрелок */
    display: flex;
    gap: 40px; /* Увеличил расстояние между карточками */
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}
.section-slider-cont {margin-top:110px;margin-bottom:110px;}
.employee-card {
    flex: 1;
    max-width: 600px; /* Уменьшил максимальную ширину для лучшего размещения */
    display: flex;
    gap: 25px;
    padding: 30px;
    border-radius: 30px;
    background: rgba(241, 245, 255, 1);
    box-sizing: border-box;
}

.employee-info {
    flex: 1;
    min-width: 0; /* Важно для правильного обрезания текста */
}

.employee-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    color: rgba(20, 85, 225, 1);
    margin-bottom: 15px;
    word-wrap: break-word;
}

.employee-position {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(19, 0, 79, 0.6);
    word-wrap: break-word;
}

.employee-photo {
    width: 192px;
    height: 192px;
    display: flex;
    justify-content:top;
    align-items: top;
    overflow: hidden;
    flex-shrink: 0;
}

.employee-photo i {
    font-size: 80px;
    color: white;
}

/* Стрелки */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    border: 2px solid #1455e1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #1455e1;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(20, 85, 225, 0.3);
    z-index: 10;
}

.slider-arrow:hover {
    background: #1455e1;
    color: white;
    box-shadow: 0 6px 20px rgba(20, 85, 225, 0.5);
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
    left: 10px;
}

.slider-arrow.next {
    right: 10px;
}

/* Пагинация */
.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 10px;
}

.pagination {
    display: flex;
    gap: 12px;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(20, 85, 225, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: #1455e1;
    transform: scale(1.2);
}

/* Адаптивность */
@media (max-width: 1400px) {
    .main-container {
        max-width: 1200px;
    }
    
    .slide {
        padding: 20px 70px;
    }
}

@media (max-width: 1200px) {
    .main-container {
        max-width: 1000px;
    }
    
    .slide {
        padding: 20px 60px;
    }
    
    .employee-card {
        max-width: 480px;
    }
    
    .slider-arrow {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .main-container {
        max-width: 900px;
    }
    
    .slide {
        gap: 25px;
        padding: 20px 50px;
    }
    
    .employee-card {
        max-width: 430px;
        gap: 20px;
        padding: 25px;
    }
    
    .employee-name {
        font-size: 24px;
    }
    
    .employee-position {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 900px) {
    .main-container {
        max-width: 800px;
    }
    
    .slide {
        padding: 20px 45px;
    }
    
    .employee-card {
        max-width: 380px;
    }
    
    .slider-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .main-container {
        max-width: 100%;
    }
    
    .slide {
        flex-direction: column;
        gap: 20px;
        padding: 20px 60px; /* Увеличил отступы для мобильных */
    }
    
    .employee-card {
        max-width: 100%;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .employee-photo {
        width: 160px;
        height: 160px;
        margin: 0 auto;
    }
    
    .employee-photo i {
        font-size: 60px;
    }
    
    .slider-arrow {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
    
    .slider-arrow.prev {
        left: 5px;
    }
    
    .slider-arrow.next {
        right: 5px;
    }
}

@media (max-width: 600px) {
    .slide {
        padding: 20px 40px;
    }
}

@media (max-width: 480px) {
    .slide {
        padding: 20px 30px;
    }
    
    .employee-card {
        padding: 20px;
    }
    
    .employee-name {
        font-size: 22px;
    }
    
    .employee-position {
        font-size: 16px;
        line-height: 24px;
    }
    
    .employee-photo {
        width: 140px;
        height: 140px;
    }
    
    .employee-photo i {
        font-size: 50px;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
}

.blocks-container {
            display: grid;
            grid-template-columns:1fr 1fr;
            gap: 20px;
      
        }
.info-block a.b {text-decoration:none;display:block;width:100%;height:100%;}
        .info-block {
            width: 100%;
            background: white;
            border-radius: 20px;
            padding: 20px;
            position: relative;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .info-text {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0%;
            color: rgba(20, 85, 225, 1);
        }
        
        .pdf-link {
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            color: rgba(20, 85, 225, 0.6);
            text-decoration: none;
            margin-top: 20px;
        }
        
        .pdf-icon {
            width: 16px;
            height: 16px;
            background-color: rgba(20, 85, 225, 0.6);
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v2H7.5V7H10c.83 0 1.5.67 1.5 1.5v1zm5 2c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm4-3H19v1h1.5V11H19v2h-1.5V7h3v1.5zM9 9.5h1v-1H9v1zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5.5h1v-3h-1v3z'/%3E%3C/svg%3E") no-repeat center;
            -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v2H7.5V7H10c.83 0 1.5.67 1.5 1.5v1zm5 2c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm4-3H19v1h1.5V11H19v2h-1.5V7h3v1.5zM9 9.5h1v-1H9v1zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5.5h1v-3h-1v3z'/%3E%3C/svg%3E") no-repeat center;
        }
        
        /* Адаптивность для мобильных устройств */
        @media (max-width: 1200px) {
            .blocks-container {
                grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            }
        }
        
        @media (max-width: 1000px) {
            .blocks-container {
                grid-template-columns: 1fr;
                max-width: 530px;
            }
        }
        
        @media (max-width: 600px) {
            .info-block {
                height: auto;
                min-height: 123px;
            }
            
            .blocks-container {
                grid-template-columns: 1fr;
            }
            
            .info-text {
                font-size: 16px;
            }
        }
.dop-info {
background:rgba(220, 231, 255, 0.4);
padding:60px 0px 60px 0px;	margin-top:100px;margin-bottom:100px;
	
}
.dop-info h2{
font-weight: 800;

font-size: 50px;
color:rgba(0, 0, 0, 1);margin-top:0px;
text-align: center;
}
.text-about-j {  font-family: "Inter", sans-serif;
font-weight: 400;
color:rgba(0, 0, 0, 1);
font-size: 18px;margin-bottom:6px;

}
.section-news h1 {
font-weight: 700;
font-size: 24px;
color:#000
}
.all-news {font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 20px;
color:rgba(0, 0, 0, 0.6);
}
.img-news-in {margin-bottom:20px;}
.news-date2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(20, 85, 225, 1);
  margin-bottom: 8px;
}
.h3-news {
font-weight: 700;
font-size: 32px;margin-top:0px;
color:rgba(0, 0, 0, 1);
}
.logo-footer {max-width: 330px;}

.program-list li a{color: rgba(19, 0, 79, 1);text-decoration:none;font-size:16px;}


.img-alb {
    position: relative;
    display: inline-block; /* или block */
}

.img-alb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        rgba(0,0,0,0.1) 0%, 
        rgba(0,0,0,0.3) 50%, 
        rgba(0,0,0,0.7) 100%);
    pointer-events: none;
    z-index: 1;
    border-radius: 30px;
}

.img-alb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 30px;
    position: relative;
    z-index: 0;
}

.section-breadc {margin-bottom:25px;}
.section-breadc .breadcrumb > li a { color:rgba(0, 0, 0, 0.5);}
.section-breadc .breadcrumb > li {color:rgba(0, 0, 0, 1);}
.section-breadc .breadcrumb > li + li::before {color:rgba(0, 0, 0, 1);}
.section-breadc .breadcrumb {text-align:left;}
  .news-title2 {
margin-top:0px;
font-weight: 800;
font-size: 20px;
 margin-bottom: 10px;
            color:rgba(0, 0, 0, 1);

        }

.content-text-corp2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;line-height:25px;
  font-size: 16px;
  color: rgba(19, 0, 79, 1);
}
.grid-inst {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 20px;
}
   .news-card2 {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 20px;
            padding-bottom: 25px;
 border-bottom: 0.5px solid rgba(0, 0, 0, 1);margin-bottom:25px;
            transition: transform 0.3s ease;
}
        .news-card2:hover {
            transform: translateY(-5px);
        }


.corp-block {

  background:rgba(255, 255, 255, 1);
  padding: 40px 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;

}
.crp-title {
font-weight: 700;
font-size: 32px;margin-top:15px;margin-bottom:15px;
color:rgba(0, 0, 0, 1);
}
.crp-desc {font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 18px;
color:rgba(0, 0, 0, 0.5);
}
.block-corp2 {background:rgba(220, 231, 255, 1);padding:70px 0px 70px 0px;margin-top:100px;margin-bottom:50px;}
.content-text-corp{font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 18px;
color:rgba(19, 0, 79, 1);
}
.proc-t {
font-weight: 900;
font-size: 40px;margin-bottom:40px;
color:rgba(20, 85, 225, 1);
}
.proc-t2 span {color:rgba(20, 85, 225, 1);font-weight:600;}
.proc-t2 {

font-weight: 400;
font-size: 24px;
color:rgba(0, 0, 0, 0.5);

}
  .details-button2 {
  
            background: rgba(20, 85, 225, 1);
            border-radius: 50px;
            padding: 14px 60px;
            gap: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 25px;
            color: white;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
        }

        .details-button2:hover {
            background: rgba(20, 85, 225, 0.9);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
.grid-corp-b {
	 display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 20px;
	
}
.block-corp2 h2 {
font-weight: 900;
font-size: 50px;text-align:center;
color:rgba(20, 85, 225, 1);margin-bottom:40px;

}
.block-proc {background:rgba(245, 248, 255, 1);padding:40px 0px 40px 0px;margin-top:120px;}

.grid-block-proc {
	 display: grid;
            grid-template-columns: 1fr 400px;
            gap: 20px;align-items: center;
	
}
.grid-news-all {	 display: grid;
            grid-template-columns: 1fr 400px;
            gap: 30px;}
.section-content-main{margin-top:60px;}
 .section-title {
            text-align: center;
            margin-bottom: 40px;
            font-size: 32px;
            color: #2c3e50;
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: #3498db;
        }

        .news-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
            gap: 30px;
        }

        .news-card {
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 20px;align-items: center;
            padding-bottom: 25px;
            transition: transform 0.3s ease;
        }
.grid-corp {
	 display: grid;
            grid-template-columns: 390px 1fr;
            gap: 20px;
	
}
        .news-card:hover {
            transform: translateY(-5px);
        }

        .news-image {
            width: 100%;
            object-fit: cover;
  
            display: flex;
            align-items: center;
            justify-content: center;
            color: #7f8c8d;
            font-size: 12px;
     
        }
  .news-image a img{  width: 100%;
	  object-fit: cover; -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

}
.news-image a {
width: 100%;
  height: 100%;
  display: block;
	  }
        .news-content {
            display: flex;
            flex-direction: column;
        }

        .news-date {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 16px;
color:rgba(20, 85, 225, 1);

            margin-bottom: 8px;
        }

        .news-title {
margin-top:0px;
font-weight: 800;
font-size: 24px;
 margin-bottom: 10px;
            color:rgba(0, 0, 0, 1);

        }

        .news-excerpt {
font-family: "Inter", sans-serif;
font-weight: 400;
margin-top:0px;margin-bottom:0px;
font-size: 16px;
color:rgba(19, 0, 79, 1);

        }

        /* Адаптивность */
        @media (max-width: 1100px) {
            .news-grid {
                grid-template-columns: 1fr;
                max-width: 700px;
                margin: 0 auto;
            }
        }

        @media (max-width: 768px) {
            .news-card {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 15px;
            }

            .news-image {
                height: 180px;
            }

            .section-title {
                font-size: 28px;
                margin-bottom: 30px;
            }
        }

        @media (max-width: 480px) {
            .news-grid {
                grid-template-columns: 1fr;
            }
            
            .news-image {
                height: 150px;
            }
            
            .section-title {
                font-size: 24px;
            }
        }
.section-director {margin-top:70px;}

  .directors-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .director-card {
align-items: center;
            overflow: hidden;
            display: grid;
            grid-template-columns: 250px 1fr;
            gap: 20px;
            transition: transform 0.3s ease;
        }

        .director-card:hover {
            transform: translateY(-5px);
        }

        .director-photo {
            width: 100%;
            object-fit: cover;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 12px;
        }

        .director-info h3 {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 20px;
color:rgba(0, 0, 0, 0.7);
 margin-bottom: 20px;
  }

        .director-name {
color:rgba(0, 0, 0, 1);
font-weight: 700;

font-size: 21px;
margin-bottom: 20px;

        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
.contact-item a {color:rgba(20, 85, 225, 1);}
        .contact-item {
            display: flex;
            align-items: center;
            gap: 8px;

font-weight: 500;

font-size: 24px;
color:rgba(20, 85, 225, 1);

            text-decoration: none;
        }

        .contact-item:hover {
            color: #3498db;
        }

        /* Адаптивность для мобильных устройств */
        @media (max-width: 992px) {
            .directors-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
			
			.director-info h3 {font-size:13px !important; }
			.director-name {font-size:16px !important; }
			.contact-item { font-size:18px !important;}
          .director-card {
    grid-template-columns: 1fr 1fr !important;
                gap: 15px;
                padding: 15px;
            }

            .director-photo {
                height: 100%;
            }
        }


.div-span {font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 18px;margin-bottom:20px;
color:rgba(0, 0, 0, 0.7);
}
.div-span span {color:rgba(0, 0, 0,1);font-weight:600;}
.breadcrumb {
  background-color:transparent;
  padding:10px 0 0;
  margin:0;
  font-family: "Inter", sans-serif;
font-weight: 400;

font-size: 20px;
line-height: 30px;
text-align:center;

}
.phone-contt {margin-top:15px;margin-bottom:15px;}
.phone-contt a{
font-weight: 500;
font-size: 24px;text-decoration:none;
color:rgba(20, 85, 225, 1);
}

.content-contacts-m h2{
font-weight: 900;margin-top:0px;
font-size: 40px;
	margin-bottom:30px;
color:rgba(20, 85, 225, 1);
}

.line-bj {background:rgba(199, 227, 254, 1);height:1px;max-width:530px;margin-bottom:27px;}
.section-breadcrums h1 {
font-weight: 900;
font-size: 50px;
line-height: 50px;
text-align: center;margin-top:0px;margin-bottom:0px;
color:#fff;
}
.breadcrumb > li a {color:rgba(255, 255, 255, .8);}
.breadcrumb > li {
  position:relative;
  display:inline;rgba(255, 255, 255, 1);
}
.breadcrumb > li:first-child {
  padding:0 10px 0 0
}
.breadcrumb > li {
  padding:0 10px;

  font-weight: 400;
  font-size: 14px;
}
.breadcrumb > li + li::before {
  color:rgba(255, 255, 255, 1);
  position:absolute;
  content:"/ ";
top: -6px;
  left: -2px;
  padding:0;
  display:inline-block
}
.breadcrumb > li {
  font-size:14px;
  font-weight:400;color:rgba(255, 255, 255, 1)
}
.breadcrumb > li a {
  color:rgba(255, 255, 255, .8);
  text-decoration:underline
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus {
  text-decoration:none
}
.section-breadcrums {background:url(../i/bg-line.png) no-repeat;background-size:cover;width:100%;padding:75px 0px 75px 0px;}
.section-courses {margin-top:50px;}
.soc {margin-top:15px;}
.soc img:first-child {margin-right:15px;}
body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
    margin: 0;
    background:rgba(255, 255, 255, 1);
 font-family: "Montserrat", sans-serif;
}
.sl-hid{overflow: hidden;}
.button-container {
    text-align: right;
}
 /* Кнопка Подробнее */
        .details-button {
      
 
            background: rgba(20, 85, 225, 1);
            border-radius: 30px;
            padding: 8px 18px;
            gap: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 15px;
            color: white;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
        }

        .details-button:hover {
            background: rgba(20, 85, 225, 0.9);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

/* Стили для кастомного слайдера */
        .custom-main-slider {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            margin-top: 20px;
        }

        .custom-slider-wrapper {
            position: relative;
            width: 100%;

        }

        .custom-slider-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            height: 100%;
        }

        .slider {
            flex: 0 0 100%;
            position: relative;
            height: 100%;
        }

        .slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .text-absol {
            position: absolute;
            left: 50px;
            top: 30px;
            max-width: 700px;
            z-index: 2;
        }

        .slider-t {
            color: rgba(255, 255, 255, 0.8);
            font-family: "Inter", sans-serif;
            font-weight: 300;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .slider-t2 {
            font-weight: 900;
            margin-bottom: 15px;
            font-size: 36px;
            color: #fff;
        }

        .slider-t3 {
            font-family: "Inter", sans-serif;
            font-weight: 300;
            font-size: 20px;
            color: #fff;
            margin-bottom: 30px;
        }

        .grid2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 30px;
            max-width: 600px;
        }

        .buttom-t1 {
            width: 100%;
            font-weight: 900;
            font-size: 20px;
            border: 3px solid #fff;
            border-radius: 30px;
            padding: 15px 0;
            color: #fff;
            text-decoration: none;
            display: block;
            text-align: center;
            transition: all 0.3s ease;
        }

        .buttom-t1:hover {
            color: rgba(20, 85, 225, 1);
            background: #fff;
        }

        .slider-t4 {
            font-weight: 900;
            margin-top: 30px;
            font-size: 30px;
            margin-bottom: 15px;
            color: #fff;
        }

        .slider-t5 {
            font-family: "Inter", sans-serif;
            font-weight: 300;
            font-size: 16px;
            color: #fff;
        }

        /* Навигация слайдера - ТОЛЬКО ТОЧКИ */
        .custom-slider-nav {
            position: absolute;
         bottom:0px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            gap: 15px;
            z-index: 3;
        }

        .custom-slider-dots {
            display: flex;
            gap: 12px;
        }

        .custom-slider-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .custom-slider-dot.active {
            background: rgba(20, 85, 225, 1);
            border-color: #fff;
            transform: scale(1.3);
        }

        .custom-slider-dot:hover {
            background: rgba(255, 255, 255, 0.8);
            transform: scale(1.2);
        }

        /* Прогресс-бар */
        .custom-slider-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: rgba(255, 255, 255, 0.3);
            z-index: 3;
        }

        .custom-slider-progress-bar {
            height: 100%;
            background: rgba(20, 85, 225, 1);
            width: 0%;
            transition: width 0.1s linear;
        }

        /* Адаптивность */
        @media (max-width: 1024px) {
            .custom-slider-wrapper {
                height: 400px;
            }
            
            .text-absol {
                left: 30px;
                top: 20px;
                max-width: 500px;
            }
            
            .slider-t2 {
                font-size: 28px;
            }
            
            .slider-t3 {
                font-size: 18px;
            }
        }

        @media (max-width: 768px) {
            .custom-slider-wrapper {
                height: 350px;
            }
            
            .text-absol {
                left: 20px;
                top: 15px;
                max-width: 90%;
            }
            
            .slider-t2 {
                font-size: 24px;
            }
            
            .slider-t3 {
                font-size: 16px;
            }
            
            .grid2 {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .buttom-t1 {
                font-size: 16px;
                padding: 12px 0;
            }
            
            .slider-t4 {
                font-size: 24px;
            }
            
            .custom-slider-dot {
                width: 12px;
                height: 12px;
            }
        }

        @media (max-width: 480px) {
            .custom-slider-wrapper {
                height: 300px;
            }
            
            .text-absol {
                left: 15px;
                top: 15px;
            }
            
            .slider-t2 {
                font-size: 20px;
            }
            
            .slider-t3 {
                font-size: 14px;
            }
            
            .slider-t4 {
                font-size: 20px;
            }
            
            .custom-slider-nav {
                bottom: 0px;
            }
            
            .custom-slider-dot {
                width: 10px;
                height: 10px;
            }
        }

 /* Стили для кастомного слайдера */
        .custom-slider-container {
            position: relative;
            overflow: hidden; 
			
        }

        .custom-slider-track {
            display: flex;
            transition: transform 0.3s ease;
            gap: 20px;
        }

        .course-slide {
            flex: 0 0 calc(33.333% - 14px);
            min-width: 0;
        }

        .course-bl {
            background: white;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            height: 100%;
        }

        .custom-slider-nav {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
            gap: 20px;
        }

        .custom-slider-dots {
            display: flex;
            gap: 10px;
        }

        .custom-slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ccc;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .custom-slider-dot.active {
            background: rgba(20, 85, 225, 1);
        }

        .custom-slider-arrow {
            width: 40px;
            height: 40px;
            background: rgba(20, 85, 225, 1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            user-select: none;
            font-weight: bold;
            font-size: 18px;
        }

        .custom-slider-arrow:hover {
            background: rgba(20, 85, 225, 0.8);
        }

        /* Адаптивность */
        @media (max-width: 1024px) {
            .course-slide {
                flex: 0 0 calc(50% - 10px);
            }
        }

        @media (max-width: 768px) {
            .course-slide {
                flex: 0 0 100%;
            }
        }

        /* Остальные ваши стили остаются без изменений */
        .course-filters {
            display: flex;
            overflow-x: auto;
            padding: 15px 0 25px 0;
            gap: 15px;
            scrollbar-width: thin;
        }

        .filter-tag {
            padding: 10px 20px;
            background: rgba(220, 231, 255, 1);
            border-radius: 20px;
            white-space: nowrap;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: "Inter", sans-serif;
            font-weight: 500;
            color: rgba(20, 85, 225, 1);
            border: none;
        }

        .filter-tag.active {
            background: rgba(20, 85, 225, 1);
            color: white;
        }

        .no-courses {
            text-align: center;
            padding: 40px;
            font-size: 18px;
            color: #666;
            display: none;
        }

        .course-slide.hidden {
            display: none !important;
        }
/* Стили для слайдера курсов */
.courses-slider {
    position: relative;
    margin: 0 -10px;
}

.course-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.course-bl {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
    box-sizing: border-box;
}

.course-bl:hover {
    transform: translateY(-5px);
}

/* Стили для навигации слайдера */
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: rgba(20, 85, 225, 1);
    border-radius: 50%;
    z-index: 1;
}

.slick-prev:hover, .slick-next:hover {
    background: rgba(20, 85, 225, 0.8);
}

.slick-prev:before, .slick-next:before {
    color: white;
    font-size: 20px;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.slick-dots li button:before {
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: rgba(20, 85, 225, 1);
}

/* Адаптивность */
@media (max-width: 768px) {
    .slick-prev {
        left: -10px;
    }
    
    .slick-next {
        right: -10px;
    }
}

.no-courses {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #666;
    display: none;
}
.phone-ff {
font-weight: 500;
font-size: 24px;margin-bottom:10px;
color:rgba(43, 160, 244, 1);
display:block;text-decoration:none;
}

        
        /* Стили для фильтров */
        .course-filters-container {
            position: relative;
            margin-bottom: 30px;
        }
        
        .course-filters {
            display: flex;
            overflow-x: auto;
            padding: 15px 0 25px 0;
            gap: 15px;
            scrollbar-width: thin;
            scrollbar-color: rgba(20, 85, 225, 1) rgba(220, 231, 255, 1);
        }

        .course-filters::-webkit-scrollbar {
            height: 8px;
        }

        .course-filters::-webkit-scrollbar-track {
            background: rgba(220, 231, 255, 1);
            border-radius: 10px;
        }

        .course-filters::-webkit-scrollbar-thumb {
            background: rgba(20, 85, 225, 1);
            border-radius: 10px;
        }

        .filter-tag {
            padding: 10px 20px;
            background:#FFF;
            border-radius: 30px;
			font-size:20px;
            white-space: nowrap;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: "Inter", sans-serif;
            font-weight: 500;
            color: rgba(20, 85, 225, 1);
            flex-shrink: 0;
            border: none;
            outline: none;
        }

        .filter-tag:hover, .filter-tag.active {
            background: rgba(20, 85, 225, 1);
            color: white;
        }
.slider-desc-p {padding:0px 20px 20px 20px;}
        /* Стили для слайдера курсов */
        .courses-slider {
            position: relative;
        }

        .course-slide {
            padding: 0 0px;
        }

        .course-bl {
            background: white;
            border-radius: 20px;
            padding: 0px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            height: 100%;
        }

        .course-bl:hover {
            transform: translateY(-5px);
        }

        .img-course {
            text-align: center;
            margin-bottom: 15px;
        }

        .img-course img {
            width: 100%;
            max-width: 300px;
            height: 150px;
            object-fit: cover;
            border-radius: 10px 10px 0px 0px;
        }

        .title-course {
            font-weight: 800;
            font-size: 20px;
            margin-bottom: 10px;
            color: rgba(0, 0, 0, 1);
        }

        .desc-course {
            font-family: "Inter", sans-serif;
            font-weight: 400;
            font-size: 15px;
            border-bottom: 1px solid rgba(43, 160, 244, 1);
            padding-bottom: 22px;
            margin-bottom: 20px;
            color: rgba(0, 0, 0, 0.5);
        }

        .line-course {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-bottom: 10px;
        }

        .line-course div:first-child {
            font-family: "Inter", sans-serif;
            font-weight: 400;
            font-size: 16px;
            color: rgba(0, 0, 0, 1);
        }

        .line-course div:last-child {
            font-weight: 700;
            font-size: 18px;
            color: rgba(20, 85, 225, 1);
            text-align: right;
        }

        /* Стили для навигации слайдера */
        .slick-prev, .slick-next {
            width: 40px;
            height: 40px;
            background: rgba(20, 85, 225, 1);
            border-radius: 50%;
            z-index: 1;
        }

        .slick-prev:hover, .slick-next:hover {
            background: rgba(20, 85, 225, 0.8);
        }

        .slick-prev:before, .slick-next:before {
            color: white;
            font-size: 20px;
        }

        .slick-prev {
            left: -50px;
        }

        .slick-next {
            right: -50px;
        }

        .slick-dots li button:before {
            font-size: 12px;
        }

        .slick-dots li.slick-active button:before {
            color: rgba(20, 85, 225, 1);
        }
        
        /* Адаптивность */
        @media (max-width: 768px) {
            .slick-prev {
                left: -20px;
            }
            
            .slick-next {
                right: -20px;
            }
            
            .section-title {
                font-size: 28px;
            }
        }
        
        .no-courses {
            text-align: center;
            padding: 40px;
            font-size: 18px;
            color: #666;
            display: none;
        }
        
        .hidden {
            display: none !important;
        }
.center22 .slick-dots li.slick-active button::before {opacity: 1;
  color: rgb(20, 85, 225);}
.center22 .slick-dots li button::before {opacity: 1;
  color: rgba(20, 85, 225, 0.5);}
.width100px {max-width:1000px;margin:0 auto;}
.search-g{padding-top:20px;margin-bottom:30px;text-align:center;}
.small_search .form-group{display:block;width:500px;position:relative;}
.small_search input{background-color:rgba(255,255,255,1);display:block;width:500px;height:auto;min-height:3em;line-height:2em;padding:.3em 2.5em .3em 1em;font-size:1em;text-decoration:none;border: 2px solid rgba(20, 85, 225, 0.6);border-radius:50px;position:relative;}
.small_search input:focus{border: 2px solid rgba(20, 85, 225, 0.6);box-shadow:none}
.small_search button{position:absolute;display:block;height:calc(100% - 1em);width:2em;top:0.5em;right:1.1em;background:url(../i/search.svg) no-repeat 50% 50% !important;border:0px;}
.email-ff {
font-weight: 500;
font-size: 24px;
color:rgba(43, 160, 244, 1);margin-bottom:15px;
display:block;text-decoration:none;
}
.city-ff{
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 16px;margin-bottom:15px;
color:rgba(19, 0, 79, 1);
}
.time-ff{
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 16px;
color:rgba(19, 0, 79, 0.8);
}
.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-fluid{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row{
	margin-right: -15px;
	margin-left: -15px;
}
.row-flex{
	display: flex;
	flex-flow: row wrap;
}

/*Шапка сайта*/
.nav-bg {background:rgba(20, 85, 225, 1);padding:8px 0px 8px 0px;}
 .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1650px;	margin-right: auto;
	margin-left: auto;
            margin: 0 auto;
	 padding-left:15px;
	 padding-right:15px;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;padding: 0px;
        }

        .nav-menu a {
            text-decoration: none;
font-family: "Inter", sans-serif;
font-weight: 500;
color:#fff;
font-size: 18px;


            transition: color 0.3s ease;
            white-space: nowrap;
        }

        .nav-menu a:hover {
            color: #007bff;
        }

        .social-icons {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }

        .social-icons a:hover {
            opacity: 0.7;
        }

        .icon {
            width: 24px;
            height: 24px;
            fill: currentColor;
        }

        .eye-icon {
            color: #333;
        }

        .vk-icon {
            color: #4c75a3;
        }

        .telegram-icon {
            color: #0088cc;
        }

.section-slider {margin-top:0px;}
.text-absol {position: absolute;left;max-width:800px;left:50px;top:30px;}
.slider {position: relative;}
.slider-t {
color:rgba(255, 255, 255, 0.8);
font-family: "Inter", sans-serif;
font-weight: 300;margin-bottom:20px;
font-size: 16px;
}
.slider-t2 {
font-weight: 900;margin-bottom:15px;
font-size: 36px;
color:#fff;
}
.slider-t3 {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 20px;
color:#fff;
}
.buttom-t1 {width:100%;
font-weight: 900;
font-size: 20px;
border:3px solid #fff;    
     -webkit-border-radius: 40px;padding:15px 20px 15px 20px;
  -moz-border-radius:40px;color:#fff;text-decoration: none;
  border-radius: 40px;    display: block;text-align: center;
}
.buttom-t1:hover{color:rgba(20, 85, 225, 1);background:#fff;}
.slider-t4 {
font-weight: 900;margin-top:30px;
font-size: 30px;margin-bottom:15px;
color:#fff;}
.slider-t5 {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 16px;
color:#fff;
}



/*Курсы*/
.grid-course {
    display: grid;
  grid-template-columns: 250px auto;
  gap: 25px;
    
}

.soc a img:hover {opacity:.9;}
.slider {
    position: relative;
}
.center22 .slick-dots {
  bottom: -35px;}
.slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
border-radius: 20px;
    z-index: 1;
    pointer-events: none;
}
.slick-slide img {border-radius: 20px;}
.title-cor {
font-weight: 800;
font-size: 41px;line-height: 1em;
color:#000;    margin-bottom:15px;
}
.desc-cor{
font-family: "Inter", sans-serif;
font-weight: 400;margin-bottom:20px;
font-size: 15px;
color:rgba(0, 0, 0, 0.5);
}
.bg-course {background: rgba(220, 231, 255, 1);
padding:40px 30px;
     -webkit-border-radius: 30px;
  -moz-border-radius:30px;
  border-radius: 30px;  
}
.show-more {background: rgba(20, 85, 225, 1);
    -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
display: block;width:100%;
font-weight: 700;color:#fff;text-decoration: none;padding:15px 0px 15px 0px;
font-size: 21px;
text-align: center;

}
.line-course { display: flex;
    gap: 20px;
margin-bottom: 15px;
    justify-content: space-between;}
.line-course div:first-child {font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 14px;
color:rgba(0, 0, 0, 1);
}
.line-course div:last-child {
font-weight: 700;
font-size: 16px;
color:rgba(20, 85, 225, 1);
text-align: right;

}
.title-course{
font-weight: 800;
font-size: 16px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 1);
  min-height: 60px;
}
.desc-course{
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 15px;border-bottom:1px solid rgba(43, 160, 244, 1);
padding-bottom:22px;margin-bottom:20px;
color:rgba(0, 0, 0, 0.5);
}
/*Почему мы*/

.section-why {
     margin-top:160px;
}



.why-block {
    background: rgba(220, 231, 255, 0.3);
    padding: 25px;
    text-align: center;
 -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
    display: grid;
    grid-template-rows: auto 1fr auto; /* Изображение, заголовок, описание */
    height: 100%;
}

.title-why {
    font-weight: 600;
    font-size: 24px;
    color: rgba(19, 0, 79, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin: auto 0; /* Автоматические отступы для центрирования */
}

.section-why h2 {
font-weight: 900;
text-align: center;
font-size: 50px;
color:#000;margin-top: 0px;
}


.img-choose {
        -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    
}
.img-why {margin-bottom:14px;}
.desc-why{
font-family: "Inter", sans-serif;
font-weight: 300;margin-top:14px;
font-size: 20px;
text-align: center;
color:rgba(20, 85, 225, 0.6);
}
.grid-why { display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;}



/*Нас выбирают*/
.section-choose {background:rgba(220, 231, 255, 0.4);
padding:100px 0px 90px 0px;margin-top:100px;margin-bottom:100px;
}
.gr-choose {display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;}

.desc-choose{font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 16px;

color:rgba(19, 0, 79, 1);
}
.title-choose {
    color:rgba(20, 85, 225, 1);
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 15px;margin-top:20px;


}

.ital {font-style: italic;}
.gr-choose div:first-child{align-self: center;}
.title-choose-main{
font-weight: 900;
font-size: 45px;
color:rgba(20, 85, 225, 1);
}
.choose-tl{background: rgba(220, 231, 255, 1);margin-bottom:30px;
     -webkit-border-radius:20px;position: relative;
  -moz-border-radius: 20px;padding:30px 30px 60px 30px;
  border-radius: 20px;
}
.img-choose {position: absolute;right:20px;width:80px;
bottom:-20px;}




/*Связаться с нами*/
.section-connect h2 {
color:rgba(20, 85, 225, 1);    
font-weight: 900;
text-align: center;
font-size: 50px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 колонок для гибкости */
  gap: 25px;
}

/* Первые три элемента занимают по 2 колонки каждый (итого 6) */
.form-grid > *:nth-child(1),
.form-grid > *:nth-child(2),
.form-grid > *:nth-child(3) {
  grid-column: span 2;
}

/* Следующие два элемента занимают по 3 колонки каждый */
.form-grid > *:nth-child(4),
.form-grid > *:nth-child(5) {
  grid-column: span 3;
}
.grid-connect {
    display: grid;
  grid-template-columns: 800px auto;
  gap: 25px;
	max-width: 1330px;
  margin: 0 auto;
    
}
.buttom-f {background:rgba(20, 85, 225, 1);color:#fff;
font-weight: 600;
font-size: 24px;-webkit-border-radius:40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
width: 100%;border:0px;
    padding:20px 0px 20px 0px;


}
.contact-lefts {text-align: right;}
.grid2-4 {
        display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;margin-top:70px;
    
}
.title-con1 {color:#000;
font-weight: 600;
font-size: 32px;margin-bottom:30px;

}
.address-cont {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 24px;
color:rgba(19, 0, 79, 1);margin-bottom:24px;

    
}
.time-cont {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 20px;
color:rgba(19, 0, 79, 1);
margin-bottom:24px;
    
}
.section-connect {margin:70px 0px 70px 0px;}
.title-conntec-form {
font-weight: 700;
font-size: 32px;margin-bottom:30px;
    color:#000;
}
.text-cont {font-family: "Inter", sans-serif;
font-weight: 400;
color:rgba(19, 0, 79, 0.6);
font-size: 16px;margin-bottom:15px;

}
.politik-f {font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 14px;
color:rgba(19, 0, 79, 0.6);
}
.max530 {max-width: 530px;}
.cont-link {margin-bottom:15px;}
.cont-link a {
font-weight: 600;
font-size: 36px;
color:rgba(43, 160, 244, 1);
}
.nav-menu a.current {color:rgba(255, 255, 255, 0.5);}
.title-conntec-form span {color:rgba(20, 85, 225, 1);}
.input-c {background:#fff;width:100%;color:rgba(19, 0, 79, 0.5);
    -webkit-border-radius:20px;border:0px;height:50px;padding-left:20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.connect-block {background:rgba(220, 231, 255, 1);
   -webkit-border-radius:20px;padding:30px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
  .svg-footer {
            position: relative;
  margin-top: 120px;
            padding-top: 50px;
            padding-bottom: 60px;
            background: transparent;
            overflow: hidden;
        }

        .svg-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 792px;
            background: 
                url('data:image/svg+xml;utf8,<svg width="1920" height="792" viewBox="0 0 1920 792" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 106.739C0 106.739 585.068 0 962 0C1338.93 0 1920 106.739 1920 106.739V792H0V106.739Z" fill="%23DCE7FF" fill-opacity="0.4"/></svg>');
            background-size: cover;
            background-position: center top;
            background-repeat: no-repeat;
            z-index: -1;
        }

        .footer-content {
            display: grid;
            grid-template-columns: 380px 1fr 1fr 1fr;
            gap: 30px;
            position: relative;
            z-index: 2;
            margin-top: 100px;
        }
.footer-text {
font-family: "Inter", sans-serif;
font-weight: 400;margin-top:30px;
font-size: 18px;
color:rgba(19, 0, 79, 0.6);    
    
}
.footer-content div.prog-bl{border-right: 1px solid rgba(20, 85, 225, 1);padding-right:10px;margin-right:0px;}
.program-category h3{font-family: "Inter", sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 20px;
color:rgba(20, 85, 225, 1);
}
.program-category  {margin-bottom:30px;}
.program-category ul li {list-style:none;margin-bottom:13px;}
.program-category ul {margin:0px;padding:0px;}
.program-category  {
font-family: "Inter", sans-serif;
font-weight: 300;
font-size: 20px;
color:rgba(19, 0, 79, 1);
}
        .footer-contact-item {
            padding: 20px;
            font-size: 1.1rem;
            font-weight: 500;
            color: #1a3d7c;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 12px;
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
header {padding:20px 0px 20px 0px;}
        .footer-bottom {
            text-align: center;
            padding-top: 40px;
            margin-top: 40px;
            border-top: 2px solid rgba(26, 61, 124, 0.2);
            font-size: 0.9rem;
            color: #1a3d7c;
            opacity: 0.8;
            position: relative;
            z-index: 2;
        }
.social-icons img:last-child {margin-left:10px;}
.dev {
    text-align:center;
}
.dev a {
    display: block;

}

.dev a img {
    display: inline-block;
    vertical-align: middle;
	width: 70px;
}

.dev a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;line-height: 1.2em;
    text-align: left;
font-weight: 400;
font-size: 13px;
color:rgba(20, 85, 225, 0.6);
    position: relative;
    transition: .3s color;
}
 .dev a:hover {text-decoration:none;}
 .dev a:hover span {
    color: rgba(55, 45, 44, 1);
}




.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	float: left;
}
.col-xs-12{
	width: 100%;
}
.col-xs-11{
	width: 91.66666667%;
}
.col-xs-10{
	width: 83.33333333%;
}
.col-xs-9{
	width: 75%;
}
.col-xs-8{
	width: 66.66666667%;
}
.col-xs-7{
	width: 58.33333333%;
}
.col-xs-6{
	width: 50%;
}
.col-xs-5{
	width: 41.66666667%;
}
.col-xs-4{
	width: 33.33333333%;
}
.col-xs-3{
	width: 25%;
}
.col-xs-2{
	width: 16.66666667%;
}
.col-xs-1{
	width: 8.33333333%;
}
.col-xs-offset-12{
	margin-left: 100%;
}
.col-xs-offset-11{
	margin-left: 91.66666667%;
}
.col-xs-offset-10{
	margin-left: 83.33333333%;
}
.col-xs-offset-9{
	margin-left: 75%;
}
.col-xs-offset-8{
	margin-left: 66.66666667%;
}
.col-xs-offset-7{
	margin-left: 58.33333333%;
}
.col-xs-offset-6{
	margin-left: 50%;
}
.col-xs-offset-5{
	margin-left: 41.66666667%;
}
.col-xs-offset-4{
	margin-left: 33.33333333%;
}
.col-xs-offset-3{
	margin-left: 25%;
}
.col-xs-offset-2{
	margin-left: 16.66666667%;
}
.col-xs-offset-1{
	margin-left: 8.33333333%;
}
.col-xs-offset-0{
	margin-left: 0;
}
.col-xs-tac{
	text-align: center;
}
.col-xs-tar{
	text-align: right;
}
.col-xs-tal{
	text-align: left;
}
.col-xs-taj{
	text-align: justify;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after{
	clear: both;
}
.container {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px
}



.my-filter {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.my-filter:after {
    content: "";
    clear: both;
    display: block
}

.my-filter .hdr {
    font-size: 22px;
    margin-bottom: 20px
}

.my-filter .ui-state-active {
    background: #00f3be;
    border-color: #00c99d !important
}

.my-filter .ui-slider .ui-slider-handle {
    outline: none
}

.my-filter-loader {
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

.my-filter-loader:after {
    content: "";
    border: #00c99d 6px solid;
    border-color: #00c99d transparent;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    animation: loader 1.5s linear infinite
}

@keyframes loader {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.my-filter-more {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: .02em;
    color: rgba(30, 30, 30, 1);
    text-transform: uppercase;
    text-decoration: underline;
    float: right;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer
}

.my-filter-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.my-filter-items:not(.open)> :nth-child(n+5) {
    display: none
}

.my-filter .selectric,
.filter-submit {
    background: #fff;
    border: #d9d9d9 1px solid;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 10px;
    border-radius: 5px
}

.filter-submit,
.filter-submit:focus {
    background: #00c99d;
    border: #00c99d 1px solid;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    margin-top: 15px
}

.filter-submit:hover {
    background: none;
    border: #00c99d 1px solid;
    color: #00c99d;
    text-decoration: none;
    font-weight: 500
}

.filter-without-result {
    margin-top: 25px;
    padding-left: 15px
}

.filter-reset {
    cursor: pointer
}

.my-filter .filter-item-search {
    width: calc(75% - 5px) !important
}
.filter-item-slider {margin-bottom:30px;}
.my-filter .filter-item-search input {
    border: #d9d9d9 1px solid;
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 5px;
    outline: none
}

.my-filter .filter-item-slider {
    height: 54px;
    padding: 23px 5px 0;
    position: relative
}

.my-filter .my-filter-slider-name {
    position: absolute;
top: -20px;
    left: 0
}

.my-filter .filter-item-slider .my-filter-slider-min,
.my-filter .filter-item-slider .my-filter-slider-max {
    background: none;
    border: none;
    position: absolute;
    top: 17px;
    left: -5px
}

.my-filter .filter-item-slider .my-filter-slider-max {
    left: auto;
    right: -5px
}

.my-filter .selectric-wrapper,
.my-filter .filter-item {
    width: 100%;
    font-size: 12px;
    margin-top: 15px
}

.my-filter .selectric .selectric-label {
    height: auto;
    line-height: 1.8;
    margin-left: 0
}

.my-filter .selectric-items li {
    padding: 5px 15px 6px 32px;
    position: relative
}

.my-filter .selectric-items li:before {
    content: '';
    background: #fff;
    border: #ccc 1px solid;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    border-radius: 2px
}

.my-filter .selectric-items li.disabled {
    display: none
}

.my-filter .selectric-items li.selected:after {
    content: '';
    border: #787878 1px solid;
    border-top: none;
    border-left: none;
    width: 4px;
    height: 8px;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translateY(-50%) rotate(45deg)
}

.my-filter .selectric .button {
    background: none
}

.my-filter .selectric .button:before {
    content: '';
    border: #787878 1px solid;
    border-top: none;
    border-left: none;
    width: 9px;
    height: 9px;
    margin: -2px 5px 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.selectric .button span {
    display: none
}

.filter-item-links {
    margin-bottom: 20px;
}

.my-filter-links-name {
margin-bottom:20px;
font-weight: 700;
font-size: 18px;
color:rgba(0, 0, 0, 1);

}

.my-filter-links {
    display:block;

}

.filter-link {
    display:block;
font-weight: 700;color:rgba(20, 85, 225, 1);
font-size: 16px;text-align:center;
 padding: 8px 16px;margin-bottom:20px;
    background:rgba(220, 231, 255, 0.3);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-link:hover {
    background: #e9e9e9;
    border-color: #ccc;
}

.filter-link.active {
    background: #0054ff;
    color: white;
    border-color: #0054ff;
}

.filter-link[data-value=""] {
    background: #333;
    color: white;
    border-color: #333;
}

.filter-link[data-value=""].active {
    background: #0054ff;
    border-color: #0054ff;
}