/* Общие стили */
* {
    margin: 0;
    padding: 0;
/*    box-sizing: border-box;*/
    font-family: Verdana, Arial, sans-serif;
}

body {
    background: #f5f1e7 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f5f1e7"/><path d="M0,50 L100,50 M50,0 L50,100" stroke="%23e8dfca" stroke-width="1"/></svg>');
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Шапка сайта */
.header {
    background: linear-gradient(to right, #5d4037, #8d6e63);
    padding: 15px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    align-items: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
}

.logo img {
    height: 50px;
    margin-right: 15px;
}

.contact-info {
    text-align: right;
    color: #fff;
    font-size: 14px;
}

.contact-info .phone {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
}

/* Навигация */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
}

.menu-toggle span {
    height: 3px;
    width: 25px;
    background: white;
    margin: 2px 0;
    border-radius: 2px;
}

.nav {
    background: #5d4037;
    margin-top: 10px;
}

.nav ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

.nav li {
    margin: 0;
}

.nav a {
    color: white;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    transition: background 0.3s;
    font-size: 16px;
}

.nav a:hover, .nav a.active {
    background: #8d6e63;
}

/* Основной контент */
.main-content {
    padding: 30px 0;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    border-radius: 0 0 5px 5px;
}

h1 {
    color: #5d4037;
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}



h2 {		
	color:#146606;
	line-height:24px;
	padding:12px 8px 5px;
	font-size:1.12em;
	letter-spacing:.024em;
	text-align:center;
	margin:54px auto 20px;
	border-bottom:1px solid #вав;
	text-shadow: 0px 1px 1px #ddd;
	width:98%;
background-image: linear-gradient(to right, rgba(200,200,200,0), rgba(255,255,255,0.98),
rgba(255,255,255,0.98),	
rgba(200,200,200,0)		
	);
box-shadow:0 3px 1px #eee	
}

h3 {
    color: #8d6e63;
    margin: 25px 0 15px;
}



h4 {		
	font-size: 1.0em;
	text-align:center;
	color:#080;
	line-height: 1.4;
	margin-top: 8px;
	margin-bottom: 10px;
	text-shadow: 0px 1px 2px #ddd;
	font-weight:normal;

}

.buk {
    font-size: 36px;
    float: left;
    margin-right: 5px;
    line-height: 1;
    color: #5d4037;
}

.pict {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.text {
    padding: 0 20px;
}

.ok {
    padding-left: 30px;
    margin: 20px 0;
}

.ok li {
    margin-bottom: 10px;
}

/* Форма заказа */
.otpr {
    background: #f9f5f0;
    padding: 25px;
    border: 1px solid #e0d5c0;
    border-radius: 5px;
    margin: 30px 0;
}

.otpr span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #5d4037;
    margin-bottom: 20px;
    font-weight: bold;
}

.aa {
    display: block;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
}

textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 120px;
	    font-size: 16px;
}

.bb {
    display: block;
    width: 100%;
    padding: 15px;
    background: #5d4037;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;

}

.bb:hover {
    background: #8d6e63;
}

.vv {
    text-align: center;
    margin: 30px 0;
}

.vv a {
    color: #5d4037;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

hr {
    border: 0;
    height: 1px;
    background: #e0e0e0;
    margin: 30px 0;
}

/* Подвал */
.footer {
    background: #333;
    color: #fff;
    padding: 30px 0;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 300px;
    padding: 15px;
    text-align: center;
}

.copy {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #aaa;
}

.me {
    text-align: center;
    margin-top: 10px;
}

.me a {
    color: #ccc;
    text-decoration: none;
}

.me a:hover {
    text-decoration: underline;
}

.contact-footer {
    line-height: 1.8;
    font-size: 16px;
}

.contact-footer a {
    color: #d7ccc8;
    text-decoration: none;
}

/* Адаптивность */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }
    
    .nav {
        display: none;
    }
    
    .nav.active {
        display: block;
    }
    
    .nav ul {
        flex-direction: column;
    }
    
    .nav li {
        text-align: center;
    }
    
    .header-content {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .contact-info {
        text-align: left;
        margin-top: 15px;
    }
    
    .footer-content {
        flex-direction: column;
    }
    
    .footer-section {
        margin-bottom: 20px;
    }
    
    h1 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 18px;
    }
    
    .logo img {
        height: 40px;
    }
    
    .contact-info .phone {
        font-size: 18px;
    }
    
    .otpr {
        padding: 15px;
    }
    
    .otpr span {
        font-size: 16px;
    }
    
    .aa, .bb, textarea {
        font-size: 14px;
    }
}

/* Анимации */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.main-content {
    animation: fadeIn 0.8s ease-out;
}






.pict {
	float:right;
	border:2px ridge #fde3ec;
	margin:6px 0 0 22px;
}

.pic {
	float: left;
	border: 2px ridge #F4F5ED;
	margin:6px 24px 0 0;
}

.pi {
	border:2px ridge #fde3ec;
}

.ris {
	float:right;
	margin:6px 0 0 22px;
}

.ris2 {
	float: left;
	margin:4px 10px 0 0;
}

.roll {box-shadow:1px 1px 4px #aaa; border-radius:50%; shape-outside: circle(50%);}

.ga4 {
	text-align: center;
	margin:22px 0 32px;
}

.ga4 div {
	 width:266px; 
	 background-color: #fafafa;
	 color:#000;
	 font-size:13px;
	 padding: 8px 3px 10px;
	 float:left;
	 margin:0 5px 22px;
 	border:1px ridge #FFF;
 	border-radius: 4px;
	overflow:hidden;
}	 

.ga4 img{ 
	border:1px outset #CCC;
	width:252px;
	margin-bottom:4px;
	opacity: 0.85;
}

.ga4 img:hover {opacity: 1.0;}

.mz {clear:both}

ul.ok {list-style-image:url(../images/ok.png); margin:14px;}
ul.ok li {margin-bottom:8px; padding-left:12px }

div.ar {
	width:688px;
	font-size:11px;
	height:122px;
	overflow:auto;
	background-color:#fff;
	border:1px #ccc ridge;
	border-radius:10px;
	padding:12px;
	margin:44px auto;
}	

a.stat {color: #ed1c24; text-decoration:none;}
a.stat:hover {color: #744421;}