.plan-study-rdv {
    padding: 90px 0;
}

.plan-study-rdv p {
    margin: 0;
    padding: 0;
}

.container-rd {
    max-width: 1920px;
    width: 100%;
    padding: 0px 35px;
    margin: 0px auto;
}

.title2-rdv {
    color: #2a2a75;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 40px;
    text-align: left;
    font-weight: 600;
    font-family: "RF-Dewi-Extended";
}

.subtitle2-rdv {
    color: #2a2a75;
    font-size: 26px;
    line-height: 35px;
    margin: -20px 0 60px;
    font-family: "RF-Dewi-Extended";
}

.plan-study-rdv-dt ul {
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}


.plan-study-rdv-dt ul li span {
    display: block;
    background-color: #EDE4FF;
    color: #2A2A75;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'RF-Dewi-Extended';
    padding: 8px 20px;
    border-radius: 25px;
    margin: 0 15px 5px 0;
}

.plan-study-rdv-title {
    color: #2A2A75;
    font-size: 34px;
    line-height: 39px;
    font-weight: 600;
    font-family: 'RF-Dewi-Extended';
    margin: 0 0 40px;
}

.plan-study-rdv-item {
    border: 1px solid #2A2A75;
    padding: 30px;
    border-radius: 13px;
    margin-bottom: 20px;
}

.plan-study-rdv-header {
    position: relative;
    padding-right: 120px;
    display: flex;
    justify-content: space-between;
}


.d-none {
    display: none;
}

.plan-study-rdv-header:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='41' height='41' rx='20.5' fill='%232A2A75'/%3e%3cpath d='M14.0812 14.0024L27.3936 27.4824' stroke='white' stroke-width='1.86078' stroke-miterlimit='10'/%3e%3cpath d='M27.4819 14.0807L14.002 27.3931' stroke='white' stroke-width='1.86078' stroke-miterlimit='10'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    width: 41px;
    height: 41px;
    rotate: -45deg;
}

.plan-study-rdv-header.active:before {
    rotate: 90deg;
}


.plan-study-v2-header-without-marks-rdv:before {
    background-image: none;
}

.active .plan-study-rdv-header__hour {
    display: block;
}

.plan-study-rdv-header__title {
    color: #2A2A75;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'RF-Dewi-Extended';
    max-width: calc(100% - 200px);
}

.plan-study-rdv-header__hour {
    display: none;
    color: #2A2A75;
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'RF-Dewi-Extended';
}

.plan-study-rdv-cont {
    padding-top: 40px;
}

.plan-study-rdv-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.plan-study-rdv-cols:not(:has(.plan-study-rdv-col:nth-child(2))) .plan-study-rdv-col:first-child {
    width: 100%;
}

.plan-study-rdv-cols:not(:has(.plan-study-rdv-col:nth-child(2))) .plan-study-rdv-col ul {
    column-count: 2;
}

.plan-study-rdv-col {
    padding: 0 10px;
    width: 50%;
}

.plan-study-rdv-col ul {
    margin: 0;
    padding: 0;
}

.plan-study-rdv-col ul li {
    color: #2A2A75;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'RF-Dewi-Extended';
}

.plan-study-rdv-col ul {
    counter-reset: list;
    list-style: none;
}

.plan-study-rdv-col ul li {
    position: relative;
    padding-left: 45px;
    padding: 0 0 19px 45px;
}

.plan-study-rdv-col ul li:last-child {
    padding: 0 0 0 45px;
}

