.anchor_scroll{scroll-margin-top:130px}
@media (max-width:991px){.anchor_scroll{scroll-margin-top:85px}}

/* ══════════════════════════════════════════
   Breadcrumbs
══════════════════════════════════════════ */
.breadcrumbs { margin-bottom: 20px; font-size: 13px; }
.breadcrumbs a {
  font-size: 13px;
  font-weight: 400;
  color: var(--accent-dark);
  text-decoration: none;
}
.breadcrumbs-arrow { padding: 0 10px; }
#breadcrumb-title { font-weight: 500; font-size: 14px; }
.breadcrumbs a:hover { color: var(--accent) !important; }
.breadcrumbs a:visited { color: var(--accent-dark); }

/* ══════════════════════════════════════════
   Страница новости
══════════════════════════════════════════ */
.news-container { margin: 90px 40px 40px; }

.news_detail {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--bg-card);
  padding: 35px 40px;
}
.volna_help_title {
  font-size: 26px;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -1px;
  border-bottom: 1px solid var(--accent-dark);
  padding-bottom: 12px;
}
.volna_help_text {
  font-size: 16px;
  font-weight: 300;
  color: var(--text);
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  line-height: 1.5;
}
.news-picture { margin: 20px 0 20px; max-width: 700px; }
.news-picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.volna_help_title2 {
  color: var(--accent);
  font-size: 22px;
  padding-bottom: 10px;
}
.volna_help_title5 {
  color: var(--accent);
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}
.volna_articles_links a {
  font-size: 16px;
  font-weight: 400;
  color: var(--accent);
  text-decoration: none;
}
.volna_articles_links a:hover { color: var(--accent-dark) !important; }
.volna_articles_links a:visited { color: var(--accent); }

@media (max-width: 991px) {
  .volna_help_title { font-size: 22px; line-height: 1.25; }
  .volna_help_text { font-size: 16px; }
  .news-picture { margin: 10px 0; border-radius: 0; }
  .volna_help_title2 { line-height: 1.5; }
  .volna_articles_links { font-size: 16px; }
  .news-picture img { width: 100% !important; }
}


/* ══════════════════════════════════════════
   Страница тарифа
══════════════════════════════════════════ */
.tariff-container { margin: 90px 40px 40px; }
.tariff-detail {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--bg-card);
  padding: 40px;
}
.tariff-picture {
  margin-bottom: 40px;
  overflow: hidden;
  aspect-ratio: 21 / 7;
}
.tariff-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
/* object-position для .tariff-picture img */
.room_turbo1000 { object-position: 50% 47%; }
.room_safehouse { object-position: 50% 45%; }
.room_moya-kvartira { object-position: 50% 30%; }
.house_turbo1000 { object-position: 50% 35%; }
.house_safehouse { object-position: 50% 80%; }
.house_moi-dom { object-position: 50% 45%; }

.tariff-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 360px;
  align-items: start;
}
.tariff-detail-left {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.tariff-title {
  font-size: 30px;
  font-weight: 700;
}
.tariff-stats-mob {
  font-size: 16px;
  font-weight: 500;
  margin-top: calc(-40px + 20px);
  margin-bottom: calc(-40px + 10px);
}
.tariff-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tariff-stat { padding: 20px; }
[data-theme="dark"] .tariff-stat {
  background: var(--accent-bg2);
  border: 1px solid var(--accent-bg2);
  border-radius: 20px;
}
.tariff-stat-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--fg);
}
.tariff-stat-title span.unit {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray-500);
  margin-left: 4px;
}
.tariff-stat-text {
  font-size: 13px;
  color: var(--color-gray-500);
  margin-top: 4px;
}
.tariff-detail-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tariff-detail-feature {
  display: flex;
  gap: 10px;
  font-size: 14px;
  align-items: center;
}
.tariff-detail-feature span {
  font-size: 15px;
}
.feature-icon {
  width: 24px;
  height: 24px;
}
.tariff-detail-feature svg {
  color: var(--accent);
}
.tariff-price-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1;
}
[data-theme="dark"] .tariff-price-block {
  background: var(--accent-bg2);
  border: 1px solid var(--accent-bg2);
  border-radius: 20px;
}
.tariff-price-block:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.tariff-price-block .tariff-detail-price { font-size: 32px; font-weight: 700; }
.tariff-price-block .tariff-detail-price s.old-price {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray-500);
}
.tariff-price-block .tariff-detail-price span.unit {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray-500);
}
.tariff-price-block .price-note {
  font-size: 13px;
  color: var(--color-gray-500);
}
.tariff-price-block .btn-tariff {
  background: var(--accent);
  color: var(--btn-primary-color);
  border-color: var(--border-accent);
}
.tariff-price-block .btn-tariff:hover {
  background: transparent;
  color: var(--accent-dark);
  border-color: var(--accent);
}
[data-theme="dark"] .tariff-price-block .btn-tariff:hover {
  background: transparent;
  color: var(--color-white);
  border-color: var(--accent);
}
.tariff-addstat-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* ══════════════════════════════════════════
   ADDRESS CHECK
