#main {
	height: auto;
	max-height: 10000px;

	@media (max-width: 600px) {
		height: auto;
		max-height: 3000vw;
	}
}

#content {
	height: auto;
	max-height: 10000px;
	align-items: center;

	background: #F1E9E0;

	z-index: 3;

	@media (max-width: 600px) {
		height: auto;
		max-height: 3000vw;
		align-items: center;

		background: #F1E9E0;
	}
}

#page-3-block-1 {
	position: static;
	width: 1440px;
	height: 500px;
	min-height: 500px;

	background-image: url("../images/image-3-1.jpg");
	background-size: contain;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;

	@media (max-width: 600px) {
		position: static;

		width: 100%;
		height: 98vw;
		min-height: 98vw;

		background-image: url("../images/image-3-1-m.jpg");
		background-size: 100% auto;
		background-repeat: no-repeat;

		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}
}

#page-3-block-1-text {
	position: static;
	padding-bottom: 102px;

	width: 552px;
	height: 187px;

	@media (max-width: 600px) {
		position: static;
		padding-bottom: 9vw;

		width: 262px;
		height: 53px;

		left: auto;
		top: auto;
	}
}

#page-3-block-1-text p {
	font-family: 'Gogol';
	font-style: italic;
	font-weight: 400;
	font-size: 170px;
	line-height: 110%;
	text-align: center;
	vertical-align: top;

	color: #F1E9E0;

	@media (max-width: 600px) {
		font-family: 'Gogol';
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
	}
}

#page-3-block-2 {
	position: static;
	margin-top: 160px;

	width: 1170px;

	left: 135px;
	top: 660px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	@media (max-width: 600px) {
		position: static;
		padding-top: 13.5vw;
		margin-top: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-desc {
	position: static;
	margin-top: 32px;

	width: 1170px;
	height: 88px;

	@media (max-width: 600px) {
		display: none;
	}
}

#page-3-block-2-desc-mobile {
	display: none;

	@media (max-width: 600px) {
		display: block;
		position: static;
		padding-top: 7vw;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-details {
	position: static;
	margin-top: 20px;

	width: 131px;
	height: 25px;

	@media (max-width: 600px) {
		position: static;
		padding-top: 7vw;
		margin-top: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-details p {
	@media (max-width: 600px) {
		font-family: 'Geologica';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		text-decoration-line: underline;
	}
}

#page-3-block-2-desc-more,
#page-3-block-3-desc-more,
#page-3-block-4-desc-more {
	overflow: hidden;
	max-height: 0;

	transition: max-height 1s ease-out;
}

#page-3-block-2-details:hover,
#page-3-block-3-details:hover,
#page-3-block-4-details:hover {
  cursor: pointer;
}

#page-3-block-2-desc-more.expand,
#page-3-block-3-desc-more.expand,
#page-3-block-4-desc-more.expand {
	max-height: 2000px;

	@media (max-width: 600px) {
		max-height: 2000vw;
	}
}

#page-3-block-3-present {
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 110%;
	text-align: justify;
}

#page-3-block-2-undertext,
#page-3-block-3-undertext,
#page-3-block-4-undertext {
	width: 1170px;
	margin-top: 71px;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;

	@media (max-width: 600px) {
		width: auto;
		margin-top: auto;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}

#page-3-block-2-image {
	position: static;

	width: 367px;
	height: 489px;

	top: 293px; /*1123px - 830px*/

	background-image: url("../images/image-3-2.jpg");
	background-size: contain;

	@media (max-width: 600px) {
		position: static;
		margin-top: 7vw;

		width: 90vw;
		height: 120vw;

		left: auto;
		top: auto;

		background-image: url("../images/image-3-2.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
}

#page-3-block-2-pricelist {
	position: relative;

	width: 733px;
	height: 490px; /* 262px; */

	@media (max-width: 600px) {
		display: none;
	}
}

.font-pricelist {
	font-family: 'Geologica';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
}

