
body{
  margin:0;
  font-family: "Georgia", serif;
  background:#f7f2ea;
  color:#2b1d16;
  font-size:16px;
  line-height:1.7;
}
.table{
  display:table;
  width:100%;
  max-width:1200px;
  margin:auto;
}
.left_col{
  display:table-cell;
  width:260px;
  background:#fffaf3;
  border-right:1px solid #e7d9c8;
  vertical-align:top;
}
.content{
  display:table-cell;
  background:#fffdf9;
  padding:30px;
}
.right_col{
  display:none;
}
.content .ggg{
  max-width:900px;
  margin:auto;
  padding:40px 20px;
}
.content .ggg h1{
  font-size:38px;
  font-weight:400;
  color:#3b1f14;
  letter-spacing:-0.02em;
  margin:30px 0 15px;
  font-family:"Georgia", serif;
}
.content .ggg h2{
  font-size:26px;
  color:#6b3e2e;
  margin:25px 0 12px;
  border-bottom:1px solid #e7d9c8;
  padding-bottom:6px;
}
.content .ggg h3{
  font-size:18px;
  color:#8a5a44;
}
.content .ggg p{
  margin:10px 0 14px;
}
.content .ggg a{
  color:#8a4b2d;
  text-decoration:none;
  border-bottom:1px dotted #8a4b2d;
}
.content .ggg a:hover{
  color:#b35a33;
}
.button-71{
  display:inline-block;
  background:#8a4b2d;
  color:#fff !important;
  padding:12px 20px;
  border-radius:999px;
  font-weight:500;
  text-decoration:none;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
  transition:0.2s ease;
  border:none;
}
.button-71:hover{
  background:#a85a35;
  transform:translateY(-2px);
}
.encart{
  background:#fff;
  border:1px solid #ead7c6;
  border-radius:14px;
  padding:16px;
}
.encadre_2{
  background:#fff8f1;
  border:1px solid #ead7c6;
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
}
.encadre_3{
  background:linear-gradient(135deg,#3b1f14,#5a2f1f);
  color:#fff;
  border-radius:20px;
  padding:40px;
  box-shadow:0 30px 80px rgba(0,0,0,0.25);
  text-align:center;
}
.content .ggg ul{
  padding-left:22px;
}
.content .ggg li{
  margin:8px 0;
}
a.catalog{
  display:block;
  background:#fff;
  border:1px solid #ead7c6;
  border-radius:16px;
  padding:14px;
  margin:14px 0;
  box-shadow:0 10px 20px rgba(0,0,0,0.06);
  transition:0.2s;
}
a.catalog:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 35px rgba(0,0,0,0.12);
}
.content .ggg img{
  max-width:100%;
  border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,0.10);
}
.giant{
  font-size:22px;
  font-weight:600;
  color:#5a2f1f;
}
.top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:#fffaf3;
  border-bottom:1px solid #e7d9c8;
  padding:12px 20px;
  position:sticky;
  top:0;
  z-index:1000;
  max-width:1200px;
  margin:auto;
}
.menu{
  display:flex;
  gap:8px;
  list-style:none;
  margin:0;
  padding:0;
}
.menu > li > a{
  padding:10px 14px;
  border-radius:999px;
  color:#3b1f14;
  text-decoration:none;
}
.menu > li > a:hover{
  background:#f3e4d7;
  color:#8a4b2d;
}
form input,
form textarea{
  width:100%;
  padding:14px;
  border:1px solid #e7d9c8;
  border-radius:12px;
  font-size:15px;
  background:#fffaf3;
}
form input:focus,
form textarea:focus{
  border-color:#8a4b2d;
  box-shadow:0 0 0 4px rgba(138,75,45,0.15);
  outline:none;
}
@media(max-width:900px){
.table{
  display:block;
}
.left_col{
  display:none;
}
.content{
  display:block;
}
.encadre_3{
  padding:25px 18px;
}
}