

/* Start:/include/new2025/prices/style.css?17489807053501*/

.price-new{
	margin-bottom: 70px;
}
.price-new h2{
	color: #000;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 25px;
}
.price-new h1{
	color: #000;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
}
.price__tab-top{
	display: flex;
	gap: 50px;
	position: relative;
	margin-bottom: 50px;
}
.price__tab-top::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #DBDFEC;
}
.price__tab-top span{
	color: rgba(0,0,0,.5);
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 25px;
	cursot: pointer;
	transition: all .2s ease;
	border-bottom: 2px solid rgba(0,0,0,0);
	cursor: pointer;
}
.price__tab-top span._active{
	border-bottom: 2px solid #E40038;
	color: #000;
}
.price__tab-list:not(:first-child){
	display: none;
}
.price__tab-container{
	display: flex;
	margin: 0 -10px;
}
.price__tab-item{
    display: flex;
    flex-direction: column;
	position: relative;
	width: calc(33.333% - 20px);
	/*min-height: 280px;*/
	margin: 0 10px;
	padding: 35px 30px;
	background: #F4F6FA;
}
.price__tab-name{
	padding-bottom: 15px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #D7DBE9;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
}
.price__tab-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	gap: 0 5px;
}
.price__tab-time{
	color: #000;
	font-weight: 500;
	font-size: 15px;
	line-height: 28px;
}
.price__tab-price{
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
}
.price__tab-info > span{
	margin-left: auto;
	color: rgba(0,0,0,.7);
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
}
.price__tab-title{
	margin-top: 30px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #D7DBE9;
}
.price__tab-btn{
    display: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% * 0.84);
	height: 50px;
	padding: 0 30px;
	margin: auto auto 0;
	text-align: center;
	border: 2px solid #E40038;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
	cursor: pointer;
	transition: all .2s ease;
}

.drag_block ~ .price-new {
    margin-top: 50px;
}

@media only screen and (max-width: 1376px){
	.price-new{
		padding: 0 16px;
	}
	.price__tab-name{
		font-size: 16px;
		line-height: 28px;
	}
	.price__tab-time{
		font-size: 14px;
		line-height: 28px;
	}
	.price__tab-item{
		padding:30px 20px;
		padding-bottom: 94px;
		width: calc(33.333% - 10px);
		margin: 0 5px;
	}
	.price__tab-container{
		margin: 0 -5px;
	}
	.price__tab-btn{
		left: 20px;
		width: calc(100% - 40px);
		height: 44px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 991px){
	.price__tab-container{
		gap: 10px 0;
		flex-wrap: wrap;
	}
	.price__tab-item{
		width: calc(100% - 10px);
	}
	.price-new h2{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.price-new h1{
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.price__tab-top span{
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 15px;
	}
	.price__tab-top{
		margin-bottom: 20px;
	}
	.price__tab-top{
		gap: 30px;
	}
}
@media only screen and (max-width: 600px){
	.price__tab-info{
		flex-direction: column;
		align-items: flex-start;
	}
	.price__tab-top{
		overflow-x: scroll;
	}
	.price__tab-top span{
		flex-shrink: 0;
	}
}
/* End */
/* /include/new2025/prices/style.css?17489807053501 */
