.icony {
	position: relative;
	padding-top: 65px;
	padding-right: 200px;
	padding-bottom: 65px;
	padding-left: 200px;
}

.icony__inner {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.icony__items {
	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;
}

.icony__item {
	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;
	margin: 25px auto;
}

.icony__title {
	font-weight: 400;
	font-size: 35px;
	line-height: 131.42857%;
	text-align: center;
	color: #e5e5e5;
	text-shadow: 0 0 10px #daa520;
}

.icony__subtitle {
	text-align: center;
	padding-top: 25px;
	font-weight: 600;
	font-size: 32px;
	line-height: 109.375%;
	color: #f5f5f5;
	text-shadow: 0 0 20px #fff;
}

.icony__text-right {
	position: relative;
	font-weight: 400;
	font-size: 26px;
	line-height: 132.14286%;
	color: #eee;
	padding-top: 10px;
	padding-left: 30px;
}

.icony__button {
	text-align: center;
	padding-top: 55px;
}

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

.icony__img {
	cursor: pointer;
	margin: 0 15px;
}

.icony__img img {
	max-width: 450px;
	width: 100%;
	border-radius: 55px;
	border: 5px solid #daa520;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.icony__descr {
	padding: 25px 0;
	text-align: center;
	color: #f5f5f5;
	text-shadow: 0 0 20px #fff;
	font-size: 26px;
	font-weight: 500;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.icony__small {
	font-size: 22px;
	color: #f5f5f5;
	text-shadow: 0 0 20px #fff;
	opacity: 0.7;
}

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

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

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

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

	.icony__title {
		font-size: calc(22px + 13 * ((100vw - 320px) / 1600));
	}

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

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

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

	.icony__descr {
		font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
	}

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

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

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

	.icony__img img {
		border-radius: 18px;
	}

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

@media (any-hover: hover) {
	.icony__img img:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.icony__descr:hover {
		color: #daa520;
	}
}
