

/* Start:/bitrix/templates/v11/components/store77/catalog/.default/style.css?1642594239531*/
.specify_category .filter_box .col_multi {
    display: flex;
    flex-wrap: wrap;
}
.specify_category .col_multi li a {
    background: #f5f5f5;
    border-radius: 20px;
    display: inline-flex;
    color: #5c5c5c;
    font-style: italic;
    padding: 8px 15px;
    margin-bottom: 15px;
    margin-right: 7px;
}
.specify_category .col_multi li a.act,
.specify_category .col_multi li a:hover {
    background: #e4dc00;
    color: #5c5c5c;    
}

.sort_total_filter .block_total_filter.multiserch_result_filter {
    width: 100%;
}
/* End */


/* Start:/bitrix/templates/v11/components/store77/catalog.element/.default/style.css?175076551454392*/
.pages_card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	padding-bottom: 85px;
}
.pages_card__content {
    width: calc(100% - 630px);
}
.pages_card__sidebar {
    width: 630px;
    flex-shrink: 0;
    padding: 32px 50px;
}
.pages_card_padding {
	padding-left: 50px;
}

.pages_card .wrap_breadcrumbs {
    width: 100%;
    margin: 0;
}
.pages_card .wrap_breadcrumbs .breadcrumbs {
    padding: 0 0 30px;
}
.pages_card .breadcrumbs a {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    padding-right: 23px;
    margin-bottom: 3px;
}
.pages_card .breadcrumbs a:hover {
	opacity: 0.7;
}
.pages_card .breadcrumbs a span {
    background: transparent;
    padding: 0;
}
.pages_card .breadcrumbs a:after {
    color: #A3A3A3;
    right: 9px;
}
.pages_card__mob_header {
    display: none;
}

.pages_card__menu {
    background: rgba(255, 255, 255, 0.8);
    position: sticky;
    top: 110px;
    max-width: 630px;
    margin: 0 auto;
    z-index: 99;
}
.pages_card__menu ul {
    display: flex;
    padding: 0;
	align-items: center;
	justify-content: space-between;
}
.pages_card__menu ul li {
	flex-grow: 1;
}
.pages_card__menu ul a {
    position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    padding: 8px 20px;
}
.pages_card__menu ul a:hover {
	background: #fff;
}
.pages_card__menu ul a.active:hover {
	background: transparent;
}
.pages_card__menu ul a.active:after {
    content: '';
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
}

.pages_card__with_bp_label {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 30px;
}
.pages_card__with_bp_label .blocks_product_label_hover {
	display: flex;
	flex-wrap: wrap;
	position: static;
	width: auto;
	margin-bottom: 7px;
	z-index: 101;
}
.pages_card__with_bp_label .blocks_product_label_hover a {
	border-radius: 5px;
}
.pages_card__with_bp_label .favorite_product {
	top: -4px;
	right: 0;
}
.pages_card__with_bp_label .product_code {
	padding-right: 25px;
	margin-bottom: 7px;
}
.product_code {
    font-size: 14px;
    line-height: 19px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 2px;
}

.title_card_product {
	font-size: 28px;
    line-height: 38px;
	font-weight: 400;
	padding-bottom: 40px;
}

.pages_card .tabs_table td {
	width: 65%;
}
.pages_card .tabs_table .tt_td_title {
	width: 35%;
}
.pages_card__content .slider_arrow_bot .card_slider_product {
	width: 100%;
}
.slider_arrow_bot .swiper.slider_produkt .swiper-slide {
	max-width: none;
}
.card_slider_product .favorite_product {
	top: 10px;
	right: 10px;
}

.tooltip_fixed {
	background-color: transparent;
	border: none;
	position: relative;
	z-index: 100;
}
.wrap_tooltip_fixed {
	position: relative;
	width: 12px;
	height: 12px;
}
.wrap_tooltip_fixed .tooltip_fixed {
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	margin: 0;
}
.pages_card__sticky .popover {
	min-width: 250px;
}

@media only screen and (max-width: 991px) {
	.pages_card__with_bp_label .blocks_product_label_hover {
		z-index: 26;
	}
	.pages_card__with_bp_label .favorite_product {
		top: 0;
		right: 0;
	}
}

