#select-event-date-wrapper .selectric-scroll li.disabled,
[name='product-date-selector'] [disabled='disabled'] {
	display: none;
}

.main-section__link {
	font-size: 19px;
}

.section_header_text-normal {
	text-transform: none;
}

.hint-main-course-week {
	display: none;
	position: absolute;
	top: 0;
	left: 69px;
	background: #fff;
	border: 1px solid #ccc;
}

.main-section__left-item--course-week:hover .hint-main-course-week {
	display: block;
}

.header__city-item {
	cursor: pointer;
}

.page-course .branches__map-desc {
	display: none;
}

.ajax-show-product-table {
	/*color: #001eff;text-decoration: underline;transition: 0.2s;*/
}

.modal-table__main-active-ceil {
	background-color: #cee3eb;
	color: #000000;
	font-family: "Futura Light Light", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

.modal-table__main-active-ceil a {
	display: block;
	padding: 5px 0;
}

.personal-header__spec-banner {
	text-align: center;
	margin: 20px 0 0 0;
}

@media (max-width: 770px) {
	.personal-header__spec-banner {
		display: none;
	}
}

.table__heading_month-dark {
	background-color: #0d465e;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.price-a-top {
	font-size: 20px;
	margin: 0 0 10px 0;
	text-align: right;
	text-decoration: line-through;
	color: #A7B0B4
}

.price-a-date {
	text-align: right;
	margin: 0 0 10px 0;
"
}

@media (min-width: 576px) {
	.modal-product .modal-dialog {
		margin: 15px auto;
	}
}

.modal-product .course-registry__credit {
	display: none;
}

.modal-dialog_notification {
	overflow: visible;
	max-width: 400px;
	min-width: 280px;
	max-height: 200px;
/*	position: absolute;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	margin: -100px 0 0 0 !important;*/
}

.modal-notification__content {
	background: #fff;
	padding: 15px;
	/*border: 1px solid #8c9ba0;*/
}

.modal-notification__messaage {
	font-size: 18px;
	text-align: center;
}

.close-modal_notification {
	top: 3px;
	right: 3px;
}

@media (max-width: 767px) {
	.close-modal_notification {
		width: 14px !important;
	}
}

.modal-notification__promocode {
	text-align: left;
	font-size: 18px;
	padding: 20px;
}

.course-registry__ipad-gift {
	cursor: pointer;
	position: fixed;
	top: 150px;
	right: -520px;
	transition: 1s;
	z-index: 10000000;
}

.course-registry__ipad-gift.open {
	right: 0px;
	transition: 1s;
}

.gosprograms-pension-type {
	margin: -14px 0 10px 0;
}

.button--style-g {

}

.city-picker {
	min-width: 556px;
}

.header-region-link {
	position: relative;
	color: white;
	/*padding-right: 15px;*/
}

.header-region-link:hover {
	color: #00eaff;
}

.header-region-link::after {
	/*content: '▼';*/
	/*position: absolute;*/
	/*top: 48%;*/
	/*right: 0;*/
	/*display: block;*/
	/*color: hsl(202, 18%, 67%);*/
	/*-webkit-transform: translateY(-50%);*/
	/*-moz-transform: translateY(-50%);*/
	/*-ms-transform: translateY(-50%);*/
	/*-o-transform: translateY(-50%);*/
	/*transform: translateY(-50%);*/
}

.city-picker__content {
	position: absolute;
	right: 0;
	top: 100%;
	background: white;
	min-width: 520px;
	z-index: 11;
	padding: 20px;

}

.city-list-sort li a:hover {
	background-color: #96b0bb;
	color: white;
}

.city-list-sort li a {
	width: calc(100% - 16px);
	display: inline-block;
}

.city-list-sort li {
	font-size: 22px;
}

.city-list-sort {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 1.2em 0;
	margin-top: 2px;
	margin-left: -moz-calc(-1 * 200px);
}

.confirm_region {
	position: absolute;
	display: block;
	min-width: 270px;
	text-align: center;
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .1);
	z-index: 1002;
	background: #fff;
	border-radius: 4px;
	padding: 20px 29px 24px;
	box-sizing: border-box;
	top: 100%;
	left: 50%;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
	transform: translate(-50%, 0);
	margin-top: 10px;
}

