body.front-page #fancy-modal-city.fancy-modal.fancybox__content{
	border-radius: 24px;
	position: relative;
	padding:30px;
}
body.front-page #fancy-modal-city.fancy-modal.fancybox__content .modal-des{
	font-size:25px;
}
body.front-page #fancy-modal-city.fancy-modal .fancy-modal-modal-content{
	text-align:center;
}
body.front-page #fancy-modal-city.fancy-modal .order_button{
	width:100px;
	display:inline-flex;
	cursor:pointer;
}
body.front-page #fancy-modal-city.fancy-modal .order_button:last-child{
	background-color:var(--button_border_color);
	color:var(--second_color);
	border:1px solid var(--second_color);
}

.bankrot_container{
	background-color:var(--main_color);
	color:#fff;
	border-radius:48px;
	padding:88px 81px 65px;
}

.bankrot_title{
	font-size: 44px;
	font-weight: 800;
	line-height: 109.091%;
	margin-bottom:24px;
	text-transform: uppercase;
}


.bankrot_subtitle{
	border-radius: 12px;
	margin-bottom:52px;
}

.bankrot_text {
	font-size: 17px;
	font-weight: 600;
	line-height: 141.176%;
}

.bankrot_text ul{
	margin:0px;
	padding:0px;
	counter-reset: bankrot-counter; 
}

.bankrot_text ul li{
	position:relative;
	margin:0px 0 23px;
	padding-left:58px;
	font-size: 15px;
	font-weight: 400;
	min-height:40px;
	line-height: 160%;
}

.bankrot_text ul li:before {
    counter-increment: bankrot-counter; 
    content: counter(bankrot-counter);
    position: absolute;
    left: 0;
    top: 0;
	width:40px;
	height:40px;
	border-radius:20px;
	background-color:var(--extra_color);
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size: 17px;
	font-weight: 600;
}

.bankrot_text ul, .bankrot_text ul li{
	list-style-type:none;
}

.bankrot_subtitle{
	border-radius: 12px;
	padding: 17px 16px;
	display:inline-block;
	font-size: 19px;
	font-weight: 700;
	background: var(--second_color);
}

.bankrot_offer{
	font-size: 24px;
	font-weight: 800;
	color: var(--e-1-ecf-7, #E1ECF7);
	line-height: 141.667%;
	text-transform: uppercase;
}

.bankrot_text{
	margin-bottom:47px;
}

.bankrot_form_title{
	font-size: 24px;
	color:var(--main_color);
	text-align:center;
	margin-bottom:34px;
	font-weight: 800;
	line-height: 116.667%;
	text-transform: uppercase;
}

.bankrot_form .confid_box a{
	font-weight: 700;
}

body.front-page .bankrot_form  input[type="text"]{
	border: 1px solid rgba(51, 51, 51, 0.30);
	border-radius: 10px;
}

.bankrot_form .confid_box{
	text-align:center;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	opacity:0.6;
}

.bankrot_form .littleform_item.littleform_item_last{
	margin-bottom:22px;
}

.bankrot_form .littleform_item{
	margin-bottom:16px;
}

.bankrot_form{
	padding:50px 48px;
	color:#333;
	border-radius: 28px;
	background-color:#fff;
}

.bankrot_text_col{
	padding-right:70px;
}

.bankrot_form_col{
	padding-left:42px;
}
.calc_item_acceptanse{
	position:relative;
	padding-left:30px;
	cursor:pointer;
}
.calc_item_acceptanse::before{
	position:absolute;
	display:block;
	content:'';
	left:0;
	top:0;
	width:20px;
	height:20px;
	border-radius:5px;
	border:1px solid #fff;
}
.calc_item_acceptanse.error::before{
	border-color:#f00;
}
.calc_item_acceptanse.active::after{
	position:absolute;
	display:block;
	content:'';
	left:6px;
	top:6px;
	width:10px;
	height:10px;
	border-radius:3px;
	background:#fff;
}
.calc_item_acceptanse a{
	color:#fff;
	text-decoration:underline;
}
.guaranties .row{
	align-items:center;
}
.guaranties_left{
	background:url(../img/guaranty.svg) left 45px top 45px no-repeat;
	background-color:var(--main_color);
	border-radius:30px;
	padding:200px 45px 45px;
	color:#fff;
	font-weight:500;
	font-size:15px;
	line-height:21px;
}
.guaranties_head{
	font-weight:800;
	font-size:28px;
	line-height:36px;
	text-transform:uppercase;
	padding-bottom:15px;
}
.guaranties_head span{
	display:block;
	font-size:40px;
}
.guaranties_item{
	margin-bottom:15px;
}
.guaranties_title{
	padding:15px 0 5px;
	font-weight:700;
	font-size:16px;
}
.guaranties_text{
	line-height:20px;
	font-size:14px;
}
body.front-page #fancy-modal-guaranty.fancy-modal.fancybox__content {
	padding:50px;
	max-width:910px;
}
#fancy-modal-guaranty .modal_guranty_head{
	padding-bottom:25px;
	font-weight:800;
	font-size:34px;
	line-height:36px;
	text-transform:uppercase;
}
.services_item_common{
	font-weight:500;
	padding-bottom:30px;
}
.services_item_list ul{
	margin:20px 0 25px 15px;
	list-style-type:circle;
}
.services_item_cost{
	font-weight:700;
	font-size:18px;
}
.services_item_cost strong{
	font-weight:800;
	font-size:22px;
}
.services .services_item a{
	display:flex!important;
	flex-direction:column;
}
.services .services_item_info{
	padding:0 25px;
	display:flex !important;
	flex-direction:column;
	flex-grow:1;
	justify-content:space-between;
}
.services_types_items_wrap{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin-bottom:40px;
}
.services_types_item{
	border-radius:10px;
	border:1px solid var(--extra_color_opacity_50);
	padding:15px;
	font-weight:700;
	font-size:14px;
	line-height:24px;
	color:var(--extra_color);
	cursor:pointer;
	text-transform:uppercase;
}
.services_types_item:hover,
.services_types_item.active{
	border-color:var(--extra_color);
	color:#fff;
	background-color:var(--extra_color);
}
.services_item.inactive{
	display:none;
}
@media (max-width: 1240px) {
.guaranties_left{
	background-position:left 25px top 25px;
	padding:150px 25px 25px;
}
.guaranties_left br{
	display:none;
}
.guaranties_head{
	font-size:24px;
	line-height:34px;
	padding-bottom:10px;
}
.guaranties_head span{
	font-size:34px;
}
.guaranties_item{
	margin-bottom:10px;
	display: flex;
    align-items: center;
}
.guaranties_item img{
	width:50px;
	object-fit:contain;
	margin-right:10px;
}
.guaranties_title{
	padding-top:10px;
}
.guaranties_right .col-md-6{
	width:100%;
}
.services .services_item {
	width:50%;
}
}
@media (max-width: 1390px) {
	.bankrot_container{
		padding:60px;
	}
	
	.bankrot_form_title {
		font-size: 21px;
	}
	
	.bankrot_title {
		font-size: 40px;
	}
	
	.bankrot_text {
		margin-bottom: 24px;
	}
	
	.bankrot_subtitle {
		margin-bottom: 30px;
	}
}