══════════════════════════════════════════ */
/* address */

.address {
    background: var(--accent-dark);
    padding: 40px;
}
.adress_container {
    max-width: 1280px;
    margin: 0 auto;
}

.address_block {
    border-radius:20px;
    background: var(--bg-section);
    padding: 40px;
}

.address_title {
    color: var(--accent);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 41.6px */
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 32px;
}

.address_title svg path {
    fill: var(--text);
}

.address span {
    color: var(--text);
    font-family: "TTNormsPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.address_bottom {
    margin-top: 10px;
    display: flex;
    gap: 16px;
}

.address_bottom input {
    border-radius:20px;
    background: #FFF;
    color: #707D89;
    font-family: "TTNormsPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 100%;
    border: 1px solid var(--accent);
    padding: 16px 24px;
    outline: none;
    height: 55px;
}

.address_bottom button {
    border-radius:8px;
    border: 1px solid #FFF;
    padding: 16px 48px;
    color: #FFF;
    font-family: "TTNormsPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    background: transparent;
    flex: 0 0 auto;
    cursor: pointer;
}
  
.volna_frmprov_line {
	background-color:#0000be;
	background-image:url(/images/fon-form-proverka.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-top:73px;
	padding-bottom:120px;
}

.volna_frmprov_ttlimg { padding-top:5px; }
.volna_frmprov_ttlimg img { width:79px; height:79px; }
.volna_frmprov_ttltxt {
	
	font-size:53px;
	color:#ffffff;
	text-decoration:none;
	line-height:1.1;
	letter-spacing:-1px;
	padding-left:36px;
}

.volna_frmprov_tdfrm { padding-top:78px; }
.volna_frmprov_frm {
	padding:0; margin:0; display:inline-block; text-align:center; vertical-align:top; width:auto;
	background-color:#FFFFFF;
	border-radius:20px;
	padding-top:21px;
	padding-left:40px;
	padding-right:50px;
	padding-bottom:53px;
}

.volna_frmprov_fname { padding:0; margin:0; display:inline-block; vertical-align:top; width:auto;
	
	font-size:18px;
	color:#424242;
	text-decoration:none;
	line-height:2.1;
	letter-spacing:-1px;
	text-transform:uppercase;
}
.volna_frmprov_fname input {
	
	font-size:21px;
	color:#404040;
	text-decoration:none;
	line-height:1;
	background-color:#f5f5f5;
	border:2px solid #bdb9b9;
	border-radius:20px;
	outline:none;
	overflow:hidden;
	resize:none;
	padding-left:25px;
	padding-right:25px;
	width:708px;
	height:50px;
}
.volna_frmprov_fphone { padding:0; margin:0; display:inline-block; vertical-align:top; width:auto;
	font-size:18px;
	color:#424242;
	text-decoration:none;
	line-height:2.1;
	letter-spacing:-1px;
	text-transform:uppercase;
	padding-left:3px;
}
.volna_frmprov_fphone input {
	font-size:21px;
	color:#404040;
	text-decoration:none;
	line-height:1;
	background-color:#f5f5f5;
	border:2px solid #bdb9b9;
	border-radius:20px;
	outline:none;
	overflow:hidden;
	resize:none;
	padding-left:25px;
	padding-right:25px;
	width:243px;
	height:44px;
}

/* ВЫБОР АДРЕСА */
.suggestions-wrapper {
	min-width:1px !important;
	max-width:607px !important;
	width:100% !important;
	position:absolute !important;
	color:#000000 !important;
	margin-top:55px !important;
}
.suggestions-suggestions * {
	color:#000000 !important;
}
.volna_modoz_poleadress .suggestions-wrapper {
	margin-top:0 !important;
	font-size:13px !important;
	max-width:520px !important;
}
@media (max-width: 991px) {
.suggestions-wrapper { width:calc(90% - 32px) !important; max-width:calc(90% - 32px) !important; margin-top:45px !important; }
.suggestions-suggestions * { height:30px !important; display:inline-block !important; font-size:10px !important; }
}

.volna_frmprov_fsub a {
	font-size:17px;
	text-decoration:none;
	line-height:1;
  border: 1.5px solid var(--accent);
  background: transparent;
  color: var(--accent);
  border-radius: 20px;
  padding: 17px 35px;
	-webkit-transition: all .75s ease;
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	-ms-transition: all .75s ease;
	transition: all .75s ease;
}

.volna_frmprov_fsub a:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.volna_frmprov_fsub a#adrlnk2 {
	font-size:17px;
	color:#bdb9b9;
	text-decoration:none;
	line-height:1;
	background-color:#f5f5f5;
	border: 1px solid var(--border);
  border-radius: 20px;
  padding: 17px 35px;
}

