@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
  height: 100%;
}

body {
    font-family: "Open Sans", sans-serif !important;
    background-color: #FFFFFF !important;
    color: #333;
    max-width: 1920px;
    margin: 0 auto !important;
    min-height: 100vh;
}
p {
    margin-bottom: 0 !important;
}
#header {
    background-color: #FFFFFF;
    height: 133px;
    border-bottom: 3px solid #08487C;
    padding: 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
}
#main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    width: 100% !important;
    padding: 0;
    position: relative;
}
.header-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative; 
    gap: 10px;
}
.header-right-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-left: 20px;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.logo-img {
    width: 62px;
    height: 53px;
}
a.logo_title_a {
    /*color: #FFFFFF;*/
    color: inherit;
    text-decoration: none;
} 
.logo-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #08487C;
    line-height: 100%;
    letter-spacing: 0%;
    max-width: 341px;
    margin-bottom: 0;
}
.navigation ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.nav-list-img {
    width: 32px;
    height: 32px;
}
.nav-list-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nav-list-text-title {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.nav-list-text-info {
    font-size: 16px;
    font-weight: 600;
    color: #08487C;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.lang-btn {
    background-color: #D7EDFF !important;
    width: 77px;
    height: 36px;
    color: #08487C !important;
    border-radius: 8px !important;
    border-color: transparent !important;
    font-size: 16px;
    font-weight: 600;
}
.burger-menu {
    background-color: #F3FAFF;
    padding: 12px;
}

.main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: 500px;
    position: relative;
}

.main-left {
    background-color: #D7EDFF;
    width: 675px;
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    padding-right: 115px;
    position: relative;
    z-index: 2;
}
.main-right {
    position: absolute;
    left: 40%;
    z-index: 1;
}
img.main-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.main-title {
    font-family: "Roboto Slab", serif;
    font-size: 42px;
    font-weight: 700;
    color: #08487C;
    line-height: 125%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main-text {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-align: left;
}
.mission {
    width: 670px;
    height: 221px;
    background-color: #B8A05E;
    border-radius: 0 40px 0 40px;
    position: absolute;
    z-index: 3;
    top: 24rem;
    left: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
}
.our-mission-title {
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.our-mission-text {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}

.main-slider-btns {
    position: absolute;
    right: 0rem;
    top: 24rem;
    width: 326px;
    height: 80px;
    background-color: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.main-slider-btn, .photo-slider-pagination-btn {
    width: 40px;
    height: 40px;
    background-color: #B8A05E;
    border-color: transparent;
    color: #FFFFFF;
}
.main-slider-btn:hover {
    background-color: #aa851d !important;
    cursor: pointer;
}
.photo-slider-pagination-btn:hover {
    transform: scale(1.1);
}
.main-slider-center {
    display: flex;
    align-items: center;
    gap: 10px;
}
.details-btn {
    background-color: #B8A05E !important;
    border-color: transparent !important;
    width: 137px;
    height: 36px;
    border-radius: 10px !important;
}
.details-btn:hover {
    background-color: #aa851d !important;
}
.about-college {
    width: 100%;
    height: 465px;
    margin-top: 105px;
}
.about-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.about-content-block {
    width: 752px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 2rem;
}

.about-title h3 {
    font-family: "Roboto Slab", serif;
    color: #08487C;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 300;
    line-height: 100%;
    writing-mode: sideways-lr;
    position: relative; 
    padding-bottom: 20px;
    display: inline-block;
    padding-right: 20px;
}

.about-title h3::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5px; 
    height: 159px; 
    background-color: #FF4343;
}
.about-text {
    width: 100%;
    height: 285px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
}
.about-text-one, .about-text-two {
    margin-bottom: 30px;
}
.about-photo {
    position: relative;
}
.about-photo img {
    width: 100%;
    height: 423px;
    object-fit: cover;
    border-radius: 0 100px 0 100px;
}
.about-photo-regtangle {
    background-color: #B8A05E;
    border-radius: 0 50px 0 50px;
    width: 113px;
    height: 113px;
    position: absolute;
    bottom: -50px;
    right: 20px;
}

/* Blog Supervisor */
.supervisor-section {
    width: 100%;
    margin: 0 auto;
    padding-left: 10rem;
    height: 531.88px;
    padding-top: 33px;
    margin-bottom: 80px;
}
.supervisor-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    width: 100%;
}
.supervisor-image img {
    width: 312.73px;
    height: 498.88px;
    object-fit: cover;
    border-radius: 100px;
}
.supervisor-info {
    max-width: 704px;
}
.supervisor-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}
.supervisor-title-position p {
    margin-bottom: 0;
    width: 160px;
    height: 26px;
    background-color: #B8A05E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
}
.supervisor-title-name p {
    color: #08487C;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.supervisor-speech {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.supervisor-speech h4, .supervisor-speech p {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.supervisor-speech p {
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    line-height: 120%;
}