#page-3-block-2-pricelist-days-1 {
	position: absolute;

	width: 62px;
	height: 22px;

	left: 420px; /*992px - 572px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-days-2 {
	position: absolute;

	width: 59px;
	height: 22px;

	left: 674px; /*1246px - 572px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

.page-3-block-2-pricelist-separator {
	position: absolute;

	width: 733px;
	height: 1px;

	background: #A14D2A;

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-separator-0 {
	top: 54px;  /*1176px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-separator-1 {
	top: 141px;  /*1263px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-separator-2 {
	top: 228px;  /*1350px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-separator-3 {
	top: 315px;  /*1437px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-separator-4 {
	top: 402px;  /*1524px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-separator-5 {
	top: 489px;  /*1611px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-time-1 {
	position: absolute;

	width: 71px;
	height: 22px;

	top: 87px; /*1209px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-1-1 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 401px; /*973px - 572px*/
	top: 87px; /*1209px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-1-2 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 651px; /*1223px - 572px*/
	top: 87px; /*1209px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-time-2 {
	position: absolute;

	width: 71px;
	height: 22px;

	top: 174px; /*1296px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-2-1 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 401px; /*973px - 572px*/
	top: 174px; /*1296px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-2-2 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 651px; /*1223px - 572px*/
	top: 174px; /*1296px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-time-3 {
	position: absolute;

	width: 71px;
	height: 22px;

	top: 261px; /*1383px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-3-1 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 401px; /*973px - 572px*/
	top: 261px; /*1383px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-3-2 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 651px; /*1223px - 572px*/
	top: 261px; /*1383px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-time-4 {
	position: absolute;

	width: 71px;
	height: 22px;

	top: 348px; /*1470px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-4-1 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 401px; /*973px - 572px*/
	top: 348px; /*1470px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-4-2 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 651px; /*1223px - 572px*/
	top: 348px; /*1470px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-time-5 {
	position: absolute;

	width: 71px;
	height: 22px;

	top: 435px; /*1557px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-5-1 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 401px; /*973px - 572px*/
	top: 435px; /*1557px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-price-5-2 {
	position: absolute;

	width: 71px;
	height: 22px;

	left: 642px; /*1214px - 572px*/
	top: 435px; /*1557px - 1122px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-pricelist-mobile {
	display: none;

	@media (max-width: 600px) {
		display: block;
		position: static;
		width: 90vw;
		max-width: 90vw;
		margin-top: 4.5vw;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 4.5vw;
	}
}

.pricelist-separator-mobile {
	position: static;

	width: 90vw;
	height: 1px;

	background: #A14D2A;
}

.pricelist-row-mobile {
	position: static;
	width: 90vw;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 2vw;
}

.pricelist-row-mobile-item {
	width: 25vw;
	text-align: right;
}

.text-align-left {
	text-align: left;
}

.pricelist-mobile-column-2 {
	width: 50vw;
	text-align: right;
}

#page-3-block-2-terms {
	position: static;
	margin-top: 51px;

	width: 1170px;
	height: 132px;

	@media (max-width: 600px) {
		position: static;
		padding-top: 9vw;
		margin-top: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-2-button {
	position: static;
	margin-top: 90px;

	width: 1170px;
	height: 50px;

	top: 1017px; /*1847px - 830px*/

/*	background: #A14D2A;
	border-radius: 100px;*/

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	@media (max-width: 600px) {
		position: static;
		margin-top: 7vw;

		width: 90vw;
		height: 10vw;

		left: auto;
		top: auto;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

#page-3-block-2-button p {
	position: static;

	width: 90px;
	height: 18px;
	left: 540px; /*675px - 135px*/
	top: 16px; /*1863px - 1847px*/

	@media (max-width: 600px) {
		position: static;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;

		font-family: 'Geologica';
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 16px;
		text-align: center;
	}
}