.confirm_region .title {
	font-weight: 600;
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}

.confirm_region .buttons {
	padding: 14px 0 0;
	white-space: nowrap;
}

.confirm_region:before, .confirm_region:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -19px;
	border: 10px solid transparent;
	border-bottom: 10px solid rgba(0, 0, 0, .05);
	margin-left: -10px;
}

.confirm_region:after {
	border-bottom: 10px solid #fff;
	top: -18px;
}

.confirm_region .buttons > .btn {
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
	padding: 8px 11px 9px;
}

.confirm_region .buttons > .btn.js-city-picker {
	color: red;
}

.confirm_region .buttons > .btn {
	color: #021e3a;
	margin: 0 4px;
}

.confirm_region .buttons > .btn:hover {
	background: #04315e;
	color: #fff;
}

.city_link2 {
	width: calc(100% - 16px);
	display: inline-block;
	background-color: #96b0bb;
	color: white;
}

.nobr {
	white-space: nowrap;
}

.main-section > .section, .main-section > .container {
	padding-top: 69px;
}

.main-section {
	padding-top: unset;
}

.personal-header__spec-banner {
	margin: 0 0 20px 0;
}

.city_select_wrapper {
	margin-top: 4px;
}

.header-region-link-caret {
	font-size: 12px;
	color: rgb(156, 175, 186);
	padding-left: 3px;
}

.main_themes_badge {
	position: absolute;
	border: 1px solid rgba(1, 60, 86, 0.5);
	border-radius: 20px;
	padding: 5px;
	right: 20px;
	margin-top: -17px;
	color: rgba(1, 60, 86, 0.5);
}

.close-modal:after, .close-modal:before {
	content: none;
}

.modal {
	display: none;
	overflow: visible;
	z-index: 10;
}

.modal.modal_huge {
	max-width: 900px !important;
	max-height: 900px !important;
}

.modal a.close-modal {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAA6ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAyMC0wOC0xNFQyMTowODo0NzwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+UGl4ZWxtYXRvciAzLjk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6Q29tcHJlc3Npb24+MDwvdGlmZjpDb21wcmVzc2lvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzI8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MzA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjE8L2V4aWY6Q29sb3JTcGFjZT4K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') !important;
}

.modal-dialog {
	margin: unset;
	max-width: unset !important;
}

.modal-programm__content {
	border: unset;
}

.footer_new {
	background-color: rgba(4, 104, 137, .2);
	margin-top: var(--footer-repel);
	padding: 1.2rem -webkit-calc(50% - var(--max-content-width) / 2 + 15px) 0;
	padding: 1.2rem -moz-calc(50% - var(--max-content-width) / 2 + 15px) 0;
	padding: 1.2rem calc(50% - var(--max-content-width) / 2 + 15px) 0;
	padding-top: 15px;
	padding-bottom: 15px;

}

.footer_new .footer_line {
	display: flex;
	justify-content: space-between;
	margin: 10px 5px;
}

.footer_new .footer_line_bottomed {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 10px 5px;
}

.footer_email_form {
	background-color: #89aebe;
	color: #ffffff;
	padding: 15px 25px;
	max-width: 450px;
}

.footer_email_form .email_form {
	display: flex;
	gap: 5px;
}

