

/* Start:/local/templates/foodgital/components/bitrix/news.detail/foodgital-products/style.css?175066839413424*/
body {
	max-height: 100vh;
	overflow: hidden;
}

.foodgital-product-screen {
	position: relative;
	padding: 218px clamp(1rem, 4vw, 4rem) 0;
	box-sizing: content-box;
}

.foodgital-product-screen *, .foodgital-product-screen ::after, .foodgital-product-screen ::before {
	box-sizing: content-box;
}

.foodgital-product-bg,
.foodgital-product-bg img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 100% 100%;
	pointer-events: none;
}

.foodgital-product-screen__info .title-1 {
	position: absolute;
	top: 200px;
	left: clamp(1rem, 4vw, 4rem);
	width: calc(100% - 120px);
	height: auto;
	object-fit: contain;
	object-position: 0 50%;
}

.page-back {
	display: inline-flex;
	align-items: center;
	position: absolute;
	top: 136px;
	left: clamp(1rem, 4vw, 4rem);
	font-family: DemiBold;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;
	text-transform: lowercase;
	text-decoration: none;
	z-index: 1;
}

.page-back::before {
	content: '';
	position: relative;
	top: 2px;
	margin-right: 12px;
	width: 9px;
	height: 16px;
	background: url('/local/templates/foodgital/components/bitrix/news.detail/foodgital-products/img/mini-arrow-left.svg') no-repeat 50%/contain;
}

