  @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
:root {
 --white: #fff;
  --darkblue: #0f2147;
  --darkbluetrans: #555c79b3;
  --lightblue: #6fd2db;
  --gray: #cfcac6;
  --orange: #f07f13;
  --bluepurple: #364c88;
  --green: #a9df67;
  --font5: 5px;
  --font10: 10px;
  --font12: 12px;
  --font13: 13.5px;
  --font14: 14px;
  --font15: 15px;
  --font16: 16px;
  --font18: 18px;
  --font17: 17px;
  --font19: 19px;
  --font20: 20px;
  --font24: 24px;
  --font25: 25px;
  --font26: 26px;
  --font35: 35px;
  --font37: 37px;
  --font45: 45px;
  --font50: 50px;
  --font55: 55px;
}
.container>.text-center.row>.col-lg-8.col-md-10.col-12.m-auto>img{
    max-width: 500px;
    max-height: 500px;
}
  ::-webkit-scrollbar {
      width: 12px; /* Ширина полосы прокрутки */
      background: #fff; /* Фон полосы прокрутки (синий цвет) */
    }

    /* Настроим дорожку полосы прокрутки (track) */
    ::-webkit-scrollbar-track {
      background: transparent; /* Дорожка прозрачная */
      border-radius: 3px; /* Скругленные углы дорожки */
    }

    /* Настроим ползунок полосы прокрутки (thumb) */
    ::-webkit-scrollbar-thumb {
      background-color: #0a0131; /* Цвет ползунка (серый) */
      border-radius: 10px; /* Скругленные углы ползунка */
      border: 2px solid #eff2f5; /* Граница ползунка (светло-серый) */
    }
    /* embed {
  pointer-events: none;
  user-select: none;
} */
.ai-sana-container {
  font-family: 'Roboto', sans-serif;
  color: #222;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.ai-header {
  background-color: var(--darkblue) !important;
  position: relative !important;
  color: white !important;
  padding: 20px !important;
  border-radius: 10px !important;
}

.ai-stats {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.stat-card {
  flex: 1;
  background: #f4f6f8;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.stat-card h2 {
  font-size: 2em;
  color: #6a1b9a;
}

.ai-steps ol {
  background: #f4f6f8;
  padding: 20px;
  border-radius: 10px;
}

.parts-2{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.summary-dropdown{
    color:white;
}
.parts-1{
    width:100%;
    display: flex;
    align-items: center;
}
.part-1{
position:absolute;
    width: 200%;
    justify-content: space-around;
display:flex;
transition: all 0.6s ease-in-out;
left: 0;
top:50px
}

.slide-container.active .part-1{
    transform: translateX(-50%);
}

.slide-container{
display: flex; 
justify-content:space-around;
overflow:hidden;
height:200px;
width:100%;
position:relative;
}
.title-Admission-part, .title-Admission-part a{
    margin: 0;
    font-size: var(--font25);
    font-weight: 700;
    color: #092e6e;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
}

    .img-title{
        width: auto;
        height: 500px;
    }
    .icon_close{
        height: 40px;
        width: 40px;

        background: var(--darkblue);
        border: 1px solid var(--darkblue);
        position: absolute;
        top: 0;
        right: 20%;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon_close img{
        height: 30px;
    }
    .img_info{
        height: 900px;
    }
    .result-img.active{
        height: 500px;
    }
    .admission-card {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 30px;
        padding: 30px;
        border-radius: 20px;
        background-color: #f8f9fa;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        flex-wrap: wrap;
    }

    .admission-card img {
        max-height: 400px;
        border-radius: 15px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        flex-shrink: 0;
    }

    .admission-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        width: 200px;
        flex-shrink: 0;
    }

    .admission-btn {
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--darkblue);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    text-align: left;
    text-decoration: none;
}

.admission-btn:hover {
    background-color: #003366;
}
.admission-btn button {
    background: transparent;
    border: none;
    color: white;
}

.admission-buttons {
          width: auto;
        }

    .result-img {
        display: none;
        align-items: center;
        position: relative;
    }

    .result-img.active {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 900px;

    }

    @media (max-width: 768px) {
        .img-title{
        width: auto;
        height: 200px;
        }
        .icon_close{
        height: 20px;
        width: 20px;

        right: 20px;
        }
          .icon_close img{
        height: 15px;
    }
        .img_info{
            height: 400px;
        }
        .admission-card {
            flex-direction: column;
            align-items: center;
        }
        .admission-card img {
            width: auto;
        height: 200px;
        }
        .admission-buttons {
            width: 100%;
            align-items: center;
        }

        .admission-buttons button {
            width: 100%;
            text-align: center;
        }
    }
.newsit {
            flex: 1 1 calc(25% - 20px);
            box-sizing: border-box;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            height: 100%;
            margin-bottom: 20PX;
}

.newsit .item {
            position: relative;
            overflow: hidden;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
            height:150px;
}

.newsit .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease-in-out;
}

