.garant_page {
	color:#333333
}
.garant_banner {
	background: url(../img/bggarant.jpg) top center;
	padding:5%;
	margin-bottom:40px;
	
}
.garant_banner .banner_head {
	color:#ffffff;
	font-size:40px;
	font-weight:600;
	line-height: normal;
}
.garant_banner .banner_head span {
	color:#83B81D;
}
.banner_products {
	display:flex;
	gap:10px;
	justify-content: end;
}
.banner_products .item {
	position: relative;
	display: flex;
    align-items: end;
}
.banner_products .item .srok {
background:#83B81D;
color:#fff;
font-size:14px;
border-radius:15px;
padding:5px 10px;
position: absolute;
    left: 50%;
}
.banner_text2 {
	color:#fff;
	margin-top:-40px;
}
.garant_page  p {
	color:#777777;
	margin-bottom:15px;
}
p.bold {
	font-size:16px;
	color:#333333;
	font-weight:500;
}
.garant_page  p b {
	color:#333333;
	font-weight:500;
}
.text1 {
	margin-bottom:40px;
}
.garant_banner2{
	display:flex;
	margin-bottom:40px;
}
.product_garant_list {
	display:flex;
	gap:20px;
	justify-content: space-between;
    margin-top: 40px;
}
.product_garant_list .product_item {
	width:30%;
}
.product_garant_list .product_item img {
	margin-bottom:15px;
	height:152px; width: auto;
}
.product_garant_list .product_item .pr_name {
	font-size:18px;
	font-weight:500;
	color:#333333;
	margin-bottom:15px;
}
.product_garant_list .product_item.text {
	font-size:15px;
}
.product_garant_list .product_item b {
	font-weight:700;
}
.product_garant_list .product_item .green {
	color:#83B81D;
}
.garant_steps {
	margin-top:40px;
	margin-bottom:40px;
}
.garant_steps h2 , .garant_head {
	font-size:28px;
	font-weight:500;
	margin-bottom:15px;
}
.green {
	color:#83B81D !important;
}
.garant_steps p.green {
	font-size:20px;
}
.garant_steps .step_item {
	width:25%;
	background:#F9F9FA;
	padding:10px;
}
.garant_steps .step_item .step_num {
	background:#83B81D;
	color:#ffffff;
	border-radius:10px;
	padding:2px 6px;
	font-size:13px;
	width: 50px;
}
.garant_steps .step_item + .step_item {
	margin-left:2%;
}
.garant_steps .step_name {
	font-size:18px;
	font-weight:500;
	margin: 15px 0;
}
.garant_steps .steps {
	display:flex;
}
.garant_steps .step_item.step3 {
	width:50%;
}
.garant_steps .step_item ul {
	list-style:none; margin:0px 0;
	padding-left:10px;
}
.garant_steps .step_item ul li:before {
	content:'●';
	color:#83B81D;
}
.garant_list2 {
	display:flex;
	gap:10px;
}
.garant_list2 .item {
	display:flex;
	border:1px solid #83B81D;
	padding:15px;
	gap:15px;
	align-items:center;
}
.garant_list2 .item p {
    line-height: normal;
	margin:0px;
}
.faq-list {
	background:#fff;

}
.faq-question {
display: flex;
    justify-content: space-between;
    align-items: center;
padding: 10px 0;
margin-bottom: 0;
border-radius: 4px 4px 0 0;
font-weight: bold;
cursor: pointer;
position: relative;
color:#343434;
font-size:15px;
}
.faq-question button {
	border:0px;
	background:none;
	cursor: pointer;
	position: relative;

}
.faq-question button span {
	background:#83B81D; width:15px; height: 2px;
    display: block;
}
.faq-question button span + span {
	position: absolute; transform: rotate(90deg);
	top: 0px;
}
.faq_item + .faq_item {
	
	margin-top:10px;
	padding-top:10px;
}
.faq_item {
	background:#F9F9FA;
	padding:15px;
}
.faq-question::after {
content: '';
position: absolute; 
right: 15px;
transition: transform 0.3s ease;
}
.faq-answer {
background: #ffffff;
padding: 0;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
margin: 0;
font-size:14px;
color:#696969;
border-top: none;
}

.faq-answer.active {
max-height: 500px; /* Примерная высота, может меняться */
padding: 5px 5px;
}
.faq-question svg {
	flex-basis:20px;
	flex-shrink:0;
}
.faq-question.active button span +span{
 display:none;
}
.garant_faq , .garant_main_text {
	margin-top:40px;
}
.garant_main_text {
	display:flex; gap:10px;align-items: center;
}
.garant_main_text .pbig {
	font-size:20px; font-weight:700;
}
.psmall {
	
}
.garant_page img {max-width:100%}
.garant_banner2 img {
	width:50%;
}
@media(max-width:767px) {
	.garant_banner .banner_head , .garant_head {
		font-size:24px;
	}
	.garant_banner .banner_head {
		
	}
	.garant_banner2 img {
	width:100%;
}
	.garant_steps p.green {
		font-size:14px;
	}

	.garant_steps h2 {
		font-size:20px;
		font-weight:500;
		margin-bottom:15px;
	}
	.product_garant_list , .garant_steps .steps , .garant_list2 , .garant_main_text {
		flex-direction: column; 
	}
	.product_garant_list .product_item {
		width:100%;
	}
	.banner_text2 {
    margin-top: 0px;
    position: absolute;
    top: 90px;
}
	.garant_banner2 {
		display:flex;
		flex-direction:column;
	}
	.garant_steps .step_item {
    width: 100% !important;
    background: #F9F9FA;
    padding: 10px;
	margin:10px 0;
}
.garant_steps .step_item + .step_item {
	margin-left:0px;
}
.banner_products .item {
    position: relative;
    display: flex;
    align-items: end;
    width: 50%;
}
.banner_products .item img {
	width:100%;
}
.banner_products .item:first-child {
	margin-bottom:-70px
}
.banner_products {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-top: 80px;
	margin-bottom: 100px;
}
.garant_page p {
  
    margin: 5px 0;
}
}