body{
    background-color: #f3f6f9;
}

.Our_advantages{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    h2{
        color: rgba(30, 64, 93, 1);
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    h3{
        color: rgba(30, 64, 93, 1);
        font-size: 28px;
    }
    .Our_advantages_content{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
}
.Our_advantages_content_line{
    background: linear-gradient(90deg, #F9B31D 0%, #F36F21 20%, #ED1C24 40%, #9B4F96 60%, #0071BC 80%, #8CC63F 100%);
    height: 55px;
    width: 100%;
    border-radius: 28px;
    position: relative;
    &::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 97%;
        height: 1px;
        background: repeating-linear-gradient(
            to right,
            rgba(30, 64, 93, 1) 0 8px,      
            transparent 8px 16px          
        );
    }
}
.Our_advantages_content_top, .Our_advantages_content_bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.item-price-container{
   display:flex;
   align-items:center;
   gap:20px;
   width:100%;
   margin-bottom:10px;
}
.our-directions-item .item-price, .our-directions-item .item-spec-code{
 margin-bottom:0;
}
.our-directions-item .item-price strong{
   margin-bottom:7px;
   font-weight:400;
}
.item-Specialization-content-top{
   width:100%;
   display:flex;
   gap:3px;
}
.item-Specialization-content-top-text{
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex: 1;
}
.item-Specialization-content-top-image{
  width:40%;
  img{
     width:100%;
  }
}
.item-price-icon{
   width:32px;
   min-width:32px;
   height:32px;
   border-radius:50%;
   background:rgba(249, 234, 234, 1);
   display: flex;
    align-items: center;
    justify-content: center;

   
   svg{
      width:14px;
      height:14px;
   }
}
.Our_advantages_content_top_item{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
    position: relative;
    span{
        font-size: 36px;
        font-weight: 800;
    }
    &::after{
        content: '';
        position: absolute;
        top: 45px;
        left: calc(50% - 1px);
        width: 1px;
        height: 40px;
        background-color: rgba(30, 64, 93, 1);

    }
    &::before{
        content: '';
        position: absolute;
        bottom:  5px;
        left: calc(50% - 5px);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(30, 64, 93, 1);

    }
}
.Our_advantages_content_bottom_item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-align: center;
    position: relative;
    padding: 30px 0;
    font-size: 16px;
    svg{
        height: 48px;
        width: 48px;
    }
    h5{
        width: 70%;
        margin: 0;
        margin-top: 8px;
    }
    span{
        color: rgba(30, 64, 93, 1);
        width: 80%;
    }
    &::after{
        content: '';
        position: absolute;
        top: -35px;
        left: 50%;
        width: 1px;
        height: 60px;
        background-color: rgba(30, 64, 93, 1);
    }
}
.Our_advantages_content_blur{
    background: linear-gradient(90deg, rgba(249, 179, 29, 0) 0%, #F9B31D 50%, rgba(249, 179, 29, 0) 100%);
   width: 33%;
   height: 4px;
   filter: blur(10px);
   margin: 35px 0;
}
.Specialization-header{
   display:flex;
   width:100%;
   justify-content: space-between;
}
.Specialization-header-block h3{
    margin: 0;
    margin-bottom: 5px;
}

.Specialization-header-info-container{
    display:flex;
}
.Specialization-header-filter-container{
    display:flex;
    gap:11px;
}
.Specialization-header-filter{
    border-radius:100px;
    padding:14px 24px;
    border:1px solid rgba(252, 18, 18, 1);
    font-size:14px;
    font-weight:700;
    color:rgba(30, 64, 93, 1);
    transition: all .3s ease;
    cursor:pointer;
    align-items: center;
    display: flex;
    gap: 10px;
    background-color:rgba(252, 18, 18, 0);
    svg{
       width:24px;
       height:24px;
    }
}
.Specialization-header-filter:hover, .Specialization-header-filter.is-active{
   background-color:rgba(252, 18, 18, 1);
   color:rgba(255,255,255,1);
}
.Specialization-header-info{
    display:flex;
    padding: 0 15px ;
    flex-direction:column;
    align-items:center;
    font-size:18px;
    font-weight: 700;
    line-height: 1;
    svg{
        width:32px;
        height:32px;
        margin-bottom:7.5px;
    }
}
.Specialization-header-info:not(:first-child) {
    border-left: 1px solid rgba(252, 18, 18, 0.3);
}
.Our_partners{
    background-color: rgba(31, 31, 48, 1);
    padding: 38px 0;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    h2{
        color: rgba(255, 255, 255, 1);
        background-color: rgba(42, 42, 42, 0.4);
        font-size: 28px;
        font-weight: 700;
        padding: 10px 20px;
        border-radius: 10px;
        margin: 0;
    }
    .Our_partners_content{
        max-width: 60%;
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
        text-align: center;
        margin: 50px 0;
    }
}

.Our_partners_content_logos_slider{
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        #000 8%,
        #000 92%,
        transparent 100%
    );
}

.Our_partners_content_logos_slider + .Our_partners_content_logos_slider{
    margin-top: 24px;
}

.Our_partners_content_logos_slider_track{
    display: flex;
    width: max-content;
    will-change: transform;
}

.Our_partners_content_logos_slider--ltr .Our_partners_content_logos_slider_track{
    animation: partners-marquee-ltr 40s linear infinite;
}

.Our_partners_content_logos_slider--rtl .Our_partners_content_logos_slider_track{
    animation: partners-marquee-rtl 40s linear infinite;
}

.Our_partners_content_logos_slider:hover .Our_partners_content_logos_slider_track{
    animation-play-state: paused;
}

.Our_partners_content_logos_slider_group{
    display: flex;
    align-items: center;
    gap: 24px;
    padding-right: 24px;
}
.our-directions-item .item-buttons{
	margin:0;
}
.our-directions-item{
    justify-content: space-between;
}
.our-programs .buttons-wrapper{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    .our-directions-more{
    	margin:0;
    }
}
.Our_partners_content_logos_slider_item{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 96px;
    padding: 12px 20px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    transition: transform 0.3s ease;
}

.Our_partners_content_logos_slider_item:hover{
    transform: scale(1.03);
}

.Our_partners_content_logos_slider_item img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.progress_section h2, .video_section h2{
    font-size: 30px;
}
.video_section{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    h2{
        text-align: center;
    }
}
.video_section_content{
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.video_section_content .swiper{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.video_section_content .swiper-slide{
    height: auto;
}
.video_section_item{
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}
.video_section_item video,
.video_section_item iframe,
.video_section_item embed,
.video_section_item object{
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
}
.video_section_content .swiper-prev,
.video_section_content .swiper-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.video_section_content .swiper-prev{
    left: -25px;
}
.video_section_content .swiper-next{
    right: -25px;
}
.video_section_content .swiper-pagination{
    position: relative;
    margin-top: 16px;
}
.progress_section {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.progress_section_content{
    position: relative;

    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 20px;

}

.progress_section .swiper-prev{
    left: 0;
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.progress_section .swiper-next{
    right: 0;
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.progress_section_content .swiper{
    width: 100%;
    overflow: hidden;
    cursor: grab;
}
.progress_section_content .swiper:active{
    cursor: grabbing;
}
.progress_section_content .swiper-slide{
    width: 230px;
    height: auto;
}
.progress_section_content_item{
    width: 230px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
        transition: all .3s ease;
    }
    &:hover img{
        transform: scale(1.05);
    }
}
.best-teachers-item p{
    height: 120px;
    overflow: auto;
    padding-right: 5px;
    &::-webkit-scrollbar {
    width: 3px;
}

&::-webkit-scrollbar-track {
    background: #f3f6f9;
}

&::-webkit-scrollbar-thumb {
    background: rgba(252, 18, 18, 1);
    border-radius: 10px;
}
}
.swiper-next,.swiper-prev{
    top: 50%!important;
    transform: translateY(-50%);
}
@keyframes partners-marquee-ltr{
    from{
        transform: translateX(-50%);
    }
    to{
        transform: translateX(0);
    }
}

@keyframes partners-marquee-rtl{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce){
    .Our_partners_content_logos_slider_track{
        animation: none !important;
    }
}

@media (max-width: 992px) {
   .Our_advantages_content{
    flex-direction: row!important;
   }
   .Our_advantages_content_top{
      order:3;
      flex-direction: column;
      width: 75px;
      justify-content: end;
      z-index: 1;
   }
   .Our_advantages_content_top_item{
    padding: 0;
    justify-content: end;
    span{
        font-size: 28px;
    }
    &::before{
        bottom: calc(50% - 5px);
        left: -10px;
    }
    &::after{
        top: 50%;
        left: 15px;
        width: 30px;
        height: 1px;
    }
   }
   .Our_advantages_content_bottom{
       order:1;
       flex-direction: column;
       width: auto;
       flex: 1;
   }
   .Our_advantages_content_bottom_item{
    font-size: 12px;
    padding: 0px;
    padding-right: 80px;
    position: relative;
    justify-content: center;
     svg{
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        height: 36px;
        width: 36px;
     }
     &::after{
        top: 50%;
        left: auto;
        right: -13px;
        width: 47px;
        height: 1px;
     }
   }
   .Our_advantages_content_line{
    order: 2;
    width: 9vw;
    height: 1000px;
    background:  linear-gradient(
        to bottom,
        #F9B31D 0%,
        #F36F21 20%,
        #ED1C24 40%,
        #9B4F96 60%,
        #0071BC 80%,
        #8CC63F 100%
    );
    &::after{
        width: 1px;
        height: 97%;
        background: repeating-linear-gradient(to bottom, rgba(30, 64, 93, 1) 0 8px, transparent 8px 16px);
    }
   }
   .Our_advantages{
    padding: 10px;
   }

   .Our_advantages_content_blur{
    width: 100%;
   }

   .Our_advantages{
      h3{
        font-size: 20px;
        text-align: center;
      }
   }
   
}