.newsit .text {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.5); /* Dark background for better contrast */
            color: white;
            padding: 15px;
            font-size: var(--font15);
            font-weight: bold;
            opacity: 0;
            transform: translateY(100%);
            transition: opacity 0.3s ease, transform 0.3s ease;
            text-align: center;
}

.newsit:hover .item img {
            transform: translateY(-10px); /* Move the image up */
}

.newsit:hover .text {
            opacity: 1;
            transform: translateY(0); /* Text slides up */
}

.newsit .text p {
            margin: 0;
}
.text-Admission-part{
        font-size: var(--font12);

     }

.newsit .text p a {
            text-decoration: none;
            color: #fff;
            transition: color 0.3s ease;
}

.newsit .text p a:hover {
            color: #48c9b0;
}
#swapBtn1 , #swapBtn2{
        font-size: var(--font20);
    }
    .title-Admission-part{
        font-size: var(--font25);
    }
.box-icon{
       width: 100px;
  height: 100px;
  border: none;
  border-radius: 100%;
  background: var(--darkblue);
  display: flex;
  align-items: center;
  justify-content: center;
}
        /* Responsive Design */
@media (max-width: 992px) {
    #swapBtn1 , #swapBtn2{
        font-size: var(--font18);
    }
      .title-Admission-part{
        font-size: var(--font20);
    }
    .text-Admission-part{
        font-size: var(--font10);

     }
    .newsit {
    flex: 1 1 calc(33.333% - 20px);
    }
    .box-icon{
        width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  background: var(--darkblue);
  display: flex;
  align-items: center;
  justify-content: center;
    }
    .newsit .text {
        bottom: 0px;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 15px;
        font-size: var(--font16);
        font-weight: bold;
        opacity: 0;
        transform: translateY(100%);
        transition: opacity 0.3sease, transform 0.3sease;
        text-align: center;
}

}

@media (max-width: 768px) {
      .title-Admission-part{
        font-size: var(--font15);
    }
    .text-Admission-part{
        font-size: var(--font8);

     }
    #swapBtn1 , #swapBtn2{
        font-size: var(--font15);
    }
    .newsit {
        flex: 1 1 calc(50% - 20px);
    }
       .box-icon{
        width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  background: var(--darkblue);
  display: flex;
  align-items: center;
  justify-content: center;
    }
        .newsit .text {
        bottom: 0px;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 15px;
        font-size: var(--font16);
        font-weight: bold;
        opacity: 0;
        transform: translateY(100%);
        transition: opacity 0.3sease, transform 0.3sease;
        text-align: center;
}
}

@media (max-width: 576px) {
    .box-icon{
        display: none;
    }
      .title-Admission-part{
        font-size: var(--font13);
    }
     .text-Admission-part{
        font-size: var(--font5);

     }
    .newsit {
        flex: 1 1 100%;
    }
    #swapBtn1 , #swapBtn2{
        font-size: var(--font13);
    }
    .parts-2{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
}
.parts-1{
    width:100%;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
}
}
section {

}
/* .row{
    gap:0px;
} */
header {
background-color: var(--darkblue);
    position: relative;
}
.row.for-button-students{
        display: flex;
        flex-direction: row;
        width: 50%;
    }
    .row.for-button {
        display: flex;
        flex-direction: row;
    }

    .row.for-button-2 {
        display: flex;
        flex-direction: row;

    }
    .btn-new {
        /* box-shadow: 0 5px 15px 0 rgb(3, 29, 75); */
        transition: 0.5s;
      }
      
      .btn-new:hover {
        transform: translate(0,-3px);
        box-shadow: 0 20px 40px 0 rgba(7, 44, 109, 0.993);
      }
a {
	color: var(--darkblue);
}


