    html {
        scroll-behavior: auto !important;
    }

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
}

.table-wrapper table {
  width: 100%;
  max-width: 100%;
}

.table-wrapper .table td.text-end {
  white-space: nowrap;
}


.table-wrapper .table td.text-end {
  padding-right: 1rem;
}


.table .fw-semibold{
	text-align: right;
}



.price table td{
	font-size: 18px;
}

.rd-navbar-static .rd-navbar-nav > li > a{
	text-decoration: none;
}

.vip {
    max-width: 320px;
}

.vip-image-block img{
	width: 320px !important;
}




.btn-dark {
    background-color: #4A4A4A !important;
    border: none;
    transition: all 0.3s;
}

.btn-dark:hover {
    background-color: #1f1f1f;
    transform: translateY(-2px);
}

.wa{
	background-color: #27D061 !important;
	color: #fff !important;
	font-size: 16px !important;
}

.tg{
	background-color: #0085CE !important;
	color: #fff !important;
	font-size: 16px !important;
}

.dark{
	background-color: #4A4A4A !important;
	color: #fff !important;
	font-size: 16px !important;
}

.swiper-modern .swiper-slide::after{
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.no-underline{
	text-decoration: none !important;
}

.copyright{
	color: #000 !important;
}

.rd-navbar-static {
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

 a:focus,
 a:active {
  outline: none;
  box-shadow: none;
}

.mt100{
	margin-top: 60px;
}

.page-header + .section {
    margin-top: 50px;
}

.button-white:hover{
	border: 1px #fff solid;
}


/* .copy a{
	text-decoration: none;
} */


/* ТАБЛИЦА */
.price-table {
  max-width: 100%;
  overflow-x: auto; /* если таблица шире экрана */
color: #000;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* фиксированная ширина колонок */
  font-family: Arial, sans-serif;
}

.price-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

/* первая колонка — 70%, вторая — 30% */
.price-table td:first-child {
  width: 70%;
}

.price-table td:last-child {
  width: 30%;
  text-align: right;
  white-space: nowrap; /* не переносим "руб." */
  font-weight: 600;
}

.thumb-default-title{
	font-size: 17px;
}

.thumb-default p{
	font-size: 13px;
}

* + .button {
    margin-top: 0px;
}

.thumb-default-title:before {
    width: 5%;
}

.shell h1{
	margin-bottom: 80px;
}

/* адаптив: на мобильных цены по центру */
@media (max-width: 768px) {
  .price-table td:last-child {
    text-align: center;
  }
}



@media screen and (min-width: 768px){
	.no-desc{
		display: none;
	}
	.price table td{
	font-size: 14px;
}
	.page-header{
		height: 100px;
	}
}


@media screen and (max-width: 768px){
	.price table td{
	font-size: 14px;
}
}

.wpcf7-response-output{
	border-radius: 15px;
}

.button-gray:hover{
	background-color: #16B6D2;
}

.btn-red:hover{
	background-color: #16B6D2;
}


        .ktb-hero{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;}
        .ktb-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,25,35,.55) 0%,rgba(20,25,35,.15) 70%);}
        .ktb-hero__inner{position:relative;z-index:1;}
        .ktb-hero .heading-4,.ktb-hero h1{color:#fff;}
        @media (min-width:768px){.ktb-hero__inner{min-height:720px;display:flex;align-items:center; margin-top: -20px;}}

.ktb-modal{position:fixed;inset:0;z-index:1100;display:none;align-items:center;justify-content:center;padding:16px;}
.ktb-modal.is-open{display:flex;}
.ktb-modal__overlay{position:absolute;inset:0;background:rgba(20,25,35,.6);backdrop-filter:blur(2px);}
.ktb-modal__dialog{position:relative;width:100%;max-width:440px;background:#fff;border-radius:14px;padding:34px 30px 28px;box-shadow:0 24px 60px rgba(0,0,0,.28);animation:ktbIn .25s ease;max-height:92vh;overflow:auto;}
@keyframes ktbIn{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
.ktb-modal__close{position:absolute;top:12px;right:16px;border:none;background:none;font-size:30px;line-height:1;color:#9aa3b2;cursor:pointer;transition:color .2s;}
.ktb-modal__close:hover{color:#16b6d2;}
.ktb-modal__title{margin:0 0 6px;font-size:24px;color:#2f353e;}
.ktb-modal__subtitle{margin:0 0 20px;color:#7b8494;font-size:14px;}
.ktb-field{margin-bottom:14px;}
.ktb-field label{display:block;font-size:13px;color:#6b7280;margin-bottom:6px;}
.ktb-field input,.ktb-field select{width:100%;height:48px;padding:0 14px;border:1px solid #dfe3ea;border-radius:8px;font-size:15px;color:#2f353e;background:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;}
.ktb-field input:focus,.ktb-field select:focus{outline:none;border-color:#16b6d2;box-shadow:0 0 0 3px rgba(22,182,210,.15);}
.ktb-submit{width:100%;height:52px;border:none;border-radius:8px;background:#16b6d2;color:#fff;font-size:15px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:background .25s;margin-top:4px;}
.ktb-submit:hover{background:#2f353e;}
.ktb-note{margin:14px 0 0;font-size:11px;color:#9aa3b2;text-align:center;line-height:1.5;}
body.ktb-lock{overflow:hidden;}

.mb-50{
	margin-bottom: 50px;
}