

/* Start:/bitrix/templates/.default/components/bitrix/iblock.vote/template.2.custom/style.css?17727799241807*/
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-body {
  overflow: hidden;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-title {
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 19px;
	margin-top: 40px;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-container {
  font-size: 0;
  margin-left: -2px;
  margin-right: -2px;
  text-align: center;
  margin-bottom: 60px;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-item svg {
  display: inline-block;
  width: 27px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-item[hover='F'] svg {
  cursor:default;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-item svg path {
  fill: #E8E8E8;
  stroke: #E8E8E8;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: fill, stroke;
  -moz-transition-property: fill, stroke;
  -ms-transition-property: fill, stroke;
  -o-transition-property: fill, stroke;
  transition-property: fill, stroke;
}
.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-item[data-focus=true] svg path, .ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-item[data-active=true] svg path {
  fill: #F4BB28;
  stroke: #F4BB28;
}
@media (max-width:550px) {
	.ns-bitrix.c-iblock-vote.c-iblock-vote-template-2 .iblock-vote-container {
		font-size: 22px;
		line-height: 30px;
	}
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/solutions/style.css?16336891232084*/
.mdbase .catalog-section__title {
	display: block;
	margin-top: 25px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-bottom: 16px;
	font-size: 17px;
	font-weight:bold;
	border-bottom: 0!important;
	text-decoration: none;
}
.catalog-section__item-wrapper {
	display: flex;
	border: 1px solid #F2F2F2;
	padding: 22px;
	transition: all 0.4s;
}
.catalog-section__item-wrapper:hover {
	border: 1px solid #ccc;
}
.catalog-section__image {	
	display: block;
	margin-right: 10px;
	width: 55px;
	height: 55px;
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}
.catalog-section .catalog-section__name {	
	font-size: 13px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 36px;
	text-decoration: none;
	border: 0;
}
.catalog-section__name:hover,
.catalog-section__name:focus {
	text-decoration: none;
}
.catalog-section__new-price {
	display: block;
	font-size: 15px;
	margin-top: 10px;
	font-weight: bold;
}
.catalog-section__old-price {
	text-decoration: line-through;
    font-size: 12px;
}
.catalog-section__items {
	position: relative;
}
.catalog-section .owl-nav {
	position: absolute;
	top: -40px;
	right: 0;
}
.catalog-section .owl-prev span,
.catalog-section .owl-next span {
	display: flex;
	font-size: 22px;   
    line-height: 0;
    height: 26px;
    width: 26px;   
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
	color: #817373;
}
.catalog-section .owl-carousel .owl-nav .owl-prev,
.catalog-section .owl-carousel .owl-nav .owl-next {
	border: 1px solid #eaeef3;
	transition: all 0.4s;
}
.catalog-section .owl-carousel .owl-nav .owl-prev:hover,
.catalog-section .owl-carousel .owl-nav .owl-next:hover {
	border: 1px solid #ccc;
}

.catalog-section .owl-carousel .owl-nav .owl-prev.disabled,
.catalog-section .owl-carousel .owl-nav .owl-next.disabled {
	opacity: 0.6;
	cursor:default;
	border: 1px solid #eaeef3!important;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/solutions/themes/blue/style.css?1633519962825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /bitrix/templates/.default/components/bitrix/iblock.vote/template.2.custom/style.css?17727799241807 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/solutions/style.css?16336891232084 */
/* /bitrix/templates/.default/components/bitrix/catalog.section/solutions/themes/blue/style.css?1633519962825 */
