

/* Start:/local/templates/.default/components/bitrix/catalog.element/offers_api/style.css?16857115128012*/
.product-page .h2--card,
.product-page .h2{text-transform: none}
.product-page .products-list .mini-goods__vendor{margin-bottom: 5px;}
.product-page .mini-goods__btns{margin-top: 5px}
.description table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.description table thead th {border-bottom: 2px solid #dee2e6;}
.description table td,
.description table th,
.description table thead th {
    vertical-align: bottom;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
}
.description table{    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: transparent;}
.two_prices .product-item__price-cur b{color: #f00}
.two_prices .product-item__price-old {color: #999}
.tabs.tabs--goods {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
}
@media (min-width:769px) {
	.mobile_view_block {
		display: none!important;
	}
}
@media (max-width:768px) {
	.mobile_view_block {
		display: inline-flex!important;
		margin: 8px 0 10px;
	}
}
@media (max-width:991px) {
	.product-page.block_product {
		position: relative;
		padding-bottom: 10px;
	}
	.block_price_bay.col-lg-5 {
		position: static;
	}
	.social.social--card {
		position: absolute;
		bottom: 0;
		width: calc(100% - 30px);
	}
	.tabs__content.active-tab {
		margin-top: 15px;
	}
	.tabs__content.active-tab .description>p:first-of-type {
		margin-top: 0;
	}
}
@media (max-width:520px) {
	#quest .form__captcha {
		margin-bottom: 10px;
	}
}
@media (max-width:377px) {
	#quest .g-recaptcha {
		transform: scale(0.8);
    position: relative;
    left: -23px;
	}
}

.is-hidden {
	display: none;
}
.svg-icon {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.card-status {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.card-status__icon {
	margin-right: 8px;
	width: 16px;
	min-width: 16px;
}
.card-status__icon img {
	display: block;
}
.card-status_available {
	color: #4d844d;
}
.card__title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 14px;
}
.card__article {
	font-size: 14px;
	color: #4d4d4d;
}
.with-discount .card__price {
	color: #e30202;
}
.card__price {
	font-weight: 700;
	font-size: 34px;
	line-height: 1;
}
.card__price.old {
	color: #999;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}
.card__price.old:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -5px;
	right: -5px;
	height: 1px;
	background: #9f9f9f;
}
.card__currency {
	font-size: 22px;
	line-height: 1;
}
.card__item {
	margin-bottom: 20px;
}

.card-counter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-counter__button {
	font-size: 20px;
	width: 20px;
	min-width: 20px;
	height: 30px;
	line-height: 30px;
	transition: 0.3s;
	color: #2d5193;
	font-weight: 700;
	transition: 0.3s;
	user-select: none;
}
.card-counter__button_plus {
	text-align: right;
}
.card-counter__button:not(.is-disabled) {
	cursor: pointer;
}
.card-counter__button.is-disabled {
	opacity: 0.7;
}
.card-counter__button:not(.is-disabled):hover,
.card-counter__button:not(.is-disabled):focus {
	color: #5484c4;
}
.card-counter__input {
	min-width: 60px;
	width: 60px;
	height: 30px;
	display: block;
	color: #ffffff;
	background: #5484c4;
	text-align: center;
	border: none;
	transition: 0.3s;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
}
.card-counter__input:hover,
.card-counter__input:focus {
	color: #ffffff;
}
.card-counter-var .card-counter__input {
	min-width: 30px;
	width: 30px;
	color: #2d5193;
	background: transparent;
	font-weight: 400;
}
.card-counter-var .card-counter__button {
	font-weight: 400;
}
.btn_card {
	height: 30px;
	min-width: 160px !important;
	background: #2d5193 !important;
	color: #ffffff;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}
.btn_card:hover,
.btn_card:active,
.btn_card:focus {
	background: #5484c4;
	color: #ffffff;
}
.btn_card.hidden {
	display: none;
}
.card-link {
	display: inline-flex;
	font-size: 14px;
	color: #2d5193;
	transition: 0.3s;
	align-items: center;
}
.card-link__icon {
	width: 26px;
	min-width: 26px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
.card-link__icon img {
	display: block;
}
.card-link__text {
	display: block;
}
.card-link:hover {
	color: #5484c4;
}
.cards-wrapper {
	border-radius: 5px;
	background: #ededed;
	padding: 14px 24px;
}
.card-links-item {
	padding-top: 24px;
}
.cards-list__row {
	padding: 8px 10px;
}
.cards-list__row:nth-child(odd) {
	background: #ededed;
}
.cards-list__name {
	position: relative;
	padding-left: 20px;
	transition: 0.3s;
}
.cards-list__name::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #2d5193;
	z-index: 1;
}
.cards-list__name::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 2px;
	width: 4px;
	height: 4px;
	background: #ffffff;
	z-index: 2;
}
.cards-list__name:hover {
	color: #2d5193;
}
.cards-list__price {
	font-weight: 700;
	color: #2d5193;
}
.cards-list__currency {
	font-size: 14px;
	color: #2d5193;
}
.cards-list {
	margin: 40px 0;
}
.cards-list-link {
	display: inline-flex;
	align-items: center;
	color: #2d5193;
	cursor: pointer;
}
.cards-list-link__text {
	text-transform: uppercase;
	font-size: 14px;
}
.cards-list-link__arrow {
	margin-left: 10px;
}
.cards-list__button {
	margin-top: 16px;
	text-align: center;
}
.cards-list-buy-block {
	margin-top: 12px;
}
.cards-list-availability {
	font-size: 12px;
}
.cards-list-availability .warning {
	color: red;
}
.cards-list__row .btn.hidden {
	display: none;
}
@media screen and (max-width: 575px){
	.card-link {
		display: block;
	}
	.card-link__icon {
		margin: 0 auto 8px;
	}
	.card {
		text-align: center;
	}
	.card__col:not(:last-child) {
		padding-bottom: 12px;
	}
	.card-links-item.compare_link {
		justify-content: center;
	}
}

.product-item__option--status .svg {
	fill: #2d5193;
	width: 14px;
	height: 14px;
	margin-right: 5px
}
.card-links-item .catalog-item-compared {
	padding-left: 28px;
    font-size: 14px;
    width: initial;
    height: 22px;
    color: #2D5193;
    display: flex!important;
    align-items: flex-end;
}
.card-links-item.compare_link {
	display: flex;
    align-items: center;
}

.dealer_info {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}
.dealer_info .retail_price {
	border-bottom: 1px solid #EDEDED;
	margin: 0;
	padding-bottom: 15px;
	text-align: right;
}
.dealer_info .stores_table {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
}
.dealer_info .stores_table th,
.dealer_info .stores_table td {
	border-bottom: 1px solid #EDEDED;
	padding: 10px 5px;
	text-align: left;
}
.dealer_info .stores_table .col-qty {
	text-align: center;
	width: 60px;
}
.dealer_info .stores_table .col-price {
	text-align: right;
	width: 160px;
}
.dealer_info .stores_table .col-price .price_item {
	margin: 0 0 10px;
}
.dealer_info .stores_table .col-price .price_item:last-child {
	margin-bottom: 0;
}
.dealer_info .stores_table .col-price .price_item span {
	display: block;
}
.dealer_info .stores_table .col-price .price_item span.caption {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 3px;
}
.cards-list__row.disabled .card-counter,
.cards-list__row.disabled .btn {
	pointer-events: none;
	opacity: 0.5;
}
.gloods-slider-video-icon {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gloods-slider-video-icon img {
	width: 42px;
	height: auto;
	transition: 350ms;
}
.gloods-slider-video-icon img {
	width: 42px;
	height: auto;
	transition: 350ms;
}
.gloods-slider-video:hover .gloods-slider-video-icon img {
	width: 56px;
}
.gloods-slider-nav-video:hover .gloods-slider-video-icon img {
	width: 48px;
}

.additional-cards-list {
	border-top: 1px solid;
	padding-top: 40px;
}

.qty-popup-link {
	margin-bottom: 10px;
}
.qty-popup-link a {
	color: #2d5193;
	text-decoration: underline;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/offers_api/style.css?16857115128012 */
