._mobile {
	display: flex;
}

._desktop {
	display: none;
}

@media (min-width: 980px) {
	._mobile {
		display: none;
	}

	._desktop {
		display: flex;
	}
}

.page-title._card-detail {
	margin-top: 18px;
}

.page-title._card-detail h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}


.card-detail .vendor-code {
	color: #858585;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;

	margin-bottom: 20px;
}


.card-detail._background {
	background-color: white;
}

.card-detail._background:before {
	content: '';
	position: absolute;
	top: -100%;
	height: 100%;
	width: 100%;
	background-color: white;
	z-index: -1;
}

.card-detail._background:after {
	content: '';
	position: absolute;
	bottom: calc(min(max(50px, calc(3.125rem + (90 - 50) * ((100vw - 375px) / (1220 - 375)))), 90px) * -1);
	height: 100%;
	width: 100%;
	background-color: white;
	z-index: -1;
}

.card-detail__actions-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card-detail__badges {
	gap: 5px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	position: absolute;
	z-index: 2;
	cursor: default !important;
	pointer-events: all !important;
}

.card-detail__badges:hover {
	z-index: 101;
}

._wallpapper .card-detail__badges {
	top: 10px;
	left: 10px;
}

._standart .card-detail__badges {
	top: 0;
	left: 0;
}

.card-detail__badges>span {
	color: #FFF;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;

	border-radius: 30px;
	background: #F03030;

	padding: 4px 10px 4px;
}

.card-detail__badges>span>.popover {
	background: #fff;
}

.card-detail__badges span._sale {
	padding: 4px 11px 4px;
}

.card-detail__actions-banner+.card-detail__image-container .card-detail__badges {
	top: 10px;
	left: 0;
}


.slider-arrow._similar:after {
	content: '' !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='22' viewBox='0 0 15 22' fill='none'%3E%3Cpath d='M3.37798 0L0 3.37798L7.43155 10.8095L0 18.2411L3.37798 21.619L14.1875 10.8095L3.37798 0Z' fill='%23ADAFAD'/%3E%3C/svg%3E");
	width: 14.19px;
	height: 21.62px;
	background-repeat: no-repeat;
}

