body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	width: 100%;
}
html {
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.head-block-image {
	background-image: url('/image_opp/opp_images/head_block_image.webp');
	height: 100dvh;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}
.head-block-image .block-text-on-image {
	width: 100%;
	height: 100dvh;
	background-image: linear-gradient(rgba(15, 15, 15, 0.9), rgba(15, 15, 15, 0.3));
	padding-top: 130px;
}
.container {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.title-banner {
	font-size: 54px;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
}
.text-banner {
	font-size: 26px;
	color: #ffffff;
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 60px;
}
.btn {
	display: inline-block;
	padding: 18px 60px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0;
	border-radius: 30px;
	transition-duration: 0.2s;
	transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
	transition-timing-function: ease-in-out;
}
.btn-primary {
	color: #fff;
	background-color: #e7701d;
	border-color: transparent;
}
.btn-primary:hover {
	color: #0f0f0f;
	background-color: #a2c009 ;
	border-color: transparent;
}
.header-menu {
	position: fixed;
	width: inherit;
	background-color: rgba(235, 235, 235, 1);
	padding: 15px 30px;
	border-radius: 0px 0px 20px 20px;
	z-index: 999;
	display: flex;
	align-items: center;
}
.header-menu .left-block {
	width: 50%;
}
.header-menu .right-block {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header-menu .logo-block {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header-menu .logo-block .logo {
	width: 100px;
}
.header-menu .logo-block .text-logo {
	font-size: 16px;
	font-weight: 600;
	color: #0f0f0f;
}
.header-menu .menu-items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 30px;
}
.header-menu .menu-items a {
	font-size: 14px;
	font-weight: 600;
	color: #0f0f0f;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.header-menu .menu-items a:hover {
	color: #e7701d;
}
.header-menu .head-button {
	color: #0f0f0f;
	background-color: #a2c009;
	--border-width: 0px;
	border-style: none !important;
	border-radius: 50px;
	box-shadow: none !important;
	font-weight: 600;
	font-size: 14px;
	transition-duration: 0.2s;
	transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
	transition-timing-function: ease-in-out;
	padding: 10px 25px;
	cursor: pointer;
}
.header-menu .head-button:hover {
	color: #fff;
	background-color: #e7701d;
}
.block-how-open {
	padding: 120px 0;
	background: #fff;
}
.title-block {
	font-size: 35px;
	text-align: center;
	color: #333;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 80px;
}
.steps-title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px;
}
.timeline {
	position: relative;
}
.timeline::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 20px;
	width: 4px;
	height: 85%;
	background: #e5e7eb;
	transform: translateX(-50%);
}
.timeline-item {
	position: relative;
	width: 50%;
	padding: 20px 40px;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.6s ease;
}
.timeline__item:nth-child(odd) {
	left: 0;
}
.timeline-item:nth-child(even) {
	left: 50%;
}
.timeline-content {
	background: #fff;
	padding: 40px 20px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 1.5;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	position: relative;
}
.timeline-circle {
	position: absolute;
	top: 20px;
	left: 100%;
	transform: translateX(-50%);
	width: 34px;
	height: 34px;
	background: rgb(162, 192, 9);
	color: #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border: 2px solid #fff;
}
.timeline-circle span {
	position: relative;
	top: 1px;
}
.timeline-item:nth-child(even) .timeline-circle {
	left: 0;
	transform: translateX(-50%);
}
.timeline-item.show {
	opacity: 1;
	transform: translateY(0);
}
.timeline-content .image {
	width: 90px;
	position: absolute;
	top: -50%;
	background: #fff;
	border-radius: 10px;
	z-index: 999;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%,0%);
	transform: translate(-50%, 0%);
}
.timeline-item:nth-child(odd) .timeline-content::after {
	content: "";
	position: absolute;
	top: 8px;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}

/* Треугольник для правой стороны (указывает влево ← к линии) */
.timeline-item:nth-child(even) .timeline-content::after {
	content: "";
	position: absolute;
	top: 8px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}
