

/* Start:/local/templates/aspro_next/components/bitrix/catalog.element/main4/style.css?17305173486431*/
@media screen and (max-width: 991px) {
	.viewed-section-block .nav-tabs {
		display: flex;
	}

	.viewed-section-block .nav-tabs > li {
		flex-grow: 1;
		text-align: center;
	}

	.viewed-section-block .personal_recommendations .flexslider {
		padding-top: 0;
	}

	.viewed-section-block .personal_recommendations .flexslider.shadow .flex-viewport {
		margin: 0;
		padding: 0 15px;
	}

	.viewed-section-block .personal_recommendations {
		width: 100vw;
		margin-left: -15px;
		margin-top: 6px !important;
	}



	.viewed-section-block .personal_recommendations .top_right.border.custom_flex .flex-direction-nav {
		z-index: 1;
		top: 34%;
		left: 15px;
		right: 15px !important;
		display: flex;
		justify-content: space-between;
		pointer-events: none;
	}

	.viewed-section-block .personal_recommendations .top_right.border.custom_flex .flex-direction-nav li {
		position: relative;
		display: flex;
		justify-content: center;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		border: none !important;
		background-color: #303983;
		pointer-events: initial;
	}

	.viewed-section-block .personal_recommendations .top_right.border.custom_flex .flex-direction-nav li:hover {
		background-color: #303983 !important;
	}

	.viewed-section-block .personal_recommendations .top_right.border.custom_flex .flex-direction-nav li a {
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.viewed-section-block .personal_recommendations .top_right.border.custom_flex .flex-direction-nav li::before {
		position: absolute;
		width: 100%;
		height: 100%;
		color: #ffffff;
		font-size: 26px;
		line-height: 18px;
		font-weight: 300;
	}

	.viewed-section-block .personal_recommendations .top_right.border.custom_flex .flex-direction-nav li.flex-nav-prev::before {
		content: "‹" !important;
	}

	.viewed-section-block .personal_recommendations .top_right.border.custom_flex .flex-direction-nav li.flex-nav-next::before {
		content: "›" !important;
	}



	.viewed-section-block .flex-viewport .tabs_slider {
		display: flex;
	}

	.viewed-section-block .tabs_slider .catalog_item {
		height: auto;
	}

	.viewed-section-block .tabs_slider .catalog_item .inner_wrap {
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 16px 8px;
		border-right: none;
	}

	.viewed-section-block .tabs_slider .catalog_item .inner_wrap {
		border-right: 1px solid #eeeeee;
	}

	.viewed-section-block .tabs_slider .catalog_item .image_wrapper_block {
		width: 100%;
		margin-top: 0;
	}

	.viewed-section-block .tabs_slider .catalog_item .item_info {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.viewed-section-block .tabs_slider .catalog_item .item-title {
		margin-left: 0;
		height: 81px;
		overflow: hidden;
	}

	.viewed-section-block .tabs_slider .catalog_item .quantity_info {
		min-height: unset;
		height: auto;
		padding-left: 0;
		text-align: left;
	}

	.viewed-section-block .tabs_slider .catalog_item .cost.prices {
		text-align: left;
	}

	.viewed-section-block .tabs_slider .catalog_item .footer_button {
		margin-top: auto;
	}

	.viewed-section-block .tabs_slider .catalog_item:hover .footer_button {
		margin-top: auto;
	}

	.viewed-section-block .tabs_slider .catalog_item .counter_block {
		display: flex;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 8px;
	}

	.viewed-section-block .tabs_slider .catalog_item .counter_block input[type="text"] {
		flex-grow: 1;
	}

	.viewed-section-block .tabs_slider .catalog_item .counter_block .plus,
	.viewed-section-block .tabs_slider .catalog_item .counter_block .minus {
		width: 34px;
	}

	.viewed-section-block .tabs_slider .catalog_item .button_block {
		width: 100%;
		display: block;
	}

	.viewed-section-block .tabs_slider .catalog_item .button_block .btn {
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.catalog_item.visible .inner_wrap .item-title{
		margin-left: 0;
	}

	.catalog_item.visible.inner_wrap .quantity_info{
		padding-left: 0;
		min-height: auto;
	}

	.catalog_item.visible .inner_wrap .price_matrix_wrapper{
		text-align: left;
	}

	.catalog_item.visible .inner_wrap .counter_wrapp{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.catalog_item.visible .inner_wrap .counter_block{
		display: flex;
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 8px;
	}

	.catalog_item.visible .inner_wrap .counter_block .text.gonnaintobasket{
		flex-grow: 1;
	}

	.catalog_item.visible .inner_wrap .button_block, .catalog_item.visible .inner_wrap .button_block span{
		width: 100%;
	}
}

.property-hint-trigger {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 17px;
	height: 17px;
	margin: 3px 0 0 0;
	padding: 0;
	color: #d8d8d8;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: color 0.2s ease;
}

.property-hint-trigger:hover {
	color: #303983;
}

.property-hint-trigger:focus {
	outline: none;
}

.property-hint-trigger svg path {
	fill: currentColor;
}

@media(min-width:768px) {
	.property-hint-trigger {
		color: #000000;
	}
}

@media(max-width:767px) {
	.property-hint-trigger {
		margin-top: 2px;
	}
	
	.property-hint-trigger svg {
		transform: scale(1.1);
	}

	.property-hint-trigger svg path {
		fill: #000000;
	}
}



@media(max-width: 991px) {
	.addon_type .flexslider .catalog_item .inner_wrap {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.addon_type .flexslider .catalog_item .inner_wrap .image_wrapper_block {
		width: 100%;
		margin-top: 0;
	}

	.addon_type .flexslider .catalog_item .inner_wrap .item_info {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.addon_type .flexslider .catalog_item .inner_wrap .item-title {
		height: 81px;
		overflow: hidden;
	}

	.addon_type .flexslider .catalog_item .inner_wrap .quantity_info {
		min-height: unset;
		height: auto;
		padding-left: 0;
		text-align: left;
	}

	.addon_type .flexslider .catalog_item .inner_wrap .cost.prices {
		text-align: left;
	}

	.addon_type .flexslider .catalog_item .inner_wrap .footer_button {
		margin-top: auto;
	}

	.addon_type .flexslider .catalog_item .inner_wrap .counter_wrapp {
		justify-content: flex-end;
		height: 100px;
	}
}
/* End */


/* Start:/local/templates/aspro_next/css/xzoom.css?17305173482189*/
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0;
  background: url(/local/templates/aspro_next/css/../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
/* End */


/* Start:/local/templates/aspro_next/css/card-swiper.css?1730517348516*/
.optional-img {
  display: block;
}

.mobile_view_list {
  width: 100%;
  height: 170px;
}

.swiper-pagination {
  line-height: 0;
}

.swiper-slide img {
  width: 165px;
  height: 165px;
}

.mobile_view_list {
  display: none !important;

}

.swiper-pagination-bullet-active {
  background: #303983 !important;
}

@media (max-width: 431px) {
  .optional-img {
    display: none !important;
  }

  .fast_view_block,
  .onHoverImage {
    display: none;
  }

  .mobile_view_list {
    display: block !important;
  }
}

/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.element/main4/style.css?17305173486431 */
/* /local/templates/aspro_next/css/xzoom.css?17305173482189 */
/* /local/templates/aspro_next/css/card-swiper.css?1730517348516 */