.slider-arrow._similar {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: white;
	opacity: 1 !important;
	right: -20px !important;
	top: calc(50% + 30px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.slider-arrow._similar.swiper-button-prev:after {
	transform: scale(-1);
}

.slider-arrow._similar.swiper-button-next.swiper-button-disabled,
.slider-arrow._similar.swiper-button-prev.swiper-button-disabled {
	display: none;
}

.slider-arrow._similar.swiper-button-prev {
	left: -20px;
}

.swiper-pagination._slider-pagination {
	position: initial;
	margin-top: 10px;
}

.swiper-pagination._card-detail-gallery-pagination .swiper-pagination-bullet,
.swiper-pagination._slider-pagination .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background-color: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 50%;
	opacity: 1;
}

.swiper-pagination._card-detail-gallery-pagination .swiper-pagination-bullet-active,
.swiper-pagination._slider-pagination .swiper-pagination-bullet-active {
	background-color: #30B931;
	border-color: #30B931;
}

.card-detail__similar .swiper-wrapper .catalog__item .catalog__item-image {
	padding: 0;
	height: min(max(122px, calc(7.625rem + (150 - 122) * ((100vw - 375px) / (768 - 375)))), 137px);
}

.card-detail__similar .swiper-wrapper .catalog__item .catalog__item-badges {
	top: -11px;
	left: -11px;
}

.card-detail__similar .swiper-wrapper .catalog__item .catalog__item-body {
	margin-top: 2px;
	padding: 0;
}

.card-detail__similar .swiper-wrapper .catalog__item .catalog__item-footer {
	padding: 0;
}

.card-detail__similar .swiper-wrapper .catalog__item {
	height: 355px;
	padding: 21px;
	padding-bottom: 21px;
}

.card-detail__similar .swiper-wrapper .catalog__item .catalog__item-name {
	-webkit-line-clamp: 2;
}

@media (max-width: 1239px) {
	.card-detail__similar.swiper {
		padding: 0 20px;
	}

	.slider-arrow._similar.swiper-button-next {
		right: 0;
	}

	.slider-arrow._similar.swiper-button-prev {
		left: 0;
	}
}

@media (max-width: 819px) {
	.card-detail__similar.swiper {
		padding: 0;
	}

	.slider-arrow._similar {
		display: none;
	}
}

.card-detail__similar .card-buttons {
	margin: 0 !important;
}

.card-detail__item {
	width: 100%;
}

.swiper-slide.card-detail__thumb._on-wall {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 3px;
	cursor: pointer;
}

.swiper-slide.card-detail__thumb._on-wall span:not(.icon) {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
}

.swiper-slide.card-detail__thumb._on-wall .icon {
	width: 21px;
	height: 21px;
	margin-bottom: 3px;
}

.card-detail__thumbs {
	display: none;
	order: 1;
}



a.card-detail__image {
	display: flex;
	align-items: center;
	justify-content: center;
}

a.card-detail__image img {
	object-fit: cover;
}

.card-detail__left {
	display: flex;
	flex-direction: column;
	/*width: 100%;*/
	width: calc(100% - 21px);
	gap: 10px;
}

.card-detail__container {
	width: 100%;
	display: flex;
}

.card-detail__image-container {
	width: 100%;
	aspect-ratio: 1 / 1;
}

._standart .card-detail__image-container {
	padding: 15px 25px;
}

.card-detail__left .swiper {
	width: 100%;
}

.card-detail__image.swiper .swiper-slide {
	width: 100% !important;
}

.card-detail__thumb {
	width: 70px !important;
	height: 70px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 19px 5px;
	border: 1px solid #DADADA;
	border-radius: 4px;
	cursor: pointer;
}

.card-detail__thumb.swiper-slide-thumb-active {
	border: 2px solid var(--main-color);
}

.card-detail__pagination {
	display: none;
}

.card-detail__thumb img {
	object-fit: contain;
}

.card-detail__image {
	height: min(max(355px, calc(22.1875rem + (470 - 355) * ((100vw - 375px) / (980 - 375)))), 470px);
}

.card-detail__slide img {
	object-fit: contain;
}

.card-detail__top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.card-detail .breadcrumbs,
.card-detail .breadcrumbs .bx-breadcrumb {
	margin: 0;
}

.card-detail .breadcrumbs .center {
	padding: 0;
}

.card-detail .page-title {
	margin: 0;
	padding: 0;
}

.card-detail__right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.card-detail .bx-breadcrumb-item {
	margin-bottom: 0;
}

.card-detail__hint {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color);
	border-radius: 50px;
	padding-right: 11px;
	cursor: default;
}

.card-detail__hint .icon {
	width: 25px;
	height: 25px;
}

.card-detail__hint span:not(.icon) {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
}

.card-detail__price>span {
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 140%;
}

.card-detail__price {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 4px;
}

.card-detail__unit {
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 125%;
	color: #858585;
}

.card-detail__unit._bold {
	font-weight: 700;
	font-size: 16px !important;
	color: #858585 !important;
}

@media (max-width: 1024px) {
	.card-detail__unit._bold {
		font-size: 14px !important;
	}
}

.card-detail__old-price>span {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: #858585;
}

.card-detail__old-price>span:before {
	content: '';
	position: absolute;
	top: 45%;
	transform: translateY(10%);
	height: 2px;
	width: 100%;
	background-color: #858585;
}

.card-detail__discount {
	background: #F03030;
	border-radius: 4px;
	font-style: normal;
	font-weight: 800;
	font-size: 14px !important;
	line-height: 100%;
	color: #FFFFFF !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
}

.card-detail__old-price {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 8px;
}

.card-detail__info-item {
	display: grid;
	grid-template-columns: 23px 1fr;
	width: 100%;
	grid-column-gap: 8px;
	align-items: center;
}

.card-detail__info {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 30px;
}

.card-detail__info-item .icon {
	height: 19px;
	fill: var(--main-color);
}

.card-detail__info-item p {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}

.card-detail__info-item span:not(.icon) {
	grid-column: 2;
	color: #858585;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.card-detail__store>p {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
}

.card-detail__store ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 9px;
}

.card-detail__store ul p:before {
	content: '';
	background-color: var(--main-color);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 7px;
}

.card-detail__store ul p {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}

.card-detail__store ul p span {
	font-size: 14px;
}

.card-detail__store ul span {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #858585;
}

.card-detail__store ul span:not(p span) {
	margin-left: 14px;
}

.card-detail__prices {
	margin-top: 20px;
}