.plan-study-rdv-col ul li:before {
    background-color: #BBB6FF;
    border-radius: 50%;
    color: #2A2A75;
    content: "0" counter(list);
    counter-increment: list;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'RF-Dewi-Extended';
    height: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.plan-study-rdv-col ul li:nth-child(n+10)::before {
    content: counter(list);
}

.plan-study-rdv-lgcol {
    width: 50%;
}

.plan-study-rdv-lgcol .plan-study-rdv-smcol {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.plan-study-rdv-lgcol .plan-study-rdv-smcol:last-child {
    margin-bottom: 0;
}

.plan-study-rdv-smrw {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #2A2A75;
    border-radius: 13px;
    padding: 20px;
    align-items: flex-start;
}

.plan-study-rdv-smcol {
    width: 50%;
    padding: 10px;
}

.plan-study-rdv-smcol__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.plan-study-rdv-smcol__ic {
    width: 48px;
}

.plan-study-rdv-smcol__ic img {
    max-width: 100%;
}

.plan-study-rdv-smcol__txt {
    color: #2A2A75;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'RF-Dewi-Extended';
    width: calc(100% - 48px);
    padding-left: 10px;
}

.plan-study-rdv-smcol__cont {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'RF-Dewi-Extended';
    color: #2A2A75;
    margin: 20px 0 0;
}

.plan-study-rdv-smcol__cont span {
    color: #2A2A75 !important;
    background-color: transparent !important;
}

.plan-study-rdv-smcol__cont ul li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.plan-study-rdv-tr-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.plan-study-rdv-tr-items .plan-study-rdv-tr-item {
    width: 50%;
    padding: 10px;
}

.plan-study-rdv-tr-items .swiper-slide .plan-study-rdv-tr-item {
    width: 100%;
}

.plan-study-rdv-tr-items .swiper {
    max-height: 445px;
    height: auto;
}

.swiper-cmn-vrd {
    position: relative;
}

.swiper-cmn-vrd .swiper {
    padding-bottom: 71px;
    width: 100%;
}

.plan-study-rdv .plan-study-rdv-tr-items .swiper[data-breakpoint="twoColumnsSwiper"] {
    padding-bottom: 71px;
}

.plan-study-rdv .swiper-cmn-vrd .swiper {
    padding-bottom: 51px;
}

.plan-study-rdv .swiper-cmn-vrd .swiper:not(:has(.swiper-pagination-rdv)) {
    padding-bottom: 0px;
}

.plan-study-rdv-header.js__study_plan-expander.empty-cont {
    cursor: auto;
}

.plan-study-rdv-header__hour.empty-content {
    display: block;
}

.plan-study-rdv-cont.empty-content {
    display: none;
}

.plan-study-rdv-header.empty-cont:before {
    background-image: none;
}


.plan-study-rdv-tr-items:not(:has(.plan-study-rdv-tr-item:nth-child(2))) .plan-study-rdv-tr-item {
    width: 100%;
}

[data-breakpoint="noSwiper"] .noSwiper:has(.teacher_info:nth-child(2)) {
    column-count: 2;
}

.teacher_info {
    break-inside: avoid;
}

.swiper-cmn-vrd .swiper-button-prev,
.swiper-cmn-vrd .swiper-button-next {
    top: auto;
    bottom: 0;
    z-index: 2;
}

.plan-study-rdv-tr-items.swiper-cmn-vrd .swiper-button-prev {
    right: 61px;
    left: auto;
}

.plan-study-rdv-tr-items.swiper-cmn-vrd .swiper-button-next {
    right: 2px;
}

.plan-study-rdv-tr-item {
    display: flex;
    flex-wrap: wrap;
}

.plan-study-rdv-tr-img {
    width: 60px;
}

.plan-study-rdv-tr-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.plan-study-rdv-tr-txt {
    width: calc(100% - 60px);
    padding-left: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'RF-Dewi-Extended';
    color: #2A2A75;
}

.plan-study-rdv-tr-items .swiper-slide .plan-study-rdv-tr-item {
    margin-bottom: 10px;
}

.plan-study-rdv-tr-items .swiper-slide .plan-study-rdv-tr-item:last-child {
    margin-bottom: 0;
}

.plan-study-rdv-smrw:not(:has(.plan-study-rdv-tr)) .plan-study-rdv-lgcol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.plan-study-rdv-smrw:not(:has(.plan-study-rdv-tr)) .plan-study-rdv-lgcol .plan-study-rdv-smcol {
    width: 50%;
}

.plan-study-rdv-smrw:not(:has(.plan-study-rdv-lgcol)) .plan-study-rdv-smcol {
    width: 100%;
}

.plan-study-rdv-btn {
    text-align: center;
    margin-top: 50px;
}

.plan-btn-more-rdv {
    color: #2A2A75;
    font-size: 26px;
    line-height: 35px;
    max-width: 443px;
    width: 100%;
    padding: 25.5px 20px;
    cursor: pointer;
    font-family: "RF-Dewi-Extended";
    font-weight: 600;
    border: 1px solid #DDDBFC;
    background-color: #DDDBFC;
    border-radius: 13px;
}

.swiper-cmn-vrd .swiper-button-next::after,
.swiper-cmn-vrd .swiper-button-prev::after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='34' viewBox='0 0 33 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.6076 1.52881L31.4118 17.3329M31.4118 17.3329L15.8041 32.9406M31.4118 17.3329L0 17.1364' stroke='%232A2A75' stroke-width='2' stroke-miterlimit='10'/%3e%3c/svg%3e");
    width: 31px;
    height: 31px;
    position: absolute;
    background-repeat: no-repeat;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background-position: center center;
}

.swiper-cmn-vrd .swiper-button-prev::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 1441px) {
    .plan-study-rdv .plan-study-rdv-tr-items .swiper[data-breakpoint="twoColumnsSwiper"] {
        max-height: 440px;
    }
}


