

/* Start:/local/templates/erino/assets/css/why-page.css?1784819828512*/
#bx-panel-back {
    display: none !important;
}

.why-hero img {
    display: block;
    width: 100%;
}

.why-hero {
    position: relative;
}

.why-hero h1 {
    position: absolute;
    color: #ffffff;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .why-hero h1 {
        max-width: 350px;
        line-height: 1em;
        align-items: flex-start;
        font-size: 32px;
        left: 0;
    }
}
/* End */


/* Start:/local/templates/erino/components/bitrix/news.list/programs-tile/style.css?17763085201893*/
.why-hero{
	img{
		display: block;
		width: 100%;
	}
}

.why-form-section{
	position: relative;
	z-index: 2;
	margin-top: -30px;
	padding: 0 !important;
	.form{
	// min-height: 160px;
	}
}

.why-items-section{
	margin: 60px 0 100px;
}

.why-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
	&:nth-child(even){
		flex-direction: row-reverse;

		.why-item__desc{
			padding: 0 0 0 130px;
		}
	}
}

.why-item__desc{
	padding-right: 130px;
}

.why-item__img{
	position: relative;
	min-width: 610px;
	img{
		display: block;
		width: 100%;
		border-radius: 20px;
	}
}

.why-item__btn{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -25px;
	.button1{
		text-decoration: none;
		height: 56px;
		line-height: 56px;
		min-width: 223px;
		transition: all ease .3s;
		&:hover{
			background: #25925f;
		}
	}
}

.why-item__desc{
	h3{
		font-size: 32px;
		font-weight: 700;
		color: #242424;
		margin: 0 0 5px;
	}
	h4{
		margin: 0 0 40px;
		font-size: 20px;
		font-weight: 500;
		color: #2D9D69;
	}
	p{
		line-height: 150%;
		font-size: 16px;
		color: #575757;
		margin-top: 40px;
	}
}

.why-contsct-section{
	background: #F7F7F7;
	padding: 48px 0;
}

@media(max-width:1200px){
	.why-item__img{
		min-width: 480px;
	}

	.why-item__desc{
		padding-right: 50px;
	}

	.why-item:nth-child(even){
		.why-item__desc{
			padding: 0 0 0 50px;
		}
	}
}

@media(max-width:992px){
	.why-item__img{
		min-width: 380px;
		img{
			border-radius: 15px;
		}
	}
}

@media(max-width:768px){
	.why-item{
		flex-direction: column !important;
		gap: 20px;
		margin-bottom: 80px;
	}

	.why-item__img{
		min-width: 0;
		width: 100%;
	}

	.why-item__desc{
		padding: 0 !important;

		h4{
			margin-bottom: 20px;
		}
		p{
			margin-top: 20px;
		}
	}

	.why-hero{
		overflow: hidden;
		display: flex;
		justify-content: center;
		img{
			min-width: 600px;
		}
	}
}
/* End */
/* /local/templates/erino/assets/css/why-page.css?1784819828512 */
/* /local/templates/erino/components/bitrix/news.list/programs-tile/style.css?17763085201893 */