.block-map-opp {
	padding: 60px 0 0 0;
	background: #fff;
}
.text-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	margin-top: 40px;
	color: #8d8d8d;
}
#map_points {
	height: 500px;
	margin-top: 40px;
}
.lb-point-icon {
	width: 70px;
	height: 70px;
	background-color: white;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 5px rgb(229 121 31);
	box-shadow: 0 0 5px rgb(229 121 31);
	position: relative;
	border: 2px solid #e5791f;
}
.lb-point-icon img {
	width: 40px;
}
.lb-tooltip {
	position: absolute;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%) translateY(10px);
	background: #111;
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 12px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.25s ease;
	width: 160px;
	z-index: 9999;
}

/* стрелочка */
.lb-tooltip::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #111 transparent transparent transparent;
}

/* hover (desktop) */
.lb-point-icon:hover .lb-tooltip {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/* активное состояние (mobile) */
.lb-point-icon.active .lb-tooltip {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
a:focus {
	outline: thin dotted;
	outline: 0;
	outline-offset: 0;
}
a:focus, a:hover {
	color: #e7701d;
	text-decoration: none;
}




.header-menu {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 0.7s ease;
}

/* активное состояние */
.header-menu.show-menu {
	opacity: 1;
	transform: translateY(0);
}
.block-text-on-image .title-banner,
.block-text-on-image .text-banner,
.block-text-on-image .btn-banner {
	opacity: 0;
	transition: all 0.8s ease;
}

/* 🔹 title — слева */
.block-text-on-image .title-banner {
	transform: translateX(-60px);
}

/* 🔹 text + button — снизу */
.block-text-on-image .text-banner,
.block-text-on-image .btn-banner {
	transform: translateY(40px);
}

/* 🔥 активное состояние */
.block-text-on-image.animate .title-banner,
.block-text-on-image.animate .text-banner,
.block-text-on-image.animate .btn-banner {
	opacity: 1;
	transform: translate(0, 0);
}

/* небольшая задержка для “премиум” эффекта */
.block-text-on-image.animate .title-banner {
	transition-delay: 0.1s;
}

.block-text-on-image.animate .text-banner {
	transition-delay: 0.25s;
}

.block-text-on-image.animate .btn-banner {
	transition-delay: 0.4s;
}
.block-callback {
	background-image: url('/image_opp/opp_images/block_callback_live.webp');
	height: 560px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.block-callback .block-text-on-image {
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(15, 15, 15, 0.90), rgba(15, 15, 15, 0.80));
}
.block-callback .block-text-on-image .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-callback .block-text-on-image .text-block {
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	color: #fff;
}
.block-callback .block-text-on-image .button-with-icons {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	flex-wrap: wrap;
}
.block-callback .block-text-on-image .button-with-icons .icon {
	position: absolute;
	left: 38%;
}
.block-callback .block-text-on-image .button-with-icons .icon .arrow-icon-button {
	fill: #e7701d;
	width: 45px;
	top: -20px;
	bottom: 0;
	margin: auto;
	height: 100px;
	position: relative;
}
.block-callback .block-text-on-image .button-with-icons .icon-top {
	display: none;
}
.block-callback .block-text-on-image .button-with-icons .icon-top .arrow-icon-top-button {
	display: flex;
	width: 20px;
	margin: auto;
	position: relative;
	height: 40px;
}
footer .footer-main-block-opp {
	display: flex;
	padding: 30px 40px;
	background: #0f0f0f;
	color: #fff;
	font-size: 16px;
	align-items: center;
}
footer .footer-main-block-opp .block-opp {
	width: 33%;
}
.left {
	text-align: left;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.footer-social-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}
.footer-social-icons a {
	font-size: 22px;
	border: 1px solid #fff;
	color: #fff;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	transition: 0.2s;
}
.footer-social-icons a:hover {
	color: #ff7804;
}
.footer-social-icons a.social-icon-vk::before {
	content: '\f189';
	font-family: icomoon;
}
.footer-social-icons a.social-icon-tg::before {
	content: '\e9eb';
	font-family: icomoon;
}
.footer-social-icons a.social-icon-max::before {
	content: '\f3b6';
	font-family: icomoon;
}
.footer-social-icons a:hover {
	background: #fff;
}
.modal-content-address {
	width: 1200px;
}
.modal-block-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.block-address-info {
	width: 40%;
	text-align: left;
	position: relative;
	padding-right: 15px;
	line-height: 1.2;
}
.block-address-map {
	width: 60%;
	padding-left: 15px;
	border-left: 1px solid #e5e5e5;
	position: relative;
}
.block-address-info .head-image {
	width: 100%;
	margin-bottom: 20px;
}
.block-address-info .head-image img {
	width: 100%;
}
.block-address-info .two-input-form {
	display: flex;
	align-items: center;
	gap: 20px;
}
.block-address-info .block-input-form {
	width: 100%;
	margin-bottom: 10px;
}
.modal-head-block-image {
	background-image: url('/image_opp/opp_images/form_head_image.webp');
	height: 120px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position-y: center;
	border-radius: 10px;
}
.modal-head-block-image .modal-block-text-on-image {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 70%);
	border-radius: 10px;
}
.modal-head-block-image .modal-block-text-on-image .info-modal-banner {
	color: #fff;
	font-size: 20px;
	padding: 10px;
	font-weight: 600;
}
.block-address-info .personal-info-customer,
.block-address-info .ur-info-customer {
	box-shadow: 0 5px 15px rgb(177 221 175 / 80%);
	padding: 15px;
	border-radius: 10px;
}
.block-address-info #info_address > div  {
	margin-bottom: 20px
}
.block-address-info input[type="text"].form-control,
.block-address-info input[type="tel"].form-control,
.block-address-info input[type="email"].form-control,
.block-address-info select.form-control,
.block-address-info input[type="number"].form-control {
	border-radius: 20px;
}
.block-address-info .form-input-name {
	margin-left: 12px;
	color: #9d9d9d;
}
a.ballon-link {
	background: #e5791f;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	transition: 0.2s;
	cursor: pointer;
}
a.ballon-link:hover {
	background: #31a52a;
}
.change-address-but {
	display: none;
}
.block-address-info .footer-info-address {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.modal-content-address.fancybox__content {
	border-radius: 10px;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.error-input {
	border-color: #ff4433;
}
.form-control.error-input:focus {
	border-color: #ff4433;
}
.block-address-info .address-info-customer {
	position: relative;
}
.block-address-info .background-block {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
}
.block-address-map .custom-search-form-map-input {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 10px;
	background: rgb(229 121 31 / 30%);
	max-width: -webkit-fill-available;
}
.block-address-map .custom-search-form-map-input .input-search {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.block-address-map .custom-search-form-map-input .input-search .search-button-map {
	position: absolute;
	top: 0;
	right: 0;
	background: #31a52a;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 4px;
	transition: 0.2s;
}
.block-address-map .custom-search-form-map-input .input-search .search-button-map:hover {
	background: #e5791f;
}
.form-control:focus {
	border-color: #e5791f;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(229 121 31);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(229 121 31);
}
#response_request {
	width: 100%;
}
#response_request .respone {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	background: #a2c009;
	padding: 10px;
	text-align: center;
}
.mobile-menu-toggle {
	display: none;
	width: 30px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	right: 20px;
	top: 20px;
}
.mobile-menu-toggle span {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #111;
	left: 0;
	transition: 0.3s;
}
.mobile-menu-toggle span:nth-child(1) {
	top: 0;
}
.mobile-menu-toggle span:nth-child(2) {
	top: 9px;
}
.mobile-menu-toggle span:nth-child(3) {
	bottom: 0;
}
.mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 9px;
}
.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 10px;
}
.search-info-mob,
.form-info-mob {
	background: #31a52a;
	color: #fff;
	padding: 5px 10px;
	font-size: 15px;
	margin-bottom: 10px;
}
.form-info-mob,
.search-info-mob {
	display: none;
}
@media (max-width: 980px) {
	.header-menu {
		width: 100%;
		left: 0;
	}
	.header-menu .logo-block .text-logo {
		font-size: 12px;
	}
	.header-menu .menu-items {
		max-width: 185px;
	}
	.title-banner {
		font-size: 22px;
	}
	.text-banner {
		font-size: 16px;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.head-block-image .block-text-on-image {
		height: 600px;
		padding-top: 100px;
	}
	.head-block-image {
		height: 400px;
	}
	.block-how-open {
		padding: 50px 0;
	}
	.title-block {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.timeline-content .image {
		width: 70px;
		top: -20%;
	}
	.timeline::before {
		height: 84%;
	}
	.text-title {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.3;
		text-align: center;
		margin-top: 0;
		color: #8d8d8d;
	}
	#map_points {
		height: 390px;
	}
	.block-callback .block-text-on-image .text-block {
		font-size: 30px;
	}
	.block-callback .block-text-on-image .button-with-icons .icon {
		left: 28%;
	}
}
@media (max-width: 768px) {
	.form-info-mob,
	.search-info-mob {
		display: block;
	}
	.change-address-but {
		display: block;
		margin-top: 15px;
	}
	.modal-head-block-image {
		display: none;
	}
	.block-address-info {
		display: none;
		width: 100%;
		padding-right: 0;
	}
	.block-address-info.mob-show {
		display: block;
		height: 100%;
		overflow-y: auto;
	}
	#map_address {
		min-height: 600px;
	}
	.block-address-map {
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}
	.block-address-map.mob-map-hide {
		display: none;
	}
	.header-menu .logo-block .text-logo {
		font-size: 14px;
	}
	.footer-social-icons {
		justify-content: center;
	}
	footer .footer-main-block-opp {
		flex-wrap: wrap;
		gap: 25px;
	}
	footer .footer-main-block-opp .block-opp {
		width: 100%;
	}
	.block-callback .block-text-on-image .text-block {
		font-size: 27px;
	}
	.block-callback .block-text-on-image .button-with-icons {
		margin-top: 22px;
	}
	.block-map-opp {
		padding: 0;
	}
	.text-title {
		font-size: 22px;
		margin-top: 0;
	}
	.title-block {
		font-size: 25px;
	}
	.block-how-open {
		padding: 50px 0;
	}
	.timeline-content .image {
		width: 60px;
		top: -20%;
	}
	.header-menu .menu-items a {
		font-size: 16px;
	}
	.header-menu .head-button {
		margin-bottom: 20px;
	}
	.header-menu .left-block {
		width: 100%;
	}
	.mobile-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.header-menu .right-block {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
		flex-wrap: nowrap;
		max-height: 0;
		opacity: 0;
		transform: translateY(-10px);
		transition: all 0.4s ease;
	}
	.header-menu .right-block.open {
		max-height: 500px; /* запас */
		opacity: 1;
		transform: translateY(0);
		margin-top: 20px;
	}
	.header-menu .logo-block {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.header-menu .menu-items {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 30px;
		flex-direction: column;
		margin-bottom: 30px;
	}
	.header-menu {
		position: fixed;
		width: 100%;
		background-color: rgba(235, 235, 235, 1);
		padding: 15px 30px;
		border-radius: 0 0 20px 20px;
		z-index: 999;
		display: flex;
		align-items: center;
		left: 0;
		flex-direction: column;
	}
	.title-banner {
		font-size: 25px;
	}
	.head-block-image {
		background-size: auto;
		height: 600px;
	}
	.text-banner {
		font-size: 20px;
	}
	.head-block-image .block-text-on-image {
		padding-top: 100px;
		height: 600px;
	}
	.container {
		margin-right: 20px;
		margin-left: 20px;
	}
	.block-callback .block-text-on-image .button-with-icons {
		flex-direction: column;
	}
	.block-callback .block-text-on-image .button-with-icons .icon-top {
		display: block;
		margin-bottom: 30px;
		height: 40px;
	}
	.block-callback .block-text-on-image .button-with-icons .icon .arrow-icon-button {
		display: none;
	}
	.timeline::before {
		left: 20px;
	}
	.timeline-item:nth-child(odd) .timeline-content::after {
		content: "";
		position: absolute;
		top: 8px;
		left: -9px;
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid #fff;
		border-left: 0;
	}

	.timeline-item {
		width: 100%;
		padding-left: 60px;
		padding-right: 20px;
		text-align: left !important;
		margin-bottom: 25px;
	}

	.timeline-item:nth-child(even) {
		left: 0;
	}

	.timeline-circle {
		left: 20px !important;
		transform: translateX(-50%);
	}
}