@media(max-width:900px){
  .address { padding: 60px 10px; }
  .address_block { padding: 20px; }
  .address_title { font-size: 18px; gap: 16px; margin-bottom: 12px; }
  .address_bottom { flex-direction: column; align-items: center; }
  .address_bottom input { height: 50px; }
  .volna_frmprov_fsub a#adrlnk2 { padding: 16px; font-size: 16px; }
}

/* МОДУЛЬНЫЕ ОКНА */
.reveal-modal-bg { position:fixed;  height:100%; width:100%; background:rgba(0,0,0,.8); z-index:999; display:none; top:0; left:0; }
.reveal-modal { visibility:hidden; top: 50%;
  left: 55%; margin-top:-300px; margin-left:-300px; width:600px; position:fixed; z-index:9990; padding: 0px; border-radius: 16px;background-color:#FFFFFF; }
.reveal-modal .close-reveal-modal { cursor:pointer; width:18px; height:18px; }
.reveal-modal table { width:100%; }
#myModal_lnk { display:none; }
#myModal_pa { top:10%; margin-top:0; }
#myModal_pt {
	background-color:#FFFFFF;
	background-image:url(/images/fon-podrobnee.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:233px 231px;
	min-height:550px;
	top:5%;
	margin-top:0;
}
  
.volna_bottom_pltxt { display:inline-block; }
.volna_bottom_hide { display:none; }
.volna_bottom_pntxt { text-decoration:none; }
.volna_bottom_pltxt {
	font-size:15px;
	color:#FF0000;
	text-decoration:none;
	line-height:1;
}
.volna_bottom_plbrdr {
  border:2px solid #FF0000 !important;
  background-color:#FFEEEE !important;
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--form-color);
  font-size: 14px;
  font-family: inherit;
  transition: border-color .2s, background .4s, color .4s;
  outline: none;
}

.volna_bottom_sendttl {
	
	font-size:40px;
	color:#29A71A;
	text-decoration:none;
	line-height:1.2;
	padding-top:150px;
}
.volna_bottom_sendtxt {
	
	font-size:24px;
	color:#29A71A;
	text-decoration:none;
	line-height:1.2;
	padding-bottom:200px;
}

.volna_bottom_adrttl {
	
	font-size:40px;
	color:#0000be;
	text-decoration:none;
	line-height:1.2;
	padding-top:150px;
}
.volna_bottom_adrtxt {
	
	font-size:24px;
	color:#0000be;
	text-decoration:none;
	line-height:1.2;
	padding-bottom:200px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
}