.page-back:hover { color: #fff; }

.title-tag {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.foodgital-product-screen__info .title-2 {
	position: relative;
	font-size: 116px;
	line-height: 46px;
	width: auto;
	z-index: 1;
}

.foodgital-product-screen__info .title-2:after {
	content: "";
	top: 25%;
	bottom: auto;
	right: 0;
	left: 0;
	position: absolute;
	height: 3px;
	background: #000;
	transform: rotate(-5deg);
}

.foodgital-product-screen__info h1 {
	margin-top: 0;
	margin-bottom: 20px;
	width: 620px;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
}

.title-tag .tag img {
	width: 240px;
}

.foodgital-product-screen__info-list .swiper-slide {
	width: 210px;
	height: 243px;
	color: #BFD008;
	text-align: center;
	background: url('/local/templates/foodgital/components/bitrix/news.detail/foodgital-products/img/rectangle.svg') no-repeat 50%/contain;
}

.foodgital-product-screen__info-list-content {
	position: absolute;
	top: 57px;
	right: 5px;
	left: 5px;
}

.foodgital-product-screen__info-list .swiper-slide h2 {
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
}

.foodgital-product-screen__info-list .swiper-slide p {
	margin-bottom: 0;
	font-family: ClassicBook;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0;
}

.foodgital-product__belok {
	position: absolute;
	bottom: 1.5625rem;
	right: 7.8125rem;
	padding-top: 3rem;
	width: 17.625rem;
	height: 20.375rem;
	display: none;
}

.foodgital-product-screen__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	overflow-x: hidden;
}

.foodgital-detail-btns {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
}

.foodgital-detail-btns .button_foodgital_to_buy img {
	max-width: 240px;
}

.foodgital-detail-btn-more {
	height: 60px;
	display: none;
	z-index: 10;
}

.button_foodgital_more {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 12px;
	background: #3D942E;
	padding: 20px 35px;
	transition: all .3s ease;
}

.button_foodgital_more:hover {
	background: #1f6912;
}

footer {
	display: none;
}

/*#overlay-product {
	position: fixed;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 200ms ease-in-out;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}

#overlay-product.active {
	opacity: 1;
	pointer-events: all;
}*/

.foodgital-product-screen__info h1 br {
	display: none;
}

.switch {
	position: relative;
	display: inline-block;
	width: 204px;
	height: 60px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #777777;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px
}

.slider:after,  .slider:before {
	position: absolute;
	height: 60px;
	width: 102px;
	bottom: 0;
	border-radius: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	-webkit-transition: .4s;
	transition: .4s;
	font-size: 24px;
	text-transform: none;
	color: #000000;
}

.slider:after {
	content: attr(data-title-checked);
	height: 60px;
	width: 102px;
	right: 0;
	color: #ccc;
	z-index: 0;
}

.slider:before {
	content: attr(data-title);
	left: 0;
	background-color: #BFD008;
	z-index: 1;
}

input:checked + .slider:before {
	content: attr(data-title-checked);
	-webkit-transform: translateX(102px);
	-ms-transform: translateX(102px);
	transform: translateX(102px);
}

input:checked + .slider:after {
	content: attr(data-title);
	-webkit-transform: translateX(-102px);
	-ms-transform: translateX(-102px);
	transform: translateX(-102px);
}

@media(min-width: 1700px) {
	.foodgital-product-screen {
		overflow: hidden;
	}

	.foodgital-detail-btns {
		position: absolute;
		bottom: 0;
	}
}

@media(min-width: 1600px) {
	.foodgital-product-bg, .foodgital-product-bg img {
		width: 100%;
	}

	.foodgital-product-screen {
		 min-height: calc(100vh - 218px);
		 height: auto;
	}
}

@media (min-width: 1380px) {
	.foodgital-product__belok {
		bottom: -2rem;
		right: 6rem;
	}
}

@media (min-width: 1200px) and (max-width: 1380px) {
	.foodgital-product__belok {
		bottom: -1.4375rem;
		right: 2.8125rem;
	}

	.foodgital-product-screen {
		padding: 218px clamp(1rem, 4vw, 4rem) 0;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.foodgital-product-screen {
		overflow: hidden;
	}

	.foodgital-product__belok {
		display: block;
	}

	.page-back {
		top: 136px;
	}

	.foodgital-product-screen__info .title-1 {
		top: 175px;
	}

	.foodgital-product-bg, .foodgital-product-bg img {
		width: 95%;
		top: auto;
		bottom: 0;
	}

	.foodgital-detail-btn-more {
		position: absolute;
		display: block;
		bottom: 50px;
		left: 350px;
	}

	.foodgital-detail-btns .button_foodgital_more {
		display: none;
	}
}

@media(min-width: 1700px) {
	.foodgital-detail-btn-more {
		left: 450px;
	}
}

@media (min-width: 992px) {
	.foodgital-product-screen__info-list {
		margin: 0 !important;
	}

	.foodgital-product-screen__info-list .swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(7,90px);
		grid-template-rows: repeat(2,max-content);
		gap: 20px;
	}

	.foodgital-product-screen__info-list .swiper-slide:nth-child(1) {
		grid-column: 1/3;
		grid-row: 1/2;
	}

	.foodgital-product-screen__info-list .swiper-slide:nth-child(2) {
		grid-column: 3/5;
		grid-row: 1/2;
	}

	.foodgital-product-screen__info-list .swiper-slide:nth-child(3) {
		grid-column: 5/7;
		grid-row: 1/2;
	}

	.foodgital-product-screen__info-list .swiper-slide:nth-child(4) {
		grid-column: 2/4;
		grid-row: 2/3;
		margin-top: -72px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.foodgital-product-screen__info-list .swiper-wrapper {
		grid-template-columns: repeat(7, 90px);
		gap: 16px;
	}

	.foodgital-product-screen__info-list .swiper-slide {
		padding: 30px 6px 50px;
		width: 186px;
		height: 150px;
	}

	.foodgital-product-screen__info-list .swiper-slide h2 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.foodgital-product-screen__info-list .swiper-slide p {
		font-size: 13px;
	}

	.foodgital-product-screen__info-list .swiper-slide:nth-child(4) {
		margin-top: -64px;
	}
}

@media (min-width: 992px) {
	.foodgital-product-screen__info .title-1 {
		width: 70%;
		opacity: 0.4;
		z-index: 0;
	}

	.foodgital-product-screen__info .title-2 {
		line-height: 100px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.page-back {
		top: 80px;
	}

	.foodgital-product-screen {
		padding-top: 160px;
		padding-bottom: 30px;
		height: 100%;
	}

	.foodgital-product-screen__info .title-1 {
		top: 132px;
	}

	.foodgital-product-screen__info-list .swiper-wrapper {
		grid-template-columns: repeat(7, 65px);
		gap: 30px;
	}

	.foodgital-product-screen__info-list .swiper-slide {
		padding: 20px 13px 50px;
		width: 160px;
		height: 152px;
	}

	.foodgital-product-screen__info-list .swiper-slide h2 {
		font-size: 15px;
		margin-bottom: 0;
	}

	.foodgital-product-screen__info-list .swiper-slide p {
		font-size: 14px;
	}

	.foodgital-product-screen__info-list .swiper-slide:nth-child(4) {
		margin-top: -86px;
	}

	.foodgital-product-bg, .foodgital-product-bg img {
		width: 90%;
		top: 65px;
	}
}

@media(max-width: 991px) {
	.title-tag {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.foodgital-product-screen__info .title-1 {
		top: 228px;
		width: calc(100% - 228px);
	}

	.foodgital-product-screen__info .title-2 {
		line-height: 100%;
	}

	.foodgital-product-screen {
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 270px clamp(1rem, 4vw, 4rem) 0;
	}

	.foodgital-product-screen__info h1 {
		width: 100%;
	}

	.foodgital-product-screen__info-list {
		width: 100%;
	}

	.foodgital-product-screen__info-list .swiper-slide:nth-child(4) {
		margin-top: 0;
	}

	.foodgital-product-screen__info-list .swiper-slide {
		width: 190px;
		height: 220px;
		background-size: 100%;
	}

	.page-back {
		top: 80px;
	}

	.foodgital-product-bg, .foodgital-product-bg img {
		width: 120%;
		top: auto;
	}

	.foodgital-product-screen__info-list .swiper-slide p {
		font-size: 14px;
	}

	.foodgital-product-screen .foodgital-detail-btns {
		max-width: none;
	}
}

@media (min-width: 890px) and (max-width: 991px) {
	.foodgital-detail-btns {
		padding-bottom: 40px;
	}
}

@media (min-width: 757px) and (max-width: 991px) {
	.foodgital-product-screen {
		padding-top: 182px;
		padding-bottom: 400px;
	}

	.foodgital-product-screen__info .title-1 {
		top: 156px;
		width: 597px;
	}

	.foodgital-product-screen__info .title-2 {
		font-size: 129px;
	}
}

@media (min-width: 575px) and (max-width: 756px) {
	.foodgital-product-screen {
		padding-bottom: 360px;
	}

	.foodgital-product-screen {
		padding-top: 182px;
	}

	.foodgital-product-screen__info .title-1 {
		top: 156px;
		width: 460px;
	}

	.foodgital-product-screen__info .title-2 {
		font-size: 99px;
	}

	.foodgital-product-screen__info h1 {
		font-size: 24px;
		line-height: 32px;
	}

	.title-tag .tag img {
		width: 200px;
	}
}

@media (min-width: 421px) and (max-width: 574px) {
	.foodgital-product-screen {
		padding-bottom: 235px;
	}

	.foodgital-product-screen {
		padding-top: 148px;
	}

	.foodgital-product-screen__info .title-1 {
		top: 130px;
		width: 335px;
	}

	.foodgital-product-screen__info .title-2 {
		font-size: 70px;
	}

	.foodgital-product-screen__info h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.title-tag .tag img {
		width: 160px;
	}
}

@media (max-width: 420px) {
	.foodgital-product-screen {
		padding-bottom: 163px;
	}

	.foodgital-product-screen {
		padding-top: 152px;
	}

	.foodgital-product-screen__info .title-2 {
		font-size: 53px;
	}

	.foodgital-product-screen__info .title-1 {
		top: 128px;
		width: 250px;
	}

	.foodgital-product-screen__info h1 {
		font-size: 16px;
		line-height: 24px;
	}

	.title-tag .tag img {
		width: 140px;
	}

	.foodgital-product__belok img {
		width: 80px;
	}
}

@media(max-width: 1200px) {
	.foodgital-detail-btns {
		justify-content: center;
		padding-top: 20px;
		max-width: 550px;
	}

	.button_foodgital_more {
		font-size: 16px;
		border-radius: 10px;
		padding: 10px 25px;
	}

	.switch {
		width: 170px;
		height: 40px;
	}

	.slider:after,  .slider:before {
		height: 40px;
		width: 85px;
		font-size: 20px;
	}

	.slider:after {
		height: 40px;
		width: 85px;
	}

	input:checked + .slider:before {
		content: attr(data-title-checked);
		-webkit-transform: translateX(85px);
		-ms-transform: translateX(85px);
		transform: translateX(85px);
	}

	input:checked + .slider:after {
		content: attr(data-title);
		-webkit-transform: translateX(-85px);
		-ms-transform: translateX(-85px);
		transform: translateX(-85px);
	}
}

@media(max-width: 757px) {
	.switch {
		width: 124px;
		height: 32px;
	}

	.slider:after,  .slider:before {
		height: 32px;
		width: 62px;
		font-size: 12px;
	}

	.slider:after {
		height: 32px;
		width: 62px;
	}

	input:checked + .slider:before {
		content: attr(data-title-checked);
		-webkit-transform: translateX(62px);
		-ms-transform: translateX(62px);
		transform: translateX(62px);
	}

	input:checked + .slider:after {
		content: attr(data-title);
		-webkit-transform: translateX(-62px);
		-ms-transform: translateX(-62px);
		transform: translateX(-62px);
	}
}

/* End */
/* /local/templates/foodgital/components/bitrix/news.detail/foodgital-products/style.css?175066839413424 */
