
/*.welcome .container {
	display: block;
}*/

.pauch .welcome__image {
	display: none;
}

.pauch .welcome__title {
	color: #00625e;
}

.pauch .welcome__btn {
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 121 50' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M86.0833 0.534204C70.2338 0.818294 -0.393606 -2.02261 0.718637 3.09102C-0.393606 19.0001 0.996697 24.6819 0.440576 29.2274C0.162515 30.9319 -0.393606 40.3069 0.440576 41.7274C0.440576 41.7274 0.440576 46.5569 0.996697 47.9774C2.387 52.8069 71.6241 47.9774 92.2006 49.966C94.1471 50.2501 117.504 50.8183 119.173 49.3978C121.953 46.841 119.729 39.7388 120.007 35.1933C120.841 21.5569 121.119 19.8524 120.563 7.92057C120.563 6.21602 120.285 4.22739 119.451 3.09102C118.616 2.23875 116.67 1.38648 115.558 1.10239C109.44 0.250113 91.9226 0.534204 86.0833 0.534204Z' fill='%2300625E'/%3E%3C/svg%3E%0A");
}

.pauch .welcome .btn_arrow::after {
	background: url(/local/templates/frutonyanya/img/svg/button-arrow.svg) no-repeat center/contain;
}

.pauch .welcome {
	background: url(/local/templates/frutonyanya/img/pauch/kvimg/m.jpg) no-repeat center / cover;
	background-color: #f6fafc;
	height: 240px;
	margin-bottom: 220px;
}

.pauch .welcome__text {
	margin-top: 260px;
}

@media screen and (min-width: 768px) {

	.pauch .welcome {
		background: url(/local/templates/frutonyanya/img/pauch/kvimg/t.jpg) no-repeat center / contain;
		background-color: #f6fafc;
		height: 360px;
		margin-bottom: 0px;
	}

	.pauch .welcome__text {
		margin-top: 50px;
	}
}

@media screen and (min-width: 1260px) {

	.pauch .welcome {
		background: url(/local/templates/frutonyanya/img/pauch/kvimg/d.jpg) no-repeat center / contain;
		background-color: #f6fafc;
		height: 360px;
		margin-bottom: 0px;
	}

	.pauch .welcome__text {
		margin-top: 40px;
	}
}