/* стили для кнопки */

.pricecontten-btn {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto 0;
	font-size: 16px;
	font-weight: 900;
	border-radius: 28px;
	box-sizing: content-box;
	opacity: 0.8;
	outline: none;
	text-transform: uppercase;
	border-style: solid;
}

.pricecontten-btn {
	transition: all 0.2s;
}

.pricecontten-btn:hover {
 	opacity: 1;
 	text-decoration: none;
}
.pricecontten-btn:active {
 	transform: scale(0.97);
 	opacity: 0.7;
}

.pricecontten-btn:focus {
	text-decoration: none;
}

/* стили секции */

.pricecontten {
	position: relative;
	overflow: hidden;
	padding: 60px 15px 25px;
	background-color: #fff3e6;
}

.pricecontten-content {
	display: flex;
	flex-wrap: wrap;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
}

.pricecontten-item__heading {
	position: relative;
	max-width: 350px;
	height: 155px;
	padding: 30px 15px;
	text-align: center;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	z-index: 2;
}

.pricecontten-item__heading-img-wrap {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 155px;
	overflow: hidden;
	display: flex;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	z-index: 1;
}
.pricecontten-item__heading-img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.pricecontten-item__heading-title {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.pricecontten-item__heading-text {
	position: relative;
	z-index: 3;
}

.pricecontten-item__heading-title-img-wrap {
	margin-top: 10px;
	width: 24px;
	height: 24px;
}

.pricecontten-item__heading-title-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pricecontten-item__heading-price {
	font-family: Roboto;
	font-size: 55px;
	font-weight: 900;
	line-height: 1.1;
	color: #ffffff;
	margin-right: 5px;
}

.pricecontten-item__heading-price-text {
	font-family: Roboto;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
	color: #ffffff;
	padding-top: 33px
}

.pricecontten-item__features-items-wrap {
	padding: 0 15px 50px;
}

.pricecontten-item {
	max-width: 350px;
	width: 100%;
	margin-bottom: 35px;
}

.pricecontten-item__rate {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}

.pricecontten-item__features {
	padding: 60px 0 45px;
	background-color: #fff;
}

.pricecontten-item__features-item {
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #9b9b9b;
}

.pricecontten-item__features-item-wrap {
	margin-bottom: 25px;
}
.pricecontten-item__features-item-wrap:last-child {
	margin-bottom: 0;
}

@media (min-width: 560px) {
	.pricecontten-item {
		margin: 0 15px 35px;
	}

} 

@media (min-width: 992px) {
	.pricecontten {
		padding: 120px 15px 85px;
	}
}