/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.side-menu .submenu .submenu{
	max-height: 300px;
	overflow-y: auto;
}

.banners-big + .page-top-info section.page-top{
	padding-top: 0;
}
body.menu_lowercase_n .header-menu__title {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .1em;
}
.label {
    font-size: 14px;
    margin-right: 1em;
    vertical-align: middle;
}
ul.list-unstyled li{
	line-height: 2rem;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
    content: "\260E";
}
.detail.blog .content a:not(.detail.blog .content h2 a){
text-decoration: underline;
}
.black_back .wd_seo_visual_notifier_content{
background: #000;
}
.captcha-row .captcha_input{
position:relative;
left:0;
}
.form .captcha-row .captcha_image{
	height:15px;
}
/*страница гарантии*/
:root {
	--accent: var(--theme-base-color);
	--accent-dark: #c62828;
	--background: #121212;
	--text: #ffffff;
	--light: #1e1e1e;
	--card: #222;
}

.guarantee-hero { background: var(--background); padding: 80px 20px; overflow: hidden; }
.guarantee-container {
	 margin: 0 auto; display: flex; align-items: center; gap: 60px;
	opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease;
}
.guarantee-container.animate { opacity: 1; transform: translateY(0); }
.guarantee-image { flex: 0 0 320px; }
.guarantee-image svg { width: 100%; height: auto; }
.guarantee-content { }
.guarantee-title { font-size: 40px; font-weight: 700; margin-bottom: 20px; color: var(--text); }
.guarantee-subtitle { font-size: 20px; margin-bottom: 32px; color: var(--text); }
.guarantee-btn { display: inline-block; padding: 14px 28px; background: var(--accent); color: #fff; font-weight: 500; border-radius: 8px; transition: background .3s ease; }
.guarantee-btn:hover { background: var(--accent-dark); }

.guarantee-benefits { background: var(--background); padding: 60px 20px; }
.benefits-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 24px; }
.benefit-card { background: var(--card); padding: 24px; border-radius: 12px; text-align: center; }
.benefit-icon { font-size: 36px; margin-bottom: 16px; }
.benefit-text { font-size: 18px; font-weight: 500; }

.guarantee-timeline { background: var(--background); padding: 80px 20px; }
.timeline-wrapper { max-width: 900px; margin: 0 auto; position: relative; padding-left: 40px; }
.timeline-wrapper::before { content: ""; position: absolute; left: 16px; top: 0; bottom: 0; width: 4px; background: var(--accent); border-radius: 2px; }
.timeline-step { position: relative; margin-bottom: 40px; }
.step-dot { position: absolute; left: -4px; top: 4px; width: 20px; height: 20px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 12px; }
.step-content { background: var(--card); padding: 20px 24px; border-radius: 12px; }
.step-title { font-weight: 700; margin-bottom: 8px; }

.guarantee-testimonials { padding: 80px 20px; }
.testimonials-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
.testimonial-card { background: var(--card); padding: 24px; border-radius: 12px; }
.testimonial-text { font-size: 16px; margin-bottom: 16px; }
.testimonial-author { font-weight: 500; font-size: 14px; }

.guarantee-faq { background: var(--background); padding: 80px 20px; }
.faq-wrapper { max-width: 800px; margin: 0 auto; }
details { background: var(--card); padding: 20px 24px; border-radius: 12px; margin-bottom: 16px; cursor: pointer; }
summary { list-style: none; font-weight: 700; font-size: 18px; }
.faq-content { margin-top: 12px; font-size: 16px; }

