/*.main_action .btn:first-child {
    border: 2px solid #ffd700;
    background: url(../img/gold.jpg) 100% 100% no-repeat;
    background-size: cover;    
}*/
.about_content:after {
    opacity: .7;
}    
.btn--cover {
    line-height: 3.8rem;
}
.command_elem:nth-child(5), .command_square:nth-child(5) {
    box-shadow: none;
}
@media (max-width: 72em) {
    .bg__main {
         background-size: cover; 
    }
}
@media (max-width: 32em) {
    .service_action {
        text-align: center;
        display: inline-block;
        padding: 4em 0 0;
    }
    .fotorama {
        overflow: inherit;
    }
    .fotorama__nav-wrap {
        bottom: -8rem;
    }
    .music {
        padding: 15.5rem 0 4.5rem;
    }
}
.for-clients_content {
    position: relative;
}
.for-clients_content::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.for-clients_content p {
    z-index: 10;
    position: relative;
}
.price-list_elem:hover {
    background: none;
}

.form {
    margin-bottom: 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    z-index: 99;
}

.popup {
    position: fixed;
    width: 440px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    box-sizing: border-box;
    background-color: #181818;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    z-index: 100;
    font-family: 'Proxima Nova', 'Arial', sans-serif;
}
.fancybox-content {
    padding: 0;
}
.popup-box {
    width: 440px;
    padding: 50px;
    box-sizing: border-box;
    background-color: #181818;
    color: #fff;
    text-align: center;
    z-index: 100;
    font-family: 'Proxima Nova', 'Arial', sans-serif;
}
.popup_title {
        font-size: 30px;
        padding: 10px 0;
}
.popup_descr {
    margin: 10px auto 25px;
    font-size: 16px;
}
.popup_input {
        display: block;
        margin: 15px auto;
        background-color: transparent;
        padding: 15px 45px;
        border-bottom: 1px solid #fff;
        color: #fff;
}
.popup_input::placeholder {
            color: #fff;
}
.popup_btn {
        cursor: pointer;
        display: inline-block;
        margin: 25px auto 15px;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 19px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 15px 45px;
        border: 1px solid #fff;
        background-color: transparent;
        color: #fff;
        transition: .3s all;
    }
.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.close-popup:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 31px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}

@media screen and (max-width: 768px) {
    .popup {
        width: 100%;
        height: 100vh;
        font-size: 15px;
    }
    .close-popup {
        top: 35px;
    }
}
#main-desc {
    margin-top: 25px;
    font-size: 15px;
    padding: 0;
}
.service_elem {
    cursor: pointer;
}

.fancybox-button svg path {
    fill:#fff;
}

.forms {
    background: url(../img/line.jpg) center/cover no-repeat;
    height: 220px;
    position:relative;
}
.forms_op{
    background-color: rgba(0,0,0,0.5);
    position:absolute;
    top:0; left:0;
    width:100%; height:100%;
}
.forms_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 220px;
    color: #fff;}
.forms_h2 {
    font-size: 3.7rem;
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-weight: bold;
    color:#f2d936;
}
.forms_desc {
    font-size: 1.8rem;
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-weight: normal;
    margin-top: 15px;
}
.forms_btn {
    width: auto;
    height: auto;
    padding: 12px 25px;
}

@media screen and (max-width:768px) {
    .forms_wrap {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .forms_btn {
        margin-top: 35px;
    }
}

/* ═══════════════════════════════
   BANNER
═══════════════════════════════ */
:root {
  --gold: #ffd700;
  --gold-hover: #d4aa2e;
  --black: #111111;
  --dark: #161616e2;
  --card: #1c1c1c;
  --border: #2a2a2a;
  --text: #ffffff;
  --muted: #aaaaaa;
}

.promo-banner {
  top: 85px;  
  position: relative;
  overflow: hidden;
  background: var(--dark);
  border-top: 2px solid var(--gold);
  border-bottom: 1px solid var(--border);
}

.banner-shimmer {
  position: absolute;
  top: 0; left: -60%;
  width: 60%; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,220,80,.9), transparent);
  animation: sweep 3s ease-in-out infinite;
}
@keyframes sweep { 0% { left: -60%; } 100% { left: 160%; } }

