

/* Start:/local/templates/suvenir/components/bitrix/catalog.item/catalog_itm/style.css?16581597226993*/
/*карточка товара*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	-webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}



@media(max-width:980px){
	.product-item-container.hover .product-item{
		position: relative;
		right: unset;
		left: unset;
		padding: 0;
		top:unset;
		-webkit-box-shadow: unset;
		        box-shadow: unset;
	}
	.bx-no-touch .product-item-container.hover .product-item {
		position: unset;
		right: unset;
		left: unset;
		padding: unset;
		width: auto;
		border: unset;
		background: #fff;
		-webkit-box-shadow:unset;
		        box-shadow:unset;
	}
}

.product-item{
	display: block;
	border-radius: 7px !important;	
}
.product-item-image-wrapper{
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-top: 102%;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color:#fafafa;
}
.card-images{
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-top: 102%;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color:#fafafa;

}
.product-item-image-original{
	position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: opacity 300ms linear;
        -o-transition: opacity 300ms linear;
        transition: opacity 300ms linear;
}
.block-but-price{
	border-top: 1px solid var(--color-gray-middle-opacity30);
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.card-buy_form{
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
@media(max-width:980px){
	.card-buy_form{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-top: 11px;
	}
}
.block-price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.price-current{
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	margin-top: 8px;
	font-family: 'Roboto';
}
@media(max-width:980px){
	.price-current{
		font-size: 12px;
		margin-top: 0px;
	}
}
.product-item-price-old{
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	margin-top: 2px;
	font-family: 'Roboto';
	position: relative;
	color: var(--color-gray-middle-opacity50);
	
}
.product-item-price-old:before {
	z-index:5;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 15px;
	height: 1px;
	background: var(--color-bordo-light);
	}
@media(max-width:980px){
	.product-item-price-old{
		font-size: 12px;
		margin-top: 0px;
	}
}
.button-buy{
	width: 20px;
	height: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	position: relative;
}
.button-buy:before{
	position: absolute;
	content: url('/local/templates/suvenir/components/bitrix/catalog.item/catalog_itm/images/basket_icon.svg');
	right: 0;
}
.card-name{
	font-size: 18px;
	font-weight: 300;
	line-height: 160%;
	margin-top:10px;
	position: relative;
	margin-bottom: 20px;
	font-family: 'Roboto';	
}
@media(max-width: 1280px){
	.card-name
	{
	
		line-height: 120%;
	}
}
@media(max-width: 1024px){
	.card-name
	{
		font-size: 14px;
		
	}
}
@media(max-width:980px){
	.card-name{
		font-size: 12px;
		
	}
}
.card-name a{
	color: var(--color-gray-dark);
        text-decoration: none;
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        line-height: 150%;
       
	background: -o-linear-gradient(top left, var(--color-gray-dark) 60%, #ffffff00 100%);
        background: -webkit-gradient(linear, left top, right bottom, color-stop(60%, var(--color-white)), to(#ffffff00));
        background: linear-gradient(to bottom right, var(--color-gray-dark) 60%, #ffffff00 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
@media(max-width: 1280px){
	.card-name a
	{
		font-size: 15px;
		line-height: 120%;
	}
}
@media(max-width: 1024px){
	.card-name a
	{
		font-size: 14px;
		line-height: 120%;
	}
}
/* .card-name:before{
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
	
} */

.product-item-label-small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	height: 28px;
	width: 56px;
	color: var(--color-white);
	font-weight: 600;
	font-size: 16px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0 0 20px rgb(58 67 70 / 30%);
	        box-shadow: 0 0 20px rgb(58 67 70 / 30%);
	
	font-family: 'Roboto';
}
.product-item-label-text{
	background-color: var(--color-light-green);
}
.product-item-label-ring {background-color: var(--color-light-orange);}
.product-item-label-top {
	top:10px;
}
.product-item-label-right{
	right: 0;
}
.product-item-label-left{
	left:0;
}

.product-item-color-variants {
	display: flex;
    align-items: stretch;
	align-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: -15px;
}
.color-variant-preview {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	width: calc(25% - 5px);
	max-width: 38px;
	max-height: 38px;
	margin: 2.5px;
}
.color-variant-preview-container {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%;
}
.color-variant-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.color-variant-preview.active {
	border: 1px solid var(--color-bordo-light);
}
.color-variant-preview.notAvailable {
	opacity: .25;
}

/* End */


/* Start:/local/templates/suvenir/components/bitrix/catalog.top/elements/section/style.min.css?16316114973208*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-top-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/suvenir/components/bitrix/catalog.top/elements/section/themes/blue/style.min.css?1631611497702*/
.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}.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}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-top-header{border-color:#006cc0}
/* End */
/* /local/templates/suvenir/components/bitrix/catalog.item/catalog_itm/style.css?16581597226993 */
/* /local/templates/suvenir/components/bitrix/catalog.top/elements/section/style.min.css?16316114973208 */
/* /local/templates/suvenir/components/bitrix/catalog.top/elements/section/themes/blue/style.min.css?1631611497702 */
