/**********************************************************************/
.page-project .project__content {
	padding: 35px 0 130px;
}

/**********************************************************************/
.page-project .project__images {
	margin-left: auto;
	margin-right: auto;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: calc(100% + 8px);
	margin-left: -4px;
	margin-right: -4px;*/
}
/*.page-project .project__img {
	width: calc(25% - 8px);
	margin: 0 4px 8px;
}
.page-project .project__img:nth-child(1),
.page-project .project__img:nth-child(2) {
	width: calc(50% - 8px);
}*/

/**********************************************************************/
.page-project .project__info {
	margin-left: 40px;
	max-width: 370px;
}
.page-project .project__subtitle {
	margin: 50px 0 5px;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	color: #4F4F4F;
}
.page-project .project__title {
	margin-bottom: 65px;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #333333;
	text-transform: uppercase;
}
.page-project .project__model {
	margin-top: -60px;
	margin-bottom: 65px;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	color: #4F4F4F;
	text-transform: uppercase;
}
.page-project .txtblock {
	margin-bottom: 70px;
}
.page-project .txtblock__title {
	margin-bottom: 25px;
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	color: #000000;
	text-transform: uppercase;
}

	
/**********************************************************************/
/*********************         RESPONSIVE         *********************/
/**********************************************************************/
@media screen and (max-width: 1200px) {
    /**********************************************************************/
	.page-project .project__info {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1024px) {
    /**********************************************************************/
	.page-project .container__col {
		width: 100%;
	}

	/**********************************************************************/
	.page-project .project__info {
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 40px);
		max-width: initial;
		margin: 30px -20px 0;
	}
	.page-project .project__subtitle {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	.page-project .project__title {
		width: 100%;
		margin-bottom: 35px;
		padding: 0 20px;
	}
	.page-project .project__model {
		width: 100%;
		margin-top: -30px;
		margin-bottom: 35px;
		padding: 0 20px;
	}
	.page-project .txtblock {
		width: 50%;
		margin-bottom: 35px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	/**********************************************************************/
	.page-project .project__content {
		padding: 20px 0 40px;
	}
	.page-project .container__col:first-child {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}

	/**********************************************************************/
	.page-project .project__info {
		width: 100%;
		max-width: 450px;
		margin: 30px auto 0;
	}
	.page-project .project__subtitle {
		padding: 0;
	}
	.page-project .project__title {
		margin-bottom: 25px;
		padding: 0;
		font-size: 15px;
		line-height: 24px;
	}
	.page-project .project__model {
		margin-top: -20px;
		margin-bottom: 25px;
		padding: 0;
	}
	.page-project .txtblock {
		width: 100%;
		margin-bottom: 25px;
		padding: 0;
	}
	.page-project .txtblock__title {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 14px;
	}
	.page-project .txtblock__txt {
		font-size: 12px;
		line-height: 19px;
	}
}

@media screen and (max-width: 450px) {
	/**********************************************************************/
	.page-project .project__content {
		padding-top: 0;
	}
}