.card-detail .page-title h1 {
	font-size: 32px;
}

.card-detail .card-buttons {
	margin-top: 16px;
	width: 100%;
	margin-bottom: 31px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}

.card-detail .card-buttons .site-button:not(.card-detail__similar button) {
	height: 40px !important;
	width: 100%;
}

.card-buttons button._in-cart {
	width: calc(60% - 5px);
	max-width: calc(60% - 5px);
}

.card-buttons .catalog-detail__quantity {
	width: calc(40% - 5px);
}

.card-buttons .catalog-detail__quantity .form__group,
.card-buttons .catalog-detail__quantity .icon {
	height: 40px;
}

.card-buttons ._buy-one-click {
	display: flex;
	height: 40px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border: 1px solid #DADADA !important;
}

.card-buttons ._buy-one-click .icon {
	width: 18.19px;
	height: 16.51px;
}



@media (min-width: 980px) {
	.card-buttons ._buy-one-click .icon {
		width: 18px;
		height: 18px;
	}
}


.card-detail__info-item:not(:last-child) {
	margin-bottom: 15px;
}

.card-detail__store ul li {
	margin-bottom: 12px;
}

.catalog-detail__quantity {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

.catalog-detail__quantity .icon {
	background: #F2F2F2;
	border-radius: 4px;
	width: 35px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.catalog-detail__quantity .icon * {
	pointer-events: none;
}

.catalog-detail__quantity .icon svg {
	width: 14px;
	height: 14px;
	fill: #808080;
}

.catalog-detail__quantity>.button-quantity._minus>svg {
	display: none;
}

.catalog-detail__quantity>.button-quantity._minus>svg._active {
	display: block;
}

.catalog-detail__quantity .form__group {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #DADADA;
	border-radius: 4px;
	width: 70px;
	height: 50px;
}

.catalog-detail__quantity .form__group input {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.card-detail__warning {
	background: #FFF7C9;
	border-radius: 4px;
	max-width: 410px;
	width: 100%;
	margin-top: 23px;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 30px;
	padding-bottom: 21px;
}

.card-detail__warning p {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	display: flex;
	align-items: center;
}

.card-detail__warning span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
	padding-left: 28px;
	display: inline-block;
}

.card-detail__warning p:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18' viewBox='0 0 20 18' fill='none'%3E%3Cg clip-path='url(%23clip0_12_1736)'%3E%3Crect x='8' y='4' width='4' height='13' fill='white'/%3E%3Cpath d='M20 16.56C20 17.028 19.8353 17.385 19.5058 17.631C19.1764 17.877 18.7721 18 18.2929 18H1.7071C1.22791 18 0.8236 17.874 0.49416 17.622C0.16472 17.37 0 17.016 0 16.56C0 16.2 0.107817 15.834 0.32345 15.462L8.60737 0.99C9.0027 0.33 9.4699 0 10.009 0C10.5481 0 11.0033 0.33 11.3747 0.99L19.6765 15.48C19.8922 15.864 20 16.224 20 16.56ZM11.2489 7.362V4.734H8.75112V7.362C8.75112 7.53 8.7631 7.689 8.78706 7.839C8.81102 7.989 8.84397 8.157 8.88589 8.343C8.92782 8.529 8.96077 8.688 8.98473 8.82L9.45193 11.736H10.5121L10.9973 8.82C11.0213 8.7 11.0572 8.544 11.1051 8.352C11.153 8.16 11.189 7.989 11.2129 7.839C11.2369 7.689 11.2489 7.53 11.2489 7.362ZM11.2489 14.328C11.2489 13.98 11.1261 13.686 10.8805 13.446C10.6349 13.206 10.3384 13.086 9.99102 13.086C9.65559 13.086 9.36508 13.206 9.1195 13.446C8.87391 13.686 8.75112 13.98 8.75112 14.328C8.75112 14.676 8.87391 14.973 9.1195 15.219C9.36508 15.465 9.65559 15.588 9.99102 15.588C10.3384 15.588 10.6349 15.465 10.8805 15.219C11.1261 14.973 11.2489 14.676 11.2489 14.328Z' fill='%23E70000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1736'%3E%3Crect width='20' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	width: 20px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.card-detail__preorder-info {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 395px;
	padding: 15px;
	gap: 8px;
	background-color: #FFF7C9;
	border-radius: 4px;
}

.card-detail__preorder-info-ico {
	width: 20px;
	height: 20px;
}

.card-detail__preorder-info-ico svg {
	display: block;
	width: 100%;
	height: 100%;
}

.card-detail__preorder-info-text {
	display: flex;
	flex-direction: column;
	font-size: 14px !important;
	color: #000000;
	line-height: 140% !important;
}

.card-detail__preorder-info-text span {
	font-size: 14px !important;
	color: #000000;
	line-height: 140% !important;
}

.card-detail__preorder-info-text a {
	display: inline-block;
	color: #000000;
	font-weight: 700;
	font-size: 14px !important;
	line-height: 140% !important;
}

@media (max-width: 1024px) {
	.card-detail__preorder-info {
		margin-bottom: 23px;
	}
}

@media (max-width: 768px) {
	.card-detail__preorder-info {
		max-width: 100%;
	}
}

.card-detail__tabs {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin-top: 14px;
	gap: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #DADADA;
}

.card-detail__tab span {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 140%;
	color: #808080;
	cursor: pointer;
	will-change: color;
	transition: color 0.3s ease;
}

.card-detail__tab:hover span,
.card-detail__tab._active span {
	color: #000000;
}


.card-detail__title {
	font-style: normal;
	font-weight: 900;
	font-size: 16px !important;
	line-height: normal;
	color: #000000;
	margin-bottom: 11px;
}

.card-detail__content {
	margin-top: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.card-detail__bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.card-detail__item p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
}


.card-detail__notification {
	border: 1px solid #DADADA;
	border-radius: 4px;
	padding: 15px;
	margin-top: 14px;
	height: fit-content;
}

.card-detail__notification p {
	color: #808080;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px !important;
	font-style: italic;
	font-weight: 400;
	line-height: 143%;
}

.card-detail__item:not(:first-child) {
	margin-top: 28px;
}

.catalog__item-prop {
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 15px;
	display: flex;
	width: 100%;
}

.catalog__item-props {
	margin-top: 18px;
}

.catalog__item-prop span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #858585;
	width: 50%;
	display: flex;
	white-space: nowrap;
}