.container {
	max-width: 1400px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.logo-block .logo {
	padding: 15px;
	text-align: center;
}

.logo-block .logo img {
	width: 50%;
}

.topbar-ksu {
	padding: 20px;
}

.topbar-ksu .nav-item {
	border-left: 1px #fff solid;
	font-size: var(--font13);
}

.topbar-ksu .nav-item a {
	color: #fff;
    padding: 3px 15px;
	transition: .3s all ease;
}

.navbar-ksu .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: var(--font26);
    padding: 0px 25px;
	font-weight: 300;
    white-space: nowrap;
	transition: .3s all ease;
}
.navbar-ksu .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	 background-color: var(--darkblue);
}
.topbar-ksu .nav-item .dropdown-item {
	color: var(--darkblue);
}
.topbar-ksu .nav-item .dropdown-item:active {
	color: #fff;
	background-color: var(--darkblue);
}
.navbar-ksu .dropdown-toggle::after {
	display: none;
}
.sidenav {
	*height: 720px;
    width: 0;
    position: absolute;
    z-index: 999;
    right: 0;
    background-color: var(--darkblue);
    background: linear-gradient(90deg, #ffffff00 50%, var(--darkblue) 50%);
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav .closebtn {
	position: absolute;
    top: 0;
    right: 25px;
    font-size: var(--font25);
    margin-left: 50px;
    color: #fff;
}
.mobilemenu {
    width: 100%;
}
@media screen and (max-width: 650px) {
	
	.mobilemenu {
	width: 100%;
}
}
.logo-block {
	border-right: 1px #fff solid;
}

.burger-ksu a {
	color: #fff;
}

.burger-ksu i {
	font-size: var(--font26);
}
.burger-ksu img {
	    width: 40px;
	transition: .3s all ease;
}
.topbottombar {
	margin-top: 10px;
	
}

.calendar-block {
	
}

.block1 a:hover{
    text-decoration:none;
}

.calendar-block h5 {
    background-color: var(--darkblue);
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    font-size: var(--font37);
}

.calendar-block .calenders {
	/* max-width: 455px; */
	color: var(--darkblue);
	padding: 0px 15px 20px 15px;
}
ml-auto .col-xl-10 .col-md-9 .p-4{
    background-color: var(--darkblue);
}
.calendar-block .calenders .item {
	display: inline-flex;
}

.calendar-block .calendardate span {
    font-size: var(--font50);
    display: block;
}

.calendar-block .calenders .item:last-child .calendardate, .calendar-block .calenders .item:first-child .calendardate {
    color: var(--orange);
}
.calendar-block .calendardate {
    font-size: var(--font15);
    text-align: center;
    font-weight: 600;
	line-height: 1;
}

.calendar-block .calendartext {
	margin: auto;
    font-size: var(--font14);
    padding: 0px 0px 10px 15px;
}
.slider-main .slick-list , .slider-main .slick-track {
	height: 100%;
}
.slider-main .slick-dots {
    width: inherit;
    top: 58%;
    right: 45px;
    transform: scale(2);
    bottom: 25%;
}
.slider-main .slick-dots li {
    margin: 0 -5px;
}
.slider-main .slick-dots li.slick-active {
	
}
.slider-main .slick-dots li button:before {
	color: #129aca;
	opacity: 1;
}
.slider-main .slick-dots li.slick-active button:before {
	color: #fff;
}
.slider-main .item {
    background-size: cover;
    background-position: right;	
	position: relative;
}
.slider-main .item .text {
	position: absolute;
    left: 0px;
    bottom: 0px;
    height: 25%;
    width: 75%;
	background-color: var(--darkbluetrans);
	color: #fff;
	font-weight: 300;
	font-size: var(--font35);
}

.slider-main .item .text .textic {
	max-width: 750px;
    margin-left: auto;
    padding: 20px;
}
.slider-main .item .text .textic span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: var(--font55);
	line-height: 1;
}
.title-x  {
	
}
.title-lb {
	background-color: var(--darkblue);
}
.title-lb h3 {
	color: var(--darkblue);
}
.title-db {
	background-color: var(--darkblue);
}
.title-db h3 {
	color: #fff;
}
.title-x h3 {
    text-transform: uppercase;
    font-size: var(--font45);
    font-weight: 600;
    margin-left: 60px;
	position: relative;
}
.title-x h3 img {
	height: 230%;
    position: absolute;
    top: -37px;
    left: -60px;
	z-index: 1;
}
.newsmainblock {
	background-color: var(--gray);
    margin-bottom: 160px;
}
.newsmainbl {
	padding: 0px 35px;
}
.newsmainblock .item {
    position: relative;
}
.newsmainblock .item img {
    padding: 25px 25px 0px 25px;
}
.newsmainblock .item .text {
    position: absolute;
    /* bottom: -100px; */
    width: 100%;
    border-right: 1px solid #464646;
    display: flex;
    height: 120px;;
}
.newsmainblock  .newsit:last-child .item .text {
	border-right: inherit;
}
.newsmainblock .item .text p {
    margin: auto;
    padding: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 110px;
}
/* .newsmainblock .item .text a {
	color: #000;
} */
.factsmain {
	position: relative;
}
.factsmain .item {
	font-size: var(--font19);
	height: 245px;
}
.factsmain .item:last-child {
	height: inherit;	
}
.factsmain .item .container {
    padding: 0px 85px;
}
.factsmain .item .factimg {
    border-radius: 15rem;
    width: 200px;
    max-width: 100%;
}
.factsmain .item .factimg.block1 {
    position: absolute;
    left: 10px;
    top: -25px;
}
.factsmain .item .factimg.block2 {
	position: absolute;
    left: 25px;
    top: 70px;
}
.factsmain .item .factimg.block3 {
    position: absolute;
    left: 30px;
    top: 15px;
    z-index: 1;

}
.factsmain .item .block-item {
	display: flex;
}
.factsmain .item .block-item .block1 {
    margin: auto;
    padding: 50px;
}
.factsmain .item .block-item .block2 {
    margin: 60px auto auto auto;
    padding: 25px;
	padding-top: 55px;
}
.factsmain .item .block-item .block3 {
    margin: auto;
    padding: 50px;
    z-index: 1;
}
.factsmain .item a {
    color: #3a3a3a;
    font-weight: 600;
}

.factsmain .item:first-child {
	background-color: var(--lightblue);
}
/*.factsmain .item .descfact {
    position: absolute;
    bottom: -12px;
    right: 0px;
    width: 85%;
    background-color: var(--green);
    height: 130px;
}*/
.factsmain .item .descfacttext  {
	
}
.factsmain .item .descfacttext p {
    font-size: var(--font15);
    margin-top: 90px;
    z-index: 1;
    position: relative;
}
.stepmain1 {
	//background: var(--bluepurple);
	//background: linear-gradient(90deg, var(--bluepurple) 50%, var(--lightblue) 50%);-->
}
.stepmain2 {
	//background: var(--lightblue);
	//background: linear-gradient(90deg, var(--lightblue) 50%, var(--bluepurple) 50%);
}
.stepmain .block1 {
	text-transform: uppercase;
	font-size: var(--font45);
	text-align: center;
}
.stepmain .block1 a {
    color: #fff;
    display: inline-flex;
}
.stepmain .block1 a span {
    font-size: var(--font24);
    margin: auto 15px;
    font-weight: 300;
}
.stepmain .block2 {
	height: 100%;
}
.stepmain .block2 .item {
    border-right: 2px #fff solid;
}
.stepmain .block2 .item:last-child {
	border-right: inherit;
}
.stepmain .block2 a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: var(--font24);
}
.stepmain .block3 {
	font-size: var(--font35);
	text-align: center;
	padding: 7px;
}
.stepmain .block3 a {
    color: #fff;
}
.stepmain .block3 a span {

}

