

/* Start:/bitrix/templates/zhelezokp/components/bitrix/news.list/price_list_default/style.css?15954202474073*/
.nav_pills_container {
    padding-left:0px;
    padding-right:0px;
}
.total_content .nav-pills,
.content .nav-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
/*@media(min-width: 992px){ 
    .total_content .nav-pills,
    .content .nav-pills {
        justify-content: space-between;
    }
}*/
.total_content .nav-pills>li,
.content .nav-pills>li{
	float:none;
}
.total_content .nav-pills>li+li,
.content .nav-pills>li+li {
    margin-left:0px;
}
.total_content .nav-pills>li>a,
.content .nav-pills>li>a {
	padding: 10px 20px;
	color: #212121;
	text-transform: uppercase;
	border-radius: var(--prv_button_radius);
	margin-bottom: 10px;
	border: 2px solid transparent;
}
.total_content .nav-pills>li.active>a,
.total_content .nav-pills>li.active>a:focus,
.total_content .nav-pills>li.active>a:hover,
.content .nav-pills>li.active>a,
.content .nav-pills>li.active>a:focus,
.content .nav-pills>li.active>a:hover {
	background-color: var(--prv_button_bg);
	border-color: var(--prv_color);
	border-radius: var(--prv_button_radius);
	color: var(--prv_font_color);
}


.all-prices {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.all-prices [class*="col-"] {
		padding: 8px;
	}
}
.price-cnt {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	text-align: center;
	height: 295px;
	position: relative;
	/*margin-bottom: 30px;*/
}
.price-cnt:hover{
	box-shadow: 0 0 32px #ccc;
	transition: .5s;
}
.section_name{
	background: var(--prv_color);
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: max-content;
	color: #fff;
	padding: 5px 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: normal;
}
.price-period {
	/*font-weight: 600;*/
	text-transform: uppercase;
	color: #bdbdbd;
	margin-top: 40px;
}
.price {
	font-size: 24px;
	/*font-style: italic;*/
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 32px;
}
.price-note {
	font-weight: 600;
	margin-top: 32px;
	padding: 0 20px;
	line-height: normal;
	color: #757575;
}
@media(min-width: 768px){
	.price-note{padding: 0 40px;}
}
@media(min-width: 1200px){
	.price-note{
		padding: 0 64px;
	}
}
.price-time {
	font-weight: 600;
	margin: 0 auto;
	width: 140px;
	text-align: left;
	padding-left: 20px;
}
.price-cnt .btn-cnt {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
@media (max-width: 767px) {
	.all-prices [class*="col-"] {
		padding: 8px;
	}
	.price-cnt {
		margin-bottom: 0;
	}
	.price-period {
		font-size: 12px;
	}
	.price {
		font-size: 20px;
	}
	.price-time {
		width: 128px;
	}
}
@media (max-width: 479px) {
	.all-prices .col-xs-6{
		width: 100%;
	}
}



#price_list_owl .owl_btn-right a,
#price_list_owl .owl_btn-right a:focus,
#price_list_owl .owl_btn-left a,
#price_list_owl .owl_btn-left a:focus{
	border: none;
	color: #707070;
	font-size: 32px;
	padding: 0;
}
#price_list_owl .owl_btn-right a:hover,
#price_list_owl .owl_btn-left a:hover{
	color: var(--prv_color);
}
#price_list_owl .owl_btn-left{
	left: -48px;
}
#price_list_owl .owl_btn-right{
	right: -48px;
}
#price_list_owl .owl_btn-left,
#price_list_owl .owl_btn-right{
	top: calc(50% - 37px);
}
@media (max-width: 1284px) {
	#price_list_owl .owl_btn-left{
		left: 12px;
	}
	#price_list_owl .owl_btn-right{
		right: 12px;
	}
	#price_list_owl .owl_btn-right a,
	#price_list_owl .owl_btn-right a:focus,
	#price_list_owl .owl_btn-left a,
	#price_list_owl .owl_btn-left a:focus{
		color: #fff;
		width: 32px;
	    height: 32px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		font-size: 25px;
	    background: #707070;
	}
	#price_list_owl .owl_btn-left a:hover,
	#price_list_owl .owl_btn-right a:hover{
		background-color: var(--prv_color);
		color: #fff;
	}
	#price_list_owl .owl_btn-left,
	#price_list_owl .owl_btn-right{
		top: calc(50% - 32px);
	}
}
/* End */


/* Start:/bitrix/templates/zhelezokp/components/prvolga.fitness/universal.feedback/feedback_static_default/style.css?1595420246997*/
.PRVUniversalFeedback .error_text {
    font:16px sans-serif;
    color:red;
}
/*button color fix*/
.enroll .btn,
.enroll .btn:focus,
.enroll .btn:hover,
.enroll .btn:active:hover,
.enroll .btn:active:focus,
.enroll .btn:active{
	color: #fff;
}

.imp_text{
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #D5D5D5;
	font-size: 12px;
	padding: 4px 0;
	width: 100%;
	height: 34px;
	border-radius: unset;
}
.imp_text:focus{
	border-color: var(--prv_color);
}
.enroll{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
	text-align: center;
}

.enroll .heading {
	margin-top: 48px;
	line-height: normal;
	padding-bottom: 20px;
}
.total_content .enroll .heading {
	margin-bottom: 12px;
}
.enroll input {
	margin-top: 34px;
}
.enroll label {
	margin: 20px 0 60px;
}
.enroll .heading:after {
	left: 50%;
	transform: translateX(-50%);
}

.enroll .imp_text{
	height: 24px;
}
/* End */
/* /bitrix/templates/zhelezokp/components/bitrix/news.list/price_list_default/style.css?15954202474073 */
/* /bitrix/templates/zhelezokp/components/prvolga.fitness/universal.feedback/feedback_static_default/style.css?1595420246997 */