/* Speciality */

.speciality-section {
    width: 100%;
    height: 634px;
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 80px;
}
.speciality-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
}
.speciality-content-title h3 {
    font-family: "Roboto Slab", serif;
    color: #08487C;
    font-size: 44px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}
.speciality-content-title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 159px;
    height: 5px;
    background-color: #FF4343;
}
.speciality-content-text p {
    max-width: 900px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-align: center;
}
.speciality-content-cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.speciality-content-card {
    width: 325px;
    height: 433px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.speciality-content-card-img {
  margin-bottom: 15px;
}
.speciality-content-card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    flex-direction: column;
    padding: 15px;
}
.speciality-content-card-content h4 {
    color: #08487C;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-align: center;
}
.speciality-content-card-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-align: center;
}
/* Statistics */
.statistics-section {
    width: 100%;
    height: 227px;
    margin: 0 auto;
    background-color: #D7EDFF;
    padding: 40px;
    margin-bottom: 40px;
}
.statistics-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.statistics-content-card {
    width: 234px;
    height: 147px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.statistics-content-card-title {
    text-align: center;
}
.statistics-content-card-title p, .statistics-content-card-title span{
    color: #08487C;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.statistics-content-card-title span {
    font-size: 16px;
}
.statistics-content-card-text p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-align: center;
}

/*Information*/

.info-section {
  width: 100%;
  margin: 0 auto;
  height: 685px;
  padding: 0 40px;
  margin-bottom: 40px;
}
.info-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.gov-service, .news-block, .social-media-section {
    width: 440px;
    height: 685px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}
.gov-service-content, .news-block-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.gov-service-title h4, .news-block-title h4 {
    font-family: "Roboto Slab", serif;
    color: #08487C;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-transform: uppercase;
}
.gov-service-content-item, .news-block-content-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.gov-service-content-item img {
    width: 30px;
    height: 30px;
}
.gov-service-content-item p {
    color: #08487C;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    text-decoration: underline;
    width: 284px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gov-service-btn, .news-block-btn {
    color: #B8A05E;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    width: 133px;
    border: none;
    background-color: transparent;
    margin-top: auto;
}
.gov-service-btn:hover, .news-block-btn:hover {
    transform: scale(1.1); 
    color: #aa851d !important;
}
.news-block-content-item img {
    width: 155px;
    height: 100px;
    object-fit: cover;
}
.news-block-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.news-block-item-content-top p {
    color: #08487C;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
    margin-top: 5px;
}
.news-block-item-content-top span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.news-block-item-content-btn {
    border: none;
    background-color: transparent;
}
.news-block-item-content-btn img {
    height: 24px;
    width: 24px;
}
.news-block {
    background-color: #F8F8F8;
    border-radius: 20px;
}
.news-block-content {
    margin-bottom: 0;
    flex-grow: 1;
}
.news-block-content > a {
    margin-top: auto;
}
.news-block-content-item {
  height: 100px;
}
.social-media-section {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px;
}
/* Photo slider */

.photo-slider-section {
    width: 100%;
    height: 374px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #D7EDFF;
}
.photo-slider-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.photo-slider-content-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.photo-slider-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.photo-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 345px;
    width: 100%;
    height: 24px;
}
.photo-slider-pagination-btn {
    width: 24px;
    height: 24px;
    background-color: transparent;
    line-height: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-slider-pagination-content img {
    width: 12px;
    height: 12px;
}
.photo-slider-pagination-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
/* Footer */

.footer {
  width: 100%;
  height: 115.36px;
  margin: 0 auto;
  border-top: 3px solid #B8A05E;
  padding: 40px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.footer-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-content-left p, .footer-content-right p  {
   font-family: "Montserrat", sans-serif;
   font-size: 14px;
   font-weight: 500;
   line-height: 100%;
   letter-spacing: 0%;
   margin-bottom: 0;
   color: #000000;
}
.footer-content-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}



.header-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 40px;
    height: 100%;        
    background: rgba(0, 0, 0, 0.7);      
}

