

/* Start:/local/components/gc/pricelist/templates/.default/style.css?17751039233478*/
.pricelist_h1 {
	text-align: left;
}

.pricelist_nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 30px 0 0 0;
}

.pricelist_nav_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Hero;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #1B1D32;
	background: #EBEBE9;
	box-shadow: 0px 0px 2px 0px rgba(16, 109, 159, 0.15);
	min-height: 40px;
	border-radius: 20px;
	padding: 0 15px;
}

.pricelist_nav_btn:hover, .pricelist_nav_btn:active {
	text-decoration: none;
	color: #1B1D32;
	background: #B2D235;
}

.pricelist_h2 {
	font-family: Hero;
	font-weight: bold;
	font-size: 32px;
	line-height: 130%;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	margin: 60px 0 0 0;
}

.pricelist_block {
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 0px 2px 20px 0px rgba(78, 127, 222, 0.2);
	padding: 30px;
	margin: 30px 0 0 0;
}

.pricelist_block_promo {
	display: inline-block;
	font-family: Hero;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #A3C626;
	height: 25px;
	border-radius: 8px;
	padding: 0 10px;
	margin: 0 0 20px;
}

.pricelist_block_code {
	font-family: Hero;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	color: #000000;
	margin: 0 0 20px;
}

.pricelist_block_info {
	display: flex;
	justify-content: space-between;
}

.pricelist_block_title {
	font-family: Hero;
	font-weight: bold;
	font-size: 18px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000000;
	width: 460px;
	margin: 0 0 74px;
}

.pricelist_block_text {
	font-family: Hero;
	font-size: 18px;
	line-height: 130%;
	color: #1B1D32;
	width: 520px;
}

.pricelist_block_arrow {
	display: none;
	border: solid #025944;
	border-width: 0 2px 2px 0;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.pricelist_block_details.active .pricelist_block_arrow {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.pricelist_block_prices {
	display: flex;
	align-items: end;
	gap: 30px;
	margin: -44px 0 0;
}

.pricelist_block_old_price {
	font-family: Hero;
	font-weight: bold;
	font-size: 24px;
	line-height: 110%;
	text-transform: uppercase;
	color: #9D9D9C;
}

.pricelist_block_old_price span {
	position: relative;
}

.pricelist_block_old_price span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: currentColor;
  transform: rotate(-7deg);
  transform-origin: center;
}

.pricelist_block_price {
	font-family: Hero;
	font-weight: bold;
	font-size: 40px;
	line-height: 110%;
	text-transform: uppercase;
	color: #A3C626;
}

@media (max-width: 1200px) {
	.pricelist_h1 {
		text-align: center;
	}

	.pricelist_nav {
		gap: 6px;
	}
	
	.pricelist_nav_btn {
		font-size: 12px;
		min-height: 24px;
		padding: 0 10px;
	}

	.pricelist_h2 {
		font-size: 22px;
		text-align: center;
		margin: 30px 0 0 0;
	}
	
	.pricelist_block {
		padding: 30px 15px;
		margin: 15px 0 0 0;
	}

	.pricelist_block_code {
		margin: 0 0 15px;
	}

	.pricelist_block_info {
		flex-direction: column;
	}
	
	.pricelist_block_title {
		width: auto;
		margin: 0 0 15px;
	}

	.pricelist_block_text {
		display: none;
		width: auto;
		margin: 0 0 30px;
	}

	.pricelist_block_arrow {
		display: inline-block;
	}
	
	.pricelist_block_details.active .pricelist_block_text {
		display: block;
	}
	
	.pricelist_block_prices {
		gap: 16px;
		margin: 30px 0 0;
	}
}
/* End */
/* /local/components/gc/pricelist/templates/.default/style.css?17751039233478 */