@media screen and (max-width: 1440px) {
    .title2-rdv {
        font-size: 44px;
        line-height: 44px;
    }

    .subtitle2-rdv {
        font-size: 22px;
        line-height: 29px;
        max-width: 855px;
    }

    .plan-study-rdv-header__title {
        font-size: 22px;
        line-height: 29px;
    }

    .plan-study-rdv-header {
        padding-right: 81px;
    }

    .plan-study-rdv-lgcol {
        width: 100%;
    }

    .plan-study-rdv-smcol {
        width: 100%;
        padding: 10px;
    }

    .plan-study-rdv-tr-items .swiper {
        max-height: 335px;
    }

    .plan-study-rdv .plan-study-rdv-tr-items .swiper[data-breakpoint="twoColumnsSwiper"] {
        padding-bottom: 71px;
    }

    .plan-study-rdv .swiper-cmn-vrd .swiper {
        padding-bottom: 46px;
    }

    .plan-study-rdv-tr-items.swiper-cmn-vrd .swiper-button-prev {
        right: auto;
        left: calc(50% - 45px);
    }

    .plan-study-rdv-tr-items.swiper-cmn-vrd .swiper-button-next {
        right: calc(50% - 45px);
    }

    .plan-study-rdv-smrw:not(:has(.plan-study-rdv-tr)) {
        height: 100%;
    }

    .plan-study-rdv-smrw:not(:has(.plan-study-rdv-tr)) .plan-study-rdv-lgcol .plan-study-rdv-smcol {
        width: 100%;
    }
}

@media screen and (max-width: 1439px) {
    .plan-study-rdv .plan-study-rdv-tr-items .swiper[data-breakpoint="twoColumnsSwiper"] {
        max-height: 335px;
        padding-bottom: 46px;
    }
}

