.gallery-row {
	min-height: 500px;
	max-height: 500px;
}

.gallery-row .myThumb {
	min-height: 500px;
	max-height: 500px;
}
.myThumb .swiper-slide {
	background-size: contain!important;
}

.myThumb .swiper-slide-thumb-active {
	border: 2px solid #005944;
	border-radius: 4px;
	box-sizing: border-box;
}
.myItem .swiper-slide {
	background-size: contain!important;
	height: 500px;
	border-radius: 20px;
}

.myThumb .swiper-button-next,
.myThumb .swiper-button-prev {
	height: 30px;
	transition: 0.5s;
	width: 100%;
	background: #fff;
}
.myThumb .swiper-button-next:hover,
.myThumb .swiper-button-prev:hover,
.myThumb .swiper-button-next:focus,
.myThumb .swiper-button-prev:focus,
.myThumb .swiper-button-next:active,
.myThumb .swiper-button-prev:active{
	border-radius: 0;
	background: #fff;
}
.myThumb .swiper-button-next {
	bottom: 0;
	left: 0;
	top: unset;
}
.myThumb .swiper-button-prev {
	top: 21px;
	left: 0;
}

.myThumb .swiper-button-next.swiper-button-disabled,
.myThumb .swiper-button-prev.swiper-button-disabled {
	display: none;
}
.myThumb .swiper-button-prev:after,
.myThumb .swiper-rtl .swiper-button-next:after {
	transform: rotate(90deg);
}
.myThumb .swiper-button-next:after,
.myThumb .swiper-rtl .swiper-button-prev:after {
	transform: rotate(90deg);
}
.swiper-slide-video {
	display: flex;
}
.swiper-slide-video svg{
	background-color: rgb(7 7 7 / 48%);
	border-radius: 50%;
	color: #fff;
	display: flex;
	left: 50%;
	padding: 8px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 33px;
	height: 33px;
}
.detail-card h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 30px
}
.detail-card .detail-card-description{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}


.detail-card .collapsible {
	overflow: hidden;
	max-height: 100px;
	transition: max-height 0.3s ease;
	position: relative;
}

.detail-card .collapsible::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 10px;
}

.detail-card .collapsible.expanded {
	max-height: none;
}

.detail-card .collapsible.expanded::after {
	display: none;
}

.detail-card .show-more-btn {
	margin-top: 10px;
	padding: 0;
	cursor: pointer;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 20px;
	color: var(--color-main);
	border-bottom: 1px solid var(--color-main);
}
.detail-card .offer-prop-name:after{
	border-bottom: 1px dotted rgba(204, 214, 228, 0.6);
	bottom: .2em;
	content: "";
	display: block;
	left: 0;
	position: relative;
	width: 100%;
	margin-top: -4px;
	z-index: -1;
}
.detail-card .offer-prop-name span{
	align-items: flex-start;
	background: #fff;
	display: inline;
	padding-right: 3px;
	color: rgba(0, 26, 52, 0.6);
	z-index: 2;
}
.detail-card .detail-card-characteristic-item {
	font-size: 14px;
}
.detail-card .offer-btn-select {
	align-items: center;
	display: flex;
	font-size: 0;
	height: 72px;
	width: 56px;
	padding: 6px;
	border: solid 2px rgba(245, 247, 250, 1);
	border-radius: 6px;
}

.detail-card .container-offers-select {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	transition: .5s;
}
.detail-card .offer-btn-select:hover,
.detail-card .offer-btn-select:focus,
.detail-card .offer-btn-select:active{
	transition: .5s;
	cursor: pointer;
	border: solid 2px var(--color-main);
}

.detail-card .offer-btn-select.active {
	border: solid 2px var(--color-main);
}
[href="#detail-card-description"] {
	background: rgba(0, 48, 120, 0.039);
	display: flex;
	min-height: 24px;
	padding: 2px 8px;
	justify-content: center;
	text-decoration: none;
	border-radius: 12px;
	color: black;
	transition: .5s;
}
[href="#detail-card-description"]:hover,
[href="#detail-card-description"]:hover,
[href="#detail-card-description"]:hover {
	background: #dddfe2;
	transition: .5s;
}
.offers-characteristic-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 24px;
}
.container-offer-price {
	border-radius: 20px;
	box-sizing: border-box;
	min-height: 66px;
	padding: 20px;
	position: relative;
	width: 100%;
	border: none;
	background: #fff;
	z-index: 2;
	margin-top: -18px;
	box-shadow: 0 20px 12px -16px rgba(0, 30, 85, .1), 0 8px 24px 18px rgba(0, 30, 85, .05);
}
.offer-price-container-price {
	display: flex;
	gap: 10px;
}
.container-price-current {
	background: var(--color-main);
	border-radius: 8px;
	color: #fff;
	padding: 2px 8px;
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0;
	display: flex;
}
.container-price-discount{
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 24px;
	display: flex;
	padding: 2px 8px;
	color: rgba(0, 26, 52, 0.6);
	align-items: center;
}
.btn-add-basket {
	height: 56px;
	outline: none;
	padding: 8px !important;
	width: 100%;
	border-radius: 16px !important;
	color: #fff !important;
	display: flex !important;
	margin-top: 30px;
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.container-offers-warehouses-number {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 15px;
}
.offers-warehouse-nearest,
.offers-warehouse-internet-shop {
	display: flex;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	outline-offset: -1px;
	outline: rgba(204, 214, 228, 0.6) solid 1px;
	border-radius: 20px;
	gap: 15px;
	align-items: center;
}

.offers-warehouse-title{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 20px;
}
.offers-warehouse-number {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 14px;
	color: rgba(0, 26, 52, 0.4);
}
.offers-warehouse-number span{
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 14px;
	color: #fecc00;
	border-bottom: 1px solid var(--color-main);
}
.bh3_3 circle {
	fill: transparent;
	stroke-width: 8;
}
.hb3_3 {
	animation: bh3_3 .7s linear;
}
.b3h_3 {
	stroke-linecap: round;
	stroke-dasharray: 120;
	transform: rotate(-90deg);
	transform-origin: 16px 16px;
}


.container-offer-share{
	background: rgba(245, 247, 250, 1);
	border-radius: 20px 20px 0 0;
	display: flex;
	gap: 15px;
	justify-content: center;
	min-height: 70px;
	position: relative;
	margin-top: 0;
	z-index: 1;
	align-items: center;
	padding-bottom: 17px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 20px;
}
.offer-shares {
	display: flex;
	gap: 7px;
}
.offer-shares a {
	border-radius: 8px;
	z-index: 3;
}
