.s-info  {
	background-color: #f7f7f7;
}
.s-partners {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: url('/upload/partner-bg.png');
    background-color: #1B2C5D;
    color: #fff;
}

.partners-block {
    padding: 60px 0;
}

.partners-block .desk {
    color: #ffffff96;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 30px 0;
    padding: 0;
}

.textblock1.w {
    color: #ffffff;
}

.partnerInfoSwiper.prog-swiper {
    border-radius: 0;
    padding-bottom: 60px;
    min-height: 400px;
}

.partnerInfoSwiper .block-scroll {
    position: absolute;
    padding: 0;
    bottom: 2px;
    left: 0;
}

.partnerInfoSwiper .textblock1.w h3 {
    color: #ffffff;
}

.info-block {
    gap: 30px;
    display: flex;
    align-items: flex-start;
}

.info-block__l {
    border-radius: 20px;
    min-width: initial !important;
    min-height: 100% !important;
    padding: 40px;
    background: #F3F4F7;
    position: relative;
    overflow: hidden;
}

.info-block__l::before {
    position: absolute;
    content: '';
    background-image: url('/upload/partne-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    width: 90%;
    height: auto;
    top: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    filter: none;
    border-radius: 30px;
    opacity: 0.4;
}

.info-block__l {
    background: #1B2C5D;
}
.info-block__l h3 {
margin-bottom: 1rem !important;
}

.partnerInfoSwiper .swiper-button-next.swiper-button-disabled,
.partnerInfoSwiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.partnerInfoSwiper.prog-swiper .swiper-button-prev,
.partnerInfoSwiper.prog-swiper .swiper-button-next {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29645 8.09766L20.7036 8.09765' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M21.2143 7.99993C18.4786 7.54464 12.5714 5.20012 12.5714 0.799927' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M21.2143 7.99995C18.4786 8.45524 12.5714 10.7998 12.5714 15.2' stroke='%23000' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.import-text.gray {
    background: #1B2C5D0D;
}

.import-text.red {
    background: #8319090D;
}

.import-text {
    position: relative;
    padding: 20px 63px 20px 50px;
    margin: 20px 0;
}

.import-text.gray::before {
    background: #1B2C5D;
}

.import-text.red::before {
    background: #831909;
}

.import-text.gray::before,
.import-text.red::before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    position: absolute;
    content: '';
}

.import-text__info p:last-child {
    margin: 0;
}

