* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
label {
	cursor: pointer;
	transition: all 250ms;
}
.modals-content h2 {
	font-family: "Loew Next";
	font-style: normal;
	font-weight: 850;
	font-size: 38px;
	line-height: 48px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #000000;
}
.modals-right-text {
	font-family: "Loew Next";
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #000000;
	margin: 20px 0 20px;
}
.modals-background {
	transition: height 250ms;
}
.modals-content {
	display: flex;
}
.modals .modals-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	visibility: visible;
	opacity: 1;
	transition: height 250ms;
}
.modals.off .modals-background {
	visibility: hidden;
	width: 0;
	height: 0;
	opacity: 0;
	cursor: pointer;
}
.modals-content {
	position: fixed;
	width: 80vw;
	max-width: 1227px;
	height: auto;
	padding: 0px;
	background-color: white;
	border-radius: 3px;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	cursor: auto;
	transform: scale(1);
	transition: transform 500ms;
	z-index: 300;
}
.modals-content .modals-close {
	width: max-content;
	height: max-content;
	position: absolute;
	display: flex;
	align-items: center;
	top: 40px;
	right: 10px;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
	transition: color 200ms, transform 500ms;
}
.modals-close span {
	line-height: 28px;
	font-size: 22px;
	margin-left: 10px;
	width: 24px;
	height: 24px;
}
/* .modals-content p {
	position: relative;
	margin: 16px 0 34px 0;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #363636;
} */
.modals-content .modals-content-button {
	position: relative;
	float: right;
	margin: 0;
	padding: 10px 20px;
	color: white;
	font-weight: 100;
	border-radius: 3px;
	background-color: #2980b9;
}
.modals-content .modals-content-button:hover,
.modals-content .modals-content-button:focus {
	background-color: #409ad5;
}
.modals-content-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.basket {
	flex-grow: 1;
	padding: 12px;
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
	border: none;
	background: #dbaf4e;
}
.modals-content > div {
	width: 50%;
	/* max-height: 450px; */
}
.modals-right-box {
	width: 100%;
	padding: 60px 0 60px 60px;
	max-width: 411px;
}
.modals-content-right {
	display: flex;
	align-items: center;
}
.modals-sub {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #6f6f6f;
	margin-top: 10px;
	margin-bottom: 40px;
	margin: 30px 0 40px;
}
.modals-sub li {
	list-style: none;
	display: flex;
	justify-content: space-between;
	font-family: "Loew Next";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #000000;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 0;
}
.modals-sub li:last-child {
	border-bottom: none;
}
.modals-sub li span {
	font-family: "Loew Next";
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.03em;
	color: #000000;
}
.modals {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100vw;
	min-height: 100%;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	position: fixed;
	padding-bottom: 0;
	top: 0;
	left: 0;
	z-index: 300;
	background: #000000b3;
}

.modals.off {
	opacity: 0;
	visibility: hidden;
	filter: blur(8px);
	transform: scale(0.33);
	box-shadow: 1rem 0 0 rgba(0, 0, 0, 0.2);
}

.modals.off .modals-content {
	display: none;
}

@supports (offset-rotate: 0deg) {
	.modals.off {
		offset-distance: 100%;
	}
}

@media (prefers-reduced-motion) {
	.modals {
		offset-path: none;
	}
}
.modals-content .modals-close:hover,
.basket:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
@media (min-width: 1970px) {
	.modals-content {
		/* left: 20%; */
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1450px) {
	.modals-content {
		/* top: 10%; */
		/* height: 440px; */
	}
	.modals-content h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.modals-right-text {
		font-size: 16px;
	}
	.modals-sub li {
		padding: 7px 0;
	}
}
@media (max-width: 1170px) {
	.modals-content {
		/* top: 15%; */
		height: unset;
	}
	.modals-content {
		/* width: 85%; */
		/* margin-left: -43%; */
	}
	.modals-right-box {
		padding: 30px 30px 20px 30px;
	}
	.modals-content h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.modals-right-text {
		font-size: 16px;
		margin: 16px 0 25px;
	}
}
@media (max-width: 767px) {
	.modals { overflow: auto; }
	.modals .menus-card-bottom { margin-top: 0; }
	.modals-content > div {
		width: 100%;
	}
	.modals-content {
		flex-direction: column-reverse;
		margin-top: 120px;
		top: 0;
	}
}
@media (max-width: 550px) {
	.modals-content-left img {
		max-height: 250px;
	}
	.modals-sub li {
		padding: 5px 0;
	}
	.modals-sub {
		margin-bottom: 14px;
	}
	.modals-right-text {
		margin: 16px 0 10px;
	}
	.modals-content h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.modals-right-box {
		padding: 25px 20px 20px 20px;
	}
}
@media (max-width: 390px) {
	.menus-card-price {
		font-size: 12px;
	}
	.modals-content h2 {
		font-size: 22px;
		line-height: 26px;
	}
	.modals-content-left img {
		max-height: 200px;
	}
	.modals-content .modals-close {
		top: -32px;
		right: -20px;
	}
}
@media (max-width: 350px) {
	.modals-content .modals-close {
		top: -30px;
		right: 5px;
	}
	.menus-card-price span {
		font-size: 12px;
		line-height: 16px;
	}
	.modals-right-text {
		font-size: 12px;
	}
	.modals-content h2 {
		font-size: 18px;
		line-height: 20px;
	}
	.modals-sub li {
		font-size: 12px;
		padding: 4px 0;
	}
	.modals-content-left {
		height: 150px;
	}
	.modals-right-box {
		padding: 20px 20px 20px 20px;
	}
	.modals-content {
		width: 100%;
		/* margin-left: -50%; */
	}
}
@media ( max-height: 555px ) {
	.modals {
		overflow: auto;
		bottom: 0;
	}
	.modals-content {
		top: 120px;
	}
}