#page-3-block-3 {
	position: static;
	margin-top: 100px;

	width: 1170px;

	left: 135px;
	top: 1827px; /*1997px - 170px*/

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	@media (max-width: 600px) {
		position: static;
		padding-top: 13.5vw;
		margin-top: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-3-desc {
	position: static;
	margin-top: 32px;

	width: 1170px;
	height: 66px;

	top: 89px; /*2086px - 1997px*/

	@media (max-width: 600px) {
		position: static;
		padding-top: 7vw;
		margin-top: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-3-details {
	position: static;
	margin-top: 20px;

	width: 131px;
	height: 25px;

	top: 175px; /*2172px - 1997px*/

	@media (max-width: 600px) {
		position: static;
		padding-top: 7vw;
		margin-top: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-3-details p {
	@media (max-width: 600px) {
		font-family: 'Geologica';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		text-decoration-line: underline;
	}
}

#page-3-block-3-image {
	position: static;

	width: 367px;
	height: 489px;

	left: 803px; /*938px - 135px*/
	top: 270px; /*2267px - 1997px*/

	background-image: url("../images/image-3-3.jpg");
	background-size: contain;

	@media (max-width: 600px) {
		position: static;
		margin-top: 7vw;

		width: 90vw;
		height: 120vw;

		left: auto;
		top: auto;

		background-image: url("../images/image-3-3.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
}

#page-3-block-3-pricelist {
	position: relative;

	width: 733px;
	height: 262px;

	@media (max-width: 600px) {
		display: none;
	}
}

#page-3-block-3-pricelist-mobile {
	display: none;

	@media (max-width: 600px) {
		display: block;
		position: static;
	}
}

.page-3-block-2-pricelist-separator {
	position: absolute;

	width: 733px;
	height: 1px;

	background: #A14D2A;
}

#page-3-block-3-pricelist-separator-1 {
	top: 87px;  /*2354px - 2267px*/
}

#page-3-block-3-pricelist-separator-2 {
	top: 174px;  /*2441px - 2267px*/
}

#page-3-block-3-pricelist-separator-3 {
	top: 261px;  /*2528px - 2267px*/
}

#page-3-block-3-pricelist-title-1 {
	position: absolute;

	width: 198px;
	height: 22px;

	top: 33px; /*2300px - 2267px*/
}

#page-3-block-3-pricelist-title-2 {
	position: absolute;

	width: 198px;
	height: 22px;

	top: 120px; /*2387px - 2267px*/
}

#page-3-block-3-pricelist-title-3 {
	position: absolute;

	width: 122px;
	height: 22px;

	top: 207px; /*2474px - 2267px*/
}

#page-3-block-3-pricelist-price-1 {
	position: absolute;

	width: 82px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 33px; /*2300px - 2267px*/
}

#page-3-block-3-pricelist-price-2 {
	position: absolute;

	width: 78px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 120px; /*2387px - 2267px*/
}

#page-3-block-3-pricelist-price-3 {
	position: absolute;

	width: 83px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 207px; /*2474px - 2267px*/
}

.page-3-block-3-pricelist-arrowlink {
	position: absolute;

	width: 24px;
	height: 14px;

	left: 709px; /*844px - 135px*/

	background-image: url("../images/icon-arrowlink.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

#page-3-block-3-pricelist-arrowlink-1 {
	top: 37px; /*2311px - 2267px - 7px*/
}

#page-3-block-3-pricelist-arrowlink-2 {
	top: 124px; /*2398px - 2267px - 7px*/
}

#page-3-block-3-pricelist-arrowlink-3 {
	top: 211px; /*2485px - 2267px - 7px*/
}

#page-3-block-3-pricelist-mobile {
	display: none;

	@media (max-width: 600px) {
		display: block;
		position: static;
		width: 90vw;
		max-width: 90vw;
		margin-top: 4.5vw;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 4.5vw;
	}
}

.pricelist-arrowlink-mobile {
	width: 5vw;
	height: 2.2vw;

	background-image: url("../images/icon-arrowlink.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

#page-3-block-4 {
	position: static;
	margin-top: 100px;
	margin-bottom: 160px;

	width: 1170px;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	@media (max-width: 600px) {
		position: static;
		padding-top: 13.5vw;
		margin-top: 0;
		margin-bottom: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-4-desc {
	position: static;
	margin-top: 32px;

	width: 1170px;
	height: 88px;

	@media (max-width: 600px) {
		position: static;
		padding-top: 7vw;
		margin-top: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-4-details {
	position: static;
	margin-top: 20px;

	width: 131px;
	height: 25px;

	@media (max-width: 600px) {
		position: static;
		padding-top: 7vw;
		margin-top: 0;

		width: 90vw;
		height: auto;

		left: auto;
		top: auto;
	}
}

#page-3-block-4-image {
	position: static;

	width: 367px;
	height: 489px;

	background-image: url("../images/image-3-4.jpg");
	background-size: contain;

	@media (max-width: 600px) {
		position: static;
		margin-top: 7vw;

		width: 90vw;
		height: 120vw;

		left: auto;
		top: auto;

		background-size: cover;
		background-repeat: no-repeat;
	}
}

#page-3-block-4-pricelist {
	position: relative;

	width: 733px;
	height: 523px;

	@media (max-width: 600px) {
		display: none;
	}
}

#page-3-block-4-pricelist-mobile {
	display: none;

	@media (max-width: 600px) {
		display: block;
		position: static;
		padding-bottom: 9vw;

		width: 90vw;
		max-width: 90vw;
		margin-top: 4.5vw;

		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 4.5vw;
	}
}

#page-3-block-4-pricelist-separator-1 {
	top: 87px;  /*2354px - 2267px*/
}

#page-3-block-4-pricelist-separator-2 {
	top: 174px;  /*2441px - 2267px*/
}