@media screen and (max-width: 1200px) {
    .plan-study-rdv {
        padding: 45px 0;
    }

    .container-rd {
        padding: 0 10px;
    }

    .title2-rdv {
        font-size: 44px;
        line-height: 44px;
    }

    .subtitle2-rdv {
        font-size: 22px;
        line-height: 29px;
        margin: -20px 0 40px;
    }

    .plan-study-rdv-title {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 30px;
    }

    .plan-study-rdv-header {
        padding-right: 56px;
        display: block;
    }

    .plan-study-rdv-header__title {
        font-size: 26px;
        line-height: 35px;
        display: inline;
    }

    .active .plan-study-rdv-header__hour {
        display: inline;
    }

    .plan-study-rdv-header__hour.empty-content {
        display: inline;
    }


    .plan-study-rdv-col {
        width: 100%;
        margin: 0 0 20px;
    }

    .plan-study-rdv-col:last-child {
        margin: 0;
    }

    .plan-study-rdv-col ul li {
        font-size: 15px;
        line-height: 20px;
    }

    .plan-study-rdv-col ul li {
        padding: 0 0 15px 45px;
    }

    .plan-study-rdv-smcol__txt {
        font-size: 15px;
        line-height: 20px;
        width: calc(100% - 35px);
    }

    .plan-study-rdv-smcol__ic {
        width: 35px;
    }

    .plan-study-rdv-lgcol {
        margin-bottom: 30px;
    }

    .plan-study-rdv-lgcol:last-child {
        margin-bottom: 0;
    }

    .plan-study-rdv-tr-txt {
        font-size: 15px;
        line-height: 20px;
    }

    .plan-study-rdv-tr-items .plan-study-rdv-tr-item {
        width: 100%;
    }

    .plan-study-rdv-cols:not(:has(.plan-study-rdv-col:nth-child(2))) .plan-study-rdv-col ul {
        column-count: 1;
    }

    [data-breakpoint="noSwiper"] .noSwiper:has(.teacher_info:nth-child(2)) {
        column-count: 1;
    }

    .plan-study-rdv-cont {
        padding-top: 20px;
    }

    .plan-study-rdv-dt ul li span {
        margin: 0 15px 15px 0;
    }

}

@media screen and (max-width: 560px) {
    .plan-study-rdv {
        padding: 30px 0;
    }

    .title2-rdv {
        font-size: 28px;
        line-height: 30px;
    }

    .subtitle2-rdv {
        font-size: 18px;
        line-height: 24px;
        margin: -20px 0 30px;
    }

    .plan-btn-more-rdv {
        font-size: 18px;
        line-height: 24px;
        padding: 17px 20px;
    }

    .plan-study-rdv-btn {
        text-align: center;
        margin-top: 20px;
    }

    .plan-study-rdv .swiper-cmn-vrd .swiper {
        padding-bottom: 51px;
    }

    .plan-study-rdv .plan-study-rdv-tr-items .swiper[data-breakpoint="twoColumnsSwiper"] {
        padding-bottom: 51px;
        max-height: 150px;
    }

    .plan-study-rdv-dt ul li span {
        font-size: 14px;
        line-height: 18px;
        margin: 0px 10px 10px 0;
    }

    .plan-study-rdv-title {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 15px;
    }

    .plan-study-rdv-item {
        padding: 20px;
        margin-bottom: 15px;
    }

    .plan-study-rdv-header__title {
        font-size: 18px;
        line-height: 24px;
    }

    .plan-study-rdv-header__hour {
        font-size: 18px;
        line-height: 24px;
    }

    .plan-study-rdv-col ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .plan-study-rdv-col ul li {
        padding: 0 0 15px 38px;
    }

    .plan-study-rdv-col ul li:last-child {
        padding: 0 0 0 38px;
    }

    .plan-study-rdv-col ul li:before {
        height: 20px;
        width: 20px;
        font-size: 10px;
        line-height: 20px;
    }

    .plan-study-rdv-smrw {
        padding: 15px;
    }

    .plan-study-rdv-smcol__txt {
        font-size: 14px;
        line-height: 18px;
        width: calc(100% - 24px);
    }

    .plan-study-rdv-tr-items .swiper {
        height: auto;
        max-height: 150px;
    }

    .plan-study-rdv-smcol__cont {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }

    .plan-study-rdv-smcol__cont ul li {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }

    .plan-study-rdv-smcol__ic {
        width: 24px;
    }

    .plan-study-rdv-tr-txt {
        font-size: 10px;
        line-height: 13px;
    }

    .plan-study-rdv-tr {
        margin: 0 -10px;
    }

    .plan-study-rdv-lgcol {
        margin-bottom: 10px;
    }

    .plan-btn-more-rdv {
        padding: 17px 15px;
    }

    .plan-study-rdv-tr-items.swiper-cmn-vrd .swiper-button-prev {
        right: auto;
        left: calc(50% - 40px);
    }

    .plan-study-rdv-tr-items.swiper-cmn-vrd .swiper-button-next {
        right: calc(50% - 40px);
    }
}

