.about__us img{
	width: 100%;
}

.intro-title {
	font-size: 25px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	padding: 9px 22px;
	background: #000000;
	max-width: 250px;
	margin-bottom: 13px;
	margin-top: 30px;
}
.about__us p {
	font-weight: 400;
	font-size: 18px;
	line-height: 45px;
	letter-spacing: 0.03em;
}
.intro-cont p{
	max-width: 350px;
}
.intro-under {
	margin-top: 64px;
	margin-bottom: 40px;
}
.second-cont p {
	margin: 40px 0;
}
.pictures-box {
	margin-bottom: 60px;
}
.third-cont-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.third-cont-box p {
	display: block;
	max-width: 475px;
	padding: 72px 40px;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 35px;
	text-align: right;
	color: #FFF;
	background: #000;
}
.third-cont {
	margin-bottom: 100px;
}

.fancy-text-item{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 45px;
	text-align: justify;
	letter-spacing: 0.03em;
	color: #000000;
	position: relative;
}

.fancy-text-item:nth-child(1){
	margin-bottom: 66px;
	max-width: 1044px;
	margin-left: auto;
}
.fancy-text-item:nth-child(2){
	margin-bottom: 74px;
	/*max-width: 854px;*/
	max-width: 77%;
	margin-left: auto;
}
.fancy-text-item:nth-child(3){
	margin-bottom: 62px;
	margin-right: 0;
	margin-left: auto;
	/*max-width: 919px;*/
	max-width: 82%;
}
.fancy-text-item:nth-child(4){
	margin: 0 auto 27px;
	margin-right: 15%;
	/*max-width: 779px;*/
	max-width: 70%;
}
.fancy-text-item:nth-child(5){
	max-width: 919px;
	margin-left: auto;
}

.fancy-text-item:before{
	position: absolute;
	font-weight: 900;
	font-size: 250px;
	line-height: 35px;
	text-align: right;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #afafaf;
	z-index: -1;
}
.fancy-text-item:nth-child(1):before{
	content: '1';
	left: -38px;
	top: -1px;
}
.fancy-text-item:nth-child(2):before{
	content: '2';
	left: -96px;
	top: 18px;;
}
.fancy-text-item:nth-child(3):before{
	content: '3';
	left: -145px;
	top: 31px;
}
.fancy-text-item:nth-child(4):before{
	content: '4';
	right: -100px;
	top: 10px;
}
.fancy-text-item:nth-child(5):before{
	content: '5';
	left: -161px;
	top: 52px;
}
.last-cont {
	margin-top: 110px;
	margin-bottom: 80px;
}
.last-cont-text{
	margin-top: 65px;
	font-weight: bold;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.175em;
	text-transform: uppercase;
	color: #5F5F5F;
}
.last-cont-text span{
	color: #d23e3e;
	font-size: 30px;
}
@media screen and (max-width: 1100px) {
	.fancy-text-item:before {
		/*display: none;*/
		font-size: 230px;
	}
	.fancy-text-item{
		margin-bottom: 30px!important;
	}
	.fancy-text-item:nth-child(1) {
		margin-left: 5%;
	}
	.fancy-text-item:nth-child(2) {

	}
	.fancy-text-item:nth-child(3) {
		max-width: 85%;
	}
	.fancy-text-item:nth-child(4) {

	}
	.fancy-text-item:nth-child(5) {
		max-width: 85%;
	}
	.fancy-text-item:nth-child(3):before {
		left: -115px;
	}
	.fancy-text-item:nth-child(4):before {
		top: 45%;
	}
	.fancy-text-item:nth-child(5):before {
		left: -100px;
		top: 81px;
	}
	.third-cont-box p {
		padding: 42px 30px;
		font-size: 18px;
	}
	.about__us p {
		line-height: 31px;
	}
	.intro-title {
		padding: 16px 22px 12px;
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.intro-img img {
		object-fit: cover;
		height: 390px;
		object-position: top;
	}
	.intro-title {
		margin: 20px auto 13px;
	}
	.intro-cont p {
		max-width: none;
	}
	.third-cont-box {
		justify-content: center;
	}
	.third-cont-box p {
		margin-bottom: 30px;
	}
	.third-cont {
		margin-bottom: 100px;
	}
	.last-cont {
		margin: 40px 0;
	}
	.pictures-box .col-4{
		padding: 0;
	}
	.pictures-box {
		/*padding: 0 15px;*/
		margin-bottom: 30px;
	}
	.third-cont-img img {
		object-fit: cover;
		height: 327px;
	}
	.third-cont-box p{
		line-height: 26px;
		font-size: 13px;
		padding: 28px 40px;
	}
}

@media screen and (max-width: 575px) {
	.intro-title {
		max-width: unset;
		margin-top: 13px;
		padding: 11px 25px;
		font-size: 18px;
	}
	.pictures-item {
		margin-top: 5px;
	}
	.third-cont {
		margin-bottom: 50px;
	}
	.third-cont-box p {
		max-width: unset;
		padding: 18px 15px;
		font-size: 18px;
		line-height: 30px;
	}
	.fancy-text-item:nth-child(1),
	.fancy-text-item:nth-child(2),
	.fancy-text-item:nth-child(3),
	.fancy-text-item:nth-child(4),
	.fancy-text-item:nth-child(5) {
		margin-top: 90px;
		margin-right: 0;
		margin-left: 0;
		max-width: unset;
	}
	.fancy-text-item:nth-child(1):before,
	.fancy-text-item:nth-child(2):before,
	.fancy-text-item:nth-child(3):before,
	.fancy-text-item:nth-child(4):before,
	.fancy-text-item:nth-child(5):before {
		top: 0;
		left: unset;
		right: unset;
		font-size: 200px;
	}
}