/*Шапка*/
.c-title
{
	position: relative;
	padding-top: 175px;
}

.c-title__subtitle
{
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 25px;
}

.c-title__title
{
	font-size: 43px;
	line-height: 0.95;
	font-weight: 600;
}

.c-title__decor
{
	position: absolute;
	top: 24px;
	right: 0;
	z-index: -1;
}

@media (max-width: 990px)
{
	.c-title__decor svg
	{
		width: 100%;
		height: 100%;
		left: auto;
		transform: translateX(50vw);
	}
}

@media (min-width: 990px)
{
	.c-title
	{
		padding-top: 325px;
	}
	
	.c-title__subtitle
	{
		grid-column: 2 / span 6;
		font-size: 44px;
		margin-bottom: 50px;
	}
	
	.c-title__title
	{
		grid-column: 2 / span 4;
		font-size: 105px;
	}
	
	.c-title__decor
	{
		top: 180px;
	}
}

/*Блок 1*/
.c-one
{
	margin-top: 75px;
}

.c-one__picture
{
	margin-left: calc(-1 * var(--indent));
	max-width: none;
	margin-bottom: 50px;
}

.c-one__text-one
{
	line-height: 1.2;
	font-size: 20px;
	margin-bottom: 25px;
}

.c-one__text-two
{
	line-height: 1.2;
	font-size: 19px;
	margin-bottom: 25px;
}

@media (min-width: 990px)
{
	.c-one__grid
	{
		grid-template-rows: 150px auto 75px;
	}
	
	.c-one__picture
	{
		grid-area: 1 / 1 / 4 / 8;
		height: 675px;
		width: calc(100% + 30px);
		margin: 0 0 0 -30px;
	}
	
	.c-one__text-one
	{
		grid-area: 1 / 8 / 2 / 13;
		font-size: 23px;
		margin-left: 20px;
	}
	
	.c-one__text-two
	{
		grid-area: 2 / 9 / 3 / 13;
		font-size: 20px;
		align-self: end;
		margin-bottom: 50px;
		margin-left: 40px;
	}
	
	.c-one__button
	{
		grid-area: 3 / 8 / 4 / 13;
	}
	
	.c-one__button .btn
	{
		height: 100%;
		width: 90%;
	}
}

/*Блок 2*/
.c-two
{
	margin-top: 100px;
}

.c-two__text-one
{
	font-size: 35px;
	line-height: 0.9;
	margin-bottom: 50px;
}

.c-two__picture
{
	margin: 0 calc(-1 * var(--indent));
	max-width: none;
}

@media (min-width: 990px)
{
	.c-two
	{
		margin-top: 90px;
	}
	
	.c-two__text-one
	{
		font-size: 60px;
		margin-bottom: 75px;
		grid-column: 2 / span 5;
	}
}

/*Блок 3*/
.c-three
{
	margin-top: 125px;
}

.c-three__picture-one
{
	margin-right: calc(-1 * var(--indent));
	max-width: none;
}

.c-three__text-one,
.c-three__text-two
{
	line-height: 1.2;
	font-style: italic;
}

@media (max-width: 990px)
{
	.c-three__text-one
	{
		grid-column: 2 / span5;
		margin: 50px 0;
	}
	
	.c-three__picture-two
	{
		grid-column: 2 / span5;
	}
	
	.c-three__text-two
	{
		margin-top: 50px;
	}
}

@media (min-width: 990px)
{
	.c-three__grid
	{
		grid-template-rows: 425px auto 190px;
	}
	
	.c-three__text-one
	{
		grid-area: 1 / 4 / 2 / 7;
	}
	
	.c-three__picture-one
	{
		grid-area: 1 / 7 / 3 / 13;
	}
	
	.c-three__text-two
	{
		grid-area: 3 / 7 / 4 / 10;
		align-self: end;
	}
	
	.c-three__picture-two
	{
		grid-area: 2 / 3 / 4 / 7;
		/*height: 100%;*/
	}
}

/*Блок 4*/
.c-four
{
	position: relative;
	margin-top: 100px;
}

.c-four__picture
{
	position: relative;
	height: 605px;
	margin: 0 calc(-1 * var(--indent));
	max-width: none;
}

.c-four__text
{
	position: absolute;
	top: 25px;
	right:var(--indent);
	color:var(--white);
	line-height: 1.3;
	font-size: 25px;
}

.c-four__button
{
	margin-top: 50px;
}

.c-four__button .btn
{
	width: 100%;
}

@media (max-width: 990px)
{
	.c-four__decor
	{
		height: 250px;
	}
	
	.c-four__decor svg
	{
		width: 125%;
		height: auto;
		margin-left: -225px;
		margin-top: 75px;
	}
}

@media (min-width: 990px)
{
	.c-four
	{
		margin-top: 175px;
	}
	
	.c-four__picture
	{
		height: 660px;
	}
	
	.c-four__text
	{
		font-size: 33px;
		margin-top: 20px;
		right: calc(2 * var(--indent));
	}
	
	.c-four__button
	{
		width: 500px;
		margin: 125px auto 0;
	}
	
	.c-four__decor
	{
		position: absolute;
		bottom: -230px;
		z-index: -1;
	}
}
