.new-pauchi-gerber {
	position: relative;
	width: 100%;
	height: 100%;
	font-family: 'GerberSB',Arial,Helvetica,sans-serif;
	font-weight: 600;
	background-color: #155a21;
	background-image: url('/static/f/banner_catalog/55/img/bg-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.new-pauchi-gerber::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('/static/f/banner_catalog/55/img/bg-2-left.png');
	background-repeat: no-repeat;
	background-size: auto 589px;
	background-position: left top -77px;
	pointer-events: none;
}
.new-pauchi-gerber::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('/static/f/banner_catalog/55/img/bg-2-right.png');
	background-repeat: no-repeat;
	background-size: auto 306px;
	background-position: right top;
	pointer-events: none;
}
@media screen and (max-width: 1365px) {
	.new-pauchi-gerber::before {
		background-size: auto 500px;
		background-position: left -40px top -35px;
	}
	.new-pauchi-gerber::after {
		background-size: auto 306px;
		background-position: right -65px top;
	}
}
@media screen and (max-width: 1140px) {
	.new-pauchi-gerber::after {
		content: none;
	}
}
@media screen and (max-width: 860px) {
	.new-pauchi-gerber::before {
		background-size: auto 500px;
		background-position: left -40px top 0px;
	}
}
@media screen and (max-width: 767px) {
	.new-pauchi-gerber {
		min-height: 514px;
		background-image: url('/static/f/banner_catalog/55/img/bg-1-mobile.jpg');
	}
	.new-pauchi-gerber::before {
		background-image: url('/static/f/banner_catalog/55/img/bg-3.png');
		background-size: contain;
		background-position: center top 0px;
	}
}
@media screen and (max-width: 559px) {
	.new-pauchi-gerber {
		min-height: 344px;
	}
	.new-pauchi-gerber::before {
		background-size: auto 401px;
		background-position: center top -58px;
	}
}

.new-pauchi-gerber__content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url('/static/f/banner_catalog/55/img/products.png');
	background-repeat: no-repeat;
	background-size: auto 372px;
	background-position: right calc(50% - 295px) top -33px;
}

@media screen and (max-width: 1239px) {
	.new-pauchi-gerber__content {
		background-size: auto 315px;
		background-position: right calc(50% - 295px) top -7px;
	}
}
@media screen and (max-width: 860px) {
	.new-pauchi-gerber__content {
		background-size: auto 290px;
		background-position: right -24px top 9px;
	}
}
@media screen and (max-width: 767px) {
	.new-pauchi-gerber__content {
		background-image: none;
	}
}

.new-pauchi-gerber__block {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url('/static/f/banner_catalog/55/img/words.png');
	background-repeat: no-repeat;
	background-size: auto 267px;
	background-position: left calc(50% - 220px) top 9px;
}
@media screen and (max-width: 1239px) {
	.new-pauchi-gerber__block {
		background-size: auto 220px;
		background-position: left calc(50% - 140px) top 50%;
	}
}
@media screen and (max-width: 1023px) {
	.new-pauchi-gerber__block {
		background-size: auto 185px;
		background-position: left calc(50% - 100px) top 50%;
	}
}
@media screen and (max-width: 860px) {
	.new-pauchi-gerber__block {
		background-size: auto 185px;
		background-position: left calc(50% - 70px) top 50%;
	}
}
@media screen and (max-width: 767px) {
	.new-pauchi-gerber__block {
		background-image: url('/static/f/banner_catalog/55/img/words-mobile.png');
		background-size: auto 173px;
		background-position: left calc(50% - 60px) top 215px;
	}
}
@media screen and (max-width: 559px) {
	.new-pauchi-gerber__block {
		background-position: left calc(50% - 27px) top 94px;
	}
}
@media screen and (max-width: 339px) {
	.new-pauchi-gerber__block {
		background-size: auto 170px;
		background-position: left calc(50% - 27px) top 89px;
	}
}

.new-pauchi-gerber__container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 100%;
}
.new-pauchi-gerber__btn {
	margin-bottom: 16px;
	transform: translateX(calc(50% - 540px));
}
.new-pauchi-gerber__btn a {
	display: block;
	width: 215px;
	height: 56px;
	background: #7db65d;
	border-radius: 48px;
	font-family: "GerberSB",Arial,Helvetica,sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	transition: background 0.134s;
}
.new-pauchi-gerber__btn a:hover {
	background: #FF8300;
}
.new-pauchi-gerber__note {
	padding: 0 8px 3px 8px;
	font-family: 'RotonReg',Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #93d26f;
}
@media screen and (max-width: 1239px) {
	.new-pauchi-gerber__btn {
		transform: translateX(calc(50% - 425px));
	}
}
@media screen and (max-width: 1023px) {
	.new-pauchi-gerber__btn {
		margin-bottom: 0;
		transform: translate(calc(50% - 315px), -24px);
	}
	.new-pauchi-gerber__btn a {
		width: 175px;
		height: 46px;
		line-height: 46px;
	}
}
@media screen and (max-width: 767px) {
	.new-pauchi-gerber__btn {
		margin-bottom: 16px;
		transform: none;
	}
}
@media screen and (max-width: 559px) {
	.new-pauchi-gerber__btn {
		margin-bottom: 4px;
	}
	.new-pauchi-gerber__btn a {
		width: 167px;
		height: 40px;
		line-height: 40px;
	}
	.new-pauchi-gerber__note {
		font-size: 10px;
		line-height: 12px;
	}
}