#page-3-block-4-pricelist-separator-3 {
	top: 261px;  /*2528px - 2267px*/
}

#page-3-block-4-pricelist-separator-4 {
	top: 348px;  /*2354px - 2267px*/
}

#page-3-block-4-pricelist-separator-5 {
	top: 435px;  /*2441px - 2267px*/
}

#page-3-block-4-pricelist-separator-6 {
	top: 522px;  /*2528px - 2267px*/
}

#page-3-block-4-pricelist-title-1 {
	position: absolute;

	width: 166px;
	height: 22px;

	top: 33px; /*2300px - 2267px*/
}

#page-3-block-4-pricelist-title-2 {
	position: absolute;

	width: 138px;
	height: 22px;

	top: 120px; /*2387px - 2267px*/
}

#page-3-block-4-pricelist-title-3 {
	position: absolute;

	width: 172px;
	height: 22px;

	top: 207px; /*2474px - 2267px*/
}

#page-3-block-4-pricelist-title-4 {
	position: absolute;

	width: 143px;
	height: 22px;

	top: 294px; /*2300px - 2267px*/
}

#page-3-block-4-pricelist-title-5 {
	position: absolute;

	width: 320px;
	height: 22px;

	top: 381px; /*2387px - 2267px*/
}

#page-3-block-4-pricelist-title-6 {
	position: absolute;

	width: 452px;
	height: 22px;

	top: 468px; /*2474px - 2267px*/
}

#page-3-block-4-pricelist-price-1 {
	position: absolute;

	width: 82px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 33px; /*2300px - 2267px*/
}

#page-3-block-4-pricelist-price-2 {
	position: absolute;

	width: 78px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 120px; /*2387px - 2267px*/
}

#page-3-block-4-pricelist-price-3 {
	position: absolute;

	width: 83px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 207px; /*2474px - 2267px*/
}

#page-3-block-4-pricelist-price-4 {
	position: absolute;

	width: 82px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 294px; /*2300px - 2267px*/
}

#page-3-block-4-pricelist-price-5 {
	position: absolute;

	width: 78px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 381px; /*2387px - 2267px*/
}

#page-3-block-4-pricelist-price-6 {
	position: absolute;

	width: 83px;
	height: 22px;

	left: 522px; /*657px - 135px*/
	top: 468px; /*2474px - 2267px*/
}

.page-3-block-4-pricelist-arrowlink {
	position: absolute;

	width: 24px;
	height: 14px;

	left: 709px; /*844px - 135px*/

	background-image: url("../images/icon-arrowlink.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

#page-3-block-4-pricelist-arrowlink-1 {
	top: 37px; /*2311px - 2267px - 7px*/
}

#page-3-block-4-pricelist-arrowlink-2 {
	top: 124px; /*2398px - 2267px - 7px*/
}

#page-3-block-4-pricelist-arrowlink-3 {
	top: 211px; /*2485px - 2267px - 7px*/
}

#page-3-block-4-pricelist-arrowlink-4 {
	top: 298px; /*2311px - 2267px - 7px*/
}

#page-3-block-4-pricelist-arrowlink-5 {
	top: 385px; /*2398px - 2267px - 7px*/
}

#page-3-block-4-pricelist-arrowlink-6 {
	top: 472px; /*2485px - 2267px - 7px*/
}

#effect-3-1 {
	position: absolute;
	width: 1440px;
	height: 1670.61px;
	left: 0;
	top: 2054px;	

	background: url("../images/effect-3-1.png");
	background-size: auto;
	background-repeat: no-repeat;

	@media (max-width: 600px) {
		display: none;
	}
}

#footer {
	position: relative;
	top: 0;

	@media (max-width: 600px) {
		position: relative;
		top: auto;
		width: 95vw;
	}
}