		* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: "Playfair Display SC", serif;
			font-weight: 500;
			font-style: normal;
        }
		
		.pheaderDiv {
			text-align: center;
			background-color: #ffffff;
			
        }
        
        .headerDiv {
            display: grid;
            grid-template-columns: auto 1fr;
            align-items: center;
            padding: 0 70px;
            height: 100px;
			width: 85%;
            background-color: #ffffff;
			margin-left: auto;
			margin-right: auto;
        }
        
        .logo {
            height: 50px;
        }
        
        .logo img {
            height: 100%;
            width: auto;
        }
        
        .nav-links {
            display: flex;
            justify-content: flex-end;
            gap: 40px;
            list-style: none;
        }
        
        .nav-links a {
            text-decoration: none;
            color: #000000;
            font-size: 16px;
            letter-spacing: 0.5px;
            transition: color 0.3s ease;
        }
        
        .nav-links a:hover {
            color: #ff0000;
        }
        
        .bigImageDiv {
			height: 85%;
            background-image: url('../images/fullpic.jpg');
            background-size: cover;
            background-position: center;
        }
		
		.pmainHeaderDiv {
			text-align: center;
			background-color: #ffffff;
        }
		
		.mainHeaderDiv {
            background-color: #ffffff;
            padding: 80px 30px;
            text-align: left;
			background-color:#FFFFFF;
			width: 80%;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			
        }
        
        .header-line {
            display: block;
            text-transform: uppercase;
            letter-spacing: 1px;
			text-align: left;
			font-stretch: condensed;
        }
        
        .line1 {
            font-size: 41px;
            margin-bottom: 7px;
            letter-spacing: 1px;
			
        }
        
        .line2, .line3 {
            font-size: 41px;
            line-height: 1.4;
            margin-bottom: 7px;
            
			
        }
        
        .line4 {
            font-size: 41px;
            margin-top: 0px;
            letter-spacing: 1px;
            color: #BB0000;
			
        }
		
		.paboutDiv {
			text-align: center;
			background-color: #ffffff;
			padding: 0px 40px;
        }
        
        /* Стили для aboutDiv */
        .aboutDiv {
			
            background-color: #ffffff;
            padding: 80px 0;
			display: grid;
			grid-template-columns: 8fr 1fr 8fr;
			width: 80%;
			margin-left: auto;
			margin-right: auto;
        }
        
        .about-header {
            text-align: center;
            margin-bottom: 60px;
			text-align: left;
			
        }
        
        .about-header h2 {
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #222;
            margin-bottom: 20px;
			font-style: italic;
			text-decoration: underline;
			color: #d1af89;
        }
        
       
        
        .about-content {
			text-align: left;
			font-size: 16px;
        }
        
        .about-text {
            padding-left: 30px;
        }
        
        .about-intro {
            font-weight: 700;
            font-size: 22px;
            margin-bottom: 25px;
        }
        
        .about-intro strong {
            font-weight: 700;
            color: #222;
			font-family: serif;
        }
        
        .about-description {
            font-size: 18px;
            margin-bottom: 20px;
            line-height: 1.7;
			font-family: serif;
        }
		
		.prightPicDiv {
			text-align: center;
			background-color: #ffffff;
			padding: 20px 40px;
			margin-bottom: 30px;
		
		}
		
		.rightPicDiv {
			background-color: #ffffff;
            
			display: grid;
			grid-template-columns: 8fr 1fr 8fr;
			width: 80%;
			margin-left: auto;
			margin-right: auto;
		}
		
		.rpdLeftConteiner {
		
		}
		
		.rpdRightConteiner {
			
		}
		
		.picimg {
			background-size: cover;
		}
		
		.bigHeader {
			font-size: 41px;
			text-transform: uppercase;
            letter-spacing: 1px;
			text-align: left;
			font-stretch: condensed;
			margin-bottom: 25px;
		}
		
		.smallerText {
			font-size: 15px;
			line-height: 1.5;
			font-family: serif;
			text-align: left;
			
		}
		
		
		.parallax-section {
            height: 75vh;
            display: flex;
            align-items: left;
            position: relative;
            overflow: hidden;
        }

        .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 600px;
            background-image: url('../images/msuhall.jpg');
            background-size: cover;
            background-position: center;
            z-index: -1;
            /* Эффект параллакса */
            background-attachment: fixed;
        }

        .ucontent {
			font-size: 15px;
			line-height: 1.5;
			font-family: serif;
			text-align: left;
            width: 50%;
            padding: 60px;
            color: white;
            position: relative;
            z-index: 2;
			background-color: rgba(0, 0, 0, 0.5);
        }

        

        .utitle {
            font-size: 41px;
			text-transform: uppercase;
            letter-spacing: 1px;
			text-align: left;
			font-stretch: condensed;
            line-height: 1.4;
            margin-bottom: 20px;
            max-width: 600px;
			font-weight: 300;
	
        }

        .udescription {
            max-width: 500px;
            margin-bottom: 30px;
            font-weight: 300;
            line-height: 1.7;
        }

        .ubtn {
			font-family: serif;
            display: inline-block;
            padding: 10px 10px;
            background-color: #d1af78;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            letter-spacing: 1px;
            transition: all 0.3s ease;
			color: #ffffff;
        }

        .ubtn:hover {
            background: #000000;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
			color: #d1af78;
        }

        /* Затемнение фона для лучшей читаемости */
        .uparallax-bg::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }
		
		.graduates-block {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 20px;
            text-align: center;
        }
        
        .graduates-title {
            font-size: 41px;
            margin-bottom: 40px;
            letter-spacing: 1px;
			margin-bottom: 70px;
        }
        
        .universities-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 50px;
        }
        
        .university-card {
            max-width: 290px;
            display: flex;
            flex-direction: column;
            align-items: center;
			border: 2px solid #111111;
        }
        
        .university-logo {
			width: 287px;
            height: 320px;
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
			background-size: contain;
        }
        
        .university-logo img {
            max-width: 120px;
            max-height: 120px;
        }
        
        .university-name {
			font-size: 15px;
			line-height: 1.5;
			font-family: serif;
            line-height: 1.4;
        }
		
		.fullunitext {
			padding: 10px;
			margin-bottom: 10px;
		}
        
        .abbreviation {
            display: block;
            font-size: 19px;
            color: #deb778;
            
        }
		
		.downside {
			background-color: black;
			height: 300px;
			padding-top: 70px;
			padding-bottom: 70px;
			padding-left: 40px;
			padding-right: 40px;
		}
		
		.downsidecontent {
			display: grid;
            grid-template-columns: 1fr 3fr 1fr 2fr 1fr 2fr 1fr;
            align-items: left;
			height: 190px;
		}
		
		.downsideblock1 {
			color: white;
			font-size: 15px;
			line-height: 1.5;
			font-family: serif;
			padding-top: 40px;
			
		}
		
		.downsideiconblock {
			padding-top: 10px;
			display: grid;
			grid-template-columns: 1fr 1fr 1fr 1fr;
			align-items: left;
			height: 30px;
			width: 50%;
		}
		
		.downsideicon {
			width: 30px;
			height: 30px;
			background-size:contain;
			background-repeat: no-repeat;
		}
		
		.downsideblock2 {
			color: white;
			text-align: left;
		}
		
        .downsideheader {
			font-size: 21px;
			border-bottom-color: #d1af78;
			border-bottom-style: solid;
			padding: 2px;
			border-width: 1px;
			width: fit-content;
			margin-bottom: 15px;
		}
        
		.downsidelinkblock {
			font-size: 15px;
			line-height: 1.5;
			font-family: serif;
			margin-left: 10px;
		}
		
		.downsideblock3 {
			color: white;
			text-align: left;
		}
		
		.downsidetext {
			font-size: 15px;
			line-height: 1.5;
			font-family: serif;
		}