.catalog__item-prop span i {
	border-bottom: 1px dotted #DADADA;
	margin: 0 3px;
	margin-bottom: 7px;
	display: flex;
	width: 100%;
}

.catalog__item-prop span:last-child {
	color: #000000;
}

.card-detail__similar {
	max-width: 1220px;
	width: 100%;
	margin-top: 15px;
}

.card-detail__similar .swiper-wrapper {
	align-items: stretch !important;
}


.card-detail__hint:hover .popover {
	display: flex;
}


.card-detail__hint .popover {
	bottom: 50%;
	left: 50%;
	padding-top: 19px;
	padding-left: 17px;
	min-width: 320px;
	z-index: 9;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-bottom: 20px;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.card-detail__hint .popover p {
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	line-height: 125%;
	margin-bottom: 5px;
}

.card-detail__hint .popover span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.popover__prices {
	margin-top: 12px;
}

.popover__prices-old {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 7px;
}

.popover__prices-old>span {
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 140% !important;
	color: #858585 !important;
}

.popover__prices-old .card-detail__discount {
	margin-left: 7px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 140%;
}

.popover__prices-new {
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 140%;
}

.popover__prices-old span:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #858585;
}

.card-detail__tabs._fixed+.card-detail__content {
	margin-top: calc(60px + 38.39px + 48px);
}

@media(max-width: 1023px) {
	.card-detail__tabs._fixed+.card-detail__content {
		margin-top: 150px;
	}
}

@media(max-width: 979px) {
	.card-detail__tabs._fixed+.card-detail__content {
		margin-top: 0;
	}
}

.card-detail__tabs._fixed {
	position: fixed;
	top: 74px;
	padding: 20px 0px 15px;
	margin-top: 0;
	background-color: white;
	z-index: 9;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1199px) {
	.card-detail__tabs._fixed {
		top: 70px;
		padding: 20px 10px 15px;
	}
}

@media (max-width: 1023px) {
	.card-detail__tabs._fixed {
		top: 124px;
	}
}

@media (max-width: 639px) {
	.card-detail__tabs._fixed {
		top: 115px;
	}
}

@media (max-width: 500px) {
	.card-detail__tabs._fixed {
		top: 105px;
	}
}