@media (max-width: 750px) {
	.footer_email_form .email_form {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.footer_new {
		display: flex;
		flex-direction: column;
		padding-bottom: 0px;
	}

	.footer_new .footer_line {
		margin: unset;
		padding: 20px 0px 0px;
		justify-content: center;
		flex-direction: column-reverse;
	}

	.footer_new .email_input {
		width: 100% !important;
	}

	.footer_new .btn_style-a {
		padding: 5px;
		width: 100%;
		margin-top: 5px;
	}

	.footer_new .email_subscribe_content span {
		line-height: unset !important;
	}

	.footer_new .soc-list {
		display: flex;
	}

	.footer_new .email_subscribe_response {
		margin: 0px;
	}

	.footer_new .footer__address {
		text-align: center;
	}

	.footer_new .footer_line_bottomed {
		display: none;
	}

}

.email_subscription_banner {
	width: 100%;
	/*height: 60px;*/
	color: #ffffff;
	background-color: #95b1be;
	position: fixed;
	bottom: 0;
	z-index: 10;
	box-shadow: 0 0 5px #999999;
}

.email_subscription_banner_close {
	cursor: pointer;
	font-size: 1.5em;
	margin-left: 30px;
}

.email_subscription_banner_close:hover {
	color: rgba(0, 0, 0, 0.5);
	transition: color .1s;
}

.email_subscription_banner .email_input {
	line-height: 2em;
	padding: 1px 7px;
	margin: 0;
	max-width: 250px;
	min-width: 200px;
}

.email_subscription_banner .email_form {
	display: flex;
	gap: 5px;
}

@media (max-width: 750px) {
	.email_subscription_banner {
		width: 100%;
		/*height: 60px;*/
		color: #ffffff;
		background-color: #95b1be;
		position: fixed;
		bottom: 0;
		z-index: 10;
		box-shadow: 0 0 5px #999999;
	}

	.email_subscription_banner .email_subscribe_content {
		flex-direction: column;
		padding: 20px;
		gap: 0px !important;
		align-items: unset !important;
	}

	.email_subscription_banner_close {
		cursor: pointer;
		font-size: 1.5em;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.email_subscription_banner_close:hover {
		color: rgba(0, 0, 0, 0.5);
		transition: color .1s;
	}

	.email_subscription_banner .email_form {
		flex-direction: column;
		gap: 5px;
	}

	.email_subscription_banner .email_input {
		line-height: 2em;
		padding: 1px 7px;
		margin: 0;
		max-width: unset;
		min-width: unset;
		width: 100%;
	}

	.email_subscription_banner .btn_style-a {
		padding: 5px;
		width: 100%;
		margin-top: 5px;
	}
}

.blog_internal_email {
	/*background: rgb(67, 100, 114) !important;*/
	/*background: linear-gradient(45deg, rgba(67, 100, 114, 1) 18%, rgba(100, 145, 164, 1) 100%) !important;*/
	display: block;
	background-color: #e2ecef;
	-webkit-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.3);
	font-size: 1em;
	padding: 1em 1.364em 1em 1.455em;
	margin-top: 1.228em;
	margin-right: .364em;
	margin-bottom: 1.15em;
}

.blog_internal_email .email_input {
	line-height: 2em;
	padding: 2px 7px;
	margin: 0;
	max-width: 250px;
	min-width: 200px;
}

.submit_button {
	box-shadow: 0 0 5px #444;
}

.email_form .email_input, .aside_subscription_content .email_input {
	font-size: 16px;
	height: 33px;
	padding: 0px 7px;
	margin: 0;
	/*width: 100%;*/
}

@media (max-width: 750px) {
	.blog_internal_email .email_input {
		width: 100%;
		min-width: unset;
		max-width: unset;
		padding: 3px 5px;
	}

	.blog_internal_email .submit_button {
		width: 100%;
		margin-top: 5px;
	}

}

.form__value {
	display: none;
}

.active_discounts, .archive_discounts {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.active_discounts .sale-price__item, .archive_discounts .sale-price__item {
	margin: 15px;
	width: 262px;
	height: 206px;
}

.catalog_sale_badge {
	background-color: yellow;
	position: absolute;
	top: 10px;
	left: -20px;
	transform: rotate(-35deg);
	padding: 3px 8px;
	border: 1px solid #f8f800;
	font-weight: normal !important;
}

.catalog_sale_badge:hover {
	font-weight: normal !important;
}

.modal-banner__content_img {
	box-shadow: 0 0 10px #999;
	border-radius: 10px;
}

.promo-halva {
	padding:unset;
}
.no-padding {
	padding: 0 0 !important
}

@media (min-width: 375px) {
	.callback-form-mailing__wrapper, .callback-form-demoles__wrapper {
		padding-bottom: calc(3.75587vw + 35.91549px);
		/*display: block !important;*/
	}
	.callback-form-mailing__title, .callback-form-demoles__title {
		font-size: calc(1.50235vw + 18.3662px);
		width: 100% !important;
	}
	.callback-form-mailing__title-form, .callback-form-demoles__title-form {
		font-size: calc(1.50235vw + 18.3662px);
	}
}
.callback-form-mailing__wrapper, .callback-form-demoles__wrapper{
	background-color: #fff;
	padding-left: var(--unit);
	padding-right: var(--unit);
	padding-top: 50px;
	padding-bottom: 50px;
	color: #000;
	min-height: 300px;
	display: flex;
}
.callback-form-mailing__title, .callback-form-demoles__title {
	font-size: 24px;
	font-family: TT Norms,sans-serif;
	font-weight: 300;
	line-height: 130%;
	/*width: calc( 100% - 300px );*/
	width: 100%;
	float: left;
	max-width: 900px;
	margin-right: 20px;
}
.callback-form-demoles__title {
	float: none;
}
.callback-form-mailing__title-form, .callback-form-demoles__title-form {
	font-size: 24px;
	font-family: TT Norms,sans-serif;
	font-weight: 300;
	line-height: 130%;
	margin-right: 20px;
}
.callback-form-mailing__part--invisible, .callback-form-demoles__part--invisible {
	display: none;
}
.callback-form-mailing__butt-right, .callback-form-demoles__butt-right {
	float: left;
	width: 300px;
	margin: auto 0;
}
.callback-form-mailing__butt-right img {
	height: 60px;
	margin: 0 10px;
	vertical-align: middle;
}
.callback-form-mailing__butt-right .footer-part__button, .callback-form-demoles__butt .footer-part__button {
	/*background: #3079d2;*/
	background: #ff672d;
	color: #fff;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 10px;
}
.callback-form-mailing__butt-right-send, .callback-form-demoles__butt-right-send {
	float: left;
	width: 300px;
	margin: auto 0;
}
.callback-form-mailing__butt-right-send img, .callback-form-demoles__butt-right-send img {
	height: 60px;
	margin: 0 10px;
	vertical-align: middle;
}
.callback-form__inputs .footer-part__button,
.callback-form-mailing__butt-right-send .footer-part__button {
	/*background: #3079d2;*/
	background: #ff672d;
	color: #fff;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: uppercase;
}
.callback-form-mailing .callback-form__inputs, .callback-form-demoles .callback-form__inputs {
	display: grid;
	margin: 20px 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	grid-gap: 15px;
}

.callback-form-mailing .callback-form__inputs input, .callback-form-demoles .callback-form__inputs input {
	padding: 0 10px;
	color: #000;
	border: #eee 1px solid;
}
.callback-form-mailing .checkbox__label.sub-t1, .callback-form-demoles .checkbox__label.sub-t1 {
	color: #000;
}

.callback-form-mailing .checkbox, .callback-form-demoles .checkbox {
	display: inline-block;
	margin-right: 20px;
}

.callback-form-mailing .checkbox__input:checked~.checkbox__label:before, .callback-form-demoles .checkbox__input:checked~.checkbox__label:before {
	background: #23426c url(assets/img/svg/check.svg) no-repeat 50%;
}
.callback-form-mailing .checkbox--dark .checkbox__label:before, .callback-form-demoles .checkbox--dark .checkbox__label:before {
	border-radius: 0;
	background: #23426c;
	border: 1px solid hsla(0,0%,100%,.4);

}
.callback-form-mailing__part--visible div, .callback-form-demoles__part--visible div {
	color: #3079d2;
	cursor: pointer;
	text-decoration: underline;
	display: inline;
}
@media (min-width: 1440px) {
	.callback-form-mailing__wrapper, .callback-form-demoles__wrapper {
		padding-bottom: 90px;
	}
	.callback-form-mailing__title, .callback-form-demoles__title {
		font-size: 36px;
	}
	.callback-form-mailing__title-form, .callback-form-demoles__title-form {
		font-size: 36px;
	}
}