.volna_modoz_title {
	
	font-size:28px;
	color:#0000be;
	text-decoration:none;
	line-height:1.2;
	padding-left:20px;
	padding-right:25px;
	padding-top:10px;
}
.volna_modoz_phone {
	padding-left:20px;
	padding-right:25px;
	padding-top:30px;
}
.volna_modoz_phone input {
	width:520px;
	height:50px;
	padding-left:15px;
	padding-right:15px;
	background-color:#f5f5f5;
	border:2px solid #bdb9b9;
	border-radius:20px;
	outline:none;
	overflow:hidden;
	resize:none;
	
	font-size:16px;
	color:#404040;
	text-decoration:none;
	line-height:1;
}
.volna_modoz_soglasie {
	padding-left:20px;
	padding-right:25px;
	
	font-size:16px;
	color:#000000;
	text-decoration:none;
	line-height:1.2;
	padding-top:20px;
	font-weight:400;
}
.volna_modoz_soglasie input { cursor:pointer; }
.volna_modoz_but {
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
}

	
#modal_oz_btn_0, #modal_tp_btn_0 {
	background-color:#CCCCCC !important;
}

.volna_modoz_polic {
	padding-left:20px;
	padding-right:25px;
	padding-top:30px;
	padding-bottom:30px;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	line-height:1.2;
	font-weight:300;
}
.volna_modoz_polic a {  color:#000000; text-decoration:none; }
.volna_modoz_polic a:hover { text-decoration:underline; }

#volna_ptarif_text { padding:0; margin:0; min-height:400px; }
#volna_ptarif_text li { padding-bottom:20px; }

.volna_modoz_detail {
	padding-left:20px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:30px;
	
	font-size:17px;
	color:#000000;
	text-decoration:none;
	line-height:1.2;
}
.volna_modoz_detail a {  color:#000000; text-decoration:none; }
.volna_modoz_detail a:hover { text-decoration:underline; }
.volna_modoz_detail img { width:60px; height:60px; }
.volna_modoz_detail span table { width:auto; }
.volna_modoz_detail span table td { padding-left:20px; padding-top:15px; padding-bottom:15px; }
.volna_modoz_detail span { display:none; }

/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

.volna_modtp_title {
	
	font-size:32px;
	color:#000000;
	text-decoration:none;
	line-height:1.2;
	padding-left:20px;
	padding-right:25px;
	padding-top:10px;
}
.volna_modtp_price {
	
	font-size:32px;
	color:#000000;
	text-decoration:none;
	line-height:1.2;
	padding-left:20px;
	padding-right:25px;
	padding-top:10px;
}
.volna_modtp_price span {
	
	font-size:42px;
}
.volna_modoz_poles { padding-left: 20px; padding-top: 30px; padding-right: 20px; }
.volna_modoz_tbl { width: 100%; }
.volna_modoz_polename input {
	width:100%;
	height:45px;
	padding-left:15px;
	padding-right:15px;
	background-color:#ffffff;
	border:1px solid #d2dae1;
	border-radius:20px;
	outline:none;
	overflow:hidden;
	resize:none;
	font-family:'TTNormsPro';
	font-size:16px;
	color:#000000;
	text-decoration:none;
	line-height:1;
	font-weight:400;
}
.volna_modoz_polephone { padding-left:15px; }
.volna_modoz_polephone input {
	width:100%;
	height:45px;
	padding-left:15px;
	padding-right:15px;
	background-color:#ffffff;
	border:1px solid #d2dae1;
	border-radius:20px;
	outline:none;
	overflow:hidden;
	resize:none;
	font-family:'TTNormsPro';
	font-size:16px;
	color:#000000;
	text-decoration:none;
	line-height:1;
	font-weight:400;
}
.volna_modoz_poleadress { padding-left:20px; padding-top:15px; padding-right: 20px; }
.volna_modoz_poleadress input {
	width:100%;
	height:45px;
	padding-left:15px;
	padding-right:15px;
	background-color:#ffffff;
	border:1px solid #d2dae1;
	border-radius:20px;
	outline:none;
	overflow:hidden;
	resize:none;
	font-family:'TTNormsPro';
	font-size:16px;
	color:#000000;
	text-decoration:none;
	line-height:1;
	font-weight:400;
}

/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

.volna_privacypolicy_tbl {
	width:1160px;
	
	font-size:18px;
	color:#000000;
	text-decoration:none;
	line-height:1.4;
}
.volna_privacypolicy_tbl td {
	padding-top:150px;
	padding-bottom:50px;
}
.volna_privacypolicy_tbl h2 {
	
	font-size:30px;
	color:#000000;
	text-decoration:none;
	line-height:1.3;
	padding:0;
	margin:0;
}
.volna_privacypolicy_tbl li { padding-top:10px; padding-bottom:10px; }


/* ══════════════════════════════════════════
   ПОДКЛЮЧЕНИЕ - Дополнительные два блока
══════════════════════════════════════════ */

/* ----- HowTo (3-step connection) ----- */
.howto-head { max-width: 720px; margin-bottom: 44px; }
.howto-head .section-h2 { margin: 4px 0 0; }
.howto-head .howto-sub {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--text-mid);
  font-weight: 300;
  transition: color .4s;
}


.howto-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.howto-step {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  transition:
    transform var(--duration) var(--easing),
    border-color var(--duration) var(--easing),
    box-shadow var(--duration) var(--easing);
}
[data-theme="dark"] .howto-step { background: var(--accent-bg2); }
.howto-step:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
  box-shadow: var(--shadow-sm);
}

