html{
    scroll-behavior: smooth;
}

@font-face {
   font-family: 'GetVoIPGrotesque';
   src: url("../fonts/GetVoIPGrotesque.woff2") format("woff2");
}
@font-face {
   font-family: 'Montserrat';
   src: url("../fonts/Montserrat/stylesheet.css");
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-family: 'GetVoIPGrotesque';
}

body{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #1d1d1d;
}

.out_of_header{
    background: url('../img/bg_main_123.png') no-repeat center top / cover;
     background-size: 100%;
}

a {
    text-decoration: none;
}
.container_director{
    display: flex;
    gap: 200px;
}

.sticker_dire{
    transform: rotate(10deg);
}
.container{
    max-width: 1143px;
    margin: 0 auto;
}

/*---------------------------------------------------------------------*/
/*@font-face {*/
/*    font-family: "Montserrat-Bold";*/
/*    src: url("fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*    font-family: "Montserrat-Regular";*/
/*    src: url("fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");*/
/*}*/

/*@font-face {*/
/*    font-family: "Montserrat-Light";*/
/*    src: url("fonts/Montserrat/Montserrat-Light.ttf") format("truetype");*/
/*}*/


/*@font-face {*/
/*    font-family: "Montserrat-SemiBold";*/
/*    src: url("fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");*/
/*}*/


.content_inside_header {
    position: relative;
    z-index: 2;
}