#magic-line {
	position: absolute;
	bottom: 0;
	background-color: var(--main-color);
	height: 3px;
	left: 0;
	transition: left 0.2s ease;
}

.card-detail__thumbs {
	display: flex;
	width: 100% !important;
}

.card-detail__thumbs .swiper-wrapper {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

@media screen and (max-width: 979px) and (min-width: 768px) {
	.card-detail__left {
		width: 100%;
		flex-direction: row-reverse;
	}

	.card-detail__thumbs {
		width: 70px !important;
	}

	.card-detail__thumbs .swiper-wrapper {
		flex-direction: column;
	}

	.card-detail__left .card-detail__container {
		/* width: calc(100% - 80px); */
		/*70px - thumbs, 10px - отступ*/
	}
}

@media (max-width: 768px) {
	.card-detail__left {
		width: 100%;
	}
}

@media (max-width: 639px) {
	.card-detail__thumbs {
		display: none;
	}
}

@media (min-width: 471px) {
	.card-detail__image .card-detail__slide._wall-picture {
		background-position: center;
		background-repeat: repeat-y;
	}
}

@media (max-width: 470px) {
	.card-detail__image .card-detail__slide._wall-picture {
		background-size: contain;
	}
}

@media (min-width: 980px) {

	.card-detail .vendor-code {
		display: none;
	}

	.card-detail__top {
		flex-direction: row;
		gap: 43px;
	}

	.card-detail__left {
		flex-direction: row;
		/*overflow: hidden;*/
		gap: 20px;
	}

	.card-detail__thumbs {
		width: 70px !important;
		flex-shrink: 0;
		order: 0;
	}

	.card-detail__thumbs .swiper-wrapper {
		flex-direction: column;
	}


	.card-detail__left .card-detail__container {
		width: calc(100% - 70px - 20px);
	}

	._full-img .card-detail__left .card-detail__container {
		width: 100%;
	}



	.card-detail__right .breadcrums__wrapper {
		margin-left: 2px;
		display: flex;
	}

	.card-detail__right .breadcrumbs a,
	.card-detail__right .breadcrumbs span {
		line-height: 100%;
	}

	.card-detail .page-title {
		margin-top: 16px;
	}

	.card-detail__prices {
		margin-top: 26px;
	}

	.card-detail__price {
		margin-top: 0;
	}

	.card-detail__price>span {
		font-size: 32px;
	}

	.card-detail .card-buttons {
		margin-top: 24px;
		margin-bottom: 40px;
		max-width: 463px;
	}

	.card-detail .card-buttons .site-button:not(.card-detail__similar button) {
		height: 50px !important;
		width: 100%;
		max-width: 100%;
	}

	.card-buttons button._in-cart {
		width: calc(100% - 10px - 150px) !important;
		max-width: calc(100% - 10px - 150px) !important;
	}

	.card-buttons .catalog-detail__quantity {
		width: 150px;
		flex-shrink: 0;
	}

	.card-buttons .catalog-detail__quantity .form__group,
	.card-buttons .catalog-detail__quantity .icon {
		height: 50px;
	}

	.card-detail__store ul li {
		margin-bottom: 14px;
	}

	.card-detail__store ul p,
	.card-detail__store ul p span {
		font-size: 16px;
	}

	.card-detail__tabs {
		gap: 30px;
		padding-bottom: 14px;
	}

	.tabs__wrapper {
		width: 100%;
	}

	.card-detail__tab span {
		font-size: 16px;
	}


	.card-detail__content {
		flex-direction: row;
		gap: 80px;
		margin-top: 50px;

	}

	.card-detail__title {
		font-size: 28px !important;
		margin-bottom: 14px;
	}

	.card-detail__item p {
		font-size: 16px;
	}

	.card-detail__item:not(:first-child) {
		margin-top: 43px;
	}

	.catalog__item-props {
		max-width: 746px;
	}

	.catalog__item-prop span {
		font-size: 16px;
	}

	.catalog__item-props {
		margin-top: 25px;
	}

	.card-detail__notification {
		width: 366px;
		flex-shrink: 0;
		position: sticky;
		max-width: 366px;
		top: calc(87px + 30px);
		margin-top: 31px;
		padding: 15px 20px 17px;
	}

	.card-detail__notification p {
		font-size: 16px !important;
		line-height: 138% !important;
	}

	.card-detail__similar {
		margin-top: 28px;
	}
}