.kit-blocks__detail {
	padding: 60px 0;
}
.kit-blocks__detail.type3,
.kit-blocks__detail.type4 {
	padding: 0;
}
.kit-blocks__detail div > p {
	margin: 22px 0;
}
.kit-blocks__detail div > p:first-of-type {
	margin-top: 0;
}
.kit-blocks__detail div > p:last-of-type {
	margin-bottom: 0;
}
.kit-blocks__detail .columns {
	column-count: 2;
	column-gap: 50px;
}
.kit-blocks__detail .no-margin-top {
	margin-top: 0!important;
}
.kit-blocks__detail .subtitle {
	margin-bottom: 30px;
}

.type1 {
	background-position: center bottom;
	padding: 140px 0 60px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
	.type1 h1 {
		margin: 0 0 35px;
		width: 55%;
		min-height: 96px;
	}
	.type1 .subtitle {
		width: 90%;
	}
.type2 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.type2 .picture {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 60px;
}
.type2 .like-h1,
.type3 .like-h1,
.type4 .like-h1 {
	margin: 0 0 45px;
}
.type3 .flex > div:first-of-type {
	flex-basis: 66.6%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 2%;
}
.type4 .flex > div:last-of-type {
	flex-basis: 66.6%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 2%;
}
.type3 .flex > div:last-of-type,
.type4 .flex > div:first-of-type {
	flex-basis: 33.3%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.type4 .picture .like-h1 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 45px;
}
.type3 .wrapper,
.type4 .wrapper {
	padding: 0;
}
.wrapper.wrapper_for_type5 {
	padding: 0;
}
.wrapper_for_type5 .flex > * {
	flex-basis: 33.3%;
}
.wrapper_for_type5 .flex > *:nth-of-type(2) {
	flex-basis: 33.4%;
}
.type5 > div {
	margin: 10px 35px;
}
.type5.dummy.number_1 {
	background-color: #ECEFED;
}
.type5.dummy.number_2 {
	background-color:#F7F8F7;
}
.type5.dummy > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.type5.dummy .img--fluid {
	max-width: 60%;
}
.btn.link-back {
	margin: 15px 0 30px;
}
.first-block-page {
	margin-top: 80px;
}

@media only screen and (max-width:1460px) {
	.kit-blocks__detail {
		padding: 4vw 0;
	}
	.kit-blocks__detail.type3,
	.kit-blocks__detail.type4 {
		padding: 0;
	}
	.kit-blocks__detail div > p {
		margin: 1.5vw 0;
	}
	.kit-blocks__detail div > p:first-of-type {
		margin-top: 0;
	}
	.kit-blocks__detail div > p:last-of-type {
		margin-bottom: 0;
	}
	.kit-blocks__detail .columns {
		column-count: 2;
		column-gap: 3.5vw;
	}
	.kit-blocks__detail .subtitle {
		margin-bottom: 2vw;
	}
	.type1 {
		background-position: center bottom;
		padding: 9.3vw 0 4vw;
		background-size: auto;
	}
		.type1 h1 {
			margin: 0 0 2.5vw;
			min-height: unset;
		}
	.type2 {
		background-size: auto 100%;
	}
	.type2 .picture {
		background-size: auto 100%;
		margin-bottom: 2vw;
	}
	.type2 .like-h1,
	.type3 .like-h1,
	.type4 .like-h1 {
		margin: 0 0 3vw;
	}
	.type3 .flex > div:first-of-type {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.type4 .flex > div:last-of-type {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.type4 .picture .like-h1 {
		padding: 3vw;
	}
	.type5 > div {
		margin: 0.7vw 2.4vw;
	}
	.btn.link-back {
		margin: 1vw 0 2vw;
	}
	.first-block-page {
		margin-top: 5.3vw;
	}
}

@media only screen and (max-width:1222px) {
}

@media only screen and (min-width:961px) {
	.type3 .flex .wrapper,
	.type4 .flex .wrapper {
		padding: 0 4.2%;
	}
}

@media only screen and (max-width:960px) {
	.kit-blocks__detail div > p {
		margin: 3vw 0;
	}
	.type1 h1,
	.type1 .subtitle {
		width: 100%;
	}
	.type2 .picture {
		margin-bottom: 3vw;
	}
	.type2 .like-h1,
	.type3 .like-h1,
	.type4 .like-h1 {
		margin: 0 0 4vw;
	}
	.type3 .flex,
	.type4 .flex {
		flex-wrap: wrap;
	}
	.type3 .flex > div:first-of-type,
	.type3 .flex > div:last-of-type,
	.type4 .flex > div:first-of-type,
	.type4 .flex > div:last-of-type	{
		flex-basis: unset;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding-left: 2%;
		padding-right: 2%;
	}
	.type3 .flex > div:last-of-type {
		background-size: 100% auto;
		height: 42vw!important;
		min-height: unset!important;
	}
	.type4 .flex > div:first-of-type {
		background-size: 100% auto;
		height: 42vw!important;
		min-height: unset!important;
	}
	.type3 > .wrapper,
	.type4 > .wrapper {
		padding: 0;
	}
	.wrapper_for_type5 .flex {
		flex-wrap: wrap;
	}
		.wrapper_for_type5 .flex > * {
			flex-basis: 100%!important;
		}
		.type5.dummy {
			display: none;
		}
}

@media only screen and (max-width:800px) {
}

@media only screen and (max-width:640px) {
	.kit-blocks__detail .columns {
		column-count: 1;
		column-gap: 0;
	}
	.kit-blocks__detail div > p {
		margin: 5vw 0;
	}
	.type1 {
		padding: 18vw 0 7vw;
	}
		.type1 h1 {
			margin: 0 0 5vw;
		}
	.type2 .picture {
		margin-bottom: 4vw;
	}
	.type2 .like-h1,
	.type3 .like-h1,
	.type4 .like-h1 {
		margin: 0 0 5vw;
	}
	.btn.link-back {
		margin: 2vw 0 4vw;
	}
	.first-block-page {
		margin-top: 10vw;
	}
}

@media only screen and (max-width:480px) {
	.type1 {
		padding: 22vw 0 10vw;
	}
	.type1 h1 {
		text-align: left;
		margin: 0 0 7.5vw;
	}
	.type1 .subtitle {
		font-size: 22px;
	}
	.type2 .like-h1,
	.type3 .like-h1,
	.type4 .like-h1	{
		margin: 0 0 7.5vw;
		text-align: left;
	}
	.first-block-page {
		margin-top: 12vw;
	}
}