.hero_text {
    position: relative;
    z-index: 3;
    margin-top: 300px;
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.images_lic{
    margin-left: 40px;
}

.list_header {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    font-size: 45px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
}

.navigation_header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-weight: 700;
    gap: 47px;
}
.menuopen_item:hover{
    font-weight: 700;
    /*color: #0136B5;*/
    background: linear-gradient(90deg, #000000, #00A2DC 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: fit-content;
}

.contacts_header {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 54px;
}

.main_link {
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 16px;
    transition: 0.3s ease;
    font-weight: 500;
}

.main_link:hover,
.has-submenu:hover > .main_link {
    background: linear-gradient(90deg, #fff, #FBC600 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: fit-content;
    text-decoration: 2px underline;
    text-underline-offset: 5px;
    font-weight: 700;
}

.contacts_header_links {
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding-left: 10px;
    transition: 0.3s ease;
}

.contacts_header_links:hover {
    color: #00A2DC;
}

.hero_text {
    color: #fff;
    width: 865px;
}

.hero_text h1 {
    font-size: 48px;
    text-align: left;
    padding-bottom: 24px;
}

.has-submenu{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.hero_text span {
    color: #f0c000;
}

.hero_paragraph_first {
    text-align: left;
    font-size: 20px;
    margin-bottom: 11px;
    z-index: 2;
}

.hero_paragraph_second {
    text-align: left;
    font-size: 22px;
    width: 865px;
}

.header {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.header .content,
.header .contacts_header,
.header .navigation_header {
    position: relative;
    z-index: 2;
    color: white;
}

.content_inside_header{
    position: relative;
    z-index: 1;
}


.submenu {
    display: none;
    position: absolute;
    top: 100%;
    margin: 0;
    list-style: none;
    background: #fff;
    z-index: 10000;
    border-radius: 6px;
    padding: 0 20px;
    box-shadow: 0px 10px 20px 0px rgba(1, 54, 181, 0.15);
}

.submenu_up{
    display: none;
    position: absolute;
    margin: 0;
    list-style: none;
    background: #fff;
    z-index: 10000;
    border-radius: 6px;
    padding: 0 20px;
    box-shadow: 0px 10px 20px 0px rgba(1, 54, 181, 0.15);
    bottom:100%;
}


.submenu.visible {
    display: block;
}
.submenu_up.visible{
    display: block;
}

.menuopen_item{
    color: black;
    position: relative;
    text-decoration: none;
    display: block;      
    min-width: 130px;             
    text-align: left;        
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-weight: 500;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.65);
    transition: 0.3s ease;
    padding: 20px 0;
}


.submenu li:last-child > a.menuopen_item {
    border-bottom: none;
}

.submenu_up li:last-child > a.menuopen_item {
    border-bottom: none;
}


.video-section {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    background: #fff;
}

.video-container {
    position: relative;
    width: 100%;
    max-height: 530px;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    cursor: pointer;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: rgba(255,255,255,0.8);
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    pointer-events: none;
    transition: opacity 0.2s;
}
.play-overlay.hidden {
    opacity: 0;
}

.title_director{
    color: #0136B5;
    font-size: 24px;
    margin-left: 26px;
}

.paragraph_director{
    color: gray;
    font-size: 14px;
    font-weight: 400;
    margin-left: 25px;
}
.text_director{
    border-left: 3px solid #0136B5;
    height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.divparagraph_text_afterdirector {
  padding: 18px 40px;
  margin-top: 18px;
  margin-bottom: 56px;
  background-image:
    url('../img/one_quote.svg'),
    url('../img/one_quote.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 39px 36px, 39px 36px;
  max-width: 500px;
}
.paragraph_text_afterdirector{
    color: #000000;
    font-size: 20px;
    font-weight: 500;
} 


/*------------------------------------------------------------------------------------------*/

.about-block {
    padding-top: 84px;
    padding-bottom: 47px;
}

.premium-tag {
    padding: 8px 45px 7px 14px;
    background: linear-gradient(90deg, #E91E63, #EC7D00);
    border-radius: 500px;
    width: 509px;
    height: auto;
}

.premium-tag p {
    /* font-family: "GetVoIPGrotesque"; */
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.offer {
    margin-top: 10px;
}

.offer-title {
    font-weight: 700;
    font-size: 37.5px;
    line-height: 144%;
    width: 555px;
    background: linear-gradient(45deg, #000000, #0136B5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.underscore {
    width: 65px;
    height: 5px;
    border-radius: 500px;
    background: linear-gradient(90deg, #0136B5 49%, #5CA241);
    margin-top: 17px;
}

.offer-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 144%;
    width: 457px;
    margin-top: 38px;
    color: #000;
    opacity: 66%;
}

.offer-stats {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 21px;
    padding-bottom: 33px;
}

.stat-box {
    padding: 17px 16px 0 10px;
    background-color: #F8FAFC;
    height: 140px;
    border-radius: 13px;
    transition: 0.6s ease;
}

.stat-box:hover {
    /*box-shadow: inset -7px -14px 41.8px -30px rgba(0, 162, 220, 1.0);*/
    box-shadow: 0 10px 20px 0 rgba(1, 54, 181, 0.1);
}

.numbers h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 144%;
    color: #0136B5;
}

.numbers {
    display: flex;
    align-items: center;
    gap: 10px;
}

.text_numbers{
    color: white;
    display: flex;
    gap: 132px;
    margin-bottom: 250px;
}


.text_span_numbers{
    font-size: 96px;
   display: inline-block;
   margin-bottom: 30px;
    font-weight: 600;
    width: 3.1ch;
}

.text_oneblock{
    text-align: center;
     transition: color 0.2s ease, transform 0.2s ease;
}

.text_oneblock:hover{
color: #FBC600;
  transform: scale(1.1);
}

.logo_numbers{
    margin-bottom: 78px;
}

.text_paragraph_numbers{
    font-size: 30px;
    font-weight: 400;
}

.numbers_section{
    padding: 80px 0;
    position: relative;
    height: 600px;
    overflow: hidden;
    background: url('../img/numbers_background.svg') no-repeat center top / cover;
}


.block_numbers{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.stat-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 144%;
    color: rgba(0, 0, 0, 0.59);
    text-align: center;
    width: 113px;
}

.want-learn{
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
    width: 215px;
    background: linear-gradient(90deg, #0136B5 75%, #00A2DC);
    background-size: 200% 100%;
    background-position: left;
    border-radius: 6px;
    padding: 10px 0 10px 40px;
    transition: background-position 0.6s ease;
}

.want-learn i {
    margin-left: 6px;
    margin-top: 5px;
}

.want-learn:hover {
    background-position: right;
}

.offer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.photo-item {
    transition: 0.6s ease;
    /*added*/
    overflow: hidden;
    position: absolute;
}
/*new*/
.photo-item img {
    width: 100%;
    height: 100%;
}

.photo-item:nth-child(1) {
    width: 334px;
    height: 222px;
    border-radius: 15px;
    transform: rotate(-2deg);
}

.photo-item:nth-child(1):hover {
    transform: rotate(2deg);
}

.photo-item:nth-child(2) {
    width: 280px;
    border-radius: 10px;
    transform: rotate(-3deg);
    z-index: 2;
    top: 40px;
    left: 320px;
}

.photo-item:nth-child(2):hover {
    transform: rotate(3deg);
}

.photo-item:nth-child(3) {
    z-index: 4;
    width: 153px;
    height: 138px;
    border-radius: 10px;
    transform: rotate(3deg);
    top: 237px;
}

.photo-item:nth-child(3):hover {
    transform: rotate(-3deg);
}

.photo-item:nth-child(4) {
    width: 384px;
    border-radius: 15px;
    transform: rotate(4deg);
    top: 230px;
    left: 130px;
}

.photo-item:nth-child(4):hover {
    transform: rotate(-4deg);
}

.photo-item:nth-child(5) {
    width: 178px;
    height: 178px;
    border-radius: 10px;
    transform: rotate(-6deg);
    top: 350px;
    left: 50px;
}

.photo-item:nth-child(5):hover {
    transform: rotate(6deg);
}

.photo-item:nth-child(6) {
    width: 200px;
    border-radius: 10px;
    transform: rotate(10deg);
    top: 420px;
    right: 0;
}

.photo-item:nth-child(6):hover {
    transform: rotate(-10deg);
}

.photo-collage {
    width: 100%;
    position: relative;
}

.stats-section {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.stat-block {
    background-color: #F8FAFC;
    padding: 7px 22px;
    border-radius: 13px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    width: fit-content;
    transition: 0.6s ease;
}

.stat-block:hover {
    box-shadow: 0 10px 20px 0 rgba(1, 54, 181, 0.1);
}

.left h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 144%;
    color: #000;
}

.left p {
    font-weight: 400;
    font-size: 13px;
    line-height: 144%;
    color: rgba(0, 0, 0, 0.56);
}

.stat-block i{
    color: #0136B5;
    width: 23px;
    padding-top: 10px;
}

.left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stats-row .stat-block .left p {
    font-size: 14px;
}

.stats-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.coming-events h1 {
  font-size: 37.5px !important;
}

.coming-events {
    padding-top: 51px;
    padding-bottom: 60px;
}

.coming-events, news h1 {
    font-weight: 700;
    font-size: 23px;
}

.title-underscore, .title-underscore-news {
    width: 78px;
    height: 3px;
    margin-top: 10px;
    border-radius: 500px;
    background: linear-gradient(90deg, #0136B5 62%, #5CA241);
}

.event-offer-text, .news-offer-text {
    font-weight: 500;
    font-size: 28px;
    margin-top: 43px;
    background: linear-gradient(90deg, #000000, #0136B5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.event-cards-row, .news-cards-row {
    margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
}

.event-card {
    width: 359px;
    height: 415px;
    border-radius: 19px;
    position: relative;
    overflow: hidden;
}

.event-image {
    display: block;
    width: 486px;
    height: 100%;
    filter: brightness(0.57);
    transition: 0.4s ease;
}

/*.event-card:hover .event-image{
    transform: scale(1.2);
}*/

.event-card:hover .event-card-content {
    background: rgba(1, 54, 181, 0.84);
}

.event-card-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 29px;
    transition: 0.4s ease;
}

.event-date {
    padding: 5px 21px;
    background: linear-gradient(90deg, #0136B5, #00A2DC 49%);
    width: fit-content;
    border-radius: 500px;
}

.event-date p {
    font-weight: 700;
    font-size: 16px;
    line-height: 144%;
    color: #fff;
}

.event-title {
    width: 300px;
    height: 58px;
    font-weight: 700;
    font-size: 20px;
    line-height: 144%;
    color: #fff;
    margin-top: 34px;

    /* Свойства для обрезания текста с многоточием */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Количество строк (рассчитано исходя из line-height и высоты) */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-desc {
    width: 300px;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #fff;
    opacity: 82%;
    margin-top: 20px;
    height: 93px;

    /* Свойства для обрезания текста с многоточием */
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Количество строк (рассчитано исходя из line-height и высоты) */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-meta {
    margin-top: 52px;
}

.event-time i {
    color: #FBC600;
    width: 18px;
    height: 18px;
}

.event-time p {
    font-weight: 500;
    font-size: 14px;
    line-height: 144%;
    color: #fff;
}

.event-time {
    display: flex;
    gap: 9px;
}

.event-location i {
    color: #E91E63;
    width: 18px;
    height: 18px;
}

.event-location p {
    font-weight: 500;
    font-size: 14px;
    line-height: 144%;
    color: #fff;
}

.event-location {
    display: flex;
    gap: 9px;
}

.event-meta {
    display: flex;
    align-items: center;
    gap: 23px;
}
.event-more {
    display: block;
    width: 134px;
    border-radius: 500px;
    margin-top: 27px;
    background: #00A2DC;
    color: #fff;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 144%;
    transition: 0.3s ease;
}

.event-more:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 162, 220, 0.77);
}

.event-more i {
    margin-left: 5px;
}

.telegram-cta {
    padding: 29px 24px;
    margin-top: 70px;
    border-radius: 12px;
    background: linear-gradient(90deg, #0136B5 59%, #00A2DC);
    display:  flex;
    align-items: center;
    justify-content: space-between;
}

.telegram-text h2 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.telegram-text p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.telegram-text {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.telegram-text-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.telegram-cta a {
    display: block;
    width: 206px;
    border-radius: 46px;
    padding: 14px 38px;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    color: #00A2DC;
    transition: 0.3s ease;
}

.telegram-cta a i {
    margin-left: 7px;
}

.telegram-cta a:hover {
    box-shadow:  0 10px 20px 0 rgba(1, 54, 181, 0.4);
}

.news{
}


.news-card {
    background: url('../img/news_card_bgc.svg') no-repeat center top / cover;
    width: 359px;
    height: 641px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.news-card-image-wrapper {
    width: 100%;
    height: 253px;
    position: relative;
    overflow: hidden;
}
.news-card-badge {
    position: absolute;
    top: 18px;    
    right: 18px;  
    background: #E91E63;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 17px;
    border-radius: 16px;
    z-index: 2;
    transition: 0.6s ease;
}

 .news-card-badge:hover {
     box-shadow:  0px 2px 10px 0px rgba(233, 30, 99, 0.7);
 }

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.button-all-news{
    background: linear-gradient(90deg, #0136B5 55%, #00A2DC);
    color: white;
    padding: 10px 43px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat';
    border-radius: 8px;
    margin-top: 52px;
    cursor: pointer;
    transition: 0.5s ease;
}

.abt-video-wrap {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 40px;
}

.abt-video-wrap video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.button-all-news i{
    margin-left: 10px;
}

.button-all-news:hover{
    box-shadow: 0 10px 20px 0 rgba(0, 162, 220, 0.77);
}

.news-more {
    color: #00A2DC;
    font-weight: 500;
    font-size: 15px;
    line-height: 144%;
    margin-top: 53px;
    display: block;
    margin-left: 10px;
}

.news-more:hover > i{
    transform: rotate(90deg);
}

.news-more i {
    margin-left: 5px;
    transition: 0.6s ease;
    word-break: break-word;
}

.news-card-content {
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    flex: 1 1 auto;
    overflow: hidden;
}
.buttontext_news_card{
    display: flex;
    margin-top: 22px;
}
.news-card-event{
    color: rgba(255, 255, 255, 0.75);
    background-color: #5CA241;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    border-radius: 19px;
    padding: 5px 11px;
    margin-right: 7px;
    transition: 0.6s ease;
}

.news-card-important{
    color: rgba(255, 255, 255, 0.75);
    background-color: #E91E63;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    border-radius: 19px;
    padding: 5px 11px;
    transition: 0.6s ease;
}

.news-card-important:hover{
     box-shadow:  0px 2px 10px 0px rgba(233, 30, 99, 0.7);
}
.news-card-event:hover{
     box-shadow:  0px 2px 10px 0px rgba(92, 162, 65, 0.7);;
}
.news_card_date{
   font-weight: 400;
   font-size: 14px;
   color: #000;
   opacity: 56%;
   margin-bottom: 20px;
}
.photo_up {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    pointer-events: none;
}
.photo_up img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_card_paragraph{
     font-weight: 400;
   font-size: 18px;
   color: #000;
   min-height: 90px;
   opacity: 56%;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.news_card_title{
   font-weight: 700;
   font-size: 18px;
    width: 100%;
    min-height: 68px;
   color: #000;
   margin-bottom: 21px;
     word-break: break-word;

    /* Свойства для обрезания текста с многоточием */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Количество строк (рассчитано исходя из line-height и высоты) */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-card-content, .news-card-text {
    overflow-wrap: break-word;
    word-break: break-word;
}

.news_card_date i{
    color: #00A2DC;
    margin-right: 5px;
}


.faq {
    padding-top: 60px;
    padding-bottom: 210px;
}

.faq-sec-title {
    font-weight: 700;
    font-size: 37.5px;
    color: #000;
}

.faq-sec-title span {
    color: #00A2DC;
}

.faq-section-wrapper {
    margin-top: 33px;
}

.faq-card {
    padding: 14px 11px 28px 11px;
    background: #F8FAFC;
    border-radius: 12px;
    width: 229px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 294px;
}

.faq-icon {
    padding: 7px 6px;
    border-radius: 5px;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
}

.faq-icon i {
    color: #fff;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    margin-top: 2px;
}

.faq-title {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-top: 12px;
    width: 198px;
}

.faq-desc {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.56);
    margin-top: 12px;
    width: 198px;
}

.faq-more {
    font-weight: 500;
    font-size: 14px;
    color: #0136B5;
    transition: 0.4s ease;
}

.faq-more:hover {
    padding-bottom: 5px;
}

.faq-cards-row {
    display: flex;
    align-items: center;
    gap: 13px;
}

.faq-popups {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.faq-popup {
    width: 686px;
    background: #F8FAFC;
    border-radius: 12px;
    padding: 20px 40px 19px 15px;
}

.popup-icon i {
    display: flex;
    justify-content: center;
    margin-top: 2px;
    color: #00A2DC;
    width: 16px;
    height: 16px;
}

.popup-icon {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    padding: 12px 11px;
    width: 39px;
    height: 39px;
}

.popup-title {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    width: 483px;
}

.popup-meta {
    display: flex;
    align-items: center;
    gap: 17px;
}

.extend-popup {
    display:  block;
    border-radius: 500px;
    width: 27px;
    height: 27px;
    background: #00A2DC;
    cursor: pointer;
    transition: 0.4s ease;
    transform: rotate(45deg);
    padding: 3px;
}

.popup-toggle {
    display: none;
}

.popup-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.popup-answer p {
    font-weight: 400;
    font-size:  14px;
    width: 518px;
    color: rgba(0, 0, 0, 0.56);
    margin-left: 57px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 26px;
}

.popup-toggle:checked ~ .popup-answer {
    max-height: 200px; /* Достаточно для текста */
    /*padding-top: 10px; !* Отступ сверху *!*/
}

.popup-toggle:checked ~ .popup-top .extend-popup {
    transform: rotate(90deg);
}

.popup-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}

.more-questions-banner {
    background: url('../img/faqBannerBg.png') no-repeat center top / cover;
    padding-top: 27px;
    padding-bottom: 20px;
    border-radius: 16px;
    margin-top: 21px;
    width: 686px;
}

.banner-title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.banner-desc {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    width: 368px;
    text-align: center;
    margin: 17px auto 14px auto;
}

.banner-btn {
    display: block;
    width: 108px;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
    background: #fff;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 14px;
    color: #0136B5;
    margin: 0 auto;
}

.banner-btn:hover {
    box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.6);
}

.faq-section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts {
    padding-top: 60px;
    padding-bottom: 90px;
}

.contacts-sec-title {
    font-weight: 700;
    font-size: 37.5px;
    line-height: 27px;
    color: #000;
}

.contacts-sec-underscore {
    background: #00A2DC;
    width: 65px;
    height: 3px;
    margin-top: 15px;
    border-radius: 500px;
}

.contacts-subhead {
    margin-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    width: 509px;
}

.map {
    width: 588px;
    height: 450px;
    position: relative;
}

.map iframe {
    border-radius: 27px 27px 0 0 ;
}

.map-window img {
    border-radius: 27px 27px 0 0;
}

.map-legend {
    z-index: 2;
    width: 100%;
    background: rgba(248, 250, 252, 1);
    border-radius: 0 0 27px 27px;
    padding: 10px 28px 11px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-icon {
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 11px;
    background: #fff;
}

.map-address {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}

.address {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts-content-wrapper {
    margin-top: 62px;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.open-route {
    width: 138px;
    padding: 4px 18px;
    background: #00A2DC;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.4s ease;
}

.open-route:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 162, 220, 0.5);
}

.open-route i {
    width: 20px;
    height: 20px;
    color: #fff;
}

.open-route p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}

.contacts-left {
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.educ-dept-wrap {
    width: 588px;
    background: #F8FAFC;
    border-radius: 23px;
    padding: 21px 103px 39px 24px;
}

.educ-icon {
    background: #5CA241;
    border-radius: 500px;
    width: 49px;
    height: 49px;
    padding: 12px 11px;
}

.educ-title {
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

.educ-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.educ-staff-wrap {
    width: 270px;
    padding: 0 83px 20px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    margin-top: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.staff-avatar {
    width: 33px;
    height: 33px;
    border-radius: 500px;
}

.staff-avatar img {
    width: 33px;
    height: 33px;
    border-radius: 500px;
}

.staff-position {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.55);
}

.staff-name {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    width: 296px;
}

.staff-creds {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.educ-meta-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.educ-meta-content a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    transition: 0.4s ease;
}

.educ-meta-content a:hover {
    color: #5CA241;
}

.educ-meta-content i {
    color: #5CA241;
    width: 20px;
    height: 20px;
}

.educ-meta {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.contact-document-wrap {
    width: 210px;
    background: #fff;
    border-radius: 6px;
    padding: 8px 6px 6px 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-doc-icon {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    padding: 5px 4px 4px 5px;
    transition: 0.4s ease;
}

.icon-green {
    background: #5CA241;
}

.icon-yellow {
    background: #FBC600;
}

.icon-yellow:hover {
    box-shadow: 0 2px 12.9px 0 rgba(251, 198, 0, 0.8);
}

.icon-green:hover {
    box-shadow: 0 2px 12.9px 0 rgba(92, 162, 65, 0.8);
}

.contacts-doc-desc h4 {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.contacts-doc-desc a {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.58);
    transition: 0.4s ease;
}

.contacts-doc-desc a:hover {
    color: #00A2DC;
}

.contacts-doc-desc {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.educ-documents {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.educ-meta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 8px;
}

.contact-right-wrap {
    background: #F8FAFC;
    border-radius: 13px;
    width: 392px;
    padding: 21px 24px 24px 24px;
}
.enroll-icon {
    background: #FBC600;
}

.enroll-staff-wrap {
    width: 344px;
    margin-top: 21px;
}

.enroll-meta-content i {
    color: #FBC600;
}

.enroll-meta-content a:hover {
    color: #FBC600;
}

.enroll-meta-content {
    padding-left: 8px;
}

.enroll-meta {
    margin-top: 21px;
}

.working-hours-wrap {
    margin-top: 15px;
    padding-left: 8px;
}

.working-hours-wrap i {
    color: #FBC600;
    width: 20px;
    height: 20px;
}

.working-hours-content h3 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.schedule {
    width: 205px;
    background: #fff;
    border-radius: 11px;
    padding: 10px 71px 9px 12px;
}

.weekdays p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.weekdays {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hours p {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.56);
}

.hours {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.schedule {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.working-hours-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.career-icon {
    background: #E91E63;
}

.career-meta-content i {
    color: #E91E63;
}

.career-meta-content a:hover {
    color: #E91E63;
}

.enroll-documents {
    align-items: left;
    gap: 31px;
    margin-top: 21px;
}

.icon-red {
    background: #E91E63;
}

.icon-red:hover {
    box-shadow: 0 2px 12.9px 0 rgba(233, 30, 99, 0.8);
}

.icon-blue {
    background: #00A2DC;
}

.icon-blue:hover {
    box-shadow: 0 2px 12.9px 0 rgba(0, 162, 220, 0.8);
}

.contacts-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contacts-info-text {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-top: 48px;
}

.contacts-info-text a {
    color: #00A2DC;
    font-weight: 500;
}

.contacts-info-text span {
    color: #00A2DC;
    font-weight: 500;
}


.button_enrollment{
  background-color: #0136B5;
  color: white;
  border-radius: 25px;
  font-size: 25px;
  text-align: center;
  padding: 27px 31px;
  font-weight: 700;
  cursor: pointer;
} 

.roadmap {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.roadmap__title {
  font-size: 50px;
  margin-bottom: 94px;
}
.roadmap__list {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 50px;
}
.roadmap__list::before {
  content: "";
  position: absolute;
  top: 80px; bottom: 80px;
  left: 50%;
  width: 2px;
  background: #DDD;
}

.roadmap__item {
  position: relative;
  height: 120px;
  opacity: 0;
  transition:
    opacity 0.5s ease-out var(--delay),
    transform 0.5s ease-out var(--delay);
}

.roadmap__item:nth-child(odd) {
  transform: translateX(100px);
}

.roadmap__item:nth-child(even) {
  transform: translateX(-100px);
}

.roadmap__dot {
    z-index: 50;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%;
}
.green_dot { background: #5CA241; }
.pink_dot  { background: #E91E63; }
.blue_dot  { background: #00A2DC; }
.yellow_dot{ background: #FBC600; }
.orange_dot{ background: #EC7D00; }

.roadmap__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: 450px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #0136B5;
  background: #FFF;
  border: 1.5px solid #0136B5;
  border-radius: 25px;
  text-align: center;
  transition: 0.6s ease;
}

.roadmap__content:hover {
    box-shadow: 0 13px 20px 0 rgba(1, 54, 181, 0.3);
}

.roadmap__content p{
    width: 230px;
}
.roadmap__content small {
  display: block;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.roadmap__item:nth-child(odd) .roadmap__content {
  left: calc(50% + 150px);
}
.roadmap__item:nth-child(even) .roadmap__content {
  right: calc(50% + 150px);
}

.roadmap__item.visible {
  opacity: 1;
  transform: translateY(0);
}

.roadmap__content::before {
  content: none;
}

.roadmap__item:nth-child(odd) .roadmap__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150px;
  width: 150px;
  height: 3px;
  transform: translateY(-50%);
  background:
    repeating-linear-gradient(
      to right,
      #0136B5 0,
      #0136B5 9px,
      transparent 9px,
      transparent 18px
    );
}

.roadmap__item:nth-child(even) .roadmap__content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  width: 150px;
  height: 3px;
  transform: translateY(-50%);
  background:
    repeating-linear-gradient(
      to right,
      #0136B5 0,
      #0136B5 9px,
      transparent 9px,
      transparent 18px
    );
}



.container1{
    max-width: 1143px;
    min-height: 900px;
    margin: 0 auto;
}

.picture_1{
  position: absolute;
  bottom: 20%;
  right: -30px;
}

.picture_2{
  position: absolute;
  top: 0;
  left: 0;
}
.picture_3{
  position: absolute;
  bottom: 90px;
  left: 0;
}

.steps_enrollment_text{
  font-size: 60px;
  text-align: center;
  padding-top: 63px;
}

.info_text{
  font-size: 30px;
  text-align: center;
  color: #0136B5;
  display: inline-block;
  max-width: 296px;
  padding-bottom: 10px;
}

.date_text{
  font-size: 30px;
  display: inline-block;
  text-align: center;
}

.table1 {
  top: 12%;
  right:4%;
}

.table5 {
  bottom: 9%;
  right:10%;
}

.table3 {
  top: 48.5%;
  right:12%;
}


.table4 {
  bottom: 26.5%;
  left:12%;
}

.table2 {
  top: 31%;
  left:10%;
}


.table{
  position: absolute;
  border-radius: 25px;
  border: 1.5px solid #0136B5;
  display: flex;
  flex-direction: column;
  max-width: 450px;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
}

.button_enrollment{
  background-color: #0136B5;
  color: white;
  border-radius: 25px;
  font-size: 30px;
  text-align: center;
  padding: 27px 31px;
  font-weight: 700;
  cursor: pointer;
} 


.lyceum-image-stats {
    padding-top: 63px;
    padding-bottom: 27px;
}

.lyceum-stat-block {
    width: 297px;
    height: 163px;
    border-radius: 25px;
    background: #fff;
    position: relative;
    transition: 0.3s ease;
}

.lyceum-stat-block:hover {
    transform: translateY(-15px);
}

.shadow-orange::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    content: url("../img/icon-answer.svg");
}

.shadow-orange {
    box-shadow: 0 10px 20px 0 rgba(251, 162, 0, 0.3);
    margin-left: 409px;
    padding: 22px 43px 46px 43px;
}

.shadow-red {
    box-shadow: 0 10px 20px 0 rgba(232, 40, 91, 0.3);
    padding: 48px 0 48px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shadow-red::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    content: url("../img/icon-biology.svg");
}

.shadow-red p {
    width: 201px;
}

.shadow-red span {
    font-weight: 700;
    font-size: 55px;
    color: #E8285B;
}

.lyceum-stat-block p {
    font-weight: 500;
    font-size: 23px;
    color: rgba(0, 0, 0, 0.7);
}

.text-orange {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-orange span {
    color: #FBA200;
    font-size: 55px;
    font-weight: 700;
    margin-left: 10px;
}

.stat-middle-row {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle-left {
    display: flex;
    align-items: flex-end;
    gap: 152px;
}

.shadow-blue {
    box-shadow: 0 10px 20px 0 rgba(1, 54, 181, 0.3);
    padding: 54px 37px 53px 37px;
}

.shadow-blue p {
    width: 223px;
    text-align: center;
}

.shadow-blue::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    content: url("../img/icon-quest.svg");
}

.image-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lines-row {
    display: flex;
    align-items: center;
    gap: 336px;
    justify-content: center;
    margin-top: 18.5px;
}

.shadow-green {
    box-shadow: 0 10px 20px 0 rgba(0, 158, 58, 0.3);
    padding: 20px 43px;
    margin-left: 197px;
}

.shadow-green::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    content: url("../img/icon-geography.svg");
}

.shadow-green p {
    width: 211px;
    text-align: center;
}

.shadow-green span {
    color: #009E3A;
    font-weight: 700;
    font-size: 55px;
    display: flex;
    justify-content: center;
}

.shadow-light-blue {
    box-shadow: 0 10px 20px 0 rgba(0, 162, 220, 0.3);
    padding: 34px 43px;
}

.shadow-light-blue::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    content: url("../img/icon-application.svg");
}

.text-light-blue span {
    font-weight: 700;
    font-size: 55px;
    margin-right: 10px;
    color: #00A2DC;
}

.text-light-blue {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-light-blue2 {
    display: flex;
    justify-content: center;
}

.bottom-row {
    display: flex;
    align-items: center;
    gap: 190px;
    margin-top: 13.5px;
}


.photo_footer{
     background: url('../img/footer_photo.svg') no-repeat center top / cover;
     height: 325px;
     display: flex;
     flex-direction: column;
     justify-content: start;
     padding: 26px 0px 35px 35px;
    margin-bottom: 71px;
}

.title_footer{
    font-weight: 700;
    color: white;
    font-size: 37.5px;
}

.paragraph_footer{
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}

.paragraph2_footer{
     font-weight: 500;
     margin-top: 8px;
    font-size: 16px;
    max-width: 390px;
    opacity: 61%;
}

.checkin_footer{
    background-color: #fff;
    padding: 10px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.4s ease;
    border-radius: 5px;
}
.new-link {
    color: #000;
}


.new-link:hover,
.has-submenu:hover > .new-link{
    background: linear-gradient(90deg, #000, #0136B5 98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: fit-content;
}


.checkin_footer:hover{
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
} 

.input_container{
    margin-top: 20px;
}


.enter-email_footer{
    background-color: #00A2DC;
    border-bottom: 1px solid white;
    opacity: 50%;
    padding: 5px 194px 7px 0px;
    margin-right: 20px;
    transition: 0.3s ease;
}

.enter-email_footer::placeholder{
    color: white;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.enter-email_footer:focus{
   outline: none;
   font-family: 'Montserrat', sans-serif;
   color: #fff;
   font-size: 15px;
   opacity: 80%;
}

.first_list_footer{
    display: flex;
   list-style-type: none;
   justify-content: space-between;
}

.footer_tglink{
    margin-right: 17px;
}
.footer_navigation{
    display: flex;
    flex-direction: column;
}

.second_list_footer{
    display: flex;
    gap: 52px;
   list-style-type: none;
}

.title_second_list_footer{
    font-weight: 700;
    font-size: 17px;
}
.second_list_footer{
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.arrow_beginning{
    margin-top: 20px;
}

.third_list_footer{
   list-style-type: none;
   margin-left: 97px;
}

.make_call{
    background-color: #fff;
    padding: 10px 22px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s ease;
    border: 1px solid #FBC600;
    border-radius: 5px;
}


.make_call:hover{
    background-color: #FBC600;
    border: 1px solid #fff;
}

.contacts_footer{
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: end;
    margin-top: 0px;
}


.footer_phone{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 5%;
    color: #1d1d1d;
    opacity: 75%;
    transition: 0.3s ease;
}

.footer_mail{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 5%;
    color: #1d1d1d;
    opacity: 75%;
    transition: 0.3s ease;
}

.footer_phone:hover {
    color: #FBC600;
}

.footer_mail:hover {
    color: #FBC600;
}
.footer {
    background: url("../img/fixedBg.png") no-repeat center top / cover;
    background-size: 100%;
}
/* Small: 576px - 767px */
@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
    .navigation_header {
        display: none;
    }

    .hero_paragraph_first {
        font-size: 16px;
    }

    .hero_text h1 {
        font-size: 24px;
        width: 540px;
    }

    .hero_text {
        width: 100%;
        margin-top: 120px;
    }

    .hero_paragraph_second {
        font-size: 18px;
        width: 540px;
    }
    .header {
        padding-bottom: 120px;
    }

    .premium-tag {
        width: 340px;
        margin-left: 25px;
    }

    .premium-tag p {
        font-size: 14px;
    }

    .offer-wrapper {
        padding: 0 25px;
    }

    .offer-title {
        font-size: 28px;
        width: 400px;
    }

    .offer-text {
        font-size: 14px;
        margin-top: 28px;
    }

    .photo-collage {
        display: none;
    }

    .stat-box {
        height: fit-content;
        padding-bottom: 20px;
    }

    .numbers h2 {
        font-size: 24px;
    }

    .stat-desc {
        font-size: 11px;
    }

    .want-learn {
        font-size: 14px;
        width: 170px;
        padding: 10px 20px;
    }

    .offer-stats {
        padding-bottom: 23px;
    }

    .left h3 {
        font-size: 14px;
    }

    .left p {
        font-size: 12px;
        width: 100px;
    }

    .stats-row {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 25px;
        width: fit-content;
    }

    .stats-section {
        flex-direction: row;
    }

    .text_numbers {
        flex-direction: column;
        margin-bottom: 0;
    }

    .numbers_section {
        height: fit-content;
        padding-bottom: 60px;
    }

    .lyceum-stat-block {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .middle-left img {
        display: none;
    }

    .image-row {
        display: none;
    }

    .lines-row {
        display: none;
    }

    .bottom-row {
        flex-direction: column;
        gap: 0;
    }

    .coming-events h1 {
        font-size: 24px !important;
    }

    .event-offer-text {
        font-size: 18px;
        margin-top: 23px;
    }

    .event-cards-row {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
    }

    .event-title {
        font-size: 18px;
    }

    .event-desc {
        font-size: 14px;
    }

    .event-time {
        gap: 13px;
    }

    .telegram-text-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .telegram-cta {
        flex-direction: column;
        gap: 30px;
    }

    .news-offer-text {
        font-size: 18px;
    }

    .news-cards-row {
        flex-direction: column;
        margin-top: 40px;
        gap: 30px;
    }

    .news-card {
        width: 540px;
    }

    .news-card-maintext {
        font-size: 16px;
    }

    .director_video {
        width: 540px;
        margin: 0 auto;
    }

    .roadmap__item:nth-child(odd) .roadmap__content {
        left: calc(50% + 80px);
        padding: 20px;
    }

    .roadmap__item:nth-child(odd) .roadmap__content::before {
        left: -80px;
        width: 80px;
    }

    .roadmap__content p {
        font-size: 14px;
        width: fit-content;
    }

    .roadmap__content small {
        font-size: 16px;
    }

    .roadmap__item:nth-child(even) .roadmap__content {
        right: calc(50% + 80px);
    }

    .roadmap__item:nth-child(even) .roadmap__content::before {
        right: -80px;
        width: 80px;
    }

    .button_enrollment {
        font-size: 15px;
        padding: 20px 40px;
        border-radius: 15px;
    }

    .faq-sec-title {
        font-size: 30px;
    }

    .faq-section-wrapper img {
        display: none;
    }

    .faq-cards-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-card {
        width: 540px;
        gap: 30px;
        height: fit-content;
    }

    .faq-title {
        font-size: 24px;
        width: 100%;
    }

    .faq-desc {
        font-size: 16px;
        width: 100%;
    }

    .faq-section-wrapper label img {
        display: block;
    }

    .faq-popup {
        width: 540px;
    }

    .popup-top {
        gap: 0;
    }

    .popup-meta {
        width: 100%;
    }

    .popup-title {
        width: fit-content;
    }

    .popup-answer p {
        width: fit-content;
    }

    .more-questions-banner {
        width: 540px;
    }

    .banner-desc {
        font-size: 12px;
    }

    .faq {
        padding-bottom: 0;
    }

    .contacts-sec-title {
        font-size: 28px;
    }

    .map {
        width: 540px;
    }

    .map iframe {
        width: 540px;
    }

    .contacts-content-wrapper {
        flex-direction: column;
    }

    .educ-dept-wrap {
        width: 540px;
    }

    .contact-right-wrap {
        width: 540px;
    }

    .enroll-documents {
        flex-direction: row;
    }

    .first_list_footer {
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        gap: 30px;
    }

    .contacts_footer {
        align-items: center;
    }

    .second_list_footer {
        flex-direction: column;
        gap: 10px;
    }

    .event-image {
        width: 100%;
    }

    .event-card {
        width: 500px;
    }

    .event-card-content {
        padding-left: 40px;
    }
        .director_image_wrapper {
        display: none;
    }

}

/* Extra small: 0px (320px) - 575px */
@media (max-width: 575px) {
    .container {
        padding: 0 15px;
    }

    .contacts_header {
        justify-content: center;
    }

    .content {
        margin-top: 50px;
        justify-content: center;
    }

    .hero_paragraph_first {
        font-size: 14px;
    }

    .hero_text h1 {
        width: 100%;
        font-size: 20px;
    }

    .hero_paragraph_second {
        width: 100%;
        font-size: 13px;
    }

    .header {
        height: auto;
    }

    .premium-tag {
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 8px 24px;
    }

    .offer-wrapper {
        padding: 0;
        padding-left: 15px;
    }

    .offer-title {
        width: 100%;
        font-size: 18px;
    }

    .offer-text {
        width: 100%;
        font-size: 13px;
    }

    .offer-stats {
        flex-direction: column;
    }

    .stat-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .stat-desc {
        text-align: left;
        font-weight: 700;
    }

    .want-learn {
        font-size: 12px;
        width: 150px;
    }

    .stats-section {
        flex-direction: column;
        justify-content: center;
    }

    .stat-middle-row {
        flex-direction: column;
    }

    .lyceum-stat-block {
        width: 100%;
    }

    .lyceum-stat-block p {
        font-size: 18px;
        text-align: center;
    }
    .middle-left {
        width: 100%;
    }


    .shadow-red {
        flex-direction: column;
        padding: 20px;
        width: 100%;
    }

    .shadow-blue {
        display: flex;
        justify-content: center;
    }

    .logo_numbers img {
        width: 260px;
    }


    .shadow-green p {
        width: 100%;
    }

    .event-card {
        width: 100%;
    }

    .event-card-content {
        padding: 20px;
        height: fit-content;
    }

    .event-title {
        width: 100%;
    }

    .event-desc {
        width: 100%;
    }

    .event-meta {
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .event-more {
        font-size: 12px;
        padding: 6px 10px;
    }

    .news-card {
        width: 100%;
    }

    .news-card-content {
        padding: 20px;
    }

    .news_card_title {
        width: 100%;
        font-size: 16px;
    }

    .news_card_paragraph {
        width: 100%;
        font-size: 16px;
    }

    .news-card-event {
        font-size: 12px;
    }

    .news-more {
        margin: 0;
        margin-top: 30px;
    }

    .button-all-news {
        margin-left: 15%;
    }

    .video-section {
        width: 290px;
        justify-content: normal;
    }

    .paragraph_director {
        margin-left: 16px;
        margin-top: 5px;
        width: 290px;
    }

    .title_director {
        width: 290px;
        margin-left: 16px;
    }

    .divparagraph_text_afterdirector {
        margin-top: 38px;
        width: 290px;
        background-size: 30px;
    }

    .roadmap__title {
        font-size: 23px;
        width: 100%;
    }

    .roadmap__dot {
        margin-left: -25px;
        width: 50px;
        height: 50px;
    }

    .roadmap__item:nth-child(odd) .roadmap__content {
        left: calc(50% + 40px);
        padding: 8px;
    }

    .roadmap__content p {
        font-size: 12px;
    }

    .roadmap__content small {
        font-size: 14px;
    }

    .roadmap__item:nth-child(odd) .roadmap__content::before {
        left: -40px;
        width: 40px;
    }

    .roadmap__item:nth-child(even) .roadmap__content {
        right: calc(50% + 40px);
        padding: 15px;
    }

    .roadmap__item:nth-child(even) .roadmap__content::before {
        right: -40px;
        width: 40px;
    }

    .roadmap__item:nth-child(last) .roadmap__content {
        left: calc(50% + 40px);
        padding: 12px;
    }

    .roadmap__content small:last-child {
        font-size: 12px;
    }

    .faq-card {
        width: 100%;
    }

    .faq-side {
        width: 100%;
    }

    .faq-title {
        font-size: 20px;
    }

    .faq-desc {
        font-size: 14px;
    }

    .faq-popups {
        width: 100%;
    }

    .faq-popup {
        width: 100%;
    }

    .more-questions-banner {
        width: 100%;
    }

    .banner-desc {
        width: 95%;
    }

    .banner-btn {
        width: fit-content;
        font-size: 12px;
    }

    .contacts-subhead {
        width: 100%;
        font-size: 14px;
    }

    .contacts-left {
        width: 100%;
    }

    .map {
        width: 100%;
    }

    .map iframe {
        width: 100%;
    }

    .map-legend a {
        display: none;
    }

    .address {
        gap: 15px;
    }

    .map-address {
        font-size: 14px;
    }

    .educ-dept-wrap {
        width: 100%;
        padding: 24px;
    }

    .educ-title {
        width: 100%;
        font-size: 14px;
    }

    .educ-staff-wrap {
        width: 100%;
    }

    .educ-meta-wrap {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
        align-items: flex-start;
    }

    .contacts-right {
        width: 100%;
    }

    .contact-right-wrap {
        width: 100%;
    }

    .enroll-documents {
        flex-direction: column;
    }

    .title_footer {
        font-size: 20px;
    }

    .paragraph2_footer {
        font-size: 14px;
        width: 90%;
        text-align: center;
        margin: 8px auto;
    }

    .paragraph_footer {
        width: 90%;
        font-size: 18px;
        text-align: center;
        margin: 40px auto 10px auto;
        margin-top: 70px;
    }

    .photo_footer {
        width: 100%;
        background-size: 100%;
        padding: 10px;
    }

    .enter-email_footer {
        display: none;
    }

    .checkin_footer {
        background: #0136B5;
        color: #fff;
        font-size: 14px;
    }

    .input_container {
        text-align: center;
    }
     .director_image_wrapper {
        display: none;
    }

    .abt-video-wrap {
        width: 290px;
        display: flex;
        justify-content: center;
    }

}