/**/
.pay_info {
	background: linear-gradient(97.87deg, rgba(156, 225, 255, 0.2) 1.47%, rgba(155, 225, 255, 0) 101.72%), #F7FDFF;
	border-radius: 5px;
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 10px 30px;
	margin-top: 30px;
}
.pay_info .pay_info__wrap_ico {
	display: flex;
	align-items: center;
	margin: 0 -4px;
	margin-right: 36px;
}
.pay_info__wrap_ico .pay_info__ico {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 4px;
}
.pay_info__wrap_ico .pay_info__ico svg {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.pay_info__wrap_ico .pay_info__ico:after {
	content: '';
	background: #fff;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top: -10px;
}
.pay_info__wrap_ico .pay_info__ico:last-child:after {
	display: none;
}
.pay_info .pay_info__text {
	font-size: 14px;
	line-height: 18px;
	max-width: 240px;
}
.pay_info__text .pay_info__text_title {
	font-weight: 700;
}

@media only screen and (max-width: 1599px) {
	.pay_info {
		padding: 10px 15px;
		margin-top: 17px;
	}
	.pay_info .pay_info__wrap_ico {
		margin-right: 15px;
	}
	.pay_info .pay_info__text {
		font-size: 13px;
	}
}
@media only screen and (max-width: 480px) {
	.pay_info__wrap_ico .pay_info__ico {
		width: 20px;
		height: 20px;
	}
	.pay_info .pay_info__wrap_ico {
		margin-right: 10px;
	}
}
/**/

/*gallery_card_main*/
	.cardPhotoBlock {
		/*временное до смены картинок (закомментировано)*/
		margin-top: -40px;
		/*END временное до смены картинок*/
		position: relative;
	}
	.cardPhotoBlock .blocks_product_label_hover {
		top: 32px;
		left: auto;
		right: 48px;
		z-index: 2;
	}
	.gallery_card_main {
		width: 100%;
	}
	.gallery_card_main .swiper-wrapper {
		flex-wrap: wrap;
	}
	.gallery_card_main .swiper-slide {
		position: static;
	}
	.gallery_card_main.swiper-backface-hidden .swiper-slide {
		transform: none;
	}
	.gallery_card_main a,
	.slider__mob_gallery_card_main a {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: none;
		overflow: hidden;
	}
	.gallery_card_main a:first-child:after {
		content: '';
		position: absolute;
		bottom: 5px;
		right: 8px;
		background-image: url('/bitrix/templates/v11/components/store77/catalog.element/.default/./images/all_card.svg');
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 2px;
		display: flex;
		width: 70px;
		height: 30px;
	}
	.gallery_card_main a img,
	.gallery_card_main.one_img_card a:nth-child(2),
	.gallery_card_main.one_img_card a:nth-child(3),
	.slider__mob_gallery_card_main a img,
	.slider__mob_gallery_card_main.one_img_card a:nth-child(2),
	.slider__mob_gallery_card_main.one_img_card a:nth-child(3) {
		display: none;
	}
	.gallery_card_main a:nth-child(1),
	.gallery_card_main a:nth-child(2),
	.gallery_card_main a:nth-child(3),
	.slider__mob_gallery_card_main a:nth-child(1),
	.slider__mob_gallery_card_main a:nth-child(2),
	.slider__mob_gallery_card_main a:nth-child(3) {
		display: flex;
	}
	.gallery_card_main a:nth-child(1) {
		/*временное до смены картинок*/
		/* background-size: auto 75% !important; */
		/*END временное до смены картинок*/
		width: 100% !important;
		height: 45vw;
	}

	.gallery_card_main a.oneImg {
		max-width: 100% !important;
	}

	.gallery_card_main a:nth-child(2),
	.gallery_card_main a:nth-child(3) {
		width: 50% !important;
		height: 420px;
	}
	.slider__mob_gallery_card_main a {
		max-width: 95%;
		height: 330px;
	}

	/*modalCardMain*/
		body.card_nonescroll {
			position: fixed;
			left: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		.modal_card_main {
			margin-left: 0;
		}
		.modal_card_main .modal-dialog {
			background: #fff;
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			margin: 0;
		}
		.modal_card_main .modal-content,
		.modal_card_main .modal-body {
			height: 100%;
		}
		.modal_card_main .modal-content {
			border-radius: 0;
			border: none;
			box-shadow: none;
		}
		.modal_card_main .modal-body {
			display: flex;
			align-items: stretch;
			padding: 36px 18px 36px 36px;
		}
		.modal_card_main .modal_section_card_product {
			position: relative;
			display: flex;
			align-items: center;
			width: 366px;
			padding-top: 24px;
			padding-left: 16px;
			flex-shrink: 0;
		}
		.modal_card_main .modal_card_product {
			max-height: 100%;
			overflow: scroll;
			overscroll-behavior-y: contain;
			scrollbar-width: none;
		}
		.modal_card_main .modal_card_product::-webkit-scrollbar {
			width: 0;
		}
		.modal_card_product .favorite_product {
			position: static;
			width: 30px;
			height: 30px;
			margin-bottom: 15px;
		}

		.modal_card_main .modal_card_gallery {
			display: flex;
			flex-grow: 1;
		}
		.modal_card_main .close {
			background: url('/bitrix/templates/v11/components/store77/catalog.element/.default/./images/close.svg');
			background-repeat: no-repeat;
			background-size: contain;
			width: 30px;
			height: 30px;
			position: absolute;
			top: -7px;
			right: 11px;
			opacity: 1;
			z-index: 1;
		}
		.modal_card_main .close:hover {
			opacity: 1;
		}
		.modal_card_product .pages_card__sticky {
			position: static;
			margin-top: 0;
		}
		.modal_card_product .pages_card__sticky .pages_card__wrap_price_bonus {
			padding: 32px 15px 15px;
		}
		.modal_card_product .pages_card__sticky .gift_wrap {
			background: #fff;
			width: auto;
			margin: 0 15px;
		}
		.modal_card_product .gift_wrap_link__text span {
			display: none;
		}
		.pages_card .modal_card_product .gift_wrap .gift_wrap_link {
			padding: 10px;
		}
		.pages_card .modal_card_product .gift_wrap .gift_wrap_content {
			margin-left: 10px;
			margin-right: 10px;
		}
		.modal_card_main .modalCardGalleryDetail {
			width: calc(100% - 293px);
			height: 100%;
		}
		.modal_card_main .wrap_modalCardGalleryThumb {
			display: flex;
			flex-direction: column;
			width: 293px;
			max-height: 605px;
			margin-top: 40px;
		}
		.modal_card_main .modalCardGalleryThumb {
			width: 100%;
			max-height: calc(100% - 100px);
			margin: 30px 0;
			box-sizing: border-box;
		}
		.modalCardGalleryThumb .swiper-slide {
			border-right: 5px solid transparent;
			width: 120px;
			height: 80px;
			opacity: 1;
		}
		.modalCardGalleryThumb .swiper-slide-thumb-active {
			border-color: #E2DC04;
		}
		.modal_card_main .modalCardGalleryDetail .swiper-pagination {
			position: fixed;
			top: 36px;
			left: 36px;
			width: 100px;
			height: 20px;
			text-align: left;
			font-size: 14px;
			line-height: 19px;
			color: rgba(0, 0, 0, 0.3);
		}
		.modal_card_main .modalCardGalleryDetail .swiper-pagination .swiper-pagination-current {
			color: #000;
		}
		.modal_card_main .swiper-slide img, .modal_card_main .swiper-slide video {
			display: block;
			width: auto;
			height: 100%;
			max-width: 100%;
			object-fit: contain;
			margin: 0 auto;
		}
		.modal_card_main .modalCardGalleryThumb .swiper-slide img, .modal_card_main .modalCardGalleryThumb .swiper-slide video {
			width: 100%;
			height: 100%;
		}
		.modal_card_main .wrap_modalCardGalleryThumb .modal_card_arrow {
			background: url('/bitrix/templates/v11/components/store77/catalog.element/.default/./images/arrow.svg');
			background-repeat: no-repeat;
			background-size: contain;
			width: 27px;
			height: 20px;
			position: static;
			margin: 0;
		}
		.modal_card_main .wrap_modalCardGalleryThumb .modal_card_arrow:after {
			display: none;
		}
		.modal_card_main .wrap_modalCardGalleryThumb .modal_card_arrow.mc_swiper-button-prev {
			transform: rotate(180deg);
		}
		.modal_card_main .wrap_modalCardGalleryThumb .modal_card_arrow.mc_swiper-button-next {
			transform: rotate(0deg);
		}
		.modal_card_arrow.mc_swiper-button-prev.swiper-button-disabled, 
		.modal_card_arrow.mc_swiper-button-next.swiper-button-disabled {
			opacity: 0.5;
		}
	/*END modalCardMain*/

	@media only screen and (max-width: 1920px) {
		.gallery_card_main a:nth-child(1) {
			height: 840px;
		}
	}
	@media only screen and (max-width: 1599px) {
		.cardPhotoBlock {
			/*временное до смены картинок (закомментировано)*/
			margin-top: -30px;
			/*END временное до смены картинок*/
		}
		.gallery_card_main a:nth-child(1) {
			/*временное до смены картинок*/
			/* background-size: contain !important; */
			/*END временное до смены картинок*/
			height: 765px;
		}
		.gallery_card_main a:nth-child(2),
		.gallery_card_main a:nth-child(3) {
			height: 300px;
		}
		.cardPhotoBlock .blocks_product_label_hover {
			right: 16px;
		}
		.cardPhotoBlock .blocks_product_label_hover a {
			width: 59px;
		}

		.modal_card_main .modal_section_card_product {
			width: 300px;
		}
		.modal_card_main .wrap_modalCardGalleryThumb {
			width: 150px;
		}
		.modal_card_main .modalCardGalleryDetail {
			width: calc(100% - 150px);
		}

		.modal_card_product .pages_card__sticky .pages_card__wrap_price_bonus {
			padding-left: 10px;
			padding-right: 10px;
		}
		.modal_card_product .pages_card__sticky .gift_wrap {
			margin: 0 10px;
		}
	}
	@media only screen and (max-width: 1199px) {
		.gallery_card_main a:nth-child(1) {
			height: 520px;
		}
		.gallery_card_main a:nth-child(2),
		.gallery_card_main a:nth-child(3) {
			height: 200px;
		}
	}
	@media only screen and (max-width: 991px) {
		.cardPhotoBlock {
			margin-top: 0;
		}
		.gallery_card_main.swiper {
			z-index: 0;
		}
		.gallery_card_main .swiper-wrapper {
			flex-wrap: nowrap;
		}
		.gallery_card_main.swiper-backface-hidden .swiper-slide {
			transform: translateZ(0);
		}
		.gallery_card_main .swiper-slide {
			position: relative;
		}
		.gallery_card_main a:nth-child(1),
		.gallery_card_main a:nth-child(2),
		.gallery_card_main a:nth-child(3) {
			width: 100% !important;
			max-width: 95%;
			height: 590px;
		}
		.cardPhotoBlock .blocks_product_label_hover,
		.gallery_card_main a:first-child:after {
			display: none;
		}
		
		.modal.modal_card_main,
		.modal.modal_add_prod {
			z-index: 1100;
		}
		.modal_card_main .modal-body {
			flex-wrap: wrap;
			align-items: flex-start;
			padding: 24px 0 135px 10px;
		}
		.modal_card_main .modal_section_card_product,
		.modal_card_main .modal_card_gallery {
			width: 100%;
		}
		.modal_card_main .modal_card_gallery {
			opacity: 0;
		}
		.modal_card_main .modal_section_card_product {
			position: static;
			order: -1;
			padding: 0;
			align-items: flex-start;
		}
		.modal_card_main .title_card_product {
			font-size: 15px;
			line-height: 16px;
			padding-bottom: 34px;
		}
		.modal_card_main .wrap_modalCardGalleryThumb,
		.modal_card_main .gift_wrap_desc,
		.modal_card_main .pages_card__sticky .wrap_link_buy_one_click,
		.modal_card_main .modal_card_gallery .swiper-pagination,
		.modal_card_main .pages_card__sticky .see_analogs_btn {
			display: none;
		}
		.modal_card_main .modalCardGalleryDetail .swiper-slide img {
			pointer-events: none;
		}
		.modal_card_main .modal_card_gallery {
			height: 100%;
		}
		.modal_card_gallery .modalCardGalleryDetail .swiper-slide {
			width: 95% !important;
		}
		.modal_card_main .modalCardGalleryDetail {
			width: 100%;
			height: 100%;
		}
		/* .modal_card_main .modalCardGalleryDetail .swiper-slide {
			max-height: 210px;
		} */
		.modal_card_product .pages_card__sticky {
			position: fixed;
			top: auto;
			left: 10px;
			bottom: calc(15px + env(safe-area-inset-bottom));
			width: calc(100% - 20px);
			z-index: 10;
		}
		.modal_card_product .pages_card__sticky .pages_card__wrap_price_bonus {
			padding: 16px 18px;
		}
		.modal_card_product .pages_card__sticky .link_title_cart {
			margin-top: 0;
		}
		.modal_card_main .close {
			top: 18px;
			right: 20px;
			width: 28px;
			height: 28px;
		}
		.modal_card_main .modal_card_product {
			width: 100%;
			padding-right: 50px;
		}

		.modal_card_product .favorite_product {
			position: absolute;
			top: 52px;
			right: 20px;
			width: 28px;
			height: 20px;
			margin-bottom: 0;
			text-align: center;
		}
		.modal_card_product .favorite_product svg {
			width: 20px;
		}
	}
	@media only screen and (max-width: 625px) {
		.gallery_card_main a:nth-child(1),
		.gallery_card_main a:nth-child(2),
		.gallery_card_main a:nth-child(3) {
			background-size: contain !important;
			height: 340px;
		}
	}
	@media only screen and (max-width: 480px) {
		.gallery_card_main a:nth-child(1),
		.gallery_card_main a:nth-child(2),
		.gallery_card_main a:nth-child(3) {
			height: 66vw;
		}
	}
/*END gallery_card_main*/

/*card_product_info*/
.card_product_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cpinfo_block {
	max-width: 100%;
    flex-shrink: 0;
	margin-bottom: 16px;
}
.cpinfo_block.first_block {
	padding-right: 48px;
}
.title_cpinfo_block {
	color: rgba(0, 0, 0, 0.8);
	font-size: 14px;
    line-height: 19px;
	font-weight: 400;
}
.cpinfo_block .wrap_cpinfo_link {
    border: 1px solid #EDEDED;
    border-radius: 4px;
    display: inline-flex;
    padding: 0 1px;
    margin-top: 15px;
}
.cpinfo_block .cpinfo_link {
	background: #fff;
	border-radius: 2px;
	position: relative;
	color: rgba(0, 0, 0, 0.6);
	padding: 7px 10px;
	display: inline-flex;
    align-items: center;
    height: 40px;
	margin: 1px 0px;
}
.cpinfo_block .cpinfo_link:hover {
	background: #eaeaea;
}
.cpinfo_block .cpinfo_link.active,
.cpinfo_block .cpinfo_link.active:hover {
    background: #E2DC04;
	color: #171717;
}
.cpinfo_block .cpinfo_link.disabled:after {
	content: "";
	background-image: url("/bitrix/templates/v11/components/store77/catalog.element/.default/./images/none-01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 13px;
	height: 13px;
}
.cpinfo_block .cpinfo_link.disabled:after {
	top: 0;
	right: 0;
}

.color_radio .wrap_ch-x {
	width: auto;
	height: auto;
	padding: 0;
	margin: 3px;
}
.color_radio .wrap_ch-x .checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
}
.cpinfo_block .color_radio {
	margin: 15px -3px 0;
	padding: 0 15px;
}
.cpinfo_block .color_radio .row {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
}
.card_product_info .no_bor-r.disabled:after {
	content: "";
	background-image: url("/bitrix/templates/v11/components/store77/catalog.element/.default/./images/none-01.svg");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 13px;
	height: 13px;
}
.card_product_info input[type="radio"] {
	display: none;
}
.card_product_info label {
	position: relative;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding-left: 0;
}
.card_product_info .color_radio input[type="radio"]:checked + label {
	border-color: #CBCBCB;
}
.card_product_info .color_radio .checkbox_inp {
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
}
.card_product_info .no_bor-r {
	position: relative;
	display: inline-block;
	border-radius: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	margin-top: 5px;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.84);
}
.card_product_info .color_radio .wrap_ch-x .no_bor-r {
	margin-top: 0;
}
.card_product_info .no_bor-r.active:after,
.cpinfo_block .color_radio .checkbox:hover .no_bor-r:after {
	content: "";
	border: 1px solid #d1d3d4;
	padding: 0;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: -6px;
	left: -6px;
	border-radius: 50%;
	margin: -0;	
}
.card_product_info .no_bor-r.disabled:after {
	content: "";
	top: -3px;
	right: -4px;
}

/*END card_product_info*/

.pages_card__sticky {
	border-radius: 5px;
    position: sticky;
    top: 110px;
	margin-top: 16px;
    z-index: 100;
}
.pages_card__sticky .pages_card__sticky_wrap_content {
	background: #F5F5F5;
	border-radius: 5px;
}
.pages_card__sticky .pages_card__wrap_price_bonus {
	display: flex;
	align-items: center;
	padding: 32px 40px 15px;
}
.pages_card__wrap_price_bonus .price_title_product {
	font-weight: 700;
	font-size: 28px;
	line-height: 20px;
	margin: 0 14px 0 0;
}
.pages_card__wrap_price_bonus .num_bonus {
	background: #FFFFFF;
	border-radius: 25px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 0;
	padding: 2px 10px;
	color: #3a3a3a;
	height: 30px;
}
.pages_card__wrap_price_bonus .num_bonus span {
	background: url("/bitrix/templates/v11/components/store77/catalog.element/.default/./images/ico_cash.svg");
	background-repeat: no-repeat;
	background-size: 15px 17px;
	padding: 0 0 0 17px;
	font-size: 14px;
	line-height: 19px;
}
.pages_card .gift_wrap {
	background: #fff;
	width: auto;
	margin: 3px 40px 0;
}
.pages_card .gift_wrap .gift_wrap_link.collapsed,
.pages_card .gift_wrap .gift_wrap_link {
	background: transparent;
}
.modal_card_product .pages_card__sticky .gift_wrap:hover,
.gift_wrap:hover,
.pages_card .gift_wrap .gift_wrap_link.collapsed:hover,
.pages_card__sticky .guarantee_plus__checkbox label:hover {
	background: #E2DC04;
}
.pages_card__sticky .guarantee_plus__checkbox input[type="checkbox"]:checked + label:hover {
	background: #fff;
}
.gift_wrap.active:hover {
	background: #fff;
}
.pages_card .gift_wrap:hover .swith_checkbox,
.pages_card .gift_wrap .gift_wrap_link.collapsed:hover .gift_wrap_link__toggle {
	background: #666666;
}
.pages_card .gift_wrap .gift_wrap_link {
	min-height: 50px;
	padding: 16px 20px;
}
.pages_card__sticky .link_title_cart {
	background: #e4dc00;
	transition: all 0.2s linear;
}
.pages_card__sticky .link_title_cart:hover,
.pages_card__sticky .wrap_link_buy_one_click:hover span {
	background: #282828;
	color: #fff;
}
.pages_card__sticky .wrap_link_buy_one_click:hover span {
	border-radius: 0;
}
.pages_card__sticky .wrap_link_buy_one_click:hover {
	border-color: #282828;

}

.pages_card__sticky .link_title_cart {
	border: none;
	border-radius: 0;
	margin: 24px 0 0;
}
.pages_card__sticky .link_title_cart,
.pages_card__sticky .wrap_link_buy_one_click,
.pages_card__sticky .see_analogs_btn  {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
	transition: all 0.2s linear;
}
.pages_card__sticky .see_analogs_btn {
	border-radius: 0 0 5px 5px;
}
.pages_card__sticky .see_analogs_btn:hover {
	background: #282828;
	color: #fff;
}
.pages_card__sticky .link_but.out-of-stock,
.pages_card__sticky .link_but.out-of-stock:hover {
	background: #C7C7C7;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.8);
}
.pages_card__sticky .wrap_link_buy_one_click:hover {
	color: rgba(0, 0, 0, 1);
}
.pages_card__sticky .wrap_link_buy_one_click {
	position: relative;
	border: 1px solid #f5f5f5;
	overflow: hidden;
}
.pages_card__sticky .wrap_link_buy_one_click.active {
	background: #fff;
	border-color: #FEBD2C;
}
.pages_card__sticky .wrap_link_buy_one_click.error {
	border-color: #f50000;
}
.pages_card__sticky .wrap_link_buy_one_click .form_one_click {
	display: flex;
	align-items: center;
	max-width: 250px;
}
.pages_card__sticky .wrap_link_buy_one_click,
.pages_card__sticky .wrap_link_buy_one_click span {
	border-radius: 0px 0px 5px 5px;
}
.pages_card__sticky .wrap_link_buy_one_click input {
	border: none;
	width: calc(100% - 80px);
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	height: 38px;
}
.pages_card__sticky .wrap_link_buy_one_click input,
.pages_card__sticky .wrap_link_buy_one_click input:hover,
.pages_card__sticky .wrap_link_buy_one_click input:focus {
	box-shadow: none;
	outline: none;
}
.pages_card__sticky .form_one_click .link_title_cart.link_buy_one_click {
	background: unset;
	border:none;
	width: 80px;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.05em;
	height: 49px;
	text-transform: uppercase;
}
.pages_card__sticky .form_one_click .link_title_cart.link_buy_one_click:hover {
	color: rgba(0, 0, 0, 1);
}
.pages_card__sticky .wrap_link_buy_one_click span {
	background: #f5f5f5;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: all 0.2s linear;
	opacity: 1;
	z-index: 15;
}
.pages_card__sticky .wrap_link_buy_one_click.active span {
	opacity: 0;
	z-index: -1;
}
.link_title_cart:hover {
	color: #000;
}


.pages_card__sticky .wrap_card_product_payment {
	background: #fff;
	padding-top: 32px;
	margin-bottom: 30px;
}
.pages_card__sticky .card_product_payment {
	background: #F5F5F5;
	border-radius: 5px;
	padding: 2px 4px;	
}
.card_product_payment .cpp_block_p {
	background: #fff;
	display: flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 20px;
}
.card_product_payment .cpp_block_p {
	margin-bottom: 1px;
}
.card_product_payment .cpp_block_p:nth-last-child {
	margin-bottom: 0;
}
.card_product_payment .cpp_block_p:nth-child(2n+1) {
	background: #F9F9F9;
}
.cpp_block_p {
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 0;
}
.cpp_block_p span {
	width: 184px;
	flex-shrink: 0;
	padding-right: 20px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.8);
}
.cpp_block_p span a {
	color: rgba(0, 0, 0, 0.8);
}
.mod_wrap_info_sticky {
	display: none;
}
.mod_wrap_info_sticky .wrap_mob_slider_tc_link {
	display: none;
}
/*mob_fixed_btn_buy*/
	.mob_fixed_btn_buy {
		position: fixed;
		left: 0;
		right: 0;
		bottom: calc(64px + env(safe-area-inset-bottom));
		padding: 0 20px;
		z-index: 100;
	}
	.mob_fixed_btn_buy .link_title_cart {
		background: #e4dc00;
		border: none;
		border-radius: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 50px;
		width: 100%;
		margin: 0;
		padding: 0;
		letter-spacing: 2px;
		box-shadow: 0 5px 5px rgba(0,0,0, 0.35);
	}
	.pages_card__sticky .mob_fixed_btn_buy .link_title_cart {
		height: 50px;
		font-size: 16px;
	}
	.mob_fixed_btn_buy .link_title_cart:hover {
		background: #e4dc00;
	}
	.mob_fixed_btn_buy .link_but:hover {
		padding-left: 0;
		padding-right: 0;
	}
	.mob_fixed_btn_buy .fixed_mob_incart,
	.wrap_fixed_mob_cart.active .fixed_mob_cart {
		display: none;
	}
	.wrap_fixed_mob_cart.active .fixed_mob_incart {
		display: flex;
	}
	.fixed_mob_cart__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0 15px;
	}
	.mob_fixed_btn_buy .link_title_cart.fixed_mob_cart__item {
		padding: 0 15px;
	}
	.fixed_mob_cart__item .fixed_mob_cart__right {
		position: relative;
		padding-left: 15px;
		margin-left: 5px;
	}
	.fixed_mob_cart__item .fixed_mob_cart__right:after {
		content: '';
		background: #fff;
		width: 2px;
		height: 15px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -7px;
	}
	.fixed_mob_cart__item.fixed_mob_incart .fixed_mob_cart__right {
		background: url('/bitrix/templates/v11/components/store77/catalog.element/.default/../img/check_cart_fixed.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right;
		display: block;
		width: 33px;
		height: 12px;
	}
/*END mob_fixed_btn_buy*/

/*banner*/
	.card_baner {
		display: block;
		margin-top: 40px;
		margin-bottom: 35px;
		text-align: center;
	}
	.card_baner img {
		max-width: 100%;
	}
	.card_baner .banner_desctop.mobile {
		display: none;
	}
	@media only screen and (max-width: 1599px) {
		.card_baner {
			margin-top: 22px;
			margin-bottom: 22px;
		}
	}
	@media only screen and (max-width: 991px) {
		.card_baner {
			margin-top: 0;
		}
	}
	@media only screen and (max-width : 767px) {
		/* .pages_card .card_baner, */
		.card_baner .banner_desctop {
			display: none;
		}
		.card_baner .banner_desctop.mobile {
			display: initial;
		}
	}
/*END banner*/

.pages_card .card_bgsection {
	background: #F5F5F5;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 8px;
	padding: 45px 34px;
	position:relative;
}
.card_bgsection .card_bgsection_sert-link {
	padding: 17px;
	border-radius:5px;
	font-size:12px;
	border: 1px solid #000;
	font-weight: 700;
	display: flex;
    flex-direction: column;
    margin-top: 50px;
	gap:21px;
	transition: all 0.2s linear;
	position: absolute;
    top: 128px;
	left: 34px;
}
@media only screen and (max-width : 1800px) { 
	.card_bgsection .card_bgsection_sert-link {
		position:unset;
		top:unset;
		left:unset;
		margin-top: 15px;
	}
}
.card_bgsection_sert-link span {
	display:inline-block;
	max-width:91px;
}
.card_bgsection_sert-link:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
}
.card_bgsection .card_bgsection__title {
	width: 314px;
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
	padding-right: 10px;
}
.slider_arrow_bot .title_content {
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
}
.card_bgsection .card_bgsection__content {
	width: calc(100% - 314px);
	font-size: 16px;
	padding-top: 7px;
}

