* { 
  box-sizing: border-box; 
  margin:0; padding:0; 
}
html,body { 
  height:100%; 
  font-family: "Arial", sans-serif; 
}
body {
    margin: 0;
    padding: 0;
    background: url("img/banner2.png");
    background-size: cover;
}


.page {
    display: flex;
    justify-content: center;
}

.side-banner {
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.side-banner .ad {
  width:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:700;
  font-size:20px;
}

.side-banner .ad img{
  width: 100%;
  height: 300px;
}
.container {
  max-width:1020px;
  margin: 0 auto;
  background:#fff;
  overflow:hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

/* Top header (logo + top small ads) */
.top {
  display:flex;
  align-items:center;
  gap:16px;
  padding:18px 22px;
}
.logo {
  width:220px;
  display:flex;
  align-items:center;
  gap:12px;
}
.logo .mark {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:700;
  font-size:20px;
}
.logo .mark img{
  width: 100%;
}
.logo .text {
  display:flex;
  flex-direction:column;
  line-height:1;
}
.logo .text .title { font-size:20px; color:#1b3b5f; font-weight:700; }
.logo .text .subtitle { font-size:11px; color:#0a95d1; margin-top:4px; }

.top-ads {
  flex:1;
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
}
.ad-small {
  width:250px;
  background:#111;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:12px;
}
.ad-small img{
  width: 100%;
  height: 120px;
}
/* Nav / contact row */
.nav-bar {
  padding:10px 18px;
  display:flex;
  width: 100%;
  align-items:center;
  gap:16px;
}
.nav-left { 
  display:flex; 
  gap:14px; 
  align-items:center;
  justify-content: center;
  color:#666; 
  font-size:14px; 
  flex:1; 
}
.nav-left a { color:#666; text-decoration:none; padding:6px 8px; }
.contact {
  background:#fff;
  padding:8px 10px;
  border:1px solid #e0e0e0;
  display:flex;
  gap:10px;
  align-items:center;
}
.count { color:#888; font-size:13px; margin-left:12px; }
.btn-orange {
  margin-left:12px;
  background:#f0861a;
  color:#fff;
  padding:8px 14px;
  border-radius:6px;
  border:none;
  cursor:pointer;
  font-weight:700;
}

/* Big banner */
.big-banner {
  padding:12px 18px;
}
.hero {
  height:90px;
  display:flex;
}

/* Social icons row */
.social-row {
  display:flex;
  gap:22px;
}
.soc {
}
.vip-bar {
  background:#1e90c9;
  color:#fff;
  padding:10px 18px;
  font-weight:700;
  border-radius:4px;
  margin: 12px 18px;
}

/* Cards grid */
.cards {
  display: inline-flex;
}
.card {
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:6px;
  overflow:hidden;
  text-align:center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.card img {
  display:block;
  width:185.19px;
  height:110px;
  object-fit:cover;
}
.card p{
  font-size: 15px;
  float: left;
  margin-top: 10px;
}
.price {
  display:inline-block;
  margin:10px 0 0px 0;
  background:#fff;
  color:#d03b1f;
  float: left;
  border:1px solid #f2a79a;
  padding:6px 10px;
  border-radius:4px;
  font-weight:700;
  font-size:14px;
}

/* small footer spacing */
.container .spacer { height:18px; }

.left-banner, .right-banner {
    position: fixed;
    top: 30px;
    z-index: -9;   
}

.left-banner { left: 5px; }
.right-banner { right: 5px; }

.orta{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.boz{
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  background: #f7f7f7;
}
.boz p{
  color:#666; 
  text-decoration:none;
  font-size: 14px;
}
button{
  float: right;
  margin-top: -50px;
  background: #e35b00;
  border:none;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}
footer{
  width: 100%;
  background: #6F6F6F;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer p{
  color: white;
}
.container2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* Sol panel */
.left-box {
    width: 714px;
    background: #1e90c9;
    padding: 10px;
    margin-right: 100px;
    border-radius: 5px;
    color: white;
}

.row {
    display: grid;
    grid-template-columns: 140px 200px 140px 100px 100px;
    align-items: center;
    margin-bottom: 12px;
}

.row label {
    font-size: 14px;
    margin-left: 30px;
}

select {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    width: 97%;
}

/* Aşağı hissə */
.footer {
    margin-top: 15px;
    display: flex;
    float: right;
    align-items: center;
    gap: 20px;
}

.footer label {
    font-size: 14px;
}

.search-btn {
    margin-left: auto;
    background: #F89C1C;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
}

.login-btn {
    background: #7BA83D;
    border: none;
    color: white;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.side-btn {
    background: #E9F4D2;
    border: 1px solid #b3cba5;
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 8px;
    cursor: pointer;
}

.side-img {
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
}