.guarantee-cta { background: var(--accent); color: #fff; text-align: center; padding: 60px 20px; }
.cta-title { font-size: 28px; font-weight: 700; margin-bottom: 16px; }
.cta-btn { display: inline-block; padding: 14px 32px; background: #fff; color: var(--accent); font-weight: 700; border-radius: 8px; transition: background .3s ease, color .3s ease; }
.cta-btn:hover { background: var(--light); color: var(--accent-dark); }

@media(max-width:768px){
	.guarantee-container { flex-direction: column; text-align: center; gap: 40px; }
	.guarantee-image { max-width: 240px; }
	.timeline-wrapper{ padding-left: 0; }
	.timeline-wrapper::before{ left: 50%; transform: translateX(-50%); }
	.step-dot{ left: 50%; transform: translateX(-50%); }
	.step-content{ margin-top: 32px; }
}
.center{
	text-align: center;
}
/*конец страница гарантии*/

/*страница оплаты*/

/* ===== HERO ===== */
.hero{display:flex;align-items:center;gap:60px;max-width:1200px;margin:0 auto;flex-wrap:wrap;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}
.hero a{color:inherit;text-decoration:none}
.hero section{padding:80px 20px}
.hero h2{font-size:32px;margin-bottom:16px;text-align:center}
.hero.animate{opacity:1;transform:translateY(0)}
.hero-img{flex:0 0 320px}
.hero-img svg{width:100%;height:auto}
.hero-content{max-width:600px}
.hero-title{font-size:40px;font-weight:700;margin-bottom:20px}
.hero-sub{font-size:20px;margin-bottom:32px}
.btn-primary{display:inline-block;padding:14px 28px;background:var(--accent);border-radius:8px;font-weight:500;transition:background .3s ease;color:#fff}
.btn-primary:hover{background:var(--accent-dark)}

/* ===== METHODS ===== */
.methods-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}
.method-card{background:var(--card);padding:24px;border-radius:12px;text-align:center}
.method-icon{font-size:36px;margin-bottom:16px}
.method-title{font-size:18px;font-weight:700;margin-bottom:8px}
.method-text{font-size:16px}

/* ===== SECURITY ===== */
.security-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.security-card{background:var(--card);padding:24px;border-radius:12px;text-align:center}
.sec-icon{font-size:32px;margin-bottom:12px}
.sec-text{font-size:16px;font-weight:500}

/* ===== FAQ ===== */
.faq-wrapper{max-width:800px;margin:0 auto}
details{background:var(--card);padding:20px 24px;border-radius:12px;margin-bottom:16px;cursor:pointer}
summary{list-style:none;font-weight:700;font-size:18px}
.faq-content{margin-top:12px;font-size:16px}

/* ===== CTA ===== */
.cta{background:var(--accent);text-align:center}
.cta-title{font-size:28px;font-weight:700;margin-bottom:16px}
.cta-btn{display:inline-block;padding:14px 32px;background:#fff;color:var(--accent);border-radius:8px;font-weight:700;transition:background .3s ease}
.cta-btn:hover{background:var(--light)}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
	.hero{flex-direction:column;text-align:center}
	.hero-img{max-width:240px}
	.hero-title{font-size:32px}
	.hero-sub{font-size:18px}
}
/*конец страница оплаты*/

:root {
--chat--color-primary: var(--theme-base-color);
--chat--color-dark: var(--theme-base-color);
--chat--spacing: 2rem;
--chat--window--bottom: var(--chat--spacing);
--chat--window--right: var(--chat--spacing);
}

.chat-window-toggle {
  all: unset !important;
  display: flex !important;
  align-items: center !important;
  background: linear-gradient(90deg, #2c2f58, #2c3558) !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  padding: 10px 15px !important;
  border-radius: 12px 12px 0 0 !important; /* скругление сверху */
  box-shadow: 0 3px 8px rgba(0,0,0,0.3) !important;
  cursor: pointer !important;
  position: fixed !important;
  bottom: 0 !important;   /* прижали к низу */
  right: 20px !important; /* отступ справа */
  z-index: 99999 !important;
  min-height: 40px !important;
  max-width: 260px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  justify-content: center !important;
}

/* Текст внутри кнопки */
.chat-window-toggle::before {
  content: "Напишите нам, мы онлайн!" !important;
  margin-right: 0 !important;
}

/* Убираем зелёный круг */
.chat-window-toggle::after {
  display: none !important;
}