.wrap_tab_arrow_slider {
	position: relative;
}
.tab_arrow_slider .nav-tabs {
	border: none;
}
.tab_arrow_slider .nav-tabs > li {
	width: auto;
	float: none;
	margin-bottom: 0;
}
.tab_arrow_slider .nav-tabs > li > a {
	border-radius: 0;
	border: none;
	border-bottom: 3px solid transparent;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	margin-right: 0;
	padding: 0 0 11px;
	color: rgba(0, 0, 0, 0.4);
}
.tab_arrow_slider .nav-tabs > li.active > a,
.tab_arrow_slider .nav-tabs > li.active > a:focus,
.tab_arrow_slider .nav-tabs > li.active > a:hover,
.tab_arrow_slider .nav-tabs > li > a:hover {
	background: none;
	border: none;
	border-bottom: 3px solid #000;
	color: #000;
}
.tab_arrow_slider .nav-tabs > li > a:hover {
	border-color: transparent;
}
.wrap_tab_arrow_slider .tab_arrow {
	background-image: url('/bitrix/templates/v11/components/store77/catalog.element/.default/./images/card_arrow_tab.svg');
	background-color: #F5F5F5;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 34px;
	top: 50%;
	margin-top: -20px;
}
.tab_arrow:after {
	display: none;
}
.tab_arrow.swiper-button-prev {
	left: -30px;
	transform: rotate(180deg);
}
.tab_arrow.swiper-button-next {
	right: 0;
}
.tab_arrow.swiper-button-next:after {
	content: '';
	background: -webkit-gradient(linear, right top, left top, from(#F5F5F5), to(rgba(245, 245, 245, 0)));
    background: -o-linear-gradient(right, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(270deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -17px;
	display: block;
	width: 55px;
	height: 34px;
}
.tab_arrow.swiper-button-disabled {
	display: none;
}
.secPackage .card_bgsection__title,
.slider_arrow_bot .title_content {
	width: 100%;
}

/*card descroption*/
	.wrap_descr_b ul li {
		list-style: disc;
		margin-left: 40px;
	}
	.card_bgsection__content.noMore .wrap_descr_b {
		overflow: hidden;
		max-height: 555px;
		/* display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 21; */
	}
	.card_bgsection__content.noMore .wrap_descr_b video {
		min-height:420px;
	}
	@media only screen and (max-width: 649px) {
		.card_bgsection__content.noMore .wrap_descr_b {
			overflow: hidden;
			max-height: 465px;
		}
		.card_bgsection__content.noMore .wrap_descr_b video {
			min-height:360px;
		}
	}
	@media only screen and (max-width: 449px) {
		.card_bgsection__content.noMore .wrap_descr_b video {
			min-height:200px;
		}
	}
	.card_bgsection__content.noMore .wrap_descr_b main,
	.card_bgsection__content.noMore .wrap_descr_b section {
		display: inline-block;
	}
	.wrap_descr_b b {
		font-size: 18px;
	}
	.wrap_descr_b {
		font-size: 13px;
	}
	.secDescr .card_descr_more_link {
		font-weight: 600;
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 1px;
		text-decoration-line: underline;
		text-transform: uppercase;
		margin-top: 30px;
		cursor: pointer;
	}
	.card_bgsection__content.noMore .viz {
		position: relative;
		display: flex;
		margin-top: 0;
	}
	.card_bgsection__content.noMore .viz:after {
		content: '';
		background: linear-gradient(0deg, #F5F5F5 20%, rgba(245, 245, 245, 0) 150%);
		position: absolute;
		top: -45px;
		left: 0;
		width: 100%;
		height: 45px;
	}
	.card_bgsection__content .inviz {
		display: inline-flex;
	}
	.card_bgsection__content.noMore .inviz,
	.card_bgsection__content .viz {
		display: none;
	}
	.secDescr .card_descr_more_link:hover {
		text-decoration: none;
	}


	@media only screen and (max-width: 1599px) {
		.wrap_descr_b b {
			font-size: 18px;
		}
		.secDescr .card_descr_more_link {
			margin-top: 20px;
		}
	}
	@media only screen and (max-width: 991px) {
		.secDescr .card_descr_more_link {
			margin-top: 12px;
			font-size: 10px;
		}
		.wrap_descr_b b {
			font-size: 16px;
		}
	}
/*END card descroption*/

/*cardOptions*/
	.card_option_slider {
		margin-bottom: 40px;
	}
	.secOptions .tabs_table {
		margin-bottom: 0;
	}

	@media only screen and (max-width: 1599px) {
		.card_option_slider {
			margin-bottom: 30px;
			margin-left: 10px;
		}
		.co_swiper-button-prev.tab_arrow.swiper-button-prev {
			left: -20px;
		}
	}
	@media only screen and (max-width: 991px) {
		.card_option_slider {
			margin-bottom: 16px;
		}
	}
/*END cardOptions*/

/*cardPackage*/
	.secPackage .card_bgsection__title {
		padding-bottom: 30px;
	}
	.secPackage .set_block {
		width: 100%;
	}
	.set_block .wrap_nt {
		position: relative;
	}
	.set_block ul.nav > li {
		border-bottom: 3px solid transparent;
		font-weight: 600;
		font-size: 20px;
		line-height: 20px;
		color: rgba(0, 0, 0, 0.4);
		padding-bottom: 11px;
		cursor: pointer;
	}
	.set_block ul.nav > li.active,
	.set_block ul.nav > li.active:focus,
	.set_block ul.nav > li.active:hover,
	.set_block ul.nav > li:hover {
		font-size: 20px;
		color: #000;
	}
	.set_block ul.nav > li.active {
		border-color: #000;
		cursor: default;
	}

	.secPackage .set_block ul.nav > li {
		width: auto;
	}

	.st-c_head {
		display: flex;
		align-items: center;
		position: relative;
		padding: 15px 20px;
		min-height: 100px;
		z-index: 1;
	}
	.st_c_wrap_price {
		display: flex;
		margin-right: 40px;
	}
	.st-c_price {
		display: inline-block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.st-c_return {
		background: #E2DC04;
		border-radius: 5px 0 0 5px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 70px;
		padding: 5px 14px;
	}
	.st-c_price-set {
		background: #fff;
		border: 1px solid #F5F5F5;
		border-radius: 0 5px 5px 0;
		border-left: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 70px;
		padding: 5px 14px;
	}
	.st-c_return span,
	.st-c_price-set span {
		font-size: 14px;
		line-height: 20px;
		color: rgba(0, 0, 0, 0.6);
		margin-bottom: 6px;
	}
	.st-c_price p,
	.st-c_price-set p {
		font-weight: 700;
		font-size: 22px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.st-c_head .st-c_link_buy {
		padding-top: 0;
		text-align: center;
	}
	.st-c_head .st-c_link_buy a {
		background: #E2DC04;
		border-radius: 5px;
		border: none;
		font-weight: 700;
		font-size: 14px;
		line-height: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: rgba(0, 0, 0, 0.8);
		transition: all 0.2s linear;
	}
	.st-c_head .st-c_link_buy a:hover {
		background: #282828;
		color: #fff;
	}
	.st-c_head .st-c_link_buy {
		background: #C7C7C7;
		border-radius: 5px;
		font-weight: 700;
		font-size: 14px;
		line-height: 19px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		letter-spacing: 0.05em;
	}

	.st-c_body {
		display: flex;
		align-items: stretch;
	}
	.st-c_body .canonical-product {
		width: 592px;
		flex-shrink: 0;
	}
	.st-c_body .canonical-product .wrap_set_prod {
		position: relative;
		display: flex;
		padding: 0;
		height: 100%;
	}
	.st-c_body .canonical-product .wrap_set_prod:after {
		content: '';
		background: #fff;
		position: absolute;
		top: -100px;
		left: 0;
		width: 100%;
		max-width: 592px;
		height: calc(100% + 100px);
		z-index: 0;
	}
	.st-c_body .canonical-product .set_prod.first_set_prod {
		position: relative;
		display: flex;
		align-items: flex-end;
		width: 100%;
		z-index: 1;
	}
	.canonical-product .blocks_product {
		width: 100%;
	}
	.canonical-product .blocks_product,
	.package_items .blocks_product {
		border: none;
		padding-bottom: 0;
	}
	.secPackage .package_items .blocks_product_label_hover {
		display: none;
	}
	.canonical-product .blocks_product:hover,
	.package_items .blocks_product:hover {
		box-shadow: none;
	}
	.canonical-product .bp_hover_text_dostavka,
	.canonical-product .bp_hover_text,
	.package_items .bp_hover_text_dostavka,
	.package_items .bp_hover_text {
		display: none;
	}
	.st-c_body .canonical-product .bp_text .bp_text_info,
	.package_items .bp_text .bp_text_info {
		height: auto;
	}
	.st-c_body .canonical-product .bp_text .bp_text_info {
		padding-right: 35px;
	}
	.st-c_body .canonical-product .blocks_product_label_hover {
		position: relative;
		bottom: auto;
		padding-right: 25px;
		top: 0;
		margin-top: -24px;
		z-index: 2;
	}
	.st-c_body .canonical-product .bp_product_img {
		width: 412px;
		height: 325px;
	}
	.st-c_body .canonical-product .bp_product_img img {
		max-height: 325px;
	}

	.package_items {
		position: relative;
		margin-top: -55px;
		margin-left: -25px;
		padding-bottom: 25px;
		z-index: 3;
	}
	.package_items .wrap_set_prod {
		background: #fff;
		position: relative;
		border: 1px solid #D9D9D9;
		display: flex;
		padding: 0;
		margin-bottom: 5px;
	}
	.package_items .blocks_product_fix_w {
		display: flex;
		align-items: center;
		padding: 5px;
	}
	.package_items .blocks_product .blocks_product_fix_w > a {
		width: 126px;
		height: 99px;
		padding-top: 0;
		flex-shrink: 0;
		margin-right: 20px;
		padding-bottom: 0;
	}
	.package_items .bp_product_img {
		width: 100%;
		height: 100%;
	}
	.package_items .bp_product_img img {
		max-height: 99px;
	}
	.package_items .bp_text {
		padding: 19px 10px 15px 0;
	}
	.package_items .check_set {
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 0;
		display: flex;
		align-items: center;
	}
	.package_items .check_set a {
		display: flex;
		width: 30px;
		height: 30px;
	}
	.package_items .check_set a:hover {
		opacity: 0.8;
	}
	.package_items .check_set .img_check {
		background: url('/bitrix/templates/v11/components/store77/catalog.element/.default/./images/edit.svg');
		background-size: cover;
		font-size: 0;
		padding: 0;
		margin: 0;
	}
	.package_items .check_set .del_b {
		background: url('/bitrix/templates/v11/components/store77/catalog.element/.default/./images/garb.svg');
		background-size: cover;
		position: static;
		-webkit-transform: none;
		transform: none;
	}
	.package_items .bp_text .bp_width_fix {
		padding: 0;
	}
	.package_items .bp_text_price {
		font-weight: 700;
		font-size: 18px;
		line-height: 23px;
		min-height: 0;
		margin-bottom: 3px;
	}
	.package_items .bp_text .bp_text_info {
		font-size: 14px;
		line-height: 18px;
	}

	.package_items .check_set .mob_set_edit {
		display: none;
	}

	@media only screen and (max-width: 1820px) {
		.st-c_body .canonical-product {
			width: 60%;
		}
		.package_items {
			margin-top: 0;
			margin-left: -1.6vw;
		}
		.st-c_body .canonical-product .wrap_set_prod:after {
			width: calc(100% + 10vw);
			max-width: none;
		}
		.package_items .blocks_product .blocks_product_fix_w > a {
			width: 87px;
			height: 70px;
		}
		.package_items .bp_product_img img {
			max-height: 70px;
		}
		.package_items .bp_text {
			padding: 10px 10px 10px 0;
		}
		.package_items .bp_text .bp_text_price {
			padding-right: 70px;
		}
	}
	@media only screen and (max-width: 1599px) {
		.set_block ul.nav > li.active,
		.set_block ul.nav > li.active:focus,
		.set_block ul.nav > li.active:hover,
		.set_block ul.nav > li:hover,
		.set_block ul.nav > li {
			font-size: 18px;
		}
		.st-c_head {
			padding: 15px 18px;
		}
		.st-c_price p, .st-c_price-set p {
			font-size: 18px;
		}
		.st-c_return span, .st-c_price-set span {
			font-size: 12px;
			margin-bottom: 1px;
		}
		.st-c_head .st-c_link_buy a,
		.st-c_head .st-c_link_buy .link_but {
			font-size: 12px;
			line-height: 16px;
			padding: 5px 10px;
		}
		.st-c_head .st-c_link_buy a,
		.st-c_head .st-c_link_buy {
			height: 36px;
		}
		.st-c_body .canonical-product .bp_product_img {
			width: 200px;
			height: 160px;
		}
		.st-c_body .canonical-product .bp_product_img img {
			max-height: 160px;
		}
		.st-c_body .canonical-product .wrap_set_prod:after {
			width: calc(100% + 22vw);
		}
		.package_items .blocks_product .blocks_product_fix_w > a {
			width: 80px;
			height: 63px;
			margin-right: 10px;
		}
		.package_items .bp_product_img img {
			max-height: 63px;
		}
		.canonical-product .bp_text_price {
			font-size: 16px;
			min-height: 0;
		}
		.canonical-product .bp_text {
			margin-top: 25px;
		} 
		.st-c_body .canonical-product {
			width: 50%;
		}
		.package_items .bp_text .bp_text_price {
			padding-right: 35px;
		}
		.package_items .bp_text .bp_text_info {
			font-size: 13px;
			line-height: 17px;
		}
		.package_items .bp_text_price {
			font-size: 16px;
			line-height: 20px;
		}
		.package_items .bp_text {
			padding: 5px 10px 5px 0;
		}
		.package_items .check_set a {
			width: 21px;
			height: 21px;
		}
	}
	@media only screen and (max-width: 991px) {
		.set_block ul.nav > li.active,
		.set_block ul.nav > li.active:focus,
		.set_block ul.nav > li.active:hover,
		.set_block ul.nav > li:hover,
		.set_block ul.nav > li {
			font-size: 16px;
			padding-bottom: 5px;
		}
		.st-c_head {
			padding: 15px 14px;
		}
		.set_block .tab-content {
			background: #fff;
		}

		.st-c_return span, .st-c_price-set span {
			font-size: 12px;
			line-height: 20px;
			margin-bottom: 2px;
		}

		.st-c_body .canonical-product .wrap_set_prod:after,
		.st-c_body .canonical-product .mob_btn_cart,
		.package_items .mob_btn_cart {
			display: none;
		}
		.st-c_body {
			flex-wrap: wrap;
		}
		.st-c_body {
			align-items: flex-start;
		}
		.st-c_body .canonical-product,
		.package_items {
			width: 100%;
		}
		.st-c_body .canonical-product .blocks_product_label_hover {
			width: 100%;
			max-width: none;
			margin-top: -10px;
			padding-right: 0;
		}
		.canonical-product .blocks_product .blocks_product_fix_w > a {
			position: static;
			width: auto;
			height: auto;
		}
		.st-c_body .canonical-product .bp_product_img {
			width: 234px;
			height: 186px;
		}
		.st-c_body .canonical-product .bp_product_img img {
			max-height: 186px;
		}
		.canonical-product .blocks_product .bp_text_price,
		.canonical-product .bp_text .bp_text_info {
			padding: 0;
		}
		.st-c_body .canonical-product .wrap_set_prod {
			padding: 0 14px;
			margin-bottom: 25px;
		}
		.mcheck_set .wrap_set_prod .blocks_product_label_hover {
			bottom: 79px;
		}
		.slider_arrow_bot .slider_produkt .blocks_product_label_hover {
			display: flex;
			flex-wrap: wrap;
			bottom: 72px;
			padding-left: 10px;
			width: 100%;
			max-width: none;
		}
		.canonical-product .bp_text {
			margin-top: 10px;
		}

		.package_items {
			max-width: 650px;
			margin-left: 0;
			padding-left: 14px;
			padding-right: 14px;
		}
		.package_items .blocks_product .blocks_product_fix_w > a {
			position: static;
		}
		.package_items .blocks_product_fix_w {
			flex-wrap: nowrap;
		}
	}
	@media only screen and (max-width: 767px) {
		.st-c_head {
			max-width: 400px;
			flex-wrap: wrap;
		}
		.st_c_wrap_price {
			margin-right: 0;
			padding-bottom: 5px;
		}
		.st_c_wrap_price .st-c_price {
			flex-grow: 1;
			height: 60px;
		}
		.st_c_wrap_price,
		.st-c_head .st-c_link_buy a,
		.st-c_head .st-c_link_buy {
			width: 100%;
		}
		.package_items .bp_text .bp_text_price {
			padding-right: 32px;
		}
		.package_items .check_set .mob_set_edit {
			display: flex;
		}
		.package_items .check_set .desck_set_edit {
			display: none;
		}
	}
/*END cardPackage*/

/*cardMessage*/
	.secMessage #sp-reviews-container .sp-reviews {
		max-width: 100%;
	}
	.secMessage #sp-reviews-container .sp-review-header {
		word-break: break-word;
	}
/*END cardMessage*/



/*cardDelivery*/
	.secDelivery .receipt_goods .tab_arrow_slider {
		margin-bottom: 35px;
	}
	.secDelivery .receipt_goods .nav-tabs {
		margin-bottom: 0;
	}
	.secDelivery .nav-tabs > li {
		width: auto;
	}
	.secDelivery .receipt_goods .card_delivery_tab {
		border: 1px solid #fff;
		display: inline-flex;
		margin-bottom: 35px;
	}
	.secDelivery .receipt_goods .card_delivery_tab li:after {
		display: none;
	}
	.secDelivery .receipt_goods .card_delivery_tab > li {
		margin: 0;
	}
	.secDelivery .receipt_goods .card_delivery_tab > li > a {
		border: none;
		border-right: 1px solid #fff;
		border-radius: 0;
		display: flex;
		align-items: center;
		height: 40px;
		font-weight: 600;
		font-size: 11px;
		line-height: 24px;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #000;
		margin: 0;
	}
	.secDelivery .receipt_goods .card_delivery_tab > li:last-child > a {
		border-right: none;
	}
	.secDelivery .receipt_goods .card_delivery_tab > li.active > a, 
	.secDelivery .receipt_goods .card_delivery_tab > li.active > a:focus, 
	.secDelivery .receipt_goods .card_delivery_tab > li.active > a:hover {
		border: none;
		border-right: 1px solid transparent;
		color: #000;
	}

	.receipt_goods .delivery_card_collapse {
		display: none;
	}
	.receipt_goods .delivery_grey {
		color: #959595;
	}
	.receipt_goods .delivery_fwbold {
		font-weight: bold;
	}
	.rg_tab2_block .no_pad {
		padding: 0;
	}
	.delivery_card_collapse .dcc_link_col {
		background: #fff;
		border: 1px solid #fff;
		display: flex;
		align-items: center;
		height: 40px;
		font-weight: 600;
		font-size: 10px;
		line-height: normal;
		letter-spacing: 1px;
		margin-bottom: -1px;
		padding: 5px 7px 5px 15px;
		text-transform: uppercase;
	}
	.delivery_card_collapse .dcc_link_col:after {
		content: '';
		background-image: url('/bitrix/templates/v11/components/store77/catalog.element/.default/./images/card_arrow_tab.svg');
		background-size: contain;
		display: flex;
		width: 30px;
		height: 30px;
		margin-left: auto;
		transform: rotate(90deg);
	}
	.delivery_card_collapse .dcc_link_col.collapsed:after {
		transform: rotate(0);
	}
	.delivery_card_collapse .dcc_link_col.collapsed {
		background: #f5f5f5;
	}
	.delivery_card_collapse .rg_tab2_block {
		margin: 30px 0;
	}
	.delivery_card_tabs .new_btn_animate {
		margin-top: 45px;
	}
	.delivery_card_collapse_item .new_btn_animate {
		margin-top: 35px;
	}
	.double_link_shema {
		display: flex;
		flex-direction: column;
	}
	.double_link_shema .link_shema + .link_shema {
		margin-top: 5px;
	}

	@media only screen and (max-width: 1599px) {
		.secDelivery .receipt_goods .tab_arrow_slider {
			margin-bottom: 30px;
		}	
		.secDelivery .receipt_goods .card_delivery_tab > li > a {
			font-size: 10px;
			padding: 10px;
			letter-spacing: 0.5px;
		}
		.secDelivery .receipt_goods .card_delivery_tab > li > a {
			line-height: 16px;
		}
	}
	@media only screen and (max-width: 1200px) {
		.secDelivery .rg_tab2_block .col-md-6 {
			width: 100%;
		}
		.link_shema.link_shema_with_mb {
			display: inline-flex;
			margin-bottom: 35px;
		}
	}
	@media only screen and (max-width: 1023px) {
		.secDelivery .receipt_goods .card_delivery_tab > li > a {
			padding: 10px 9px;
		}
	}
	@media only screen and (max-width: 991px) {
		.receipt_goods .delivery_card_collapse {
			display: block;
		}
		.link_shema.link_shema_with_mb {
			margin-bottom: 10px;
		}
	}
	@media only screen and (max-width: 374px) {
		.delivery_card_collapse .dcc_link_col {
			letter-spacing: 0.5px;
		}
	}
/*END cardDelivery*/

@media only screen and (max-width: 1800px) {
	.card_bgsection .card_bgsection__title,
	.card_bgsection .card_bgsection__content {
		width: 100%;
	}
	.card_bgsection .card_bgsection__title {
		padding-bottom: 22px;
	}
	.card_bgsection .card_bgsection__content {
		padding-top: 0;
	}
}

@media only screen and (max-width: 1599px) {
	.pages_card_padding {
		padding-left: 24px;
	}
	.pages_card__sidebar {
		width: 362px;
		padding: 25px 24px;
	}
	.pages_card__content {
		width: calc(100% - 362px);
	}

	.pages_card__menu {
		max-width: 418px;
	}
	.pages_card__menu ul a {
		font-size: 8px;
		padding: 3px 10px;
	}

	.pages_card .wrap_breadcrumbs .breadcrumbs {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 22px;
	}
	.title_card_product {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 25px;
	}
	.cpinfo_block .wrap_cpinfo_link,
	.cpinfo_block .color_radio {
		margin-top: 8px;
	}
	.cpinfo_block .cpinfo_link {
		height: 35px;
		padding: 8px;
	}
	.cpinfo_block.first_block {
		padding-right: 25px;
	}
	.color_radio .wrap_ch-x .checkbox,
	.card_product_info .no_bor-r.active:after,
	.cpinfo_block .color_radio .checkbox:hover .no_bor-r:after {
		width: 36px;
		height: 36px;
	}
	.card_product_info .no_bor-r {
		width: 26px;
		height: 26px;
	}
	.cpinfo_block .color_radio {
		margin-left: 0;
		margin-right: 0;
	}
	.color_radio .wrap_ch-x {
		margin: 0;
	}
	.cpinfo_block .color_radio .row {
		min-height: 36px;
	}
	.card_product_info .no_bor-r.active:after,
	.cpinfo_block .color_radio .checkbox:hover .no_bor-r:after {
		top: -5px;
		left: -5px;
	}
	.pages_card__wrap_price_bonus .price_title_product {
		font-size: 20px;
		line-height: 20px;
		white-space: nowrap;
	}
	.pages_card__wrap_price_bonus .num_bonus {
		height: 26px;
		font-size: 12px;
		line-height: 16px;
	}
	.pages_card__wrap_price_bonus .num_bonus span {
		font-size: 12px;
		line-height: 16px;
	}


	.pages_card__sticky .pages_card__wrap_price_bonus {
		flex-wrap: wrap;
		padding: 15px 18px 4px;
	}
	.pages_card__sticky .pages_card__wrap_price_bonus > p {
		margin-bottom: 8px;
	}
	.pages_card .gift_wrap {
		margin: 3px 18px 0;
	}
	.pages_card .gift_wrap .gift_wrap_link {
		min-height: 35px;
		padding: 10px 8px;
	}
	.pages_card .gift_wrap_link .gift_wrap_link__toggle {
		width: 25px;
		min-width: 24px;
		height: 13px;
		margin-right: 6px;
	}
	.pages_card .gift_wrap_link .gift_wrap_link__toggle:after {
		top: 2px;
		width: 8px;
		height: 8px;
	}
	.pages_card .gift_wrap .gift_wrap_link {
		font-size: 11px;
		line-height: 15px;
	}
	.pages_card .choose_packaging {
		flex-wrap: wrap;
	}
	.pages_card .choose_packaging .gift_wrap_checkbox {
		width: calc(50% - 6px);
	}
	.pages_card__sticky .link_title_cart, 
	.pages_card__sticky .wrap_link_buy_one_click,
	.pages_card__sticky .see_analogs_btn {
		height: 36px;
	}
	.pages_card__sticky .link_title_cart {
		margin-top: 10px;
	}
	.pages_card__sticky .link_but.out-of-stock,
	.pages_card__sticky .link_but.out-of-stock:hover {
		font-size: 12px;
	}
	.pages_card__sticky .wrap_link_buy_one_click span,
	.pages_card__sticky .wrap_link_buy_one_click input {
		height: 34px;
	}
	.pages_card__sticky .form_one_click .link_title_cart.link_buy_one_click {
		font-size: 12px;
	}
	.pages_card__sticky .wrap_card_product_payment {
		padding-top: 17px;
	}
	.card_product_payment .cpp_block_p {
		font-size: 12px;
		line-height: 16px;
		min-height: 20px;
		padding: 3px 6px;
	}

	.pages_card .card_bgsection {
		margin-bottom: 5px;
		padding: 30px 20px;
	}
	.card_bgsection .card_bgsection__title {
		font-size: 28px;
	}
	.slider_arrow_bot .title_content {
		font-size: 28px;
		padding-bottom: 0;
	}
	.card_bgsection.slider_arrow_bot .title_content {
		padding-bottom: 0;
	}
	.card_bgsection .card_bgsection__content {
		font-size: 14px;
	}
	
	.tab_arrow_slider .nav-tabs > li > a {
		font-size: 18px;
	}

	.cpp_block_p span {
		width: 160px;
	}
}

@media only screen and (max-width: 1200px) {
	.wrap_tab_arrow_slider .tab_arrow_slider {
		margin-left: 10px;
	}
	.wrap_tab_arrow_slider .tab_arrow.swiper-button-prev {
		left: -20px;
	}
}

@media only screen and (max-width: 1024px) {
	.cpinfo_block .color_radio .checkbox:hover .no_bor-r:after {
		display: none;
	}
	.cpinfo_block .color_radio .checkbox:hover .no_bor-r.active:after {
		display: inline-block;
	}
}

@media only screen and (max-width: 991px) {
	.pages_card__content,
	.pages_card__sidebar {
		width: 100%;
	}
	.pages_card__sidebar,
	.pages_card__menu {
		display: none;
	}
	.pages_card__mob_header {
		display: block;
	}
	.pages_card_padding {
		padding: 0 20px;
	}
	.pages_card .wrap_breadcrumbs .breadcrumbs {
		padding-top: 10px;
		padding-bottom: 18px;
	}
	.pages_card .breadcrumbs a {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 2px;
	}
	.product_code {
		font-size: 16px;
	}
	.title_card_product {
		font-size: 22px;
		padding-bottom: 22px;
	}
	.title_cpinfo_block {
		font-size: 17px;
		line-height: 19px;
	}
	.cpinfo_block .cpinfo_link {
		font-size: 17px;
	}
	.pages_card__wrap_price_bonus .price_title_product {
		font-size: 25px;
	}
	.pages_card__wrap_price_bonus .num_bonus span {
		font-size: 15px;
	}
	.pages_card .gift_wrap .gift_wrap_link {
		font-size: 14px;
	}
	.pages_card__sticky .link_title_cart, 
	.pages_card__sticky .wrap_link_buy_one_click,
	.pages_card__sticky .see_analogs_btn {
		font-size: 15px;
	}
	.card_product_payment .cpp_block_p {
		font-size: 14px;
	}

	.mod_wrap_info_sticky {
		display: block;
		padding-top: 12px;
		padding-bottom: 15px;
	}
	.mod_wrap_info_sticky .pages_card__sticky {
		position: static;
		z-index: 0;
		margin-top: 6px;
	}

	.pages_card__sticky .pages_card__wrap_price_bonus {
		padding: 15px 8px 12px;
	}
	.pages_card .gift_wrap {
		margin: 3px 8px 0;
	  }
	.pages_card__sticky .wrap_card_product_payment {
		margin-bottom: 0;
	}
	.cpp_block_p span {
		width: 174px;
		padding-right: 10px;
	}

	.pages_card .card_bgsection {
		padding: 24px 14px;
	}
	.card_bgsection .card_bgsection__title {
		font-size: 22px;
		padding-bottom: 15px;
	}
	.slider_arrow_bot .title_content {
		font-size: 22px;
	}
	.slider_arrow_bot .swiper.slider_produkt .swiper-slide {
		max-width: none;
	}
	.slider_arrow_bot .slider_produkt .blocks_product {
		padding: 10px;
	}
	.wrap_tab_arrow_slider .tab_arrow_slider {
		margin-left: 16px;
	}
	.wrap_tab_arrow_slider .tab_arrow.swiper-button-prev {
		left: -14px;
	}

	.tab_arrow_slider .nav-tabs > li > a {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.pages_card .tabs_table tr {
		display: flex;
		flex-direction: column;
	}
	.pages_card .tabs_table .tt_td_title {
		width: 100%;
	}
	.pages_card .tabs_table td {
		width: 100%;
		padding: 0 0 5px;
	}
	.pages_card .tabs_table tr td:first-child {
		border-bottom: none;
		padding-top: 8px;
		padding-bottom: 0;
	}

	.card_bgsection .card_bgsection__content {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.mod_wrap_info_sticky .wrap_mob_slider_tc_link.active {
		display: block;
	}
	.title_card_product {
		font-size: 20px;
	}
}
@media only screen and (max-width: 374px) {
	.slider_arrow_bot .blocks_product .blocks_product_fix_w > a {
		width: 75px;
	}
	.slider_arrow_bot .blocks_product .bp_text_price,
	.slider_arrow_bot .bp_text .bp_text_info {
		padding-left: 90px;
	}
	.slider_arrow_bot .slider_produkt .bp_hover_text_dostavka {
		padding-right: 40px;
	}
	.slider_arrow_bot .mob_btn_cart {
		width: 40px;
	}

	.pages_card__wrap_price_bonus .price_title_product {
		margin-right: 8px;
	}
	.cpp_block_p span {
		width: 120px;
	}
	.cpinfo_block.first_block {
		padding-right: 8px;
	}
}
.modalCardGalleryDetail img:not([src]){
	visibility: hidden;
}
.gallery_card_main.swiper-backface-hidden .swiper-slide.titul_video{
	height: auto;
}
.gallery_card_main.swiper-backface-hidden .swiper-slide.titul_video video {
	max-width: 100%;
}
/* End */


/* Start:/bitrix/templates/v11/css/colors.css?1744984770717*/
:root {
    --rgb: conic-gradient(#144154 0 32%, #000000 33.3% 65%, #7751BE 66.6% 99%);
    --horisontal: conic-gradient(#144154 0% 24%, #000000 26% 74%, #144154 76%);
    --vertical: conic-gradient(#144154 1% 49%, #000000 51% 99%);
    --test: conic-gradient(#cfcfcf 0 49%, #030303 50% 99%);
    --test2: conic-gradient(#878787 0 49%, #c37acf 50% 99%);
    --blackwight: conic-gradient(#000000 0% 35%, #f5f5f5 35% 85%, #000000 85% 100%);
    --blackgoldwhite: conic-gradient(#FFD700 0 32%, #000000 33.3% 65%, #ffffff 66.6% 99%);
    --darkredwhiteblack: conic-gradient(#ab0b0b 0% 32%, #000000 33.3% 65%, #ffffff 66.6% 99%);
    --ragnaroklimed: conic-gradient(#24336a 0% 32%, #cfd9f2 33.3% 65%, #2a2c38 66.6% 99%);
}
/* End */


/* Start:/bitrix/templates/v11/components/bitrix/catalog.viewed.products/.default/style.css?163225512210350*/
.card-product-viewed-slider {
	display: none;
	width: 1240px;
	margin: 20px auto 0px;
	position: relative;
}
.card-product-viewed-slider h2 {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: 200;
}
.card-product-viewed-slider-navigation {
	display: none;
	position: absolute;
	right: 0px;
	top: 20px;
}
.card-product-viewed-slider-nav {
	width: 30px;
	height: 30px;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	margin-top: -15px;
}
.card-product-viewed-slider-nav:hover {
	background-color: #f6f9fb !important;
}
.card-product-viewed-slider-nav:nth-child(1) {
	margin-right: 3px;
}
.card-product-viewed-slider-nav.prev {
	background: url(data:image/png;base64,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) center center no-repeat transparent;
}
.card-product-viewed-slider-nav.next {
	background: url(data:image/png;base64,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) center center no-repeat transparent;
}
.card-product-viewed-slider-items {
	width: inherit;
	height: 126px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}
.card-product-viewed-slider-item {
	width: 262px;
	height: 80px;
	border: 1px solid #e6e7e8;
	border-radius: 5px;
	padding: 20px;
	margin: 3px;
	position: relative;
	float: left;
}
.card-product-viewed-slider-item:hover {
	border: 1px solid #d7d600;
}
.card-product-viewed-slider-item-images {
	width: 60px;
	height: 80px;
	display: block;
	text-align: center;
	float: left;
	padding-right: 20px;
}
.card-product-viewed-slider-item-images:before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 1px;
	vertical-align: middle;
}
.card-product-viewed-slider-item-images img {
	display: inline-block;
	max-width: -moz-calc(100% - 2px);
	max-width: -webkit-calc(100% - 2px);
	max-width: calc(100% - 2px);
	vertical-align: middle;
	max-height: 95%;
}
.card-product-viewed-slider-item-price {
	width: 91px;
	height: 25px;
	background: url('/bitrix/templates/v11/components/bitrix/catalog.viewed.products/.default/images/viewed_bg_price.png') center center no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #3b3b3b;
	text-align: center;
	line-height: 25px;
	float: left;
}
.card-product-viewed-slider-item-price span:nth-last-child(1) {
	font-family: "WD_ALSRuble";
	text-transform: lowercase;
	display: inline-block;
}
.card-product-viewed-slider-item > a:nth-last-child(1) {
	width: 175px;
	height: 35px;
	line-height: 18px;
	padding-top: 10px;
	float: left;
	overflow: hidden;
}
.card-product-viewed-slider-item > a:nth-last-child(1):hover {
	text-decoration: none;
}
@media all and (max-width: 1280px) {
	.card-product-viewed-slider {
		width: 930px;
	}
}
/* End */


/* Start:/bitrix/templates/v11/components/bitrix/breadcrumb/product_card/style.css?1632255122158*/
ul.breadcrumb-navigation {
    padding: 0;
    margin: 0;
    padding-top: 4px;
    list-style: none;
}

ul.breadcrumb-navigation li {
    display: inline;
}

/* End */
/* /bitrix/templates/v11/components/store77/catalog/.default/style.css?1642594239531 */
/* /bitrix/templates/v11/components/store77/catalog.element/.default/style.css?175076551454392 */
/* /bitrix/templates/v11/css/colors.css?1744984770717 */
/* /bitrix/templates/v11/components/bitrix/catalog.viewed.products/.default/style.css?163225512210350 */
/* /bitrix/templates/v11/components/bitrix/breadcrumb/product_card/style.css?1632255122158 */