.howto-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  margin: 0;
  background: var(--color-gray-100);
}
.howto-photo picture { display: block; height: 100%; }
.howto-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.96) contrast(1.02);
}

.howto-num {
  position: absolute;
  left: 20px;
  bottom: -22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 22px -6px rgba(0, 120, 255, 0.35), 0 0 0 4px #fff;
}

[data-theme="dark"] .howto-num { box-shadow: 0 10px 22px -6px rgba(0, 120, 255, 0.35), 0 0 0 4px var(--accent-bg2); }

.howto-step-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 38px 24px 24px;
  flex: 1 1 auto;
}

.howto-step-title {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.howto-step-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-gray-500);
}

.howto-eta {
  align-self: flex-start;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--accent-bg);
  color: var(--accent);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid var(--border-accent);
}

:root {
  --color-brand-light:  #FF5A1F;
  --color-brand-pale:   #FFF0E8;
  --color-brand-dark:   #C43800;
  --color-brand-darker: #A83000;
  --brand-on-dark:      #E04000;
  --color-dark:         #1E1E1E;
  --color-dark-soft:    #3A3A3A;
  --color-gray-700:     #5A5A5A;
  --color-gray-500:     #646464;
  --color-gray-300:     #B0B0B0;
  --color-gray-200:     #EBEBEB;
  --color-gray-100:     #F4F4F4;
  --color-white:        #FFFFFF;
  --color-accent-pale:  #E8F4FC;
  --color-tattel-blue:  #007BC3;
  --color-tattel-red:   #E84735;
  --color-success:      #2EA84F;
  --color-error:        #D93025;
  --color-warning:      #F5A623;
  --surface-warm:       #FAF7F4;
  --surface-warm-deep:  #F9DDC9;
  --surface-warm-edge:  #F4D6C5;
  --surface-warm-pale:  #FFE2D0;
  --surface-warm-tint:  #FFE8C7;
  --surface-warm-card:  #FFF4EC;
  --surface-warm-card2: #FFE5D1;
  --shadow-on-bg:       #000000;
  --bg-elevated:        var(--color-white);
}

[data-theme="dark"] {
  --color-gray-700:     var(--color-gray-300);
  --color-gray-500:     var(--color-gray-300);
}

.howto-eta i { width: 14px; height: 14px; }

.howto-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin-top: 36px;
}
.howto-cta-add {
  margin-top: 16px;
}
.howto-cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.howto-cta-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 4px;
  font-size: 15px;
  color: var(--accent);
  border: 1px solid var(--text);
  border-radius: 20px;
  padding: 10px;
}
.howto-cta-note i { width: 16px; height: 16px; color: var(--color-success); }