.header-menu.is-open {
  display: flex;
}

:root {
  --gold: #B8A05E;
  --bg: #f4f4f4;
}
.header-menu-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 459px;
    background-color: #FFFFFF;
    z-index: 1000;
    padding: 40px;
}
.menu-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #B8A05E;
}

.nav-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0;
  color: #000000;
  padding: 16px 24px;
  text-decoration: none;
  width: 100%;
  min-width: 265px;
}
.nav-item:hover {
  background-color: var(--gold);
  color: white;
}

.nav-item.active {
  background-color: var(--gold);
  color: white;
}

.menu-content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.menu-panel a {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0;
  color: #000000;
  text-decoration: none;
  padding: 16px 24px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 291px;
  width: 100%;
}

.col a:hover { 
    background-color: #D7EDFF;
 }

.close-btn {
    position: absolute;
    bottom: -40px;
    right: -40px;
    background: var(--gold);
    color: white;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    width: 48px;
    height: 48px;
    cursor: pointer;
    font-size: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-btn:hover {
  background-color: #aa851d !important;
  cursor: pointer;
}
.burger-menu:hover {
   background-color: #9fd3f8; 
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.photo-slider-content-items {
  display: flex;
  transition: transform 0.5s ease;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: flex-start;
}

.photo-slider-content-item {
  /*flex: 0 0 calc(25% - 15px);*/
  box-sizing: border-box;
  flex-shrink: 0;
}

.photo-slider-content-item img {
  width: 100%;
  height: 196.83px;
  object-fit: cover;
  border-radius: 20px;
}
.main-slider-btn:disabled {
  opacity: 0.3; 
  cursor: not-allowed; 
  filter: grayscale(1);
}
.instagram-block {
    min-height: 100%;
}


.ai-chat-btn {
    width: 72px;
    height: 72px;
    background-color: #B8A05E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 50px;
    z-index: 99999;
}
.ai-chat-btn:hover {
    cursor: pointer;
    transform: scale(1.2);
}
.ai-chat-content {
    display: none;
    position: fixed;
    bottom: 100px;
    bottom: 5px;
    right: 25px;
    width: 360px;
    height: 80%;
    background: #fff;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    z-index: 99999;
    overflow: hidden;
}
.ai-chat-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #B8A05E;
    padding: 15px 25px;
}
.ai-chat-header p {
  font-size: 16px;
  font-weight: 400;
  color: #f7fbff;
  margin-bottom: 0;
  line-height: 100%;
  letter-spacing: 0%;
}
#closeChat img {
    width: 20px;
    height: 20px;
    filter: invert(1);
}
#closeChat img:hover {
    cursor: pointer;
    transform: scale(1.2);
}
.ai-chat-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    background: #ffffff;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #B8A05E #f7f7f7;
}
.ai-chat-footer {
    padding: 15px;
    background: #ffffff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.ai-chat-footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 5px 10px;
    background: #fff;
    gap: 5px;
}
.ai-chat-footer-mic-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-color: transparent;
}
.ai-chat-footer-mic-btn:hover {
    cursor: pointer;
    background-color: #B8A05E;
}
.ai-chat-footer-mic-btn img{
    width: 24px;
    height: 24px;
}
.ai-chat-footer-mic-btn:hover img {
    filter: invert(1);
}
.ai-chat-footer-message {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #333;
    background: transparent;
    padding: 10px 0;
}
.ai-chat-footer-up-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #f0f0f0;
    color: #999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    transition: all 0.3s;
}
.ai-chat-footer-up-btn:hover {
    cursor: pointer;
    background-color: #B8A05E;  
    color: #fff;
}
.ai-chat-message-neural, .ai-chat-message-user {
    background: #f9f9f9;
    border: none;
    box-shadow: none;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    max-width: 85%;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
}
.ai-chat-message-owner {
    display: block;
    font-size: 10px;
    color: #999;
    margin-top: 4px;
    text-align: left;
    font-style: italic;
}
.ai-chat-message-user {
    background-color: #B8A05E;
    margin-left: auto;
    margin-top: 1rem;
}

