*::-webkit-scrollbar {
  width: 10px;             
}

*::-webkit-scrollbar-track {
  background: transparent;      
}

*::-webkit-scrollbar-thumb {
  background-color: #1D92FF;  
  border-radius: 0;     
}
::selection {
	background-color: #1D92FF;
}
#cs-1528971561366 {
	flex-grow: 1;
}
a {
	text-decoration: none;
}
.row {
	--bs-gutter-y:1.5rem;
}
.main-btn {
	background: #1D92FF;
	color:white;
	border-radius: 20px;
	outline: 0;
	border:0;
	width:fit-content;
	height: fit-content;
	display: flex;
	padding: 14px 30px;
	font-weight: bold;
}
.rounded-def {
	border-radius: 20px;
}
.voskl p {
	font-weight: 500;
	font-size: clamp(11px, 5vw, 18px);
	line-height: 120%;
	text-align: justify;
}

.usluga {
	background: white;
	border-radius: 20px;
	padding: 12px;
	gap:5px;
	transition:0.4s;
}
.usluga:hover {
	background: #0077E5;
	color:white;
}
.usluga img {
	border-radius: 20px;
	max-width: 275px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
.usluga .card-body {
	display: flex;
}
.usluga h5 {
	flex-grow: 1;
	align-content: center;
}
.d-flex:has(.poloska) {
	margin-bottom: 45px;
}
.poloska {
	position: relative;
	display: inline-block;
}
.poloska::after {
  content: ""; /* Обязательно для отображения псевдоэлемента */
  position: absolute;
  left: 0;
  bottom: -10px; /* Расстояние от текста до полоски */
  
  /* Размеры полоски */
  width: 65px; /* Можно в px, например 60px */
  height: 2px; /* Толщина линии */
  
  background-color: #1D92FF; /* Синий цвет как на картинке */
}
.poloska-center {
	width: 100%;
	margin-bottom: 45px;
}
.poloska-center:after {
	left: 50%;
  transform: translateX(-50%);
}
.contacts-block {
	background: white;
	padding: 18px;
	height: 100%;
	align-content: center;
	border-radius: 20px;
}
.form-group label {
	margin-bottom: 10px;
}
.form-privacy-label {
	  display: flex;
    align-items: start;
    gap: 15px;
    margin: 0;
}
.gl-zapis form {
	  display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    gap: 2%;
}
input[type="text"] {
	background: #F4F4F4;
	border-radius: 8px;
	border:0;
	box-shadow: unset;
}
.form-control:focus {
	border-color: #1D92FF;
  box-shadow: 0 0 0 .25rem rgba(29, 146, 255, .25);
}
.footer-section .nav {
	gap:20px;
}
.footer-section .nav-title {
	font-size: clamp(16px,5vw,28px);
	font-weight: 600;
}
.banner {
	background: url(/images/materials/mainbanner.webp);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	color:white;
	display: flex;
	align-items: center;
	padding: 35px 0;
}
.banner-text {
	  display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap:25px;
}
.banner-text h1 {
	margin:0;
}

.banner-vv{
    background: url(/images/materials/mainbanner.webp);
}
.banner-zp{
    background: url(/images/materials/banners/1.webp);
}
.banner-buh{
    background: url(/images/materials/banners/2.webp);
}
.banner-nalogi{
    background: url(/images/materials/banners/3.webp);
}
.banner-vznosy{
    background: url(/images/materials/banners/4.webp);
}
.banner-raschet-zarplaty{
    background: url(/images/materials/banners/5.webp);
}
.banner-otchetnost{
    background: url(/images/materials/banners/6.webp);
}
.banner-nalogovaya-optimizaciya{
    background: url(/images/materials/banners/7.webp);
}
.banner-raschet-vyplat{
    background: url(/images/materials/banners/8.webp);
}
.banner-kadrovyy-uchet{
    background: url(/images/materials/banners/1.webp);
}
.banner-raschet-ndfl{
    background: url(/images/materials/banners/2.webp);
}
.banner-platezhnye-porucheniya{
    background: url(/images/materials/banners/3.webp);
}
.banner-podacha-otchetnosti{
    background: url(/images/materials/banners/4.webp);
}
.banner-otsenka-riskov{
    background: url(/images/materials/banners/5.webp);
}
.banner-proverka-kontragentov{
    background: url(/images/materials/banners/6.webp);
}
.banner-podgotovka-k-proverkam{
    background: url(/images/materials/banners/7.webp);
}
.banner-snizhenie-nalogovoy-nagruzki{
    background: url(/images/materials/banners/8.webp);
}
.banner-vybor-sno{
    background: url(/images/materials/banners/1.webp);
}

.banner-base {	
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	color:white;
	display: flex;
	align-items: center;
	padding: 35px 0;
}
.error {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 1320px;
	text-align: center;
	padding-top: 150px;
}
.error__title {
	font-size: 36px;
	font-weight: 700;
}
.error__paragraph{
	display: flex;
	text-align: left !important;
	flex-direction: column;
	line-height: 160%;

}

@media (max-width: 767px) {
	.gl-zapis form {
		display: flex;
		flex-direction: column;
	}
}

/* Новые универсальные стили (можно использовать на любых страницах) */
.ui-title {
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 15px;
}

.ui-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #1D92FF;
}

.ui-title.text-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.ui-card-feature {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.ui-card-feature:hover {
    transform: translateY(-10px);
    border-color: #1D92FF;
    box-shadow: 0 15px 40px rgba(29, 146, 255, 0.1);
}

.ui-icon-box {
    font-size: 40px;
    color: #1D92FF;
    margin-bottom: 20px;
    display: block;
}

.ui-card-feature h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.ui-card-feature p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.ui-steps-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.ui-step {
    flex: 1;
    text-align: center;
    position: relative;
}

.ui-step-number {
    width: 50px;
    height: 50px;
    background: #1D92FF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(29, 146, 255, 0.3);
}

.ui-step-text h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.ui-cta-block {
    background: linear-gradient(135deg, #1D92FF 0%, #0077E5 100%);
    color: #fff;
    border-radius: 30px;
    padding: 60px;
    margin-top: 5rem;
    text-align: center;
}

.ui-cta-block h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.ui-cta-block p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.ui-cta-block .main-btn {
    background: #fff;
    color: #1D92FF;
    margin: 0 auto;
}

.ui-cta-block .main-btn:hover {
    background: #f8f9fa;
    color: #0077E5;
}

@media (max-width: 991px) {
    .ui-steps-container {
        flex-direction: column;
        gap: 40px;
    }
}