.footbot {
    color: #fff;
    padding: 10px 0px;
    border-top: 1px #ffffff29 solid;
}
.footbot p {
    padding: 0px 20px;
}
.footerksu .titlefoot {
	font-size: var(--font19);
    text-decoration: underline;
}
.footerksu .listfoot {
	
}
.footerksu .listfoot li {
	display: block;
    font-size: var(--font14);
}
.footerksu .listfoot a {
	color: #fff;
}
.footerksu .block-foot {
	padding: 20px;
	color: #fff;
}
.navbar-ksu .nav-item {
	position: relative;
}
.dropmenut {
    position: absolute;
    top: 100%;
	left: 0%;
    background-color: var(--darkblue);
    z-index: 1;
    border-radius: 0px;
	padding-top: 20px;
    width: max-content;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.dropmenut .itemout {
	opacity: 0;
    transition: .6s all ease;
}
.dropmenut .itemin {
    padding: 25px;
}
.dropmenut .itemin li {
    display: block;
}
.navbar-ksu .nav-item:hover .dropmenut {
    visibility: visible;
    opacity: 1;
}
#btnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    outline: none;
    background-color: var(--darkblue);
    color: white;
    border: 1px #456081 solid;
    cursor: pointer;
    font-size: var(--font25);
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 30px;
	border-color: white;
}

#btnTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}