@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html, body {
	width: 100%;
	min-width: 1200px;
    /*
	background: #ff9eb5;
    background: rgba(250, 218, 221, 0.1);
    background: rgba(208,240,192, 0.2);
    background: rgba(108, 188, 189, 0.3);
    */
	color: #333;
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	/*
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	*/
}
body {
	position: relative;
	background: url('/www/img/bg-main-arrow-right.svg') top 670px right no-repeat,
				url('/www/img/bg-main-arrow-left.svg') top 1130px left no-repeat;
}
body:after {
	/*
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/www/img/bg-main-arrow-right.svg') top 400px right no-repeat,
				url('/www/img/bg-main-arrow-left.svg') top 700px left no-repeat;
	z-index: 50;
	pointer-events: none;
	*/
}

body::-webkit-scrollbar{
	width: 10px;
}
body::-webkit-scrollbar-thumb {
  background-color: #0079EA;
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
	background-color: rgba(108, 188, 189, 0.5);
}

*, *:after, *:before {
	position: relative;
	box-sizing: border-box;
}

.clr {
	clear: both;
}

a {
	text-decoration: none;
}

.content_in {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#btn {
	width: 180px;
	height: 60px;
	flex-shrink: 0;
	border-radius: 3px;
	background: #009FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	cursor: pointer;
}
.ttl,
.ttl_line {
	width: 100%;
	color: #0079EA;
	font-family: 'Oswald';
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 50px;
	overflow: hidden;
}
.ttl_line span {
	background: #fff;
	padding-right: 30px;
	z-index: 2;
}
.ttl_line:after {
	content: '';
	position: absolute;
	top: calc(50% + 4px);
	width: 100%;
	height: 3px;
	background: #CFE5FF;
	z-index: 1;
}
.ttl_line.mt100 {
	margin-top: 100px;
}

section {
	display: block;
	width: 100%;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 155px;
	z-index: 500;
}
header .up {
    width: 100%;
    height: 100px;
	background: #fff;
}
header .up .content_in {
	display: flex;
    flex-wrap: wrap;
    align-content: center;
}
header .up .logo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 20px;
}
header .up .logo .name {
    color: #06314B;
    font-family: 'Oswald';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}
header .up .time,
header .up .call {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    justify-content: center;
	margin: 0 43px 0 auto;
}
header .up .call {
	align-items: flex-end;
	margin: 0 0 0 0;
}
header .up .time .ttl {
	color: #009FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 6px;
}
header .up .time .str {
	color: #005283;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 3px;
}
header .up .time .note,
header .up .call .note {
	color: #B0B0B0;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
}
header .up .call a {
	color: #0075BC;
	font-size: 30px;
	font-weight: 400;
	line-height: 140%; /* 42px */
	display: flex;
	justify-content: center;
	align-items: center
}
header .up .call a img {
	margin-right: 15px;
}
header .up #btn {
	margin: 0 50px 0 0;
}

header .down {
    width: 100%;
    height: 55px;
    background: #0079EA;
}
header .down nav {
	height: 100%;
}
header .down nav ul {
	width: fit-content;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	gap: 55px;
}
header .down nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
header .down nav ul li.active a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}



section.main {
	width: 100%;
	height: 530px;
	margin-top: 145px;
	background: url(/www/img/bg-main.jpg) center no-repeat;
	background-size: cover;
	padding: 30px 0;
}
section.main:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/www/img/main-car.png) left calc(50% + 300px) center no-repeat;
	pointer-events: none;
	z-index: 1;
}
section.main .block_form {
	display: flex;
	flex-wrap: wrap;
}
section.main .block_form .form_main {
	width: 450px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 10px;
}
section.main .block_form .form_main .ttl {
	font-family: 'Oswald';
	color: #FFF;
	font-size: 40px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}
section.main .block_form .form_main select,
section.main .block_form .form_main input {
	width: 373px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 3px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.01);
	backdrop-filter: blur(12.5px);
	padding-left: 56px;
	padding-right: 15px;
	color: #FFF;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
