* {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCC99;
	margin: 0px;
	padding: 0px;
}
body{
	background-color: black;
}
/* --------------------------------------- */
.header {
	background-image: url(../../img/background/back-second.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	text-align: center;
}
.header h3{
	font-size: 60px;
	padding-top: 60px;
}
.header h3, p, div{
	margin-bottom: 25px;
}
.header div a{
	margin: 0px 4px;
}
/* --------------------------------------- */
.content {
	height: auto;
	background-image: url(../../img/background/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: flex;
}
.content div img {
	width: 200px;
}
.content .content-text{
	margin: auto;
	width: 1000px;
	/* text-align: left; */
}	
.content .content-text h4{
	margin-bottom: 20px;
}
.content .content-text p {
	text-indent: 25px;
	text-align: justify;
	line-height: 1.5;
}
.content .content-text img {
	width: 700px;
	height: auto;
    opacity: 40%;
	border: 3px solid ;
	/* border-image: url(../../img/stayl/line.gif) 25 25 25 25 round ; */
}
.content .img-sur{
	/* position: fixed; */
	
}

/* --------------------------------------- */
.footer {
	height: auto;
	text-align: center;
}
.footer div{
	justify-content: center;
	margin: 20px;
	font-size: 12px;
	column-gap: 12px;
	margin: 10px ;
	padding: 0;
}
.footer div p{
	margin: 0px;
}

.content-text h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    /* color: #ffcc00; */
}

.section-content {
    margin-bottom: 30px;
}

/* Очистка обтекания, чтобы заголовки не прыгали */
.section-content::after {
    content: "";
    display: table;
    clear: both;
}

/* --------------------------------------- */
.footer {
	height: auto;
	text-align: center;
}
.footer div{
	justify-content: center;
	margin: 20px;
	font-size: 12px;
	column-gap: 12px;
	margin: 10px ;
	padding: 0;
}
.footer div p{
	margin: 0px;
}

.copyright {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
}
.copyright a {
    color: #ffcc00;
    text-decoration: underline;
}

/* Мобильная версия */
@media (max-width: 735px) {
    /* 1) Скрываем мечи (картинки по бокам) */
    .img-sur {
        display: none !important;
    }

    .img {
        height: auto !important;
        width: 100% !important;
    }
    .content .content-text {
        width: 90%;
        margin: 0 auto;
    }
    
    /* 2) Основной текст ровно 12px */
    .content-text p {
        font-size: 12px !important; 
        text-align: justify;
    }

    .img-t {
        width: 120px;
        margin-left: 10px;
    }

    .header .navbar img {
        width: 35px;
        height: auto;
    }

    .header h1 {
        font-size: 22px;
        margin-top: 10px;
    }

    .header .header-desc { 
        font-size: 14px; 
        padding: 0 20px; 
        text-align: center; 
        line-height: 1.4;
    }

    .header h3 { 
        font-size: 30px; 
        padding-top: 30px; 
    }
    
    .footer div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 0 20px;
    }

    .footer div a {
        color: #CCCC99;
        text-decoration: underline;
        font-size: 14px;
        white-space: nowrap;
    }

    .footer div p {
        display: none; 
    }

    .footer img { width: 200px !important; margin-bottom: 20px; }
}