@media (max-width: 1190px) {
	.bankrot_container{
		padding:45px;
	}
	
	.bankrot_form_title {
		font-size:18px;
	}
	
	.bankrot_title {
		font-size: 30px;
	}
	
	.bankrot_text {
		margin-bottom: 24px;
	}
	
	.bankrot_subtitle {
		margin-bottom: 30px;
	}
	
	.bankrot_text_col {
		padding-right: 35px;
	}
	.bankrot_form_col {
		padding-left: 12px;
	}
	
	.bankrot_form {
		padding: 30px;
	}
}

@media (max-width: 990px) {
.services_types_item {
	padding:8px 9px;
	font-size: 14px;
	line-height: 20px;
}
	.bankrot_container{
		padding:30px;
	}
	
	.bankrot_text_col, .bankrot_form_col,
	.services .services_item{
		width:100%;
	}
	
	.bankrot_text_col{
		margin-bottom:30px; 
	}
	
	.bankrot_offer {
		font-size: 21px;
	}
	
.guaranties_right{
	margin-top:25px;
}
}

@media (max-width: 640px) {
	.bankrot_offer {
		font-size: 16px;
	}
	  
	.bankrot_title {
		font-size: 21px;
		text-align: center;
	}
	
	.bankrot_subtitle {
		width:100%;
		text-align:center;
	}
	
	.bankrot_text_col {
		padding-right: 12px;
	}
	
	.bankrot_form {
		padding: 30px 24px;
	}
	
	.bankrot_form_title {
		font-size: 16px;
	}
	body.front-page #fancy-modal-guaranty.fancy-modal.fancybox__content {
		padding:25px;
	}
	#fancy-modal-guaranty .modal_guranty_head{
		padding-bottom:15px;
		font-size:24px;
		line-height:26px;
	}
}

/* Общий стиль для контейнера */
.social_wrap {
    display: flex;
    gap: 20px;
}

/* Стили для ссылок */
.social_tg, .social_wh {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #000; /* Цвет текста, подстрой под свою тему */
}

/* Анимация тени для Telegram */
.social_tg {
    animation: shadowPulseTg 2s infinite ease-in-out;
}

/* Анимация тени для WhatsApp */
.social_wh {
    animation: shadowPulseWh 2s infinite ease-in-out;
    animation-delay: 0.5s; /* Задержка для асинхронности */
}

/* Анимация для Telegram (синий) */
@keyframes shadowPulseTg {
    0% {
        box-shadow: 0 0 5px rgba(32, 160, 225, 0.5); /* #20A0E1 */
    }
    50% {
        box-shadow: 0 0 20px rgba(32, 160, 225, 0.8);
    }
    100% {
        box-shadow: 0 0 5px rgba(32, 160, 225, 0.5);
    }
}

/* Анимация для WhatsApp (зелёный) */
@keyframes shadowPulseWh {
    0% {
        box-shadow: 0 0 5px rgba(81, 200, 93, 0.5); /* #51C85D */
    }
    50% {
        box-shadow: 0 0 20px rgba(81, 200, 93, 0.8);
    }
    100% {
        box-shadow: 0 0 5px rgba(81, 200, 93, 0.5);
    }
}

.main_rcp_hcol {
    scroll-behavior: smooth;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main_rcp_hcol a {
    background-color: var(--second_color)!important;
    color: #fff!important;
}
.col-lg-3.services_item .services_item_info{
	justify-content:end;
	margin-bottom:25px;
}
.col-lg-3.services_item .services_item_info .services_item_title {
	font-size:17px;
	text-align:center;
	margin-bottom:0;
}