.import-text__title {
    margin: 0 0 10px 0;
    padding: 0;
    color: #1E1E1C;
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.import-text__info p {
    font-family: 'Segoe UI';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1E1E1C;
}

.quote p {
    padding: 0;
    margin: 0;
}
.info-block__r-inner {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/*.advant-prog-card-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0 20px;
}
.advant-prog-card-grid .advant-prog-card:nth-child(1) .card__top {
    order: 1;
}
.advant-prog-card-grid .advant-prog-card:nth-child(2) .card__top {
    order: 2;
}
.advant-prog-card-grid .advant-prog-card:nth-child(3) .card__top {
    order: 3;
}
.advant-prog-card-grid .advant-prog-card:nth-child(4) .card__top {
    order: 4;
}
.advant-prog-card-grid .advant-prog-card:nth-child(1) .card__bottom {
    order: 5;
}
.advant-prog-card-grid .advant-prog-card:nth-child(2) .card__bottom {
    order: 6;
}
.advant-prog-card-grid .advant-prog-card:nth-child(3) .card__bottom {
    order: 7;
}
.advant-prog-card-grid .advant-prog-card:nth-child(4) .card__bottom {
    order: 8;
}*/


@media (max-width: 540px) {
    .import-text {
        padding: 20px 20px 20px 30px;
    }
}


.services {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.services-item {
    flex: 1 1 calc(50% - 15px);
    box-sizing: border-box;
    min-width: 280px;
    padding: 40px 150px 45px 40px;
    position: relative;
    background: #fff;
}

.services-item::before {
    content: '';
    position: absolute;
    background-image: url('/upload/services-item-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    right: 0;
    width: 137px;
    height: 100%;
}

.services-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #000000;
}

.services-item__text {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    padding: 0;
}

.s-services {
    background: #f7f7f7;
    position: relative;
    z-index: 3;
    padding: 50px 0 80px 0;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

@supports not (gap: 20px) {
    .services {
        margin: -10px;
    }

    .services-item {
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .services-item {
        flex: 1 1 100%;
    }
}


.swiperOurPartners {
    padding-bottom: 70px;
}

.swiperOurPartners .swiper-button-prev,
.swiperOurPartners .swiper-button-next,
.partnerReviewsSwiper .swiper-button-prev,
.partnerReviewsSwiper .swiper-button-next {
    background-color: #720A0A;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29645 8.09766L20.7036 8.09765' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M21.2143 7.99993C18.4786 7.54464 12.5714 5.20012 12.5714 0.799927' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M21.2143 7.99995C18.4786 8.45524 12.5714 10.7998 12.5714 15.2' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}


.swiperOurPartners.prog-swiper .swiper-pagination-bullet,
.partnerReviewsSwiper.prog-swiper .swiper-pagination-bullet {
    transform: unset;
    opacity: 9;
    width: 16px;
    height: 4px;
    background: #1E1E1C1A;
    border-radius: 8px;
}

.swiperOurPartners .swiper-pagination-bullet.swiper-pagination-bullet-active,
.partnerReviewsSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 64px;
    height: 4px;
    background: #720A0A;
    border-radius: 8px;
}

.swiperOurPartners .block-scroll,
.partnerReviewsSwiper .block-scroll {
    position: absolute;
    padding: 0;
    bottom: 2px;
    left: 0;
}

.swiperOurPartners.prog-swiper .swiper-pagination-fraction,
.partnerReviewsSwiper.prog-swiper .swiper-pagination-fraction {
    color: #000;
}

.swiperOurPartners.prog-swiper span.swiper-pagination-total,
.partnerReviewsSwiper.prog-swiper span.swiper-pagination-total {
    color: #1E1E1C66;
}

.swiperOurPartners .swiper-slide {
    height: auto;
}

.swiperOurPartners.prog-swiper {
    border-top-left-radius: 0;
}

.partners-slide-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-slide-inner img {
    max-width: 100%;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.partners-slide-inner:hover img {
    filter: grayscale(0%);
}

.block-partners {
    margin-bottom: 20px;
}

.s-partner {
    padding: 80px 0;
    position: relative;
    z-index: 2;
    border-radius: 80px;
    background: #F7F7F7;
}

.s-become-partner h2 {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #1E1E1C !important;
    font-size: 30px;
}

.s-become-partner {
    position: relative;
    padding: 80px 0;
	background-color: #f7f7f7;
}

.s-become-partner::before {
    z-index: 1;
    bottom: -80px;
    top: -80px;
    width: 100%;
    position: absolute;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-image: none !important;
}

.s-become-partner .call-block {
    padding: 20px 0 0 0;
    position: relative;
    z-index: 2;
}

.s-become-partner .email {
    position: relative;
}

.s-become-partner .email::before {
    position: absolute;
    content: '';
    background-image: url("data:image/svg+xml, %3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 0H2.25C1.65326 0 1.08096 0.256519 0.659008 0.713129C0.237051 1.16974 0 1.78904 0 2.43478V11.5652C0 12.211 0.237051 12.8303 0.659008 13.2869C1.08096 13.7435 1.65326 14 2.25 14H15.75C16.3467 14 16.919 13.7435 17.341 13.2869C17.7629 12.8303 18 12.211 18 11.5652V2.43478C18 1.78904 17.7629 1.16974 17.341 0.713129C16.919 0.256519 16.3467 0 15.75 0ZM16.875 11.5652C16.875 11.8881 16.7565 12.1977 16.5455 12.426C16.3345 12.6543 16.0484 12.7826 15.75 12.7826H2.25C1.95163 12.7826 1.66548 12.6543 1.4545 12.426C1.24353 12.1977 1.125 11.8881 1.125 11.5652V2.43478C1.125 2.11191 1.24353 1.80226 1.4545 1.57396C1.66548 1.34565 1.95163 1.21739 2.25 1.21739H15.75C16.0484 1.21739 16.3345 1.34565 16.5455 1.57396C16.7565 1.80226 16.875 2.11191 16.875 2.43478V11.5652Z' fill='%23831909' /%3E%3Cpath d='M15.6202 3.2691C15.5734 3.20702 15.5157 3.15556 15.4504 3.11766C15.3852 3.07976 15.3137 3.05618 15.24 3.04826C15.1663 3.04034 15.0919 3.04824 15.021 3.07152C14.9502 3.09479 14.8842 3.13298 14.8271 3.18388L8.99955 8.34562L3.16643 3.18388C3.11032 3.12711 3.04406 3.08336 2.97173 3.05536C2.89941 3.02735 2.82254 3.01568 2.74589 3.02105C2.66923 3.02642 2.5944 3.04872 2.52601 3.08658C2.45763 3.12445 2.39713 3.17707 2.34826 3.2412C2.29938 3.30533 2.26317 3.37962 2.24185 3.45948C2.22052 3.53933 2.21453 3.62307 2.22425 3.70553C2.23398 3.78799 2.2592 3.86742 2.29838 3.93892C2.33756 4.01042 2.38986 4.07248 2.45205 4.12127L8.63955 9.59953C8.74075 9.69028 8.86812 9.73982 8.99955 9.73954C9.12905 9.73841 9.25422 9.68895 9.35393 9.59953L15.5414 4.12127C15.6556 4.01909 15.728 3.87228 15.7427 3.71271C15.7575 3.55315 15.7134 3.39373 15.6202 3.2691Z' fill='%23831909' /%3E%3Cpath d='M13.3316 8.08911C13.2262 7.97574 13.0836 7.91211 12.935 7.91211C12.7864 7.91211 12.6439 7.97574 12.5385 8.08911C12.4857 8.1457 12.4439 8.21302 12.4153 8.28719C12.3868 8.36137 12.3721 8.44093 12.3721 8.52129C12.3721 8.60164 12.3868 8.6812 12.4153 8.75537C12.4439 8.82955 12.4857 8.89687 12.5385 8.95346L14.7885 11.3882C14.8409 11.4446 14.9031 11.4892 14.9715 11.5196C15.0399 11.5499 15.1131 11.5654 15.187 11.5651C15.2609 11.5648 15.3341 11.5488 15.4022 11.5179C15.4704 11.4871 15.5323 11.442 15.5844 11.3852C15.6365 11.3284 15.6777 11.2611 15.7058 11.1871C15.7338 11.1131 15.7481 11.0339 15.7478 10.9539C15.7476 10.8739 15.7328 10.7948 15.7042 10.721C15.6757 10.6472 15.634 10.5802 15.5816 10.5239L13.3316 8.08911Z' fill='%23831909' /%3E%3Cpath d='M4.68579 8.08911L2.43579 10.5239C2.32987 10.6377 2.27006 10.7924 2.26953 10.9539C2.26901 11.1154 2.3278 11.2706 2.43297 11.3852C2.53815 11.4998 2.68109 11.5645 2.83036 11.5651C2.97963 11.5657 3.123 11.5021 3.22892 11.3882L5.47892 8.95346C5.53164 8.89687 5.57348 8.82955 5.60204 8.75537C5.6306 8.6812 5.6453 8.60164 5.6453 8.52129C5.6453 8.44093 5.6306 8.36137 5.60204 8.28719C5.57348 8.21302 5.53164 8.1457 5.47892 8.08911C5.37352 7.97574 5.23096 7.91211 5.08235 7.91211C4.93375 7.91211 4.79118 7.97574 4.68579 8.08911Z' fill='%23831909' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 18px;
    height: 14px;
    top: 10px;
    left: 0;
    top: 5px;
}

.s-become-partner .call-block__r {
    color: #1E1E1C;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #FFFFFF;
}

.s-become-partner .call-block__l {
    border-bottom-right-radius: 80px;
    color: #1E1E1C;
    border-top-left-radius: 0;
    padding: 40px 79px 40px 40px;
    background: #FFFFFF;
}

.s-become-partner .call-block__l .desk-block {
    margin: 0 0 5px 0;
}

.s-become-partner .call-block__r .title,
.desk {
    color: #070707;
}

.s-become-partner .chart-list .chart-item {
    margin-bottom: 5px;
}

.s-become-partner .call-block__r .desk {
    color: #000000;
}

.s-become-partner .info p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Segoe UI';
}

.call-block__btn:hover {
    text-decoration: none;
}

.s-become-partner .info a {
    margin: 0;
    padding: 0 0 0 25px;
    color: #000;
    align-items: center;
    display: flex;
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
}

.s-become-partner .info {
    margin-bottom: 32px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.s-become-partner .call-block__btn.blue {
    border: 1px solid #1B2C5D;
    background: #1B2C5D;
    color: #fff;
}

.s-become-partner .call-block__btn.blue:hover {
    border: 1px solid #1B2C5D;
    color: #1B2C5D;
    background: transparent;
}

.s-become-partner .call-block__btn.border {
    border: 1px solid #1B2C5D;
    background: transparent;
    color: #1E1E1C;
}

.s-become-partner .call-block__btn.border:hover {
    border: 1px solid #1B2C5D;
    background: #1B2C5D;
    color: #fff;
}

.call-block__r-info {
    margin-bottom: 20px;
}

.s-projects {
    padding: 80px 0;
    position: relative;
}

.s-projects::before {
    z-index: 1;
    bottom: -80px;
    top: -80px;
    width: 100%;
    position: absolute;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/upload/images/advantbg.png');
}

.s-projects .project-block {
    display: flex;
    position: relative;
    z-index: 1;
    gap: 40px;
    padding: 40px 40px 0 40px;
    background: #FFFFFF;
    margin: 0 0 20px 0;
}

.project-block__l.textblock1 h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.project-block__r {
    padding: 40px;
    border-top-right-radius: 40px;
    background: #720A0A !important;
    max-width: 450px;
    min-width: 450px;
}

.project-block__l {
    padding-bottom: 50px;
    position: relative;
}

.project-block__l::before {
    position: absolute;
    content: '';
    z-index: -1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 250px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 80px;
}

.project-block__l.our-partners::before {
    background-image: url('/upload/images/our-partners-img01.png');
}

.project-block__l.our-partners03::before {
    background-image: url(' /upload/images/our-partners-img03.png');
}

.project-block__l .block p:first-child {
    margin: 0;
    padding: 0;
}

.project-block__r.w.textblock1 p {
    color: #ffffffd6;
}

.project-block__r .block p:first-child {
    margin: 0;
    padding: 0;
}

.project-block__r .block p:last-child {
    color: #ffffffd6;
}

.project-block__r .block {
    padding: 0;
    margin: 0 0 20px 0;
}

.project-block__r h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.s-feedback {
    background: #f8f9fa;
    position: relative;
    z-index: 3;
    padding: 50px 0 80px 0;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}

.s-projects h2.title-block,
.s-projects .desk-block {
    position: relative;
    z-index: 3;
    color: #fff;
}

.s-projects .desk-block {
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px 0;
    padding: 0;
}

.s-projects h2.title-block {
    padding: 0;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

.prog-swiper.partnerReviewsSwiper {
    border-top-left-radius: 0;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

.detailInfoMessageText.active .info {
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    text-overflow: unset;
    display: block;
}

.detailInfoMessageText .info {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.detailInfoMessageText {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 37px 50px 80px 50px;
}

.detailInfoMessageText::before {
    position: absolute;
    content: '';
    width: 38px;
    height: 34px;
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='34' viewBox='0 0 38 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.3699 17.6895H35.2101C35.0594 26.3945 33.3252 27.8298 27.9155 30.9987C27.2935 31.3715 27.0861 32.1544 27.4631 32.7882C27.8401 33.4033 28.6318 33.6083 29.2726 33.2355C35.6437 29.5075 37.8679 27.2333 37.8679 16.3847V6.33751C37.8679 3.15001 35.2478 0.577637 32.0435 0.577637H26.3887C23.0713 0.577637 20.5643 3.0568 20.5643 6.33751V11.9296C20.5455 15.2103 23.0524 17.6895 26.3699 17.6895Z' fill='%23E7572F' fill-opacity='0.2'/%3E%3Cpath d='M5.97504 17.6895H14.8153C14.6645 26.3945 12.9304 27.8298 7.52067 30.9987C6.89865 31.3715 6.69131 32.1544 7.06829 32.7882C7.44528 33.4033 8.23695 33.6083 8.87782 33.2355C15.2488 29.5075 17.4731 27.2333 17.4731 16.3847V6.33751C17.4731 3.15001 14.853 0.577637 11.6487 0.577637H5.99389C2.65758 0.577637 0.150635 3.0568 0.150635 6.33751V11.9296C0.150635 15.2103 2.65758 17.6895 5.97504 17.6895Z' fill='%23E7572F' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 30px;
    right: 30px;
}

.detailInfoMessageText .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.detailInfoMessageText .info p {
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.detailInfoMessage {
    position: absolute;
    bottom: 30px;
    color: white;
    background: #720A0A;
    padding: 7px 24px 7px 24px;
    border-radius: 50px;
    cursor: pointer;
}

@media (max-width: 920px) {
    .s-info .info-block {
        flex-direction: column;
        gap: 10px
    }

    .info-block__l {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .info-block {
        font-size: 13px;
    }

    .info-block__l {
        min-width: 100%;
    }

    .s-projects .project-block {
        gap: 20px;
        flex-direction: column;
    }

    .project-block__l {
        padding-bottom: 0;
    }

    .project-block__r {
        padding: 20px;
        max-width: 100%;
        min-width: 100%;
    }

    .s-projects .project-block {
        padding: 20px 20px 0 20px;
    }

    .s-feedback {
        padding: 40px 0 0 0;
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
    }

    .s-projects {
        padding: 40px 0;
        position: relative;
    }

    .s-become-partner {
        padding: 40px 0;
    }
}

@media (max-width: 540px) {
    .info-block__l {
        padding: 20px;
    }

    .services-item {
        padding: 20px 150px 25px 20px;
    }

    .s-become-partner .call-block__r {
        border-top-left-radius: 40px;
    }

    .services-item__text {
        font-size: 13px;
        line-height: 18px;
    }

    .services-item__title {
        font-size: 18px;
    }

    .s-services {
        padding: 40px 0 40px 0;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    .s-become-partner .call-block__l {
        border-bottom-right-radius: 40px;
        padding: 20px;
    }

    .s-become-partner .call-block__btn.border {
        font-size: 12px;
    }

    .s-partner {
        padding: 40px 0;
        border-radius: 40px;
    }

    .s-projects h2.title-block,
    .partners__title,
    .s-become-partner h2 {
        font-size: 20px;
    }

    .detailInfoMessageText {
        padding: 20px 20px 60px 20px;
    }

    .detailInfoMessage {
        position: absolute;
        bottom: 10px;
    }

    .detailInfoMessageText .info p {
        font-size: 13px;
    }

    .detailInfoMessageText .title {
        font-size: 14px;
    }
}


/* ПРЕИМУЩЕСТВА */


.detail-info-faculty h2 span{
    border-bottom: solid 0.125em #720a0a
}
.kafedra-container{
    display: block;
    padding: 2rem 2rem !important;
    padding-left: 2rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    font-size: 1.5rem;
    font-weight: bold !important;
    background-color: white;
}
.kafedra-container a{
    color: black;
}
.kafedra-container a:hover{
    color: black;
    text-decoration: none;
}

.program-advant {
    color: #1B2C5D;
    font-family: "Droid Serif";
    font-weight: 700;
    font-size: 54px;
}

.program-title {
    font-family: "Droid Serif";
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 15px 0;
}
.advant-prog-card:not(:only-child) {
    display: contents;
}

.advant-prog-card-grid:has(> .advant-prog-card:nth-child(2):last-child)::after {
    content: '';
    order: 3;
}

.card__top,
.card__bottom  {
    background-color: white;
    overflow: hidden;

}
.card__bottom  {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 35px 52px  40px;
    margin-bottom: 30px;
    position: relative;
}
.card__top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 35px 25px 40px;
    position: relative;
}

.card__top::before,
.card__bottom::before  {
    position: absolute;
    content: '';
    background-image: url('/images/program-card-bg.svg');
    bottom: 0;
    height: 100%;
    top: 0;
    right: 0;
    width: 40px;
}

.card__top::after {
    position: absolute;
    content: '';
    left: 40px;
    right: 50px;
    bottom: 3px;
    height: 1px;
    background: #F7f7f7;
}
    
.advant-prog-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
}

.program-info-top p, 
.advant-program-card__bottom p {
    margin: 0;
    padding: 0;
    color: #1E1E1C;
    font-family: 'Segoe UI';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.advant-prog-card-grid .advant-prog-card:nth-child(1) .card__top {
    order: 1;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(1) .card__bottom {
    order: 5;
}

.advant-prog-card-grid .advant-prog-card:nth-child(2) .card__top {
    order: 2;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(2) .card__bottom {
    order: 6;
}

.advant-prog-card-grid .advant-prog-card:nth-child(3) .card__top {
    order: 3;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(3) .card__bottom {
    order: 7;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(4) .card__top {
    order: 4;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(4) .card__bottom {
    order: 8;
}

.advant-prog-card-grid .advant-prog-card:nth-child(5) .card__top {
    order: 5;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(5) .card__bottom {
    order: 10;
}

.advant-prog-card-grid .advant-prog-card:nth-child(6) .card__top {
    order: 6;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(6) .card__bottom {
    order: 11;
}


.advant-prog-card-grid .advant-prog-card:nth-child(7) .card__top {
    order: 7;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(7) .card__bottom {
    order: 12;
}

.advant-prog-card-grid .advant-prog-card:nth-child(8) .card__top {
    order: 8;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(8) .card__bottom {
    order: 13;
}

.advant-prog-card-grid .advant-prog-card:nth-child(9) .card__top {
    order: 9;
}
    
.advant-prog-card-grid .advant-prog-card:nth-child(9) .card__bottom {
    order: 14;
}

.section-advant-prog {
    padding: 40px 0;
}

@media (max-width: 992px) {
    .advant-prog-card-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0 20px;
    }

    .advant-prog-card-grid .advant-prog-card:nth-child(1) .card__top {
        order: 1;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(1) .card__bottom {
        order: 2;
    }
    
    .advant-prog-card-grid .advant-prog-card:nth-child(2) .card__top {
        order: 3;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(2) .card__bottom {
        order: 4;
    }
    
    .advant-prog-card-grid .advant-prog-card:nth-child(3) .card__top {
        order: 5;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(3) .card__bottom {
        order: 6;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(4) .card__top {
        order: 7;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(4) .card__bottom {
        order: 8;
    }
    
    .advant-prog-card-grid .advant-prog-card:nth-child(5) .card__top {
        order: 9;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(5) .card__bottom {
        order: 10;
    }
    
    .advant-prog-card-grid .advant-prog-card:nth-child(6) .card__top {
        order: 11;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(6) .card__bottom {
        order: 12;
    }

    .advant-prog-card-grid .advant-prog-card:nth-child(7) .card__top {
        order: 13;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(7) .card__bottom {
        order: 14;
    }

    .advant-prog-card-grid .advant-prog-card:nth-child(8) .card__top {
        order: 15;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(8) .card__bottom {
        order: 16;
    }

    .advant-prog-card-grid .advant-prog-card:nth-child(9) .card__top {
        order: 17;
    }
        
    .advant-prog-card-grid .advant-prog-card:nth-child(9) .card__bottom {
        order: 18;
    }
}


.search-select .search-select__dropdown {
    display: none;
}

.search-select.active .search-select__dropdown {
    display: block;
    overflow: auto;
    max-height: 300px;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
    z-index: 100;
}

.search-select {
    position: relative;
}

.search-select__option {
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;  
}

.search-select .search-select__button {
    border: 1px solid #E1E1E1;
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
    background: #ffffff;
    font-family: 'Segoe UI';
    outline: none;
    position: relative;
}

.search-select .search-select__button::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91455 7.08035L0.14502 2.15848C-0.0483398 1.95758 -0.0483398 1.76785 0.14502 1.58928L0.757324 0.919637C0.950684 0.741065 1.1333 0.741065 1.30518 0.919637L5.17236 4.90401L9.03955 0.919637C9.21143 0.741065 9.39404 0.741065 9.5874 0.919637L10.1997 1.58928C10.3931 1.76785 10.3931 1.95758 10.1997 2.15848L5.43018 7.08035C5.2583 7.25892 5.08643 7.25892 4.91455 7.08035Z' fill='%231E1E1C'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 11px;
    height: 8px;
}

.search-select.active .search-select__button::after {
    transform: translateY(-50%) rotate(180deg);
}

.search-select .search-select__button input {
    background: transparent;
    border: none;
    padding: 10px 30px 10px 20px;
    width: 100%;
    outline: none;
}
.textblock1 > * {
margin-bottom: 0 !important;
}
.partners-block {
margin-bottom: 0px !important;
}