@media (max-width: 1024px) {
  .howto-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .howto-head { margin-bottom: 28px; }
  .howto-head .howto-sub { font-size: 15px; margin-top: 10px; }
  .howto-steps { grid-template-columns: 1fr; gap: 16px; }
  .howto-step { border-radius: 16px; }
  .howto-photo { aspect-ratio: 16 / 9; }
  .howto-num {
    width: 48px; height: 48px; font-size: 14px;
    left: 16px; bottom: -18px;
    box-shadow: 0 8px 18px -6px rgba(224, 64, 0, 0.55), 0 0 0 3px var(--color-white);
  }
  .howto-step-body { padding: 30px 16px 16px; gap: 8px; }
  .howto-step-title { font-size: 18px; }
  .howto-cta { flex-direction: row; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
  .howto-cta .btn { width: 100%; justify-content: center; text-align: center; }
  .howto-cta-note { justify-content: center; margin: unset; width: 100%; }
}

.eyebrow { display: inline-block; margin: 0 0 12px; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }

.section-h2 {
  letter-spacing: 0;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: 0;
  }
  
  /* ----- Why / features ----- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.why-item { display: flex; flex-direction: column; gap: 12px; }

.why-letai-groups { display: flex; flex-direction: column; gap: 44px; }
.why-letai-group-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-gray-500);
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-gray-200);
}
[data-theme="dark"] .why-letai-group-label { border-bottom: 1px solid #646464; }
@media (max-width: 768px) {
  .why-grid { grid-template-columns: 1fr; }
  .why-letai-groups { gap: 32px; }
}

.why-item .ico {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--accent-bg);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-accent);
}
.why-item .ico i { width: 24px; height: 24px; }
.why-item h3, .why-item h4 { margin: 0; font-size: 17px; font-weight: 600; line-height: 1.3; }
.why-item p { margin: 0; font-size: 14px; color: var(--color-gray-500); line-height: 1.55; }
.why-item .why-item-chev { display: none; }


/* ----- Visually-hidden helper ----- */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
/* ==========================================================================
   Why-features grid — premium feature cards under stats
   ========================================================================== */

.why-grid-features { gap: 28px 32px; }

/*
==========================================================================
   Gift section — "В подарок" panel with floating cards
========================================================================== */
.gift-section { padding: 80px 40px; }
.gift-header-link {
  position: absolute;
  right: 0;
  padding-right: 56px;
  top: 80px;
}
.gift-panel {
  position: relative;
  border-radius: 28px;
  padding: 56px 56px 60px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(244, 248, 255, 0.10) 0%, transparent 55%),
    radial-gradient(70% 90% at 100% 100%, rgba(244, 248, 255, 0.09) 0%, transparent 65%),
    var(--bg);
  border: 1px solid var(--accent-light);
}
.gift-head { position: relative; z-index: 1; max-width: 720px; margin-bottom: 36px; }
.eyebrow.gift-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
}
.gift-eyebrow svg, .gift-eyebrow i { width: 16px; height: 16px; flex: 0 0 auto; }
.gift-head .section-h2 {
  margin: 0 0 12px;
  font-size: 36px; line-height: 1.15;
  color: var(--fg);
}
.gift-accent { color: var(--accent); white-space: nowrap; }
.gift-lede {
  margin: 0;
  font-size: 16px; line-height: 1.55;
  color: var(--color-gray-700);
  max-width: 620px;
}

.gift-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.gift-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 22px;
  display: flex; flex-direction: column;
  text-decoration: none;
  gap: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 4px 14px -8px rgba(60, 30, 10, 0.08);
  transition: transform .5s ease, box-shadow .5s ease, border-color .5s ease;
}
.gift-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-light);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 18px 30px -16px var(--accent-light);
}

article.gift-card:hover {cursor: default; }

@media (prefers-reduced-motion: reduce) {
  .gift-card { transition: none; }
  .gift-card:hover { transform: none; }
}
.gift-card-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}
.gift-card-ico {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--accent-bg);
  color: var(--accent);
  border: 1px solid var(--border-accent);
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.gift-card-ico i { width: 24px; height: 24px; }
.gift-pill {
  display: inline-flex; align-items: center;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 12px; border-radius: 999px;
  background: var(--accent-dark);
  color: #fff;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 4px 10px -4px var(--accent-dark);
}
a.gift-card:hover .gift-pill {
  background: var(--accent);
}
.gift-pill-paid {
  background: var(--color-gray-700);
  box-shadow: 0 4px 10px -4px rgba(90, 90, 90, 0.35);
}
.gift-card h3 {
  margin: 0;
  font-size: 17px; font-weight: 600; line-height: 1.3;
  color: var(--text);
}
a.gift-card:hover h3 { color: var(--accent); }

.gift-card p {
  margin: 0;
  font-size: 14px; line-height: 1.55;
  color: var(--color-gray-500);
  flex: 1;
}
.gift-card p strong { color: var(--fg); font-weight: 600; }
.gift-card-meta {
  display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 600;
  color: var(--accent-dark);
  margin-top: 2px;
  padding-top: 12px;
  border-top: 1px solid rgba(224, 64, 0, 0.12);
  width: 100%;
}