.speciality-slider {
  display: flex;
  align-items: center;
  gap: 20px; 
  width: 100%;
}

.speciality-slider-wrapper {
  overflow: hidden;
  flex: 1;
}

.speciality-content-cards {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.speciality-content-card {
  min-width: calc((100% - 40px) / 4); 
  flex-shrink: 0;
}

.main-right-slider-wrapper {
  overflow: hidden;
  width: 100%; 
}
.main-right-slider-cards {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}
.main-right-slider-card {
  min-width: 100%; 
  width: 100%;
  flex-shrink: 0;
}

@media (min-width:1281px) and (max-width:1920px) {
  .nav-item {
    min-width: 180px;
  }
  .menu-panel a {
    min-width: 180px;
  }
}

@media /*(min-width:769px) and */(max-width:1280px) {
    .menu-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
    }
    .menu-header {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        border-bottom: none;
        gap: 0;
        overflow-x: hidden;
        margin-top: 40px;
    }
    .menu-content {
        display: none;
    }
    .main-content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .main-text, .main-title {
        text-align: center;
        padding: 0 6rem;
    }
    .menu-panel {
        display: none;
        width: 100%;
        background-color: #f7fbff;
        border-bottom: 1px solid #ececec;
    }
    .menu-panel.active {
        display: block;
        padding: 6px 0;
        margin-bottom: 8px;
        background-color: transparent;
    }
    .menu-panel a {
        min-width: 100%;
        width: 100%;
        height: auto;
        padding: 12px 16px;
    }
    .header-menu-content {
        min-height: 100vh;
        width: 400px;
        height: 100vh;
        border-radius: 0;
        overflow-y: auto;
        padding: 0;
    }
    
    .container {
      max-width: 100% !important;
      padding: 0 !important;
    }
    #header {
      padding: 30px;
      height: auto;
    }
    .navigation {
      display: none;
    }
    .header-container {
       justify-content: space-between;
       gap: 40px;
    }
    .header-right-block {
        gap: 20px;
        margin-left: 0;
    }
    .header-menu {
        padding: 20px;
    }
    .nav-item, .menu-panel a {
        min-width: 100%;
        width: 100%;
        padding: 12px 14px;
    }
    .nav-item {
        padding: 14px 18px;
        border-bottom: 1px solid #B8A05E;
    }
    .close-btn {
        width: 44px;
        height: 44px;
        top: 0;
        right: 0;
    }
    .info-content {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .gov-service, .news-block, .social-media-section {
        padding: 20px;
        gap: 30px;
        justify-content: flex-start;
        height: 633px;
        width: 100%;
    }
    .gov-service-content-item p {
        width: 100%;
    }
    .gov-service-title h4, .news-block-title h4, .logo-title {
        font-size: 18px;
    }
    .gov-service-content-item p, .gov-service-btn, .news-block-btn, .news-block-item-content-top p, .speciality-content-text p, .speciality-content-card-content p, .main-text,
    .our-mission-text, .about-text, .statistics-content-card-title span, .statistics-content-card-text p  {
        font-size: 14px;
    }
    .news-block-item-content-top span, .supervisor-title-position p, .footer-content-left p, .footer-content-right p {
        font-size: 12px;
    }
    .speciality-content-card-content h4, .supervisor-speech h4, .supervisor-speech p {
        font-size: 16px;  
    }
    .supervisor-title-name p {
        font-size: 22px;
    }
    .our-mission-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .news-block-content-item img {
        width: 145px;
        height: 90px;
    }
    .news-block-item-content-btn img {
        width: 20px;
        height: 20px;
    }
    .gov-service-content, .news-block-content {
        gap: 30px;
    }
    .gov-service-content-item img {
        width: 26px;
        height: 26px;
    }
    .info-section {
        padding: 0;
        height: 100%;
    }
    .photo-slider-section {
        padding: 50px 30px;
        height: 100%;
    }
    .speciality-section  {
        padding: 0;
        height: 100%;
        margin-bottom: 40px;
    }
    .speciality-content {
        gap: 30px;
        padding: 10px;
    }
    .speciality-content-title h3, .about-title h3 {
        font-size: 42px;
    }
    .main-left {
        width: 100%;
        height: 100%;
        padding: 30px;
        padding-right: 30px;
        position: static;
        clip-path: border-box;
        z-index: initial;
    }
    .main-right {
        position: relative;
        top: 0;
        left: 0;
        z-index: initial;
    }
    img.main-img {
        height: 100%;
    }
    .main-slider-btns {
        width: 100%;
        top: auto;
        bottom: 0;
    }
    .main-title {
        font-size: 40px;
        line-height: 100%;
    }
    .supervisor-speech img {
        width: 130px;
    }
    .statistics-content-card-title p {
        font-size: 38px;
    }
    .statistics-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-content: center;
    }
    .statistics-content-card {
        width: 100%;
        gap: 15px;
        height: 100%;
    }
    .mission {
        width: 100%;
        padding: 30px;
        height: 200px;
        top: 25rem;
        left: 0;
        border-radius: 0;
        position: static;
        align-items: center;
        padding: 0 6rem;
        text-align: center;
    }
    .main-slider-btn, .photo-slider-pagination-btn {
        width: 36px;
        height: 36px;
    }
    .main-slider-center img {
        width: 14px;
        height: 14px;
    }
    .about-photo img {
        height: 330px;
    }
    .about-content, .supervisor-title, .about-content-block  {
        gap: 10px;
    }
    .about-content-block {
       width: 600px;
    }
    .about-college {
        height: 100%;
        margin-top: 20px;
        padding: 10px;
    }
    .about-photo-regtangle {
        width: 100px;
        height: 100px;
    }
    .supervisor-section {
        padding: 10px;
        margin-bottom: 40px;
    }
    .supervisor-content, .supervisor-speech {
        gap: 30px;
    }
    .supervisor-image img {
        width: 100%;
        min-width: 280px;
        height: 100%;
        min-height: 431px;
    }
    .speciality-content-card-content, .photo-slider-content-items {
        gap: 10px;
    }
    .speciality-content-card-img img {
        width: 300px;
    }
    .statistics-section {
        height: 100%;
        padding: 30px;
        margin-bottom: 30px;
    }
    .photo-slider-pagination-content img {
        width: 8px;
        height: 8px;
    }
    .photo-slider-content-item {
      flex-shrink: 0;
    }
    
    .ai-chat-btn {
        width: 68px;
        height: 68px;
    }
    .ai-chat-btn img, .ai-chat-header img {
        width: 36px;
        height: 32px;
    }
    .ai-chat-content {
        width: 340px;
    }
    .ai-chat-header p {
        font-size: 14px;
    }
    #closeChat img {
        width: 18px;
        height: 18px;
    }
    .ai-chat-footer-up-btn {
        font-size: 23px;
        width: 48px;
        height: 48px;
    }
    .ai-chat-footer-mic-btn {
        width: 48px;
        height: 48px; 
    }
    .ai-chat-footer-message, .ai-chat-message-neural, .ai-chat-message-user {
        font-size: 12px;
    }
    .ai-chat-message-owner {
        font-size: 9px;
    }
    .ai-chat-header {
        padding: 12px 22px;
    }
    .ai-chat-footer {
        padding: 12px;
    }
    
    
    .speciality-content-card { 
        min-width: calc((100% - 20px) / 3); 
        
    }
    .speciality-slider {
        gap:15px;
    }
    .photo-slider-content-item img {
        height: 300px;
    }
}

