

/* Start:/local/templates/oletwice/components/bitrix/breadcrumb/.default/style.min.css?1754998799467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/oletwice/components/bitrix/news.list/capsule/style.css?17549987996463*/
.capsule-table {
	width: 100%;
	padding: 25px;
	overflow-x: auto;
	height: 100%;
}

.capsule-table__header {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 20px;
	color: #c69960;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Cormorant, serif;
	font-size: 20px;
}

.capsule-table__close {
	display: flex;
	stroke: #c69960;
}

.capsule-table__close svg {
	width: 20px;
	height: 20px;
}

.capsule-table__content {
	margin-top: 30px;
}

.capsule-table__tab-titles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 16px;
}

.capsule-table__tab-title {
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
	padding-bottom: 5px;
}

.capsule-table__tab-title.active {
	border-color: #b9b9b9;
}

.capsule-table__tab-title.active:hover {
	color: #273351;
	cursor: default;
}

.capsule-table__text {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
}

.capsule-table__text--limit {
	max-width: 380px;
}

.capsule-table__text--small {
	font-size: 12px;
	margin-top: 0;
}

.capsule-table__text--small sup {
	top: 0;
	font-size: 1em;
}

.capsule-table__tab-contents {
	margin-top: 10px;
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 4px;
}

.capsule-table__tab-content {
	display: none;
}

.capsule-table__tab-content.active {
	display: block;
}

.capsule-table__image {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.capsule-table__footer {
	margin-top: 15px;
}

.capsule-table__link {
	cursor: pointer;
	padding: 12px 8px 14px;
	margin: 0 !important;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.capsule-table__link--bordered {
	padding: 12px 8px 8px;
}

.capsule-table__link--bordered > * {
	border-bottom: 1px solid #273351;
	padding-bottom: 5px;
}

.capsule-table__link:hover {
	background: rgba(185, 185, 185, .4);
	color: #273351;
}

.capsule-table__link p {
	margin: 0;
	line-height: 1;
}

.capsule-table__link svg {
	width: 10px;
	height: 10px;
	position: relative;
	top: 3px;
	color: #b9b9b9;
}

.capsule-table__social {
	display: flex;
	gap: 10px;
	align-items: center;
}

.capsule-modal {
	width: 100%;
	margin-left: auto;
	position: fixed;
	z-index: 1002;
	inset: 0;
	display: none;
	height: 100vh;
	grid-template-columns: repeat(3, 1fr);
	align-items: end;
	clear: both;
	overflow-x: hidden;
	overflow-y: auto;
}

.capsule-modal-bg {
	position: absolute;
	z-index: 1;
	inset: 0;
	cursor: pointer;
}

.capsule-modal-content {
	position: relative;
	z-index: 2;
	grid-column: 1 / 4;
	height: 90%;
	background-color: #fff;
	border-left: auto;
}

.capsule-modal.open,
.capsule-modal.close {
	display: grid;
}

.capsule-modal.open .capsule-modal-bg {
	background-color: rgb(255 255 255 / 0);
	animation: anim-bg 0.5s ease;
	animation-fill-mode: forwards;
}

.capsule-modal.open .capsule-modal-content  {
	transform: translate3d(200%, 0, 0);
	animation: anim-position-vertical 0.5s ease;
	animation-fill-mode: forwards;
}

.capsule-modal.close .capsule-modal-bg {
	background-color: rgb(31 27 22 / 24%);
	animation: anim-bg-reverse 0.5s ease;
	animation-fill-mode: forwards;
}

.capsule-modal.close .capsule-modal-content  {
	transform: translate3d(0, 0, 0);
	animation: anim-position-vertical-reverse 0.5s ease;
	animation-fill-mode: forwards;
}

.btn.btn--burlywood.go-сart {
	background-color: #273351;
}

.capsule-modal .product-info {
	padding: 0;
	margin-bottom: 50px;
}

.capsule-modal .product-name {
	font-size: 1.6rem;
	line-height: 1.6rem;
}

.capsule-modal .product-image {
	float: left;
	margin: 0 20px 20px 0;
}

.capsule-modal .product-image img {
	width: 100px;
}

.capsule-modal .product-row-buttons {
	display: flex;
	width: 100%;
}

.capsule-modal .product-field {
	width: 48%;
	margin-right: 20px;
}

.capsule-modal .btn-swap {
	width: 48%;
}

.capsule-modal .product-price {
	font-size: 2.0rem;
}

.capsule-modal .product-vendor {
	position: relative;
}

.capsule-modal .card-favorite {
	position: relative;
	display: inline-block;
	top: 5px;
}

.capsule-modal .card-favorite .ico {
	width: 20px!important;
	height: 20px!important;
	margin-left: 20px;
}

.capsule-modal .card-favorite.fill svg path {
	fill: rgb(198, 153, 96)!important;
}

.capsule-modal .btn {
	font-size: 1.05rem;
	line-height: 1.2rem;
	min-width: 100px;
	min-height: 35px;
	padding: 9px 8px 10px;
}

.capsule-modal .dropdown-menu .text {
	font-size: 1.2rem;
}

.capsule-modal .dropdown .btn {
	padding: 9px 20px 10px 20px;
}

.capsule-modal .dropdown .bs-caret {
	right: 10px;
}


@media (min-width: 500px) {
	.capsule-modal .btn {
		font-size: 1.4rem;
		line-height: 1.8;
		min-width: 150px;
		min-height: 35px;
		padding: 9px 12px 10px;
	}

	.capsule-modal .dropdown-menu .text {
		font-size: 1.4rem;
	}

	.capsule-modal .dropdown .btn {
		padding: 9px 20px 10px 20px;
	}

	.capsule-modal .dropdown .bs-caret {
		right: 20px;
	}

}

@media (min-width: 1024px) {
	.capsule-table {
		max-width: 640px;
	}

	.capsule-table__header {
		flex-direction: row;
		justify-content: flex-start;
	}

	.capsule-modal {
		width: 550px;
		margin-left: calc(100% - 550px);
	}

	.capsule-modal-content {
		height: 100%;
		border-left: 1px solid rgb(31 27 22 / 12%);
	}

	.capsule-modal.open .capsule-modal-content  {
		transform: translate3d(200%, 0, 0);
		animation: anim-position-horizontal 0.5s ease;
		animation-fill-mode: forwards;
	}

	.capsule-modal.close .capsule-modal-content  {
		transform: translate3d(0, 0, 0);
		animation: anim-position-horizontal-reverse 0.5s ease;
		animation-fill-mode: forwards;
	}

	.capsule-modal .card-favorite {
		position: relative;
		display: inline-block;
		top: 5px;
	}
}

@keyframes anim-bg {
	0% {
		background-color: rgb(255 255 255 / 0);
	}
	100% {
		background-color: rgb(31 27 22 / 24%);
	}
}

@keyframes anim-bg-reverse {
	0% {
		background-color: rgb(31 27 22 / 24%);
	}
	100% {
		background-color: rgb(255 255 255 / 0);
	}
}

@keyframes anim-position-vertical {
	0% {
		transform: translate3d(0, 200%, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-position-vertical-reverse {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, 200%, 0);
	}
}


@keyframes anim-position-horizontal {
	0% {
		transform: translate3d(200%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-position-horizontal-reverse {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(200%, 0, 0);
	}
}
/* End */
/* /local/templates/oletwice/components/bitrix/breadcrumb/.default/style.min.css?1754998799467 */
/* /local/templates/oletwice/components/bitrix/news.list/capsule/style.css?17549987996463 */
