        .accordion {
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-bottom: 10px;
            background-color: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        .accordion-header {
            padding: 15px 20px;
            cursor: pointer;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid transparent;
            user-select: none;
        }
        .accordion-header.active {
            background-color: #263145;
            border-radius: 5px;
        }
        .accordion-header.active span {
            color: #fff;
        }
        .accordion-header .title {
            color: #333;
        }
        .accordion-header .title span {
            padding: 2px 5px;
            border-radius: 3px;
        }
        .accordion-header .icon {
            font-size: 1.2em;
            transition: transform 0.3s ease;
            color: #263145;
        }
        .accordion-header.active .icon {
            transform: rotate(180deg);
            color: #fff;
        }
        .accordion-content {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease;
        }
        .accordion-content.active {
            padding: 20px;
            max-height: 1000px;
        }

        ul {
            padding-left: 20px;
            margin: 10px 0;
        }
        li {
            margin-bottom: 5px;
        }

.testimonial-quote {
    font-size: 16px;
    margin-bottom: 60px;
}

.testimonial-quote blockquote {
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 6;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #333;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .1;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -3;
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
.testimonial-quote cite span {
    color: #111;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; 
}

.testimonial-quote {
    position: relative; 
}

.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 210px; 
}

.testimonial-img{
    display: block;
    width: 210px;
    height: 210px;
    background: #f5f5f5;
    border-radius: 100%;
    background-image: url(/university/yubiley-2026/rector.webp);
    background-size: cover;
    box-sizing: border-box;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
}

/*.testimonial-fon{
    background-image: url(/university/yubiley-2026/vgtu.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    width: 250px;
    height: -webkit-fill-available;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    transform: scaleX(-1);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
*/

.testimonial-quote.right cite {
    text-align: right; 
}

@media (max-width: 991.98px) {
.testimonial-quote.right .quote-container {
    padding-right: 0;
}
/*.testimonial-fon{
    display: none;
	}
*/

.testimonial-img {
    position: relative;
    width: 130px;
    height: 130px;
}
.testimonial-quote cite {
    padding-right: 15px;
    width: calc(100% - 130px);
}
.testimonial-author {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.testimonial-quote blockquote {
    font-size: 20px;
}
}

.yubiley-title {
    clear: both;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/university/yubiley-2026/vgtu.svg);
    background-size: cover;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    padding: 60px 10px;
}

.yubiley-title .y-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.yubiley-title .y-title{
    font-weight: 900;
    font-size: x-large;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    color: #111;
}

.yubiley-title .y-text{
    width: 180px;
    color: #111;
    margin-bottom: 0;
    font-size: 14px;
}

.yubiley-title .y-text span{
    color: #132243;
    font-weight: 600;
    font-size: x-large;
}

.yubiley-title .y-title span{
    color: #132243;
}

@media (max-width: 768px) {
.yubiley-title .y-title {
    font-size: large;
    margin-bottom: 25px;
}
.yubiley-title .y-text span {
    font-size: large;
}
.yubiley-title .y-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
.yubiley-title .y-text {
    width: auto;
    font-size: 12px;
    margin: 15px;
}
.yubiley-title {
    padding: 40px 10px;
}
}