@media (max-width:768px) {
    .menu-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
    }
    .menu-header {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        border-bottom: none;
        gap: 0;
        overflow-x: hidden;
        margin-top: 40px;
    }
    .menu-content {
        display: none;
    }
    .menu-panel {
        display: none;
        width: 100%;
        background-color: #f7fbff;
        border-bottom: 1px solid #ececec;
    }
    .menu-panel.active {
        display: block;
        padding: 6px 0;
        margin-bottom: 8px;
        background-color: transparent;
    }
    .menu-panel a {
        min-width: 100%;
        width: 100%;
        height: auto;
        padding: 12px 16px;
    }
    .header-menu-content {
        min-height: 100vh;
        width: 400px;
        height: 100vh;
        border-radius: 0;
        overflow-y: auto;
        max-width: calc(100vw - 20px);
        padding: 0;
    }
    .container {
      max-width: 100% !important;
      padding: 0 !important;
    }
    #header, .statistics-section {
      padding: 20px;
    }
    #header {
      height: auto;
    }
    .header-right-block {
        gap: 15px;
        margin-left: 0;
    }
    .header-menu {
        padding: 20px;
    }
    .nav-item, .menu-panel a {
        min-width: 100%;
        width: 100%;
        padding: 10px 12px;
        height: auto;
    }
    .nav-item {
        padding: 12px 16px;
        border-bottom: 1px solid #B8A05E;
    }
    .menu-panel {
        display: none;
        width: 100%;
        background-color: #f7fbff;
        border-bottom: 1px solid #ececec;
    }
    .menu-panel.active {
        display: block;
        padding: 6px 0;
    }
    .close-btn {
        top: 0;
        right: 0;
        width: 38px;
        height: 38px;
    }
    .menu-header, .menu-content  {
       overflow-x: hidden;
    }
    .menu-content {
        display: none;
    }
    .menu-panel.active {
        margin-bottom: 8px;
    }
    .navigation {
        display: none;
    }
    .info-content {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .speciality-section, .info-section {
        height: 100%;
        padding: 5px;
        margin-bottom: 20px
    }
    .gov-service, .news-block, .social-media-section, .gov-service-content-item p {
        width: 100%;
    }
    .supervisor-section {
        padding-left: 5px;
        padding-top: 78px;
    }
    .main-left {
        width: 100%;
        clip-path: border-box;
        padding-right: 0;
        padding: 20px;
    }
    .mission {
        width: 100%;
        height: 167px;
        padding: 20px;
    }
    .about-text {
        text-align: center;
    }
    .our-mission-title {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .main-title {
      font-size: 38px;
      line-height: 100%;
    }
    .main-text, .lang-btn, .our-mission-text, .about-text, .details-btn, .speciality-content-text p, .speciality-content-card-content p, .statistics-content-card-title span,
    .statistics-content-card-text p, .gov-service-content-item p, .news-block-item-content-top p, .menu-panel a {
        font-size: 12px !important;
    }
    .logo-title, .gov-service-title h4, .news-block-title h4 {
        font-size: 16px;
    }
    .about-title h3, .speciality-content-title h3 {
        font-size: 40px;
        padding-right: 5px;
        padding-bottom: 10px
    }
    .about-text-one, .about-text-two {
        margin-bottom: 10px;
    }
    .about-photo img {
        max-height: 270px;
        height: 100%;
    }
    .about-photo-regtangle {
        width: 80px;
        height: 80px;
    }
    .about-content, .supervisor-content, .supervisor-title, .speciality-content-card-content, .gov-service-content-item, .news-block-content-item, .photo-slider-content, .about-content-block  {
        gap: 10px;
    }
    .about-college, .supervisor-section, .statistics-section {
        height: 100%;
    }
    .supervisor-image img {
        min-width: auto;
        min-height: auto;
        max-width: 280px;
    }
    .supervisor-title-position p {
        font-size: 10px;
        width: 120px;
    }
    .supervisor-title-name p {
        font-size: 20px;
    }
    .supervisor-title {
        margin-bottom: 20px;
    }
    .supervisor-speech h4, .supervisor-speech p, .speciality-content-card-content h4, .nav-item {
        font-size: 14px;
    }
    .supervisor-speech, .speciality-content{
        gap: 20px;
    }
    
    .speciality-content {
        padding: 5px;
    }
    .supervisor-speech img{
        width: 120px;
    }
    .supervisor-info {
        max-width: 300px;
    }
    .speciality-content-card-img img {
        width: 280px;
    }
    .statistics-content {
        gap: 15px;
    }
    .statistics-content-card-title p, .statistics-content-card-title span {
        font-size: 36px;
    }
    .statistics-content-card {
        width: 100%;
        gap: 10px;
        height: 100%;
    }
    .gov-service-content-item img {
        width: 22px;
        height: 22px;  
    }
    .gov-service, .news-block, .social-media-section {
        gap: 20px;
        padding: 20px;
        height: 100%;
    }
    .gov-service-content, .news-block-content {
        gap: 20px;
        margin-bottom: 20px;
    }
    .news-block-content-item img {
        width: 135px;
        height: 80px;
    }
    .news-block-item-content-top span, .footer-content-left p, .footer-content-right p  {
        font-size: 10px;
    }
    .news-block-item-content-btn img, .photo-slider-pagination-btn {
        width: 16px;
        height: 16px;  
    }
    .gov-service-btn, .news-block-btn {
       width: 100%;
       font-size: 12px;
       text-align: left;
    }
    .photo-slider-section {
        padding: 15px 10px;
        height: 100%;
    }
    .photo-slider-pagination-content img {
        width: 6px;
        height: 6px;
    }
    .photo-slider-pagination-content {
        gap: 5px;
    }
    .photo-slider-pagination {
        width: 120px;
    }
    .main-slider-btn, .photo-slider-pagination-btn {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-content-right img {
        width: 145px;
    }
    .footer-content-right {
        gap: 10px;
        flex-wrap: wrap;
    }
    .about-content {
        align-items: center;
        flex-direction: column;
        padding: 0 5px;
    }
    .about-college {
        height: auto;
        margin-top: 0;
    }
    .about-content-block {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .main-slider-center img {
        width: 10px;
        height: 10px;
    }
    .about-title h3 {
        writing-mode: horizontal-tb;
        padding-bottom: 0
    }
    .about-text {
        height: 100%;
    }
    .speciality-content-title h3::after {
        width: 120px;
        height: 3px;
        left: 22%;
    }
    .photo-slider-content-item {
      /*flex: 0 0 calc(100% - 15px);*/
      flex-shrink: 0;
    }
    .about-title h3::after {
        height: 3px;
        top: 42px;
        right: 32%;
        width: 150px;
    }
    .statistics-content-card-title {
        line-height: 80%;
    }
    .main-slider-btns {
        height: 65px;
    }
    .main-text, .main-title {
        padding: 0;
    }
    
    
    .ai-chat-btn img, .ai-chat-header img {
        width: 32px;
        height: 28px;
    }
    .ai-chat-btn {
        width: 64px;
        height: 64px;
    }
    .ai-chat-header {
        padding: 10px 20px;
    }
    .ai-chat-header p {
        font-size: 12px;
    }
    #closeChat img {
        width: 14px;
        height: 14px;
    }
    .ai-chat-body {
        padding: 10px;
    }
    .ai-chat-footer-message, .ai-chat-message-neural, .ai-chat-message-user {
        font-size: 10px;
    }
    .ai-chat-message-owner {
        font-size: 8px;
    }
    .ai-chat-footer-mic-btn {
        width: 44px;
        height: 44px;
    }
    .ai-chat-footer-mic-btn img {
        width: 20px;
        height: 20px;
    }
    .ai-chat-footer-up-btn {
        width: 44px;
        height: 44px;
        font-size: 21px;
    }
    .ai-chat-content {
        width: 300px;
    }
    
    .speciality-content-card { 
        min-width: calc((100% - 20px) / 2); 
    }
    .speciality-slider {
        gap:10px;
    }
    .photo-slider-content-item img {
        height: 330px;
    }
}
@media (max-width: 630px) {
    #header {
        padding: 10px;
        height: auto;
    }
    .supervisor-content {
        flex-direction: column;
    }
    .supervisor-info {
        max-width: 100%;
    }
    .instagram-block {
      min-width: 100% !important;
    }
    .logo-title {
        font-size: 12px;
        max-width: 250px;
    }
    .logo-img {
        width: 42px;
        height: 33px;
    }
    .lang-btn {
        width: 50px;
    }
    .burger-menu {
        width: 34px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-right-block {
        gap: 5px;
    }
    img.burger-menu-img {
        width: 20px;
        height: 10px;
    }
    .main-title {
        font-size: 30px;
    }
    .about-title h3, .speciality-content-title h3 {
        font-size: 35px;
    }
    .about-title h3::after {
        top: 40px;
        right: 61px;
    }
    .supervisor-speech p, .supervisor-speech h4, .supervisor-speech p, .supervisor-speech div {
        text-align: center;
    }
    .supervisor-speech, .supervisor-title {
        align-items: center;
    }
}
@media (max-width: 405px) {
    .header-menu-content {
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        height: 100vh;
        padding: 0px;
    }
    .main-content {
       height: 100%;
    }
    .supervisor-section {
        padding-top: 50px;
        margin-bottom: 40px;
    }
    .about-title h3, .speciality-content-title h3 {
        font-size: 30px;
    }
    .footer {
        padding: 10px;
        height: auto;
    }
    .speciality-content-card {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    .photo-slider-block, .photo-slider-content-items {
        gap: 10px;
    }
    .main-slider-btn img {
        width: 10px;
        height: 10px;
    }
    .main-slider-btn, .photo-slider-pagination-btn{
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .details-btn {
        font-size: 10px !important;
        width: 100px;
        height: 28px;
    }
    .about-photo-regtangle {
        width: 50px;
        height: 50px;
        bottom: -25px;
    }
    .supervisor-title-name p {
        font-size: 18px;
    }
    .supervisor-speech, .gov-service-btn, .news-block-btn, .gov-service, .news-block, .social-media-section {
        gap: 10px;
    }
    .supervisor-speech img {
        width: 100px;
    }
    .supervisor-image img {
        height: 300px;
        min-height: 100%;
    }
    .about-content, .supervisor-content, .supervisor-title, .speciality-content-card-content, .gov-service-content-item, .news-block-content-item, .photo-slider-content, .statistics-content-card {
        gap: 5px;
    }
    .statistics-section {
        margin-bottom: 20px;
    }
    .close-btn {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
    }
    .about-title h3::after {
        width: 110px;
        height: 3px;
        top: 33px;
        right: 54px;
    }
    .main-slider-btns {
        height: 50px;
    }
    .statistics-content {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .ai-chat-content {
        width: 260px;
    }
    .speciality-content-card { 
        min-width: 100%;
    }
    .speciality-slider {
        gap:7px;
    }
    .speciality-content {
        padding: 0;
    }
    .speciality-content-card-img img {
        width: 200px;
        height: auto;
    }
    .speciality-content-card-content {
        padding: 10px;
    }
    .photo-slider-content-item img {
        height: 284px;
    }
}