._no-webp .foto {
	background: url(../img/f1.png) center/cover no-repeat;
}

.foto {
	padding-top: 65px;
	padding-right: 200px;
	padding-bottom: 65px;
	padding-left: 200px;
}

.foto__title {
	color: #222;
	text-shadow: 0 0 10px gold;
	font-size: 38px;
	line-height: 131.57895%;
	font-weight: 400;
	text-align: center;
}

.foto__items {
	padding-top: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.foto .foto__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 10px;
}

.foto .foto__item img {
	max-width: 600px;
	width: 100%;
}

.foto__text {
	position: relative;
	padding-left: 40px;
}

.foto__text:nth-child(odd) {
	padding-right: 40px;
}

.foto__text + .foto__text {
	padding-top: 17px;
}

.foto__link {
	position: relative;
	font-weight: 500;
	font-size: 30px;
	line-height: 106.66667%;
	color: #333;
	text-shadow: 0 0 10px #daa520;
}

.foto__button {
	text-align: center;
	padding-top: 90px;
}

.foto__button a {
	font-size: 28px;
	font-weight: 800;
}

.foto__img {
	border-radius: 25px;
}

@media (max-width: 1920px) {
	.foto {
		padding-top: calc(25px + 40 * ((100vw - 320px) / 1600));
	}

	.foto {
		padding-right: calc(25px + 175 * ((100vw - 320px) / 1600));
	}

	.foto {
		padding-bottom: calc(25px + 40 * ((100vw - 320px) / 1600));
	}

	.foto {
		padding-left: calc(25px + 175 * ((100vw - 320px) / 1600));
	}

	.foto__title {
		font-size: calc(28px + 10 * ((100vw - 320px) / 1600));
	}

	.foto__link {
		font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
	}

	.foto__button a {
		font-size: calc(16px + 12 * ((100vw - 320px) / 1600));
	}
}

@media (max-width: 1100px) {
	.foto__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width: 767.98px) {
	.foto .foto__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.foto {
		padding-right: 14px;
		padding-left: 14px;
	}

	.foto .foto__item:nth-child(odd) {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}

	.foto__text {
		padding: 0;
	}

	.foto__link {
		text-align: center;
		padding: 15px 0;
	}

	.foto__img {
		border-radius: 16px;
	}
}

._webp .foto {
	background: url(../img/f1.webp) center/cover no-repeat;
}