.banner-aura {
  position: absolute;
  right: 4%; top: 50%;
  transform: translateY(-50%);
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(201,162,39,.07) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

/* ── Desktop grid: 3 columns ── */
.banner-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-areas: "left center right";
  align-items: stretch;
}

/* ── Column 1: eyebrow + title + DESCRIPTION ── */
.banner-left {
  grid-area: left;
  padding: 40px 40px 40px 56px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.banner-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}
.eyebrow-plus {
  color: var(--gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.eyebrow-text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
}

.banner-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.06;
  color: #fff;
}
.banner-title .accent { color: var(--gold); }

/* DESCRIPTION lives here — between title and center column */
.banner-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 400px;
  font-weight: 400;
}
.banner-desc strong { color: #ddd; font-weight: 600; }

/* ── Column 2: big number + timer ── */
.banner-center {
  grid-area: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 40px 44px;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  background: radial-gradient(circle, rgba(201,162,39,.07) 25%, transparent 65%);
  pointer-events: none;
}

.big-discount {
  font-family: 'Playfair Display', serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -2px;
  /*animation: glow-pulse 3s ease-in-out infinite;*/
}
@keyframes glow-pulse {
  0%, 100% { text-shadow: 0 0 20px rgba(201,162,39,.4); }
  50%       { text-shadow: 0 0 50px rgba(201,162,39,.9), 0 0 100px rgba(201,162,39,.3); }
}

.big-discount-sub {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #aaaaaa;
  text-align: center;
  margin-top: -8px;
}

.timer-row { display: flex; align-items: center; gap: 4px; }

.t-box {
  background: #0e0e0e;
  border: 1px solid var(--border);
  padding: 6px 10px;
  text-align: center;
  min-width: 44px;
}
.t-num {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.t-lbl {
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-top: 2px;
}
.t-sep {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: #3f3f3f;
  /*animation: blink 1s step-end infinite;*/
  margin-bottom: 14px;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

/* ── Column 3: buttons ── */
.banner-right {
  grid-area: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 56px 40px 40px;
}

.banner-right .btn:first-child {
    border: 2px solid #ffd700;
    background: url(../img/gold.jpg) 100% 100% no-repeat;
    background-size: cover;    
}

.btn-primary {
  display: block;
  width: 100%;
  background: var(--gold);
  color: #111;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 32px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: background .2s, transform .15s;
  white-space: nowrap;
}
.btn-primary:hover { background: var(--gold-hover); transform: translateY(-1px); }

.btn-secondary {
  display: block;
  width: 100%;
  background: transparent;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 32px;
  border: 1px solid #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: border-color .2s, color .2s, transform .15s;
  white-space: nowrap;
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-1px); }

.banner-close {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #3a3a3a;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: color .2s;
}
.banner-close:hover { color: #777; }

/* ═══════════════════════════════
   MOBILE ≤ 860px
═══════════════════════════════ */
@media (max-width: 860px) {

  header { padding: 0 20px; height: 56px; }
  nav { display: none; }

  /* Stack columns vertically */
  .banner-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "left"
      "center"
      "right";
  }

  .banner-left {
    padding: 28px 20px 20px;
    gap: 12px;
  }
  .banner-desc { max-width: 100%; }
  .banner-title { font-size: clamp(28px, 8vw, 40px); }

  .banner-center {
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 28px 20px;
    gap: 12px;
  }
  .big-discount { font-size: clamp(64px, 20vw, 96px); }

  .banner-right {
    padding: 20px 20px 28px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .btn-primary, .btn-secondary { width: auto; }
}