.ctabs ul.days_diet {
	display: none;
}
.ctabs ul.days_diet_active {
	display: flex;
}
.ctabs {
	min-height: 50px;
}

.ctabs ul.week_diet small {
	margin-left: 5px;
	margin-top: 3px;
}

.ctabs.ctabs_week {
	margin-bottom: 15px;
}

.programm:hover {
	cursor: pointer;
}

.calc__form__item input[type="text"] {
	outline: none;
}

.other_page {
	margin-top: 25px;
	padding-top: 0;
}

.other_page a {
	text-decoration: none;
	color:var(--main-dark-green,#294C2B);
}

.breadcrumbs {
	color: #444;
	font-size: 14px;
}

.page_content {
	line-height: 1.4;
}

body .wpcf7-response-output,
body .wpcf7-not-valid-tip,
body .wpcf7-spinner {
	display: none;
}

.modal .webform-submission-form .form-item input[type="text"].wpcf7-not-valid,
.wpcf7-not-valid {
	box-shadow: 0px 0px 4px #dc3232;
	background: #fee;
}

.pwd_title {
	width: 100%;
}

.region-content {
	position: relative;
}

.racion_preloaders {
	position: absolute;
	display: none;
}

.racion_preloaders.racion_preloaders_active {
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.6)
}

.racion_preloaders.racion_preloaders_active:before {
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><linearGradient id="a11"><stop offset="0" stop-color="%238FBC37" stop-opacity="0"></stop><stop offset="1" stop-color="%238FBC37"></stop></linearGradient><circle fill="none" stroke="url(%23a11)" stroke-width="30" stroke-linecap="round" stroke-dasharray="0 44 0 44 0 44 0 44 0 360" cx="100" cy="100" r="70" transform-origin="center"><animateTransform type="rotate" attributeName="transform" calcMode="discrete" dur="2" values="360;324;288;252;216;180;144;108;72;36" repeatCount="indefinite"></animateTransform></circle></svg>');
	width: 64px;
	height: 64px;
}

.product__img {
	min-height: 300px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}

.product__img img {
	margin: auto;
}

.calc {
	justify-content: space-between;
}

.calc__r .view-programmy > .view-content > .views-row {
	width: 100%;
}

.calc__r .programm__img {
	position: absolute;
	width: 55%;
	right: -15%;
	height: auto;
	display: block;
	bottom: 0;
}

.calc__r .programm__img {
    transform: rotate(0);
}

.calc__r {
	position: relative;
	max-width: 360px;
}

.calc__r .region-racions {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	padding: 50px 0;
	display: none;
}

.calc__r .programm_other {
	display: none;
}

.calc__r .programm__tags {
	z-index: 2;
}

.calc__r .calc__text {
	margin-bottom: 15px;
	text-align: right;
}

.calc__r .region-racions .btn {
	min-width: 200px;
	border: 2px solid var(--light-green);
}

.calc__r .region-racions .btn:hover {
	background: transparent;
	border: 2px solid var(--light-green);
	color: var(--light-green);
}

.calc__r .view-programmy > .view-content.view-content_card {
	justify-content: end;
}

.programm__tags,
.programm__price {
	z-index: 2;
}


.total_kbgu {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	color: var(--main-dark-green,#294C2B);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	justify-content: center;
	gap: 15px;
}

.total_kbgu_line {
	gap: 15px;
	display: flex;
}

.total_kbgu strong {
	font-weight: 700;
}

@media only screen and (max-width : 576px) {
	.total_kbgu {
flex-wrap: wrap;
    margin-bottom: 35px;
    justify-content: start;
    gap: 5px;
	}
	.total_kbgu_line {
  gap: 5px;
}
}
