.times {
	background-color: #292929;
}

.times__inner {
	margin: 0 auto;
	max-width: 1920px;
}

.times__title {
	text-align: center;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 15px;
	padding: 35px 15px;
	color: #daa520;
}

.times__subtitle {
	font-size: 28px;
	font-weight: 500;
	color: #daa520;
	text-shadow: 0 0 25px #111;
	padding: 15px 5px;
}

.times__item {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.times__descr {
	padding-bottom: 35px;
}

.times__text {
	padding: 10px 0;
	color: #f5f5f5;
	text-shadow: 0 0 10px gold;
	font-size: 22px;
	line-height: 130%;
	letter-spacing: 3px;
	text-align: center;
}

.times__image {
	max-width: 1200px;
	width: 100%;
	border-radius: 25px;
}

.times__button {
	text-align: center;
	padding: 25px 0;
}

@media (max-width: 1920px) {
	.times__title {
		font-size: calc(22px + 13 * ((100vw - 320px) / 1600));
	}

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

	.times__descr {
		padding-bottom: calc(15px + 20 * ((100vw - 320px) / 1600));
	}

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

@media (max-width: 767.98px) {
	.times__title {
		letter-spacing: 4px;
		padding: 24px 10px;
	}

	.times__text {
		letter-spacing: 1px;
		line-height: 1.45;
		padding: 8px 0;
	}

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