[v-cloak] {
	display: none
}

.m-calc {}

.m-calc-wrap {
	position: relative;
	width: max-content;
	max-width: 980px;
	margin: 0 auto 16px;
}

.m-calc .swiper {
	padding: 12px 12px 0 12px;
}

.m-calc-list {
	margin-bottom: 16px;
}

.m-calc-item {
	width: 100%;
	max-width: 472px;
	padding: 16px 20px 32px 40px;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	position: relative;
}

.m-calc-item.error {
	border: 1px solid #E30611;
}

.m-calc-item:not(:last-child) {
	margin-right: 24px;
}

.m-calc-item-delete {
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	background: #E30611;
	border-radius: 50%;
}

.m-grid {
	display: flex !important;
}

.m-grid-left {
	flex: 0 0 150px;
	margin-right: 15px;
}

.m-grid-image {
	padding-top: 28px;
	margin-bottom: 16px;
	position: relative;
	display: flex;
}

.m-grid-price {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.m-grid-price-error {
	margin-bottom: 9px;
	margin-top: -7px;
	height: 32px;
}

.m-grid-price>span {
	font-size: 14px;
}

.m-grid-counter {
	width: max-content;
	display: flex;
	align-items: center;
	padding: 6px 16px;
	border-radius: 8px;
	border: 1px solid #F3F3F4;
	background: linear-gradient(0deg, #FAFAFA 0%, #FAFAFA 100%), #D9D9D9;
}

.m-grid-counter__minus {
	display: flex;
	background: transparent;
}

.m-grid-counter__input {
	border: none;
	width: 32px;
	text-align: center;
	padding: 0 4px;
	background: transparent;
}

.m-grid-counter__plus {
	display: flex;
	background: transparent;
}

.m-grid-field:not(:last-child) {
	margin-bottom: 24px;
}

.m-grid-field__title {
	margin-bottom: 8px;
	color: #1D2023;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}

.m-grid-field__list {
	display: flex;
}

.m-grid-field-radio {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

.m-grid-field-radio:not(:last-child) {
	margin-right: 24px;
}

.m-grid-field-radio input {
	opacity: 0;
	position: absolute;
}

.m-grid-field-radio__marker {
	content: "";
	display: block;
	width: 16px;
	flex: 0 0 16px;
	height: 16px;
	margin-right: 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M15.6 8C15.6 12.1974 12.1974 15.6 8 15.6C3.80264 15.6 0.4 12.1974 0.4 8C0.4 3.80264 3.80264 0.4 8 0.4C12.1974 0.4 15.6 3.80264 15.6 8Z' fill='%23F3F3F4' stroke='%239F9F9F' stroke-width='0.8'/%3E%3C/svg%3E");
}

.m-grid-field-radio input:checked+.m-grid-field-radio__marker {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 15.1111C11.9274 15.1111 15.1111 11.9274 15.1111 8C15.1111 4.07264 11.9274 0.888889 8 0.888889C4.07264 0.888889 0.888889 4.07264 0.888889 8C0.888889 11.9274 4.07264 15.1111 8 15.1111ZM8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM8 12.8C10.651 12.8 12.8 10.651 12.8 8C12.8 5.34903 10.651 3.2 8 3.2C5.34903 3.2 3.2 5.34903 3.2 8C3.2 10.651 5.34903 12.8 8 12.8Z' fill='%23E30611'/%3E%3C/svg%3E");
}

.m-grid-field-input {
	font-size: 14px;
	font-weight: 400;
}

.m-grid-field-input:not(:last-child) {
	margin-right: 20px;
}

.m-grid-field-input input {
	width: 56px;
	height: 40px;
	border-radius: 8px;
	border: 1px solid #F2F3F7;
	margin-top: 8px;
	display: block;
	font-size: 15px;
	text-align: center;
}

.m-grid-field-checkbox {
	display: flex;
	align-items: center;
}

.m-grid-field-checkbox:not(:last-child) {
	margin-bottom: 8px;
}

.m-grid-field-checkbox input {
	display: none;
}

.m-grid-field-checkbox__marker {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='3.5' fill='%23F3F3F4' stroke='%239F9F9F'/%3E%3C/svg%3E");
	margin-right: 8px;
}

.m-grid-field-checkbox input:checked+.m-grid-field-checkbox__marker {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='3' width='18' height='18' rx='4' fill='%23E30611'/%3E%3Cpath d='M8 12L10.6667 15L16 9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.m-grid-field-checkbox__text {
	color: #9F9F9F;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.m-grid-field-checkbox__text span {
	color: #1D2023;
}

.m-calc-add {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 10px;
	position: absolute;
	right: -64px;
	top: 50%;
	transform: translateY(-50%);
}

.m-calc-add>svg {
	margin-bottom: 8px;
}

.m-calc-add-mobile {
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	background: #E30611;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto 24px;
	max-width: 472px;
}

.m-calc-add-mobile>svg {
	margin-right: 8px;
}

.m-order {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 472px;
	padding: 16px;
	margin: 0 auto 8px;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	box-shadow: 10px 10px 100px -48px rgba(15, 15, 15, 0.10);
}

.m-order__price {
	font-size: 16px;
	line-height: 32px;
}

.m-order__price-value {
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}

.m-order__price-value>span {
	font-size: 14px;
}

.m-price-mobile {
	display: none;
}

.m-order__send {
	border-radius: 4px;
	background: #FEED00;
	color: #1D2023;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	width: 200px;
	padding: 6px;
}

.m-calc-note {
	margin: 0 auto;
	width: 100%;
	max-width: 472px;
	color: #9F9F9F;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.m-grid-mobile-sizes .m-grid-image {
	display: none;
}


.slider-nav {
	display: none;
	align-items: center;
	justify-content: center;
}

.slider-nav__prev,
.slider-nav__next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(196, 196, 196, 0.50);
}

.slider-nav .slider-nav__pagination {
	margin: 0 20px;
	transform: none !important;
	width: auto !important;
	display: flex;
}

.slider-nav .swiper-pagination-bullet {
	transform: scale(1) !important;
}

.slider-nav .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #C4C4C4;
}

.slider-nav .swiper-pagination-bullet-active {
	background: #FEED00;
}

@media (max-width: 1279px) {
	.m-calc-add {
		display: none;
	}

	.m-calc-add-mobile {
		display: flex;
	}
}

@media (max-width: 767px) {
	.m-calc-wrap {
		width: 100%;
	}

	.m-calc .swiper {
		padding: 12px 0 0 0;
	}

	.m-grid-left {
		display: none;
	}

	.m-calc-item {
		flex-direction: column;
		padding: 16px 30px 16px 16px;
		max-width: 100%;
	}

	.m-calc-item:not(:last-child) {
		margin-right: 0;
	}

	.m-calc-item-delete {
		right: 0;
		top: -8px;
	}

	.m-grid-mobile-sizes {
		display: flex;
	}

	.m-grid-mobile-sizes .m-grid-field__list {
		flex-direction: column;
		margin-right: 32px;
	}

	.m-grid-mobile-sizes .m-grid-field-input:not(:last-child) {
		margin-right: 0;
		margin-bottom: 16px;
	}

	.m-grid-field-input input {
		width: 128px;
		height: 48px;
	}

	.m-grid-image {
		padding-top: 0;
		max-width: 120px;
	}

	.m-grid-mobile-sizes .m-grid-image {
		display: flex;
		margin-bottom: 0;
	}

	.m-price-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 16px;
	}

	.m-order {
		flex-direction: column;
		align-items: flex-start;
	}

	.m-order__price {
		margin-bottom: 8px;
	}

	.m-order__send {
		width: 100%;
	}

	.slider-nav {
		display: flex;
	}
}