

/* Start:/local/templates/service/components/bitrix/news.list/list_page_payment/style.css?17402668571813*/
.menu-fixed {
    position: relative !important;
}

body {
    background: #181818;
}

.footer {
    padding-bottom: 40px;
    background: black;
    padding-top: 32px;
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 335px !important;
	}
}



// Offer

.offer {
	padding-top: 40px;
	padding-bottom: 185px;
}

.offer-shop {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 34px;
}

.offer-item {
	position: relative;
	flex: 1 1 551px;
	max-width: 551px;
	text-decoration: none;
	border-radius: 20px;
	height: auto;
	border: 3px solid transparent;
}

.offer-item:hover {
	border: 3px solid #DCA24C;
	box-shadow: 0px 4px 2px 0px rgba(220, 162, 76, 0.77);
}

.offer-item__img {
	max-width: 100%;
}

.offer-item__img_pk {
	display: block;
}

.offer-item__title {
	position: absolute;
	bottom: 8px;
	right: 14px;
	color: #DCA24C;
	text-align: right;
	font-family: "Arkhip";
	font-size: 30px;
	line-height: 34px;
	display: flex;
	align-items: center;
	height: 60px;
	justify-content: right;
}
.offer-item__title_white {
	color: #F1FFFF;
}

@media screen and (max-width: 1279px) {
	.offer {
			padding-top: 24px;
			padding-bottom: 80px;
	}

	.offer-item {
			flex: 1 1 463px;
			max-width: 463px;
			bottom: 6px;
	}

	.offer-item__title {
			font-size: 26px;
			line-height: 26px;
	}
}

@media screen and (max-width: 1023px) {
	.offer-shop {
			row-gap: 18px;
	}

	.offer-item {
			flex: 1 1 335px;
			max-width: 335px;
	}

	.offer-item__title {
			right: 16px;
			font-size: 17px;
			line-height: 17px;
			max-width: 230px;
			bottom: 4px;
	}
}

@media screen and (max-width: 767px) {
	.offer {
			padding-top: 32px;
			padding-bottom: 40px;
	}

	.offer-item {
			flex: 1 1 335px;
			max-width: 335px;
	}

	.offer-item__title {
			right: 12px;
			line-height: 17px;
	}
}
/* End */
/* /local/templates/service/components/bitrix/news.list/list_page_payment/style.css?17402668571813 */