section.main .block_form .form_main select option {
	color: #333;
}
section.main .block_form .form_main input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFF;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
section.main .block_form .form_main input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #FFF;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity:  1;
}
section.main .block_form .form_main input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #FFF;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity:  1;
}
section.main .block_form .form_main input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
section.main .block_form .form_main input::-ms-input-placeholder { /* Microsoft Edge */
	color: #FFF;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

section.main .block_form .form_main input::placeholder { /* Most modern browsers support this now. */
	color: #FFF;
	font-family: 'Ubuntu';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
section.main .block_form .form_main input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}


section.carpark {
	width: 100%;
	padding: 100px 0 0;
}

section.carpark .block_tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
}
section.carpark .block_tabs .tabs {
	display: flex;
	flex-direction: column;
	width: 160px;
	gap: 2px;
}
section.carpark .block_tabs #btn.btntabs {
	width: 100%;
	padding-left: 16px;
	align-items: flex-start;
}
section.carpark .block_tabs #btn.btntabs.active {
	background: #4FBDFF url(/www/img/btn-active.svg) center no-repeat;
}
section.carpark .block_tabs .tab {
	width: calc(100% - 250px);
	height: 100%;
}
section.carpark .block_tabs .tab .block_info {
	display: none;
	flex-wrap: wrap;
	gap: 75px;
}
section.carpark .block_tabs .tab .block_info.active {
	display: flex;
}
section.carpark .block_tabs .tab .block_info .left {
	width: 437px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.carpark .block_tabs .tab .block_info .left hr {
	width: 375px;
	height: 1px;
	background: #D8D8D8;
	border: none;
}
section.carpark .block_tabs .tab .block_info .left .block_ico {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 33px;
}
section.carpark .block_tabs .tab .block_info .left .block_ico .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
section.carpark .block_tabs .tab .block_info .left .block_ico .info .text {
	height: 27px;
	line-height: 27px;
	color: #4EA1FF;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.carpark .block_tabs .tab .block_info .left .block_ico .info .text sup {
	font-size: 70%;
	vertical-align: super;
}
section.carpark .block_tabs .tab .block_info .right {
	width: 437px;
	display: flex;
	flex-direction: column;
}
section.carpark .block_tabs .tab .block_info .right p {
	color: #212121;
	font-family: Ubuntu;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%; /* 19.6px */
	margin-bottom: 50px;
}

section.about {
	width: 100%;
	padding: 100px 0 0;
}
section.about .blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 54px;
}
section.about .blocks .text {
	width: 320px;
	color: #6B6B6B;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
}
section.about .blocks .circs {
	width: calc(100% - 374px);
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
}
section.about .blocks .circs .block {
	width: 134px;
	margin-bottom: 28px;
	color: #0079EA;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
section.about .blocks .circs .block img {
	margin-bottom: 28px;
}

section.gallery {
	width: 100%;
	padding: 100px 0;
}
section.gallery .gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
section.gallery .gallery .img {
	width: 280px;
	height: 188px;
	cursor: pointer;
}
section.gallery .gallery .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.partners {
	width: 100%;
	padding: 50px 0;
	background: #009FFF;
}
section.partners.no_bg {
	background: none;
	padding-bottom: 0;
}
section.partners .ttl {
	color: #FFF;
	font-family: 'Oswald';
	font-size: 36px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 50px;
}
section.partners .imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 54px;
} 

section.about_page {
	width: 100%;
	padding: 100px 0;
	margin-top: 155px;
}
section.about_page .text_up {
	display: table;
}
section.about_page .text_up img {
	margin-right: 95px;
	float: left;
}

section.about_page .text_down {
	display: table;
}
section.about_page .text_down img {
	margin-left: 95px;
	float: right;
}

section.about_page p {
	color: #6B6B6B;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	margin-bottom: 24px;
}

