@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Regular.otf')  format('opentype'),
		url('fonts/ProximaNova-Regular.woff') format('woff'),
		url('fonts/ProximaNova-Regular.ttf')  format('truetype'),
		url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Bold.otf')  format('opentype'),
		url('fonts/ProximaNova-Bold.woff') format('woff'),
		url('fonts/ProximaNova-Bold.ttf')  format('truetype'),
		url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Light.otf')  format('opentype'),
		url('fonts/ProximaNova-Light.woff') format('woff'),
		url('fonts/ProximaNova-Light.ttf')  format('truetype'),
		url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Semibold.otf')  format('opentype'),
		url('fonts/ProximaNova-Semibold.woff') format('woff'),
		url('fonts/ProximaNova-Semibold.ttf')  format('truetype'),
		url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNovaT-Thin.otf')  format('opentype'),
		url('fonts/ProximaNovaT-Thin.woff') format('woff'),
		url('fonts/ProximaNovaT-Thin.ttf')  format('truetype'),
		url('fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src:url('fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/ProximaNova-Black.otf')  format('opentype'),
		url('fonts/ProximaNova-Black.woff') format('woff'),
		url('fonts/ProximaNova-Black.ttf')  format('truetype'),
		url('fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
	font-weight: 800;
	font-style: normal;
}

.fix-diff-header .header.header-white{
	margin-left: -8px;
}
body{
	font-family: 'ProximaNova';
	padding-top: 100px;
}

body.index{
	padding-top: 0;
}

body.index .header {
	margin-left: -20px;
}

body.index .header .navigation {
	margin-top: 35px;
}
body.index .header .navigation li {
	margin-left: 47px;
}

.clearfix:before,
.clearfix:after{
	content: " ";
	display: table;
}

.clearfix:after{
	clear: both;
}

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.table td, .table th{
	border: 1px solid black;
	padding: 10px;
}

.section1{
	background: url(images//s1-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 845px;
}

.logo{
	float: left;
	margin-top: 25px;
	width: 319px;
	height: 47px;
	background: url(images/logo-white.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.header{
	height: 100px;
	position: fixed;
	width: 100%;
	z-index: 10;
	left: 0;
	transition: top ease-in .4s;
	-webkit-transition: top ease-in .4s;
	-moz-transition: top ease-in .4s;
	top: 0;
}

.header.active{
	top:-100px;
}

.header.bg-white{
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

.header.bg-white .logo{
	background: url(images/logo-red.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

.header.bg-white .navigation-list li{
	margin-left: 5px;
}

.header.bg-white .navigation-list li a{
	color: #000;
	display: block;
}

.header.bg-white .navigation{
	margin-top: 0;
}

.navigation{
	float: right;
	margin-top: 40px;
}

.navigation-list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.navigation-list li{
	float: left;
	margin-left: 45px;
}

.navigation-list li a{
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
	padding: 0 1px 3px 1px;
	text-decoration: none !important;
}

.bg-white .navigation-list li a{
	color: #000;
}

.navigation-list li a:hover{
	opacity: .7;
}

.navigation-list li.active a{
	border-color: #ff3333;
}

.main-title{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: 'Ubuntu';
	font-weight: 600;
	line-height: 120%;
	margin-top: 223px;
	margin-bottom: 90px;
}

.main-title span{
	border-bottom: 1px solid #fff;
}

.subtitle{
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.subtitle:after{
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	border-bottom: 1px solid #ff4c64;
	left: 50%;
	margin-left: -25px;
	top: -45px;
}

.section2{
	padding: 75px 0;
}

.block-title{
	font-size: 30px;
	color: #18191a;
	font-family: 'Ubuntu';
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
}

.block-title:after{
	content: "";
	display: block;
	position: absolute;
	background: url(images//figure.png) no-repeat;
	width: 11px;
	height: 29px;
	left: -20px;
	top: 7px;
}

.s2-text{
	font-weight: 300;
	font-size: 14px;
	padding-right: 40px;
}

.s2-text p{
	margin: 30px 0;
}

.s2-item__img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #c8cbcc;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin-bottom: 20px;
}

/*.s2-item__img.item1{
	background-position: -2px -2px;
}

.s2-item__img.item2{
	background-position: -70px 0;
}

.s2-item__img.item3{
	background-position: -140px 0;
}

.s2-item__img.item4{
	background-position: -210px 0px;
}

.s2-item__img.item5{
	background-position: -280px 0px;
}

.s2-item__img.item6{
	background-position: -350px 0px;
}

.s2-item__img.item7{
	background-position: -420px 0px;
}

.s2-item__img.item8{
	background-position: -490px 0px;
}

.s2-item__img.item9{
	background-position: -560px 0px;
}

.s2-item__img.item10{
	background-position: -630px 0px;
}

.s2-item__img.item11{
	background-position: -700px 0px;
}

.s2-item__img.item12{
	background-position: -770px 0px;
}

.s2-item__img.item13{
	background-position: -840px 0px;
}

.s2-item__img.item14{
	background-position: -910px 0px;
}

.s2-item__img.item15{
	background-position: -980px 0px;
}*/

.s2-item{
	margin-bottom: 45px;
	height: 200px;
}

.s2-item a{
	font-weight: 600;
	color: #000;
}

.s2-item a:hover{
	color: #ff4c64;
}

.s2-item a span{
	color: #000;
}

.s2-item a:hover span{
	color: #000;
}

.s2-item a:hover .s2-item__img{
	background-color: #ff4c64;
	border-color: #ff4c64;
	background-image: url(images//projects-icons-white.png);
}

.section3{
	background: url(images//s3-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 75px 0;
}

.section3 .block-title{
	color: #fff;
}

.s3-item__img{
	height: 57px;
	margin-bottom: 40px;
}

.s3-item__img.item1{
	background: url(images//s3-img1.png) no-repeat left center;
}
.s3-item__img.item2{
	background: url(images//s3-img2.png) no-repeat left center;
}
.s3-item__img.item3{
	background: url(images//s3-img3.png) no-repeat left center;
}

/*.s3-item:hover .s3-item__img.item1{
	background: url(images//s3-img1active.png) no-repeat;
}
.s3-item:hover .s3-item__img.item2{
	background: url(images//s3-img2active.png) no-repeat;
}
.s3-item:hover .s3-item__img.item3{
	background: url(images//s3-img3active.png) no-repeat;
}*/

.s3-item__text{
	color: #fff;
	font-size: 16px;
}

.s3-item__text span{
	font-size: 17px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

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

.section4{
	padding: 75px 0;
}

.s4-item{
	text-align: center;
	position: relative;
}

.s4-item:before{
	content: "";
	display: block;
	position: absolute;
	height: 30px;
	border-left: 1px solid #e6e6e6;
	right: 0;
	top: 10px;
}

.section4 .col-sm-4:last-child .s4-item:before{
	display: none;
}

.map{
	height: 470px;
	position: relative;
	overflow: hidden;
}

.map:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	top: -4px;
	z-index: 1;
	box-shadow: 0 1px 7px rgba(0,0,0,0.8)

}

.section5 .container{
	position: relative;
}

.address{
	width: 300px;
	height: 300px;
	background: #fff;
	position: absolute;
	z-index: 1;
	top: 80px;
	padding: 50px;
}

.address p{
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 90px 0;
}

.address a{
	color: #ef3e56;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}

.address a:hover{
	color: #ef3e56;
	text-decoration: none;
}

.address span{
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 15px;
}

.footer{
	padding: 40px 0;
}

.copyright{
	color: #9da3a6;
	font-size: 13px;
}

.wrapper{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.toogle-menu{
	background: url(images//menu-icon.png) no-repeat 0px 0px;
	width: 32px;
	height: 22px;
	display: block;
	float: right;
	display: none;
	margin-right: 20px;
}

.bg-white .toogle-menu{
	background-image: url(images//menu-icon-b.png);
}

.header-white{
	background: #fff;
}

.header-white .logo{
	background: url(images/logo-red.svg) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
}

.header-white .logo a{
	position: absolute;
	width: 100%;
	height: 70%;
	left: 0;
	top: 15%;
}

.section6{
	background: url(images//s4-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 80px 0;
}

.header-white .navigation-list li{
	margin-left: 10px;
}

.header-white .navigation-list li a{
	color: #000;
	padding: 41px 20px;
	display: block;
}

.header-white .navigation{
	margin: 0;
}

.s6-item{
	text-align: center;
}

.s6-item__cont{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #fff;
	margin: 0 auto 40px;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 160px;
}

.s6-item span{
	font-size: 18px;
	color: #fff;
}

.footer-white{
	max-width: 1170px;
	margin:  0 auto;
	border-top: 1px solid #e6e6e6;
}

.header-white .toogle-menu,
.toogle-menu.active{
	background-image: url(images//menu-icon-b.png);
}

.contacts{
	margin: 70px 0;
}

.header-white.border{
	border-bottom: 1px solid #e6e6e6;
}

.contact-item h4{
	font-weight: 600;
	margin: 0 0 10px 0;
}

.contact-item{
	font-size: 18px;
	font-weight: 300;
}

.contact-item a{
	color: #ef3e56;
	font-size: 15px;
}

.contact-item{
	float: left;
	width: 23.07%;
	position: relative;
	padding: 0 15px;
}

.contact-item:first-child{
	width: 38.4615%;
}

.contact-item:last-child{
	width: 14%;
}

.contact-item:before{
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	border-left: 1px solid #e6e6e6;
	right: 20px;
	top: 10px;
}

.contact-item:last-child:before{
	display: none;
}

.contacts-map{
	height: 665px;
}

.project-item{
	border: 1px solid #e6e6e6;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	height: 390px;
}

.projects .col-lg-6:nth-child(odd){
	clear: both;
}

.project-item__left{
	width: 20%;
	float: left;
}

.project-item__right{
	width: 80%;
	float: left;
	color: #18191a;
	font-size: 14px;
	font-weight: 300;
}

.project-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-item__right h4{
	color: #18191a;
	font-size: 16px !important;
	font-weight: 600;
	color: #ff4c64;
	margin: 0 0 15px 0;
}

.project-item__right h4 span{
	color: #000;
}

.project-list li{
	color: #18191a;
	font-size: 14px;
	font-weight: 300;
	text-indent: 12px;
	position: relative;
	margin-bottom: 5px;
}

.project-list li:after{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff4c64;
	top: 7px;
	left: 0;
}

.project-item__link{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.project-item:hover{
	border-color: #ff4c64;
}

.project-item:hover .s2-item__img{
	background-color: #ff4c64;
		border-color: #ff4c64;
}

.project-item:hover .s2-item__img{
	background-image: url(images//projects-icons-white.png);
}

.more{
	display: block;
	width: 100%;
	height: 72px;
	border: 1px solid #e6e6e6;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 72px;
	color: #000;
}

.more:hover{
	text-decoration: none;
	color: #000;
	border: 1px solid #ff4c64;
}

.projects{
	margin-bottom: 100px;
}

.partner-item{
	text-align: center;
	position: relative;
}

.partner-item img{
	max-width: 100%
}

.partner-item:after{
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	border: 1px solid #e6e6e6;
	right: 0;
	top: 8px;
}

.partner-item:last-child:after{
	display: none;
}

.partners{
	margin-bottom: 40px;
	padding: 0 40px;
	position: relative;
}

.pi-icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #ef3e56;
	margin: 30px 0 40px;
}

.pi-icon1{
	background-position: -2px -2px;
}

.pi-icon2{
	background-position: -70px 0;
}

.pi-icon3{
	background-position: -140px 0;
}

.pi-icon4{
	background-position: -210px 0px;
}

.pi-icon5{
	background-position: -280px 0px;
}

.pi-icon6{
	background-position: -350px 0px;
}

.pi-icon7{
	background-position: -420px 0px;
}

.pi-icon8{
	background-position: -490px 0px;
}

.pi-icon9{
	background-position: -560px 0px;
}

.pi-icon10{
	background-position: -630px 0px;
}

.pi-icon11{
	background-position: -700px 0px;
}

.pi-icon12{
	background-position: -770px 0px;
}

.pi-icon13{
	background-position: -840px 0px;
}

.pi-icon14{
	background-position: -910px 0px;
}

.pi-icon15{
	background-position: -980px 0px;
}

.project-inner{
	padding: 40px 0;
}

.pi-title{
	font-size: 30px;
	color: #18191a;
	font-family: 'Ubuntu';
	line-height: 130%;
	font-weight: 400;
}

.pi-customer{
	margin-top: 30px;
	font-size: 14px;
}

.pi-customer span{
	display: block;
	font-weight: 300;
}

.pi-customer a{
	color: #ef3e56;
	text-decoration: underline;
}

.pi-customer a:hover{
	text-decoration: none;
}

.pi-img{
	text-align: center;
	margin: 50px 0;
}

.pi-img img{
	width: 100%
}

.project-inner .project-item{
	height:  auto;
	border-color: transparent;
	background: #fff;
	position: relative;
}

.project-inner .project-item:hover{
	border-color: #ef3e56;
}

.project-inner__bottom{
	margin-top: 40px;
}

.project-inner__more{
	margin-top: 40px;
}

.project-inner__more h3{
	color: #919599;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}

.project-inner .project-item__left{
	width: 23%;
}

.project-inner .project-item__right{
	width: 77%;
}

.project-description{
	background: #fff;
	padding-left: 40px;
}

.project-description h3{
	color: #18191a;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 45px 0 30px;
	position: relative;
}

.project-description h3:before{
	content: "";
	display: block;
	position: absolute;
	background: url(images//figure2.png) no-repeat 0px 0px;
	width: 8px;
	height: 20px;
	left: -20px;
	top: 2px;
}

.project-description__item{
	padding: 40px 50px;
	border-bottom: 1px solid #e6e6e6;
}

.project-description__item:last-child{
	border-bottom: none;
}

.project-description ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-description ul li{
	font-size: 14px;
	color: #18191a;
	font-weight: 300;
	position: relative;
	text-indent: 10px;
	margin-bottom: 25px;
}


.project-description ul li:before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff4c64;
	top: 7px;
	left: 0;
}

.project-description p{
	font-size: 14px;
	font-weight: 300;
	color: #18191a;
}

.partners-slider{
	margin: 0;
	padding: 0;
	list-style: none;
}

.partners-slider li{
	text-align: center;
	height: 150px;
	position: relative;
}

.partners-slider li img{
	max-width: 100% !important;
	width: auto !important;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.owl-nav div{
	position: absolute;
	background: url(images//slider-arrow.png) no-repeat 0px 0px;
	width: 9px;
	height: 28px;
	text-indent: 999px;
	overflow: hidden;
	top: 50%;
	margin-top: -14px;
}

.owl-nav div.owl-prev{
	left: -20px;
}

.owl-nav div.owl-next{
	background-position: -9px 0;
	right: -20px;
}

.parameters{
	margin: 40px 0;
}

.parameter-item{
	width: 25%;
	float: left;
	height: 150px;
	border-right: 1px solid #e6e6e6;
	padding: 25px 13px 10px;
}

.parameter-item:last-child{
	border-right: 0;
}

.parameter-item:hover{
	background: #ff4c6a;
}

.parameter-item:hover p{
	color: #fff;
}

.parameter-item h4{
	font-weight: 300;
	color: #18191a;
	font-size: 14px;
	margin: 0 0 20px 0;
}

.parameter-item p{
	margin: 0;
	font-size: 18px;
	color: #18191a;
	font-weight: 600;
}

.parameter-item p span{
	display: block;
	font-size: 14px;
}

.parameter-item i{
	color: #ff4c64;
	font-size: 14px;
	font-style: normal;
}

.parameter-item:hover i{
	color: #fff;
}

.col-md-5ths{
	width: 20%;
	float: left;
	padding: 0 10px;
}





@media(max-width: 1200px){
	.header-white .navigation-list li a{
		padding: 41px 5px;
	}

	.navigation-list li{
		margin-left: 40px;
	}
}





@media(max-width: 1050px){
	.header .navigation-list li{
		margin-left: 10px;
	}

}



@media(max-width: 992px){
	.col-md-5ths{
		width: 50%;
		float: left;
	}
	.s6-item{
		margin-bottom: 40px;
	}
	.partner-item{
		margin-bottom: 40px;
	}
	.header-white .navigation-list li a{
		padding: 41px 0px;
	}

	.partner-item:nth-child(2):after{
		display: none;
	}
	.project-inner__more{
		display: none;
	}
	.pi-customer{
		margin-bottom: 40px;
	}
	.project-description{
		padding-left: 0;
	}

	.project-description h3{
		padding-left: 25px;
	}

	.project-description h3:before{
		left: 0;
	}
}

@media(min-width: 901px){
	.navigation-list{
		display: block !important;
	}
}

@media(max-width: 900px){
	.contact-item{
		width: 100% !important;
		float: none;
		margin-bottom: 40px;
	}

	.section1{
		height: auto;
		padding-bottom: 40px;
	}

	.contact-item:before{
		display: none;
	}
	.header-white .navigation{
		margin-top: 37px;
	}
	.navigation-list li a,
	.header-white .navigation-list li a{
		padding: 10px 0;
		color: #000;
		display: inline-block;
	}
	.main-title{
		margin-top: 150px;
	}
	.navigation{
		position: relative;
	}
	.toogle-menu{
		display: block;
		z-index: 15;
		position: relative;
	}
	.toogle-menu.active{
		position: fixed;
		right: 15px;
	}
	.navigation-list{
		position: fixed;
		right: 0;
		left: 0;
		background: #fff;
		padding: 80px 20px 20px 20px;
		top: 0;
		width: 100%;
		height: 100%;
		display: none;
		z-index: 10;
	}

	.navigation-list li{
		float: none;
		margin: 20px 15px;
		text-align: right;
	}

	.header.bg-white .navigation{
		margin-top: 40px;
	}
	.header.bg-white .navigation-list li a{
		padding: 10px 0;
		display: inline-block;
	}
}

@media(max-width: 767px){
	.partner-item:after{
		display: none;
	}
	.partner-item{
		margin-bottom: 60px;
	}
	.project-item{
		height: auto;
	}
	.s6-item{
		margin-bottom: 40px;
	}
	.block-title{
		margin-left: 20px;
	}

	.s3-item{
		margin-bottom: 40px;
	}

	.s4-item{
		margin-bottom: 60px;
	}

	.s4-item:before{
		width: 30px;
		border-left: none;
		border-bottom: 1px solid #e6e6e6;
		right: auto;
		bottom: -30px;
		top: auto;
		left: 50%;
		margin-left: -15px;
	}

	.section1{
		background: url(images/s1-bg-720.jpg) no-repeat top center;
		height: 845px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.main-title{
		margin-top: 280px;
	}
}

@media(max-width: 600px){
	.address{
		width: 100%;
		position: static;
	}

	.coperight{
		text-align: center;
	}
	.parameter-item{
		width: 50%;
	}
}

@media(max-width: 500px){
	.project-item__left{
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}

	.project-item__right{
		width: 100%;
		float: none;
	}
	.project-item__left .s2-item__img{
		margin: 0 auto;
	}
	.logo{
		width: 70%;
		margin-top: 0;
		position: relative;
		height: 100px;
	}

	.logo img{
		width: 100%;
		display: block;
		position: absolute;
		bottom: 0;
		top:0;
		margin: auto;
	}
	.main-title{
		font-size: 25px;
	}

	.parameter-item{
		width: 100%;
		border-bottom: 1px solid #e6e6e6;
		border-right: none;
	}

	.col-md-5ths{
		width: 100%;
	}

	.section1{
		height: auto;
	}
	.main-title{
		margin-top: 150px;
		margin-bottom: 10px;
	}
}
