/* -----------------------ГЛАВНАЯ СТРАНИЦА------------------------- */

.mainpage {
    background-image: url('images/fon.jpg');
    background-size: cover;
    background-attachment: fixed;
    font-family: Century Gothic, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container_main {
	display: flex;
	flex-direction: column;
	min-height: 94vh;
	justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.07);
    padding: 20px;
    border-radius: 10px;
}

.main_main {
	flex: 1;
	padding: 40px 0;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
	text-shadow: 
        0 0 10px rgba(0, 0, 0, 0.7),
        0 0 5px rgba(0, 0, 0, 0.9);
}

.price-table th, .price-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.price-table th {
    background-color: #d53032;
}

.price-table img {
    width: 150px;
    height: auto;
}

.price-table tr {
	color: #fffafa;
}

.price-table td {
	background-color: rgba(189, 224, 255, 0.2)
}

nav a {
    margin-left: 15px;
    text-decoration: none;
    color: #f7a3b3;
	text-shadow: 
		0 0 8px rgba(255, 235, 238, 0.2),
        0 0 3px rgba(255, 235, 238, 0.4);
	
}

nav {
	text-align: right;
}

header h1 {
	color: #e52b50;
	text-shadow: 
		0 0 8px rgba(255, 235, 238, 0.2),
        0 0 3px rgba(255, 235, 238, 0.4);
	text-align: right;
}

main h2 {
	color: #e52b50;
	text-shadow: 
		0 0 8px rgba(255, 235, 238, 0.2),
        0 0 3px rgba(255, 235, 238, 0.4);
	text-align: left;
}

.container_main footer {
	text-align: right;
    color: #f7a3b3;
	text-shadow: 
		0 0 8px rgba(255, 235, 238, 0.2),
        0 0 3px rgba(255, 235, 238, 0.4);
}

/* ------------------------------СТРАНИЦА МОДЕЛИРОВАНИЕ------------------------------------ */

.page1 {
    background-image: url('images/fon1.jpg');
    background-size: cover;
    background-attachment: fixed;
    font-family: Century Gothic, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.divided_container {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}


.column_left {
	width: 40%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.01); 
    border-radius: 10px;
}

.column_left h2 {
	color: #9494ff;
	font-size: 2rem;
	text-shadow: 
		0 0 8px rgba(221, 238, 255, 0.2),
        0 0 3px rgba(221, 238, 255, 0.4);
}

.column_left h3 {
	color: #9494ff;
	font-size: 1.5rem;
	text-shadow: 
		0 0 8px rgba(221, 238, 255, 0.2),
        0 0 3px rgba(221, 238, 255, 0.4);
}

.column_left ol, a {
	font-size: 1.15rem;
	color: #e0ffff;
	text-shadow: 
		0 0 8px rgba(221, 238, 255, 0.2),
        0 0 3px rgba(221, 238, 255, 0.4);
	text-decoration: none;
}

.column_left ul {
	font-size: 1.15rem;
	color: #e0ffff;
	text-shadow: 
		0 0 8px rgba(221, 238, 255, 0.2),
        0 0 3px rgba(221, 238, 255, 0.4);
	text-decoration: none;
}

.column_left p {
	font-size: 1.15rem;
	color: #e0ffff;
	text-shadow: 
		0 0 8px rgba(221, 238, 255, 0.2),
        0 0 3px rgba(221, 238, 255, 0.4);
}

.return_to_main {
	width: 10%;
	text-align: center;
}

.column_right {
	width: 40%;
    padding: 20px;
    display: flex;
	background-color: rgba(255, 255, 255, 0.01); 
    flex-direction: column;
    gap: 20px;
}

.column_right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.column_right h2 {
	color: #9494ff;
	text-align: right;
	font-size: 2rem;
	text-shadow: 
		0 0 8px rgba(221, 238, 255, 0.2),
        0 0 3px rgba(221, 238, 255, 0.4);
}


/* ------------------------------СТРАНИЦА АУРА----------------------------------- */

.page2 {
    background-image: url('images/fon24.png');
    background-size: cover;
    background-attachment: fixed;
    font-family: Century Gothic, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.vertical_div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    min-height: 100vh;
}

.vertical_div h1 {
	font-size: 3rem;
	text-align: center;
	color: #240935;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px 0;
}

.content h2 {
	/* color: #fffaf7; */
	font-size: 2rem;
	color: #240935;
}

.content p, ul {
	font-size: 1.2rem;
	color: #fffaf7;
	text-shadow: 
		0 0 8px rgba(26, 26, 26, 0.7),
        0 0 3px rgba(26, 26, 26, 0.9);
}

.content a {
	font-size: 1.2rem;
	color: #fffaf7;
	text-shadow: 
		0 0 8px rgba(26, 26, 26, 0.7),
        0 0 3px rgba(26, 26, 26, 0.9);
}

.description,
.features,
.gallery,
.download {
    background: rgba(255, 255, 255, 0.07);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.gallery_div {
    display: grid;
    grid-template-columns: 1fr 1fr;    
    grid-template-rows: 1fr 1fr;       
    gap: 20px;
    max-width: 600px;                  
    margin: 0 auto;   
}

.gallery_div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.gallery_div img:hover {
    transform: scale(1.05);
}

.return {
	text-align: center;
}

.return a {
	font-size: 1.2rem;
	color: #240935;
}