section.about_page .text_2col {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
section.about_page .text_2col .left {
	width: calc(100% - 675px);
}
section.about_page .text_2col .left .circs {
	display: flex;
	flex-wrap: wrap;
	gap: 90px;
}
section.about_page .text_2col .left .circs .block {
	width: 134px;
	margin-bottom: 28px;
	color: #0079EA;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
section.about_page .text_2col .left .circs .block img {
	margin-bottom: 28px;
}

section.about_page .text_2col .right {
	width: 655px;
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.region {
	width: 100%;
	padding: 100px 0;
}

section.submenu {
	width: 100%;
	height: 250px;
	margin-top: 155px;
}
section.submenu .menu_data {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
section.submenu .menu_data .ttl {
	padding-left: 45%;
}
section.submenu .menu_data ul {
/*	display: flex;*/
	column-count: 2;
}
section.submenu .menu_data ul li {
	margin-bottom: 27px;
}
section.submenu .menu_data ul li a {
	color: #06314B;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
section.submenu .menu_data ul li a:hover {
	color: #0079EA;
}

section.h1 {
	width: 100%;
	height: 200px;
}
section.h1.big {
	height: 385px;
	margin-top: 155px;
}
section.h1 .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
section.h1 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.h1 .content_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	z-index: 2;
}
section.h1 .content_in h1 {
	font-family: 'Oswald';
	font-size: 200px;
	font-weight: 500;
	background: linear-gradient(180deg, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section.h1 .content_in h1.page {
	font-size: 90px;
}

section.content {
	width: 100%;
	padding: 80px 0;
}
section.content .blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 21px;
}
section.content .blocks .left {
	width: calc(100% - 600px);
	display: flex;
	flex-direction: column;
	gap: 50px;
}
section.content .blocks .right {
	width: 579px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.content .blocks .left p {
	color: #6B6B6B;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
}
section.content .blocks .right p {
	color: #6B6B6B;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%; /* 19.6px */
	margin-bottom: 20px;
}

section.info {
	width: 100%;
	padding: 80px 0 120px 0;
}
section.info .blocks {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.info .blocks .block {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
section.info .blocks .block .ttl_mini {
	color: #0079EA;
	font-family: 'Oswald';
	font-size: 20px;
	font-weight: 500;
}
section.info .blocks .block a.phone {
	color: #424242;
	font-size: 16px;
	font-weight: 700;
}
section.info .blocks .block a.mail {
	color: #242728;
	font-size: 14px;
	font-weight: 400;
	text-decoration-line: underline;
}
section.info .blocks .block p {
	color: #242728;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

section#map {
	width: 100%;
	height: 700px;
}
ymaps.ymaps-2-1-79-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

section.form_in {
	width: 100%;
	background: #008BDE url(/www/img/bg-form.png) left calc(50% + 350px) bottom no-repeat;
	padding: 80px 0 110px 0;
}
section.form_in .form {
	width: 50%;
	display: flex;
	flex-direction: column;
} 
section.form_in .form .ttl_line.white {
	color: #fff;
	margin-bottom: 50px;
	overflow: hidden;
}
section.form_in .ttl_line.white span {
	background: #008BDE;
}
section.form_in .form p {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 33px;
}
section.form_in .form input {
	width: 100%;
	height: 55px;
	border-radius: 3px;
	background: #FFF;
	margin-bottom: 25px;
	border: none;
	padding: 0 15px;
}












footer {
	width: 100%;
}
footer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/www/img/bg-footer-arrow.svg) right center no-repeat;
/*	background-size: contain;*/
	pointer-events: none;
	z-index: 2;
}
footer .form_block {
	width: 100%;
	background: #008BDE;
	padding: 80px 0 110px 0;
}
footer .form_block .form {
	width: 50%;
	display: flex;
	flex-direction: column;
} 
footer .form_block .form .ttl_line.white {
	color: #fff;
	margin-bottom: 50px;
	overflow: hidden;
}
footer .form_block .form .ttl_line.white span {
	background: #008BDE;
}
footer .form_block .form p {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 33px;
}
footer .form_block .form input {
	width: 100%;
	height: 55px;
	border-radius: 3px;
	background: #FFF;
	margin-bottom: 25px;
	border: none;
	padding: 0 15px;
}
footer .down {
	width: 100%;
	height: 70px;
	background: #fff;
	z-index: 5;
}
footer .down .content_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
footer .down .copy {
	color: #48BAFF;
	font-size: 14px;
	font-weight: 400;
}
footer .down .author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #48BAFF;
	font-size: 14px;
	font-weight: 400;
	gap: 15px;
	z-index: 2;
}


.burger,
.menu_mobile {
	display: none;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
	
	.burger {
		width: 40px;
		height: 40px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		margin: 10px 20px 10px auto;
	}
	.burger hr {
		width: 100%;
		height: 4px;
		background: #009FFF;
		border: none;
		margin: 0;
	}
	.menu_mobile {
		position: fixed;
		width: 80vw;
		height: calc(100vh - 60px);
		top: 60px;
		right: -80vw;
		background: #fff;
		padding: 50px 20px;
		z-index: 150;
		display: block;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	.menu_mobile.active {
		right: 0;
	}
	.menu_mobile ul {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.menu_mobile ul li a {
		font-size: 22px;
		color: #444;
	}
	
	
	
	html, body {
		min-width: 100%;
	}
	.content_in {
		width: 100%;
	}
	#btn {
		width: 100%;
	}
	
	header {
		height: 60px;
	}
	header .up {
		height: 60px;
	}
	header .up .logo {
		height: 50px;
		gap: 10px;
		margin: 5px;
	}
	header .up .time, 
	header .up .call,
	header .up #btn,
	header .down {
		display: none;
	}
	
	section {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	section.main {
		width: 100%;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 60px;
	}
	
	section.main .block_form {
		width: 100%;
		z-index: 2;
	}
	section.main .block_form .form_main {
		width: 100%;
	}
	section.main .block_form .form_main select, 
	section.main .block_form .form_main input {
		width: 100%;
	}
	
	section.carpark {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.carpark .block_tabs {
		flex-direction: column;
	}
	section.carpark .block_tabs .tabs {
		width: 100%;
		flex-direction: inherit;
    	flex-wrap: wrap;
	}
	section.carpark .block_tabs #btn.btntabs.active {
		background: #4FBDFF url(/www/img/btn-active.svg) center right no-repeat;
	}
	section.carpark .block_tabs .tab {
		width: 100%;
		height: auto;
	}
	section.carpark .block_tabs .tab .block_info .left {
		width: 100%;
	}
	
	section.about {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.about .blocks .circs {
		width: 100%;
		gap: 50px;
	}
	section.gallery {
		padding-left: 20px;
		padding-right: 20px;
	}
	section.gallery .gallery .img {
		width: 100%;
		height: auto;
		aspect-ratio: 280/188;
	}
	
	section.partners {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	section.about_page {
		margin-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
	}
	section.about_page .text_up {
		width: 100%;
	}
	section.about_page .text_up img {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.ttl_line.mt100 {
		margin-top: 50px;
		font-size: 26px;
	}
	section.about_page .text_down img {
		width: 100%;
		margin: 0 0 20px 0;
	}
	section.about_page .text_2col .left {
		width: 100%;
	}
	section.about_page .text_2col .left .circs {
		width: 100%;
		gap: 50px;
	}
	
	section.form_in {
		padding-left: 20px;
		padding-right: 20px;
		background: #008BDE ;
	}
	section.form_in .form {
		width: 100%;
	}
	section.form_in .form .ttl_line.white {
		font-size: 22px;
	}
	
	section.region {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	section.region .ttl_line {
		font-size: 26px;
	}
	section.region img {
		width: 100%;
	}
	
	section.submenu {
		margin-top: 60px;
	}
	section.submenu .menu_data .ttl {
		padding-left: 0;
	}
	
	section.h1 .content_in h1 {
		font-size: 100px;
	}
	section.content {
		padding: 50px 20px;	
	}
	section.content .blocks .left,
	section.content .blocks .right {
		width: 100%;
	}
	section.h1 .content_in h1.page {
		font-size: 50px;
	}
	
	section.h1.big {
		margin-top: 60px;
		height: 200px;
	}
	
	section.info {
		padding: 50px 20px;
	}
	section.info .blocks .block {
		margin-bottom: 30px;
	}
	
	section#map {
		padding: 0;
		height: 500px;
	}
	
	
	
	footer:after {
		background: url(/www/img/bg-footer-arrow.svg) left center no-repeat;
	}
	footer .form_block {
		padding-left: 20px;
		padding-right: 20px;
	}
	footer .form_block .form {
		width: 100%;
		z-index: 4;
	}
	footer .down {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		height: 110px;
	}
	footer .down .content_in {
		justify-content: center;
	}
}






































