.pizza-constructor-text {
	color: #73808D;
	background: #F1F5F6;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 5px;
	margin: 15px 15px 10px 15px;
	text-align: center;
	width: calc(100% - 30px);
	position: absolute;
}


.pizza-content {
	background: white;
	--btn-size: calc(58px + var(--app-safe-area-bottom));
}

.pizza-constructor-slider-wrapper {
	height: calc(var(--app-height) - (70px + 45px + var(--ion-safe-area-top) + var(--btn-size) ));
	position: relative;
	overflow: hidden;
}

.random-pizza-btn {
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 10px;
}

.pizza-slide-item {
	position: relative;
}

.pizza-slide-item-text {
	position: absolute;
	top: -64px;
	width: 80%;
	height: 80px;
	will-change: opacity;
	overflow: hidden;
}

.pizza-slide-item-text-title {
	font-size: 13px;
	line-height: 15px;
	display: block;
	padding-bottom: 10px;
	text-transform: capitalize;
}

.pizza-slide-item-text-price {
	font-weight: 900;
	font-size: 14px;
	line-height: 21px;
	display: block;
	position: relative;
	width: 100%;
	height: 22px;
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item-text {
	text-align: left;
	left: 14px;
}

.pizza-constructor-slider-right-wrapper .pizza-slide-item-text {
	text-align: right;
	right: 16px;
}

.pizza-constructor-slider-left-wrapper {
	left: 0;
}

.pizza-constructor-slider-right-wrapper {
	right: 0;
}

.pizza-slide-item {
	/* height: 35vh !important; */
	/* padding: 15px 0; */
	justify-content: flex-end;
	overflow: visible !important;
	/* overflow-y: visible !important; */
	display: block;
	transition: all 0.1s !important;
	transform-origin: center right;
}

.pizza-constructor-slider-right-wrapper, .pizza-constructor-slider-left-wrapper {
	position: absolute;
	/* height: 50vh; */
	height: 150%;
	width: 50%;
	top: -25%;
	/* top: 0px; */
}

.pizza-constructor-slider-wrapper .swiper-container-initialized {
	overflow: visible;
}

.pizza-slide-item-img {
	padding: 15px 0;
	height: 100%;
	height: 50vh;
	width: 100%;
	background-position: -50% 0;
	background-size: 100%;
	background-repeat: no-repeat;
	/* position: relative; */
	overflow: hidden;
	/* position: relative; */
	transition: all 0.2s;
	transform-origin: center right;
	position: absolute;
	top: 50%;
	margin-top: -25vh;
	overflow: hidden;
	will-change: transform;
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item {
	justify-content: flex-end;
}

.pizza-constructor-slider-right-wrapper .pizza-slide-item {
	justify-content: flex-start;
}

.pizza-slide-item-img img {
	/* width: 74%; */
	/* height: 100%; */
	/* object-fit: contain; */
	/* position: absolute; */
	/* top: 0; */
	/* max-width: none !important; */
	/* max-height: none !important; */
}

.pizza-constructor-slider-right-wrapper .pizza-slide-item-img img {
	/* left: -75%; */
	left: 0;
	transform: rotate(180deg);
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item-img .pizza-default-img {
	/* right: -75%; */
	right: 0;
}

.pizza-constructor-slider-right-wrapper .pizza-slide-item-img {
	transform-origin: center left;
	transform: scale(1);
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item-img {
	right: 0;
	transform: scale(1);
}

.pizza-slide-item.swiper-slide-prev {
	transform-origin: center right;
}

.pizza-slide-item.swiper-slide-next {
	transform-origin: center right;
}

.pizza-constructor-slider-wrapper .swiper-pagination-handle {
	padding: 0 !important;
	margin: 0 !important;
}

.pizza-pagination {
	position: absolute;
	height: 75%;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	z-index: 0;
	overflow: hidden;
}

.pizza-pagination-bg {
	position: absolute;
	width: calc(100% - 30px);
	background: #F1F5F6;
	background: #F1F5F6;
	border-radius: 100%;
	left: 15px;
	z-index: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	overflow: hidden;
}

.pizza-pagination-bg img {
	height: auto;
	width: 100%;
}

.pizza-pagination-front-1 {
	position: absolute;
	background: #ffffff;
	border-radius: 100%;
	z-index: 1;
	width: calc(100% - 30px);
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.98);
}

.pizza-pagination-front-1 img {
	width: 100%;
	height: auto;
}

.pizza-pagination-front-2 {
	position: absolute;
	height: 120%;
	width: 80%;
	background: #ffffff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	z-index: 1;
	top: -20px;
}

.pizza-pagination-front-2 img {
	/* height: 100%; */
	/* width: auto; */
}

.pizza-pagination-item-left {
	background: #D3DADF;
	width: 50%;
	left: 0;
	height: 8.33%;
	top: 25%;
	position: absolute;
	transition: all 0.2s;
}

.pizza-pagination-item-right {
	transition: all 0.2s;
	background: #D3DADF;
	width: 50%;
	right: 0;
	height: 8.33%;
	top: 25%;
	position: absolute;
}

.pizza-slide-item-img-inner {
	width: 100%;
	height: 100%;
	transition: all .2s;
	position: relative;
	opacity: 0.5;
	transform: scale(0.5);
	will-change: opacity, transform;
}

.pizza-constructor-slider-right-wrapper .pizza-slide-item-img-inner {
	transform-origin: center left;
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item-img-inner {
	transform-origin: center right;
}

.pizza-bottom-button-wrapper button.btn {
	width: 100%;
	height: 48px;
	display: flex;
	justify-content: space-around;
	position: relative;
	padding: 0 19px;
}

.pizza-bottom-button-wrapper {
	padding: 0 19px;
	position: fixed;
	bottom: var(--app-safe-area-bottom);
	z-index: 100;
	width: 100%;
}

.pizza-constructor-price {
	font-size: 14px;
	line-height: 30px;
	width: 70px;
	text-align: right;
}

@-webkit-keyframes clickRotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(180deg);
	}
}


img {
}

.random-pizza-btn:active img {
	transform: rotate(180deg);
}

.random-pizza-btn img {
	transition: 0.2s;
}

.pizza-anim {
	transition: all 0.2s;
}

.pizza-mode-selected .pizza-show-selected {
	opacity: 1;
	visibility: visible;
	overflow: initial;
	max-height: 800px;
}

.pizza-mode-selected .pizza-show-slider {
	opacity: 0 !important;
	visibility: hidden;
}

.pizza-mode-slider .pizza-show-slider {
	opacity: 1;
	visibility: visible;
}

.pizza-mode-slider .pizza-show-selected {
	opacity: 0;
	visibility: hidden;
}


.pizza-top-header {
	position: relative;
	min-height: 40px;
	max-height: 130px;
	z-index: 10;
}

.pizza-mode-slider .selected-pizza-wrapper.pizza-show-selected {
	max-height: 0;
}

.pizza-constructor-price-btn-text {
	position: absolute;
	left: 0;
	top: 0;
}

.pizza-constructor-price-btn-text-wrapper {
	position: relative;
	width: 220px;
	height: 21px;
}

.selected-pizza-wrapper {
	overflow: hidden;
}

.selected-pizza-title {
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Core Sans DS', sans-serif;
	text-transform: uppercase;
	padding: 12px 20px 6px 20px;
	letter-spacing: 1px;
	text-align: center;
}

.pizza-mode-selected .pizza-constructor-slider-wrapper {
	transform: translate(0, calc((((var(--app-height) - (70px + 45px + var(--ion-safe-area-top) + var(--btn-size) )) - 33vh) / -2)));
}

.pizza-mode-selected .swiper-slide-prev, .pizza-mode-selected .swiper-slide-next {
	opacity: 0;
	visibility: hidden;
}

.pizza-mode-selected .pizza-slide-item-img {
	transform: scale(0.85) translate(0, 0px);
}

@media only screen and (max-height: 730px) {
	.pizza-mode-selected .pizza-slide-item-img {
		transform: scale(0.7) translate(0, 0px);
	}
}

@media only screen and (max-height: 550px) {
	.pizza-mode-selected .pizza-slide-item-img {
		transform: scale(0.6) translate(0, 0px);
	}
}

@media only screen and (min-width: 410px) {
	.pizza-mode-selected .pizza-slide-item-img {
		transform: scale(0.7) translate(0, 0px);
	}
}

.pizza-constructor-slider-wrapper-outer {
	height: calc(var(--app-height) - (70px + 45px + var(--ion-safe-area-top) + var(--btn-size) ));
}

.selected-pizza-wrapper {
	z-index: 50;
	max-height: 0;
}

.pizza-select-size-item {
	font-weight: 900;
	font-size: 17px;
	line-height: 17px;
	font-family: 'Core Sans DS', sans-serif;
	padding: 6px 9px;
	border: 1px solid #CFD8DC;
	border-radius: 15px;
	overflow: hidden;
	background: #F1F5F6;
	color: #2E2F31;
	text-transform: uppercase;
}

.pizza-size-selector-switcher {
	display: flex;
	justify-content: center;
}

.pizza-select-size-item.pizza-select-size-item-left {
	border-radius: 15px 0px 0px 15px;
	padding-left: 17px;
}

.pizza-select-size-item.pizza-select-size-item-right {
	border-radius: 0px 15px 15px 0px;
	border-left: 0;
	padding-right: 16px;
	padding-left: 11px;
}

.pizza-size-selector-wrapper {
	padding: 9px 0 9px 0;
	position: relative;
}

.pizza-select-size-info-item {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	background: url('../img/pizza/info-bg.svg');
	width: 168px;
	height: 51px;
	left: -77px;
	top: -57px;
	z-index: 20;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
	padding: 7px 0 0 0;
	text-align: center;
	background-repeat: no-repeat;
}

.pizza-select-size-info-i {
	width: 15px;
	height: 15px;
	background: #A6B1BC;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	border-radius: 100px;
	text-align: center;
}

.pizza-select-size-info-wrapper {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: 84px;
}

.pizza-mode-selected .pizza-constructor-slider-wrapper-outer {
	height: 33vh;
	position: relative;
	overflow: hidden;
	min-height: 200px;
}

.pizza-select-size-item.active {
	background: white;
	color: #2E2F31;
}

.pizza-select-size-info-item.active {
	opacity: 1;
	visibility: visible;
}

.selected-pizza-item-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.selected-pizza-item {
	border-top: 1px solid #D8D8D8;
	padding: 17px 0 14px 0;
}

.selected-pizza-items-wrapper {
	padding: 13px 15px 0 15px;
}

.selected-pizza-price {
	display: inline-block;
	font-weight: 900;
	font-size: 14px;
	line-height: 21px;
	color: #2E2F31;
	width: 73px;
}

.selected-pizza-weight {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #747474;
}

.selected-pizza-numbers {
	padding: 6px 0 0 0;
}

.weight-icon {
	display: inline-block;
	background: url('../img/weight.svg');
	width: 11px;
	height: 13px;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.selected-pizza-description {
	font-size: 14px;
	line-height: 20px;
	padding: 3px 0 11px 0;
}

.selected-pizza-food-component {
	display: flex;
}

.food-component-icon {
	display: inline-block;
	width: 22px;
	height: 20px;
	position: relative;
	top: 5px;
	margin-right: 5px;
	background-repeat: no-repeat !important;
}

.food-component-protein {
	background: url('../img/card_protein.svg');
}

.food-component-fat {
	background: url(../img/card_fats.svg);
}

.food-component-carbo {
	background: url(../img/card_carbo.svg);
}

.food-component-kk {
	background: url(../img/card_kkal.svg);
}

.selected-pizza-food-component-item {
	font-weight: bold;
	font-size: 13px;
	line-height: 24px;
	color: #2E2F31;
	width: 25%;
}

.cont.pizza-mode-selected {
	background: white;
	height: calc(var(--app-height) - 45px);
}

.cont.pizza-mode-slider {
	background: white;
	padding-top: 0px;
	/* overflow: hidden; */
}

.hat-header-modal-left {
	position: absolute;
	left: 9px;
}

.pizza-back-btn {
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s !important;
}

.modal-pizza-container {
	top: 45px !important;
}

.pizza-modal-main-wrapper .pizza-back-btn.active {
	opacity: 1;
	visibility: visible;
}

.pizza-android .pizza-constructor-slider-right-wrapper .pizza-slide-item, .pizza-android .pizza-constructor-slider-left-wrapper .pizza-slide-item {
	scroll-snap-align: start start !important;
	scroll-snap-stop: always !important;
	/* scroll-margin: var(--app-height); */
	/* scroll-padding: var(--app-height); */
}

.pizza-android .slider-not-touching .swiper-slide-active .pizza-slide-item-img-inner {
	 opacity: 1 !important;
	 transform: scale(1) !important;
	/* transition: all 0.3s; */
}

.pizza-android .slider-not-touching .swiper-slide-prev .pizza-slide-item-img-inner, .slider-not-touching .swiper-slide-next .pizza-slide-item-img-inner {
	opacity: 0.5 !important;
	transform: scale(0.5) !important;
}

.swiper-slide-prev .pizza-slide-item-img-inner, .swiper-slide-next .pizza-slide-item-img-inner {
	/* opacity: 0.5 !important; */
	/* transform: scale(0.5) !important; */
}

.swiper-slide-active .pizza-slide-item-img-inner {
	/* opacity: 1 !important; */
	/* transform: scale(1) !important; */
	/* transition: all 0.3s; */
}

.pizza-constructor-slider-wrapper .swiper-wrapper {
	/* overflow-x: hidden !important; */
}

.pizza-constructor-slider-wrapper .swiper-wrapper {
	height: 100% !important;
	min-height: var(--app-height) !important;
}

.pizza-constructor-slider-wrapper .swiper-wrapper {
	transition-timing-function: unset !important;
	transform: none !important;
	transition-property: none !important;
	will-change: unset !important;
	scroll-behavior: unset;
}

.pizza-constructor-slider-wrapper .swiper-wrapper .pizza-slide-item.swiper-slide {
	will-change: unset !important;
	scroll-snap-align: start;
	/* width: calc(100% - 1px) !important; */
	/* visibility: hidden; */
}


.pizza-slide-item-img lazy-item {
	width: 74%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	max-width: none !important;
	max-height: none !important;
	background: transparent;
}

.pizza-constructor-slider-right-wrapper .pizza-slide-item-img lazy-item {
	left: 0;
	transform: rotate(
			180deg
	);
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item-img lazy-item {
	right: 0;
}

.pizza-slide-item-img lazy-item .lazy-load-img.ng-lazyloaded {
	background-size: contain;
	background-repeat: no-repeat;
}

img.pizza-default-img {
	width: 260%;
	object-fit: cover;
	z-index: 0;
	clip-path: inset(0 50% 0 0);
	position: absolute;
	top: 0;
	max-width: none !important;
	max-height: none !important;
	height: 100%;
}

.pizza-constructor-slider-right-wrapper .pizza-slide-item-img .pizza-default-img {
	transform: translate(-50%, 0) rotate(180deg) !important;
	clip-path: inset(0 50.2% 0 0);
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item-img .pizza-default-img {
	transform: translate(50%, 0);
	clip-path: inset(0 50.2% 0 0);
}

img.pizza-main-img {
	z-index: 1;
}


.pizza-lock-backdrop.active {
	visibility: visible;
}

.pizza-lock-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 100;
}

.pizza-bottom-button-wrapper-back {
	height: var(--btn-size);
	min-height: var(--btn-size);
	width: 100%;
	display: block;
	position: relative;
}

.pizza-shadow {
	/* box-shadow: black 0 0 0 10px; */
	width: 74%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	top: 0;
	max-width: none !important;
	max-height: none !important;
	z-index: 1;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}

.pizza-shadow-aspect {
	/* width: 100%; */
	/* padding-bottom: 75%; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.pizza-main-img {
	/* height: 100%; */
	width: auto;
	object-fit: contain;
	display: block;
	position: relative;
	z-index: 1;
}

.pizza-shadow-inner {
	/* box-shadow: black 0 0 0 10px; */
	/* border-radius: 0 100% 100% 0; */
	position: relative;
	display: block;
}

.pizza-shadow-item {
	position: absolute;
	width: calc(200% - 10px);
	height: calc(100% - 5px);
	top: 3px;
	left: calc(-100% + 9px);
	/* box-shadow: black 0 0 0 20px; */
	border-radius: 100%;
	z-index: 0;
	/* box-shadow: 0px 0px 0px 5px rgb(0 0 0); */
	box-shadow: 0px 4.59884px 9.19768px rgb(0 0 0 / 29%);
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item-img .pizza-shadow {
	right: 0;
}

.pizza-shadow {
}

.pizza-constructor-slider-left-wrapper .pizza-slide-item-img .pizza-shadow-item {
	left: auto;
	right: calc(-100% + 9px);
}

.pizza-mode-selected .pizza-constructor-slider-left-wrapper .pizza-slide-item-img img.pizza-main-img {
	right: -1px;
}

.empty-space {
	height: 80px;
	min-height: 80px;
}


.pizza-size-price-small, .pizza-size-price-medium {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
}

.medium-size-active .pizza-size-price-medium {
	opacity: 1;
	visibility: visible;
}

.small-size-active .pizza-size-price-small {
	opacity: 1;
	visibility: visible;
}


.pizza-mode-slider .pizza-top-header {
	min-height: 70px;
	max-height: 70px;
}


.modal-pizza-container .cont {
	padding: 0 !important;
	display: block !important;
}


.pizza-select-size-item.active span {
    opacity: 1;
}

.pizza-select-size-item span {
    opacity: 0.45;
}
