.general_block{
    position: relative;
    padding-bottom: 0;
}
.round_blue {
    z-index: -1;
    position: absolute;
    bottom: 0;
}
.gen_inf_block{
    flex-direction: column;
    align-items: start;
    gap: 22px;
    justify-content: end;
}
.ruler_img{
    max-width: 74%;
}
.gen_inf_block .ruler_img{
    margin-top: 40px;
}
.eng_title{
    font-size: 52px;
    max-width: 480px;
}
.audio_video_blck{
    color: rgba(40, 40, 40, 0.60);
    gap: 12px;
    font-size: 23px;
    justify-content: start;
}
.week_course_btn{
    font-size: var(--fontTwentyTwo);
    text-transform: uppercase;
    color: var(--white);
    padding: 26px 40px;
    background-color: var(--brandBlue);
    border-radius: 20px;
}
.week_course_btn:hover{
    background-color: var(--boldBlue);
}
.info_section_general{
    align-items: start;
    flex-direction: column;
    gap: 20px;
}
.marquee_sectoin{
    padding: 25px 14px;
    border-radius: 12px;
    background: #E8EDF1;
}
.marquee_block{
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.marquee {
    display: flex;
    gap: 30px;
    white-space: nowrap;
    animation: marquee linear infinite;
}
#marqueeText {
    animation: marquee linear infinite;
}
.marquee_sp {
    font-size: var(--twelve);
    color: var(--brandBlue);
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Manrope-Bold';
}
@keyframes marquee {
    0% {
        transform: translateX(1%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.video_svg, .audio_line{
    width: 40px;
    height: 40px;
}
.audio_line img{
    object-fit: contain;
}
.right_for_general{
    height: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
}
.hidden_for_scroll{
    max-width: 485px;
    overflow: hidden;
    border-radius: 14px;
}
.infoof_coursee{
    padding: 10px 10px 10px 0;
    max-height: 464px;
    overflow-y: auto;
    flex-direction: column;
    align-items: start;
    border-radius: 14px;
    border: 1px solid rgba(16, 61, 97, 0.20);
    background: rgba(255, 255, 255, 0.40);
}
.slide_img {
    height: 240px !important;
}
.infoof_coursee::-webkit-scrollbar-thumb{
    background-color: var(--brandBlue);
    background-clip: padding-box;
    transition: all 300ms ease-out;
    cursor: pointer;
}
.infoof_coursee::-webkit-scrollbar{
    height: 2px;
    width: 2px;
}
.infoof_coursee::-webkit-scrollbar-track {
    background-color: #DFE5EA;
}

.info_line_block{
    padding: 8px 20px;
    gap: 10px;
    justify-content: start;
    border-bottom: 1px solid rgba(16, 61, 97, 0.10);
}
.info_text_one_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: var(--forteen);
    color: rgba(16, 61, 97, 0.60);
}
.infs_done{
    min-width: 12px;
    width: 12px;
    height: 12px;
}
.infs_done img{
    object-fit: contain;
}
.info_line_block:last-child{
    border: none;
}
.hover_text_block{
    position: absolute;
    max-width: 300px;
    display: none;
    background-color: var(--white);
    border-radius: 10px;
    padding: 12px;
    z-index: 2;
    font-size: var(--forteen);
}
.hover_text_block::before {
    content: '';
    position: absolute;
    top: 12px;
    right: -4px;
    transform:  rotate(45deg);
    border-width: 10px;
    border-style: solid;
    z-index: -1;
    border-color: white white white transparent;
}
.slide_img img{
    border-radius: 12px;
}
.arrows_block{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 86px;
    z-index: 2;
    gap: 10px;
    padding: 11px 6px;
    background-color: var(--white);
    border-radius: 10px;
    justify-content: space-around;
}
.arrows_block .swiper-button-next, .arrows_block .swiper-button-prev{
    position: initial !important;
    width: 22px !important;
    height: 26px !important;
    margin: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}










