.benefits-2{
	--height: 525px;
	margin-bottom: 40px !important;
}
ul.benefits-2__list {
	display: flex;
	margin: 30px 0;
	justify-content: space-between;;
}
li.benefits-2__list-item {
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0px 1px 10px #2163F01F;
	padding: 15px;
	gap: 15px;
}
li.benefits-2__list-item:before{
	content: "🎁";
	font-size: 50px;
	line-height: 1;
}
.benefits-2__list-item img{
	max-width: 48px;
}
.benefits-2__list-item span{
	width: calc(100% - 48px);
}
.benefits-2 .card{
	background: var(--white);
	padding: 16px;
	box-shadow: 0 4px 32px 0 rgba(0,16,61,.12);
	border-radius: 10px;
	padding-bottom: 16px;
}
.benefits-2__heading{
	font-weight: 600;
	font-size: 24px;
}
.benefits-2__rezina{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 32px 0;
	gap: 16px;
}
.benefits-2__rezina-heading{
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	color: var(--black);
}
.benefits-2__rezina-heading strong{
	font-weight: 600;
	color: var(--red);
}
.benefits-2__credit-map{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.benefits-2__credit{
	width: 33.33333%;
	box-shadow: 0px 4px 32px #00000029;
	border-radius: 12px;
	background: var(--red);
	color: var(--white);
	padding: 15px;
	height: var(--height);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.benefits-2__map{
	width: 100%;
}
.benefits-2__credit-heading{
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	font-weight: 600;
}
.benefits-2__credit-hint{
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	margin: 25px 0;
}
.benefits-2__credit-map{
	margin-bottom: 32px;
}
.benefits-2__address{
	display: block !important;
	margin: 0 !important;
}

.benefits-2__address span{
	display: block;
	color: var(--blue);
}
.benefits-2__address-wrap{
	display: flex;
	flex-direction: column;
	gap: 25px;
	justify-content: flex-start;
	height: var(--height);
	width: 66.66666%;
}
.btn-primary{
	background: #E4ECF9;
	border-radius: 10px;
	color: var(--blue);
	display: inline-flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	padding: 15px 40px;
	font-size: 16px;
	line-height: 21px;
}
.btn-primary:hover{
	background: var(--blue);
	color: var(--white);
}
.btn-primary.benefits-2__showmap{
	display: flex;
	height: 70px;
	line-height: 70px;
	font-size: 22px;
}

.benefits-2__map{
	height: 80vh;
	width: 90vw;
}
.benefits-2__advs,
.benefits-2__tradein{
	box-shadow: 0px 4px 32px #0000001F;
	background: var(--white);
	border-radius: 10px;
	padding: 20px 40px;
}
.benefits-2__advs-heading{
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
	color: var(--black);
	margin-bottom: 25px;
}
.benefits-2__advs ul li .blue-check-icon{
	width: 30px;
	height: 30px;
	background-image: url('/themes/auto/images/blue_check.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.benefits-2__advs ul li{
	display: flex;
	gap: 8px;
	font-size: 16px;
	line-height: 24px;
	color: var(--black);
	align-content: center
}
.benefits-2__advs ul li span{
	width: calc(100% - 38px);
}
.benefits-2__advs ul li + li{
	margin-top: 8px;
}
.benefits-2__tradein{
	display: flex;
	gap: 16px;
}
.benefits-2__tradein-logo{
	width: calc(70% - 8px);
}
.benefits-2__tradein-logo span{
	font-weight: 400;
}
.benefits-2__tradein-logo span strong{
	color: var(--red);
	font-weight: inherit;
}
.benefits-2__tradein-request{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(30% - 8px);
}

.benefits-2__tradein ul li .green-check-icon{
	width: 30px;
	height: 30px;
	background-image: url('/themes/auto/images/green_check.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.benefits-2__tradein ul li{
	display: flex;
	gap: 8px;
	font-size: 16px;
	line-height: 24px;
	color: var(--black);
	align-content: center
}
.benefits-2__tradein ul li span{
	width: calc(100% - 38px);
}
.benefits-2__tradein ul li + li{
	margin-top: 16px;
}
.benefits-2__tradein-request-action{
	width: 100%;
}
.benefits-2__tradein-request .button{
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.benefits-2__tradein-request svg{
	fill: #fff;
}
.benefits-2__tradein-buttons{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.btn-primary.benefits-2__showmap{
	margin-bottom: 5px;
}
@media (min-width: 768px){
	.benefits-2__address{
		font-size: 24px;
		line-height: 32px;
	}
}
@media (max-width: 1199px){
	.benefits-2{
		margin-bottom: 23px;
	}
	.benefits-2__credit{
		height: auto;
	}
	.benefits-2__credit,
	.benefits-2__address-wrap{
		width: 100%;
		height: auto;
	}
	.benefits-2__credit-map{
		flex-direction: column;
	}
	.benefits-2__credit-heading br,
	.benefits-2__credit-hint br{
		display: none;
	}
	.benefits-2 .card{
		overflow: hidden;
	}
	ul.benefits-2__list{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	li.benefits-2__list-item{
		width: 33.33333%;
	}
	.benefits-2__rezina-heading{
		font-size: 32px;
		line-height: 40px;
	}
	.benefits-2__rezina-heading + img{
		max-width: 150px;
		height: auto;
	}
	.benefits-2__rezina-heading br{
		display: none;
	}
	li.benefits-2__list-item{
		width: 50%;
	}
	.benefits-2__address,
	.benefits-2__showmap{
		display: none;
	}
	.benefits-2__tradein{
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.benefits-2__tradein-logo{
		width: 100%;
	}
	.benefits-2__tradein-request{
		flex-direction: row;
		width: 100%;
		align-items: center;
	}
	.benefits-2__credit-map{
		margin-top: 23px;
	}
	.btn-primary.benefits-2__showmap{
		display: flex;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.benefits-2__address{
		text-align: center;
		line-height: 24px !important;
	}
	.btn-primary.benefits-2__showmap{
		margin-bottom: 13px;
	}
	.benefits-2__address-wrap{
		gap: 12px;
	}
}
@media (max-width: 567px){
	.benefits-2__rezina-heading {
		font-size: 24px;
		line-height: 32px;
	}
	.benefits-2__rezina-heading + img{
		max-width: 100px;
	}
	.benefits-2__credit-heading{
		font-size: 24px;
		line-height: 30px;
	}
	.benefits-2__credit-hint{
		margin: 15px 0;
		font-size: 18px;
		line-height: 21px;
	}
	li.benefits-2__list-item img,
	li.benefits-2__list-item svg{
		max-width: 24px;
	}
	.benefits-2__advs-heading{
		font-size: 19px;
		margin-bottom: 15px;
	}
	.benefits-2__advs{
		padding: 20px;
	}
	li.benefits-2__list-item{
		width: 100%;
		box-shadow: none;
		padding: 10px 0;
	}
	li.benefits-2__list-item br{
		display: none;
	}
	ul.benefits-2__list{
		margin: 0;
	}
	.benefits-2__advs ul li .blue-check-icon{
		position: relative;
		top: -2px;
		width: 24px;
		height: 24px;
	}
	.benefits-2__tradein ul li .blue-check-icon{
		position: relative;
		top: 2px;
	}
	.benefits-2__advs ul li span {
		width: calc(100% - 28px);
	}
	.benefits-2__tradein-request{
		flex-direction: column;
		gap: 23px;
	}
	.benefits-2__tradein-request ul{
		width: 100%;
	}

	.benefits-2__address{
		font-size: 14px !important;
		line-height: 17px !important;
	}
	.benefits-2__tradein ul li{
		display: flex;
		align-items: center;
	}
	.benefits-2__tradein-logo span{
		display: inline-block;
		margin-bottom: 12px;
	}
	.benefits-2__tradein ul li,
	.benefits-2__tradein-logo span,
	.benefits-2__list-item,
	.benefits-2__advs ul li{
		font-size: 14px;
		line-height: 18px;
	}
	.benefits-2__tradein-heading,
	.benefits-2__advs-heading,
	.benefits-2__gifts-heading{
		font-size: 16px !important;
		font-weight: 600 !important;
		display: flex;
		line-height: 1;
		white-space: nowrap;
	}
	.benefits-2__tradein{
		padding: 20px;
	}
	.benefits-2__tradein-buttons{
		width: 100%;
	}
	li.benefits-2__list-item{
		padding: 5px 0;
	}
	li.benefits-2__list-item:before{
		font-size: 32px;
	}
}