.gift-card.gift-card-link { color: var(--accent-dark); }
.gift-card:hover .gift-card-meta.gift-card-link { color: var(--accent); }

/* ----- Stats / why-features / gift responsive ----- */
@media (max-width: 1100px) {
  .why-grid-features { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .gift-grid { grid-template-columns: repeat(2, 1fr); }
  .gift-panel { padding: 44px 36px 48px; }
}
@media (max-width: 900px) {
  .gift-section { padding: 20px 10px; }
  .gift-head { margin-bottom: 10px; }
  .gift-header-link { position: unset; padding-right: unset; margin-bottom: 20px; display: flex; justify-content: flex-end; }
  .why-item { flex-direction: row; flex-wrap: wrap; align-items: center; }

  .breadcrumbs { margin-bottom: 10px; }
  .breadcrumbs a { font-size: 12px; }
  .breadcrumbs-arrow { padding: 0 5px; }

  .tariff-container { margin: 80px 10px 0px; }
  .tariff-picture { margin-bottom: 20px; }
  .tariff-detail { padding: 0px; }
  .tariff-detail-left { gap: 20px; }
  .tariff-grid { grid-template-columns: 1fr; }
  .tariff-stats { grid-template-columns: 1fr; gap: 10px; }
  .tariff-stats-mob { margin-top: 0; margin-bottom: 0; }
  .tariff-addstat-header { margin-bottom: 5px; }
  .tariff-detail-right { margin-bottom: 10px; }
  
  .news-container { margin: 80px 10px 40px; }
  .news_detail { padding: 10px; }

}
@media (max-width: 880px) {
  .stats-bar { padding: 22px 0; }
  .stats-bar .stats-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px; column-gap: 0;
  }
  .stats-bar .stat-item {
    padding: 0 18px;
    border-right: 1px solid var(--color-gray-200);
  }
  .stats-bar .stat-item:nth-child(odd) { padding-left: 0; }
  .stats-bar .stat-item:nth-child(even) { padding-right: 0; border-right: 0; }
  .stats-bar .stat-num-big { font-size: 30px; }
}
@media (max-width: 600px) {
  /* Stats: 2x2 grid вместо колонки — все 4 цифры в одном экране */
  .stats-bar { padding: 18px 0; }
  .stats-bar .stats-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 18px; column-gap: 16px;
  }
  .stats-bar .stat-item {
    padding: 0; border: 0;
  }
  .stats-bar .stat-item:nth-child(odd) { padding-left: 0; }
  .stats-bar .stat-item:nth-child(even) { padding-right: 0; }
  .stats-bar .stat-num-big { font-size: 26px; }
  .stats-bar .stat-num-unit { font-size: 13px; }
  .stats-bar .stat-lbl { font-size: 14px; line-height: 1.3; margin-top: 4px; }

  /* Why-features: 2x2 grid + компактнее (иконки, шрифты) — без meta-чипа */
  .why-features { padding-top: 36px; }
  .why-grid-features { grid-template-columns: 1fr 1fr; gap: 14px; }

  /* Why-letai: на mobile карточки сворачиваются до заголовка с иконкой;
     описание раскрывается по клику (см. main.js) */
  .why-letai-groups { gap: 24px; }
  .why-letai-group-label { font-size: 13px; margin-bottom: 10px; }
  .why-letai-groups .why-grid-2-loose,
  .why-letai-groups .why-grid-3 {
    grid-template-columns: 1fr; gap: 8px;
    align-items: start;
  }
  .why-letai-groups .why-item {
    flex-direction: row; align-items: center; flex-wrap: wrap; gap: 5px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: background-color var(--duration, 0.18s) var(--easing, ease);
  }
  .why-letai-groups .why-item:focus-visible { outline: 2px solid var(--color-brand); outline-offset: 2px; }
  .why-letai-groups .why-item .ico { width: 32px; height: 32px; flex: none; margin: 0; }
  .why-letai-groups .why-item .ico i { width: 16px; height: 16px; }
  .why-letai-groups .why-item h3 { font-size: 15px; line-height: 1.25; margin: 0; flex: 1; min-width: 0; }
  .why-letai-groups .why-item p { flex-basis: 100%; margin: 0; font-size: 15px; line-height: 1.5; }
  .why-letai-groups .why-item .why-item-chev {
    flex: none;
    color: var(--color-gray-500);
    transition: transform var(--duration, 0.18s) var(--easing, ease);
    display: inline-flex; align-items: center; justify-content: center;
  }
  .why-letai-groups .why-item.is-open p { display: block; }
  .why-letai-groups .why-item.is-open .why-item-chev { transform: rotate(180deg); }
  .why-letai-groups .why-item.is-open strong { font-weight: 600; color: var(--color-text, inherit); }

  .gift-panel {
    padding: 32px 0 36px;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  .gift-head .section-h2 { font-size: 26px; }
  .gift-grid { grid-template-columns: 1fr; gap: 14px; }
  .gift-card { padding: 10px; }
  .gift-card h3 { padding-right: 60px; }
}


/* ══════════════════════════════════════════
   ПРЕИМУЩЕСТВА
══════════════════════════════════════════ */

@media (max-width: 600px) {
  .why-item {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .why-item p {
    display: none;
    margin-top: 4px;
  }

  .why-item.is-open p {
    display: block;
  }

  .why-item-chev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-left: auto;
    color: var(--color-gray-500);
    transition: transform 0.18s ease;
  }

  .why-item.is-open .why-item-chev {
    transform: rotate(180deg);
  }

  /* шапка item — иконка + заголовок + шеврон в ряд */
  .why-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }

  .why-item h3 {
    flex: 1;
    margin: 0;
  }

  .why-item p {
    flex-basis: 100%;
  }
}

/* ══════════════════════════════════════════
   МЕНЮ ВЫБОРА ГОРОДА
══════════════════════════════════════════ */

.city-dropdown{position:relative;display:inline-block;}
.city-dropdown__trigger{display:flex;align-items:center;gap:8px;padding:6px 6px;background:#fff;border:1px solid #555;border-radius:50px;cursor:pointer;font-size:14px;color:#222;transition:border-color .5s ease;font-family:inherit}
.city-dropdown__trigger:hover{border-color:#EB008C}
.city-dropdown.is-open .city-dropdown__trigger{border-color:#EB008C}
.city-dropdown__current{display:flex;align-items:center;gap:5px}
.city-dropdown__pin{color:#555;transition:color .5s ease;}
.city-dropdown__trigger:hover .city-dropdown__pin{color:#EB008C;}
.city-dropdown__arrow{color:#555;transition:color .5s ease;}
.city-dropdown__trigger:hover .city-dropdown__arrow{color:#EB008C;}
.city-dropdown.is-open .city-dropdown__arrow{transform:rotate(180deg)}
.city-dropdown__menu{position:absolute;top:calc(100% + 6px);right:0;width:250px;z-index:1000;display:none;}
.city-dropdown.is-open .city-dropdown__menu{display:block}
.city-dropdown__panel{position:relative;background:#fff;border:1px solid #e5e5e5;border-radius:20px;box-shadow:0 8px 24px #0000001f;z-index:1000;overflow:hidden}
.city-dropdown__panel2{position:relative;background:#fff;border:1px solid #e5e5e5;border-radius:20px;box-shadow:0 8px 24px #0000001f;z-index:1000;overflow:hidden;margin-top:6px;}
.city-dropdown__search{padding:10px;border-bottom:1px solid #ffdec5}
.city-dropdown__search input{width:100%;padding:8px 10px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;box-sizing:border-box;background:rgba(235,0,140,.1);font-family: inherit;}
.city-dropdown__search input:focus{outline:none;border-color:#EB008C}
.city-dropdown__list{max-height:320px;overflow-y:auto;padding:6px 0}
.city-dropdown__group-label{padding:8px 14px 4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#999}
.city-dropdown__list .city-dropdown__group:nth-child(2) .city-dropdown__group-label{border-top:1px solid #ffdec5;padding-top:14px;margin-top:5px}
.city-dropdown__item{display:block;padding:9px 14px;font-size:14px;color:#333;text-decoration:none;transition:background .1s}
.city-dropdown__item:hover{background:rgba(235,0,140,.1);}
.city-dropdown__item.is-active{background:rgba(235,0,140,.1);color:#0000be;font-weight:500}
.city-dropdown__empty{padding:16px;text-align:center;color:#999;font-size:14px}

@media (max-width: 991px) {
    .city-dropdown__trigger{font-size:12px;justify-content:space-between;}
    button#themeReset{display:none;}
}