

/* Start:/bitrix/components/animo/breadcrumb/templates/.default/style.css?14863911742658*/
.wr-breadcrumb{
	height: 20px;
	width: 100%;
	max-width: 1195px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.bx-breadcrumb {
	height: 20px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: nowrap; 
}
.breadcrumb {
	height: 15px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0);
}
.bx-breadcrumb i {
/*	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;*/
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;

	/*white-space: nowrap;*/
	height: 20px;
	/*vertical-align: middle;*/

}
.bx-breadcrumb .bx-breadcrumb-item span {
/*	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 13px;*/
font-size: 16px;
font-family: ProximaNova;
color: rgba(56, 56, 56, 0.502);
/*line-height: 3;*/
font-weight: 300;
height: 20px;
display: inline-block;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover,
.bx-breadcrumb .bx-breadcrumb-item a:hover span {
	color: rgb(236, 212, 198);
}

.breadcrumb{
	padding-left: 45px;
}
.breadcrumb>li{
	display:inline-block
}
.breadcrumb>li+li:before{

}
.breadcrumb>.active{

}
.bx-breadcrumb-item__back-arrow{
	position: relative;
	width: 40px;
	height: 20px;
	display: inline-block;
	margin-right: 70px;
}
.bx-breadcrumb-item__back-arrow:after{
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 20px;
	background-image: url('/bitrix/components/animo/breadcrumb/templates//images/bread_back.png');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	top: -2px;
	left: -45px;
}
.bx-breadcrumb-item__home{
	position: relative;
	width: 13px;
	height: 20px;
	display: inline-block;
}
.bx-breadcrumb-item__home:after{
	display: block;
	position: absolute;
	content: "";
	width: 13px;
	height: 20px;
	background-image: url('/bitrix/components/animo/breadcrumb/templates//images/bread_home.png');
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	/*background-size: contain;*/
}


.bx-breadcrumb-item__arrow{
	position: relative;
	/*width: 15px;*/
	height: 20px;
	display: inline-block;
	margin-left: 35px;
}
.bx-breadcrumb-item__arrow:after{
	display: block;
	position: absolute;
	content: "";
	width: 15px;
	height: 20px;
	background-image: url('/bitrix/components/animo/breadcrumb/templates//images/bread_arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
    top: -4px;
	bottom: 0;
	left: -25px;

	/*background-size: contain;*/
}
/* End */


/* Start:/bitrix/templates/store/components/bitrix/menu/animo_tree/style.css?14871575833299*/
.wr-catalog-menu-tree{
	
}
div.menu-sitemap-tree
{
	font-size:100%;
	border-radius: 3px 3px 0 0;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.09);
	padding-bottom: 40px;
	position: relative;
}
.menu-sitemap-tree__line{
	width: 99%;
	margin: auto;
	bottom: 0px;
	height: 1px;
	background-color: rgba(0, 0, 0,0.1);
	position: absolute;
	left: 0;
	right: 0;
}
.wr-menu-sitemap-tree__title>.menu-sitemap-tree__ul{
	bottom: 5px;
}
.wr-menu-sitemap-tree__title{
	height: 55px;
	padding-left: 25px;
	padding-top: 15px;
	text-align: left;
	position: relative;
}
.wr-menu-sitemap-tree__title>span{
	font-size: 18px;
	font-family: "ProximaNova";
	color: rgb(32, 32, 32);
	text-transform: uppercase;
	font-weight: 700;
}
div.menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0;
}
.menu-sitemap-tree__ul{
	margin-top: 30px;
	/*padding-left: 15px;*/
}

div.menu-sitemap-tree ul ul
{
	width: auto;

}

div.menu-sitemap-tree li
{
	min-height: 25px;
	position: relative;
}

div.menu-sitemap-tree li li
{

}
div.menu-sitemap-tree li.menu-close{

}
div.menu-sitemap-tree li.menu-close ul
{
	display: none;
}
.menu-sitemap-tree__ul-childrens{
	/*padding-left: 15px;*/
	background: #f8f7f5;
	padding-top: 1px;
	padding-bottom: 1px;
	
}
.menu-sitemap-tree__ul-childrens>li{
/*	margin-bottom: 10px;
margin-top: 10px;*/
}
.item-text-hover a{
	color: rgb(192, 141, 110)!important;
}
.menu-sitemap-tree__ul li>.item-text:hover>a{
	color: rgb(192, 141, 110);
}

.item-text-hover:before{
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 40px;
	background-color: rgb(192, 141, 110);
	left: 0px;
	top: 0px;

}
.menu-sitemap-tree__ul li>.item-text:hover::before{
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 40px;
	background-color: rgb(192, 141, 110);
	left: 0px;
	top: 0px;

}
div.menu-sitemap-tree div.item-text
{
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.menu-sitemap-tree__ul-childrens>li>.item-text{
	padding-left: 30px;
}
.menu-sitemap-tree__ul-childrens>li>.menu-sitemap-tree__ul-childrens>li>.item-text{
	padding-left: 45px;
}
.menu-sitemap-tree__ul-childrens>li>.item-text,
.menu-sitemap-tree__ul-childrens>li>.item-text>a{
	font-size: 14px;
	font-weight: 300;
	color: #a0a0a0;
}
.menu-sitemap-tree__ul>li>.item-text{
	padding-left: 15px;
}
.menu-sitemap-tree__ul>li>.item-text,
.menu-sitemap-tree__ul>li>.item-text>a{
	font-size: 16px;
	font-family: "ProximaNova";
	color: rgba(0, 0, 0, 0.902);
	font-weight: 500;
}
li>.item-text>a{
	width: 90%;
	display: block;
}




/*Icons*/
div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}
.folder
{
	width: 10px;
	height: 10px;
	border-right: 2px solid rgb(213, 148, 108);
	border-bottom: 2px solid rgb(213, 148, 108);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	right: 10px;
	background: none;
	margin: auto;
	top: 14px;
	z-index: 800;
}

.menu-open>.folder{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
div.folder{cursor:pointer;}
/*div.menu-sitemap-tree li.menu-close div.folder{background-image:url(/bitrix/templates/store/components/bitrix/menu/animo_tree/images/folder_close.gif);}
div.page{background-image:url(/bitrix/templates/store/components/bitrix/menu/animo_tree/images/page.gif);}*/

/* End */


/* Start:/bitrix/templates/store/components/bitrix/system.auth/flat/style.css?14895167966194*/

.bx-authform{
	margin: 0 0 25px;
	max-width: 500px;
}
.bx-title{
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.902);
	line-height: 1.085;
	padding-bottom: 30px;
	text-align: left;
}
.enter-form__input-text{

}
/*block*/
.bx-authform-formgroup-container{
	margin-bottom: 25px;
}
.bx-authform-formgroup-container enter-form__login-btn{
	width: 230px;
	height: 50px;
	background-color: rgb(0, 183, 244);
	border-radius: 25px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 50px;
}
.bx-authform-content-container,
.bx-authform-label-container{
	font-size:13px;
	color: #5a6c77;
	padding-bottom: 2px;
}
.bx-authform-input-container{
	position: relative;
}
.bx-authform-psw-protected{
	height: 38px;
	width: 38px;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -19px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzdEMTI3RjNGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzdEMTI3RjRGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3N0QxMjdGMUZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3N0QxMjdGMkZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi+O2x0AAAC4SURBVHjaYvz//z8DDJQ2dXEAqTQgdgFiRqjwfiCe3V1X9hmmjhGmCahBCkjNZMANcoEaH4AYTEiC06H0cyDOB2I/IM4G4odQ8ckoNgFtcQWy80ACQNN80a0Ayq8FUmxAPAcovxFmkxqUPoTDaXugtAqy8z5A6Vc4NL2B0h9BBAuUIwmlpYBO4QbSXFAD/wHxNyCWhsqLg/1U0ti5AEgLMxAPPjKRqAEE+JkYyADDVdNdEvU8BAgwAIw8L6DAodwVAAAAAElFTkSuQmCC") no-repeat center;
	-webkit-background-size: 11px auto;
	background-size: 11px auto;
}

.bx-authform-psw-protected-desc{
	display: none;
	background: #fff;
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	bottom: 100%;
	margin-bottom: 14px;
	border:1px solid #f0f1f2;
	padding: 10px 20px;
	font-size: 14px;
	z-index: 110;
	box-shadow: 0 6px 9px 0 rgba(0,0,0,.1)
}
.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc{display: block;}
.bx-authform-psw-protected-desc>span{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 14px;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==") no-repeat center bottom;
}
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
	outline: none;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid rgb(221, 221, 225);
	padding: 0 10px 10px 15px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.902);
	text-align: left;
	line-height: 30px;
	outline: none;
	background: rgba(255, 255, 255, 0);
}
.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field{
	border-color: #dd4b39;
}
span.bx-authform-starrequired{
	color: #d93333;
}
.bx-authform-formgroup-container .bx-captcha{
	margin-bottom: 10px;
}
.bx-authform-link-container>a{
	font-size: 18px;
	color: rgba(0, 0, 0, 0.302);
	line-height: 30px;
}
.bx-authform-link-container,
.bx-authform-description-container{
	padding-bottom: 10px;
	font-size: 13px;
	color: #292d2e;
}
.bx-authform-description-container{
	font-size: 13px;
	color: #5a6c77;
}
.bx-authform-link-container{margin-bottom: 20px;}

hr.bxe-light{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 20px;
}
.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}
.alert-success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
.alert-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
.alert-danger {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}
@media (max-width: 768px) {
	.bx-authform{
		padding-top: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/store/components/bitrix/sale.personal.order.list/.default_list/style.min.css?148914468212619*/
.bx_my_order{margin-bottom:20px}.bx_my_order_status_desc{margin:20px 0 20px 0}.bx_my_order_status_desc h2{margin-top:0;margin-bottom:5px}.bx_mos_desc{font-size:12px}.bx_my_order h3{font-weight:bold;font-size:24px;color:#3f3f3f}.bx_my_order .bx_my_order_table{width:100%;border-collapse:collapse;border:1px solid #e8e8e8}.bx_my_order .bx_my_order_table tr td{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx_my_order .bx_my_order_table thead tr td{padding:10px;font-weight:bold;font-size:15px;color:#3d4345;border-bottom:1px solid #d9d9d9;background:#fff;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(227,227,227,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(227,227,227,1) 100%);background:-moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(227,227,227,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(227,227,227,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(227,227,227,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(227,227,227,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e3e3e3',GradientType=0)}.bx_my_order .bx_order_action{margin-bottom:20px}.bx_my_order .bx_my_order_table td a{font-size:13px;color:#0073a3}.bx_my_order .bx_my_order_table td a:hover{text-decoration:none}.bx_my_order .bx_my_order_table tbody tr td{padding:15px 10px 5px;color:#3f3f3f;font-size:13px;vertical-align:top;line-height:30px}.bx_my_order .bx_my_order_table tbody tr td:first-child{width:65%}.bx_my_order .bx_item_list{margin:5px 0 0 0;padding:0 0 0 30px;list-style:decimal}.bx_my_order .bx_my_order_status{width:100%;font-weight:bold;padding:10px 5px;line-height:normal;margin-bottom:20px;font-size:14px;text-shadow:0 1px 0 rgba(255,255,255,.5)}.bx_my_order .bx_my_order_status.yellow{background:#ffd34e}.bx_my_order .bx_my_order_status.red{background:#fb7474}.bx_my_order .bx_my_order_status.green{background:#ade421}.bx_my_order .bx_my_order_status.gray{background:#bbb}@media(max-width:550px){.bx-touch .bx_my_order .bx_my_order_table tr,.bx-touch .bx_my_order .bx_my_order_table tbody,.bx-touch .bx_my_order .bx_my_order_table tbody td{display:block;width:100%!important}.bx-touch .bx_my_order .bx_my_order_table tbody{border-top:1px solid #e8e8e8}.bx-touch .bx_my_order .bx_my_order_table thead td{display:inline-block;white-space:nowrap;width:auto!important;background:transparent!important;border:0;box-shadow:none}.bx_my_order .bx_my_order_status{padding:10px;position:relative;margin-left:-10px}}.bx_my_order .bx_bt_button_type_2{display:inline-block;border-radius:3px;text-align:center;text-decoration:none;font-size:14px;cursor:pointer;color:#3f3f3f!important}.bx_my_order .bx_shadow.bx_bt_button_type_2{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}.bx_my_order .bx_shadow.bx_bt_button_type_2:active{box-shadow:none}.bx_my_order .bx_bt_button_type_2{border:1px solid #e9e9e9;background:#fcfcfc;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#fcfcfc 0,#f1f1f1 100%);background:-moz-linear-gradient(top,#fcfcfc 0,#f1f1f1 100%);background:-ms-linear-gradient(top,#fcfcfc 0,#f1f1f1 100%);background:-o-linear-gradient(top,#fcfcfc 0,#f1f1f1 100%);background:linear-gradient(to bottom,#fcfcfc 0,#f1f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#f1f1f1',GradientType=0);color:#656565;text-shadow:0 1px 0 #fff}.bx_my_order .bx_bt_button_type_2:hover{background:#fff}.bx_my_order .bx_bt_button_type_2:active{background:#f1f1f1;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1f1f1),color-stop(100%,#fcfcfc));background:-webkit-linear-gradient(top,#f1f1f1 0,#fcfcfc 100%);background:-moz-linear-gradient(top,#f1f1f1 0,#fcfcfc 100%);background:-ms-linear-gradient(top,#f1f1f1 0,#fcfcfc 100%);background:-o-linear-gradient(top,#f1f1f1 0,#fcfcfc 100%);background:linear-gradient(to bottom,#f1f1f1 0,#fcfcfc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#fcfcfc',GradientType=0);box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05)}.bx_my_order .bx_small.bx_bt_button_type_2{display:inline-block;min-width:20px;line-height:20px}.bx_my_order .bx_medium.bx_bt_button_type_2{padding:0 13px;height:25px;font-weight:bold;line-height:25px}.bx_my_order .bx_medium.bx_bt_button_type_2{font-weight:bold}.bx_my_order .bx_big.bx_bt_button_type_2{padding:0 13px;height:34px;font-weight:bold;line-height:34px}.bx_my_order_switch{margin-bottom:15px;line-height:30px}.bx_my_order_switch .bx_mo_link{margin-right:20px}.sale-order-link,.sale-order-history-link{display:inline-block;font:14px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#4a90e2;padding:0 34px 0 0}.sale-order-title{margin-top:40px;font:20px "Open Sans","Helvetica Neue",Arial,Helvetica,sans-serif;color:#262626}.sale-order-description{font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#888}.sale-order-list-title-container{background:rgba(194,243,136,.5)}.sale-order-list-title,.sale-order-list-accomplished-title{margin-top:10px;font:bold 15px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#2f3435}.sale-order-list-container{margin:0 0 34px 0}.sale-order-list-inner-container{padding:0 15px 15px 15px;border:1px solid #efecec}.sale-order-list-inner-title-line{display:-webkit-box;display:-ms-flexbox;display:flex;padding:18px 0 14px 0;text-transform:uppercase}.sale-order-list-inner-title-line-item{display:inline-block;margin:0 5px 0 0;vertical-align:middle;font:bold 10px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#9b9b9b}.sale-order-list-inner-title-line-border{display:inline-block;margin:6px 0;height:1px;width:100%;vertical-align:middle;background:#f2f2f2}.sale-order-list-inner-row{padding:0;position:relative}.sale-order-list-inner-row-template{display:none}.sale-order-list-payment-title,.sale-order-list-shipment-title{font:bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000}.sale-order-list-payment-about-link,.sale-order-list-payment-repeat-link,.sale-order-list-payment-cancel-link{padding:21px 0 0 0}.sale-order-list-shipment-button,.sale-order-list-repeat-link,.sale-order-list-cancel-link,.sale-order-list-about-link,.sale-order-list-change-payment{font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#4a90e2;text-decoration:underline;cursor:pointer}.sale-order-list-cancel-link{display:inline-block;color:#9b9b9b}div.sale-order-list-repeat-container{padding:0}.sale-order-list-repeat-link{display:inline-block;padding:0 0 0 13px;vertical-align:middle}.sale-order-list-repeat-link:before{content:"";display:inline-block;margin:0 3px 4px 0;width:10px;height:13px;background:url(/bitrix/templates/store/components/bitrix/sale//images/sale-order-repeat.svg) no-repeat;vertical-align:middle}.sale-order-link-accomplished{padding:0;text-decoration:none}.sale-order-list-shipment-button:hover,.sale-order-list-repeat-link:hover,.sale-order-list-cancel-link:hover,.sale-order-list-cancel-payment:hover,.sale-order-list-about-link:hover,.sale-order-list-cancel-payment,.sale-order-list-change-payment:hover{text-decoration:none;cursor:pointer}.sale-order-list-cancel-payment{margin-top:20px;display:block}.sale-order-list-about-link{font:bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-list-status-alert,.sale-order-list-status-success{display:inline-block;padding:4px 10px 5px 8px;border:1px solid #eab3b9;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;background:#ffe5e8;font:bold 12px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#d0021b}.sale-order-list-status-success{background:#e3f0bd;border:1px solid #bed277;color:#597707}.sale-order-list-payment-price{padding:4px 0 0 0;font:13px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-list-change-payment{display:block;margin:6px 0 0 0;font:13px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-list-button{display:block;padding:0 17px;float:right;max-width:115px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;height:38px;background:#70bb18;color:#fff;font:bold 13px/38px "Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center;text-transform:uppercase}.sale-order-list-button:hover{color:#fff;background:#7bd314;-webkit-transition:background ease-out .5s;-moz-transition:background ease-out .5s;-o-transition:background ease-out .5s;transition:background ease-out .5s}.sale-order-list-shipment{font:13px "Helvetica Neue",Helvetica,Arial,sans-serif;list-style:none}.sale-order-list-shipment-item{padding:6px 0 0 0}.sale-order-list-shipment-list-item-link{padding:16px 0 0 0;text-decoration:underline}.sale-order-list-shipment-id{font-weight:700}.sale-order-list-shipment-id-icon{display:inline-block;width:11px;height:13px;background:url("/bitrix/templates/store/components/bitrix/sale//images/sale-order-order-list-options-methods-shipment-list-item-id-element.svg") center no-repeat;cursor:pointer}.sale-order-list-top-border{width:auto;height:1px;margin:18px 15px 21px 15px;background:#f2f2f2}.sale-order-list-accomplished-title-container{background:#f2f2f2}.sale-order-list-accomplished-date-container{text-align:right}.sale-order-list-accomplished-date{padding:0 8px 0 0}.sale-order-list-accomplished-date,.sale-order-list-accomplished-date-number{display:inline-block;margin:10px 0 0 0;font:bold 13px "Helvetica Neue",Helvetica,Arial,sans-serif}.sale-order-list-accomplished-date{color:#4b8c03}.sale-order-list-accomplished-date.canceled-order{color:#f00}.sale-order-list-accomplished-date-number{color:#888}.sale-order-list-repeat-accomplished{text-align:right}.sale-order-list-inner-accomplished{border:1px solid #efecec;padding:13px 15px 15px 15px}.sale-order-list-shipment-status{margin:2px 0 0 0}.sale-order-list-shipment-status-item{display:inline-block;margin:6px 0 5px 0;vertical-align:middle}.sale-order-list-shipment-status-block{display:inline-block;padding:5px;border:1px solid rgba(128,134,142,0.20);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#f3f4f5;font:bold 13px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;vertical-align:middle}.sale-order-state-green{background:#c2f388}.sale-order-state-yellow{background:#d7dd39}.sale-order-state-red{background:#dd6239}.sale-order-state-grey{background:#f2f2f2}@media(max-width:991px){.sale-order-list-accomplished-date-container,.sale-order-list-repeat-accomplished{text-align:left}}@media(max-width:767px){.sale-order-list-button{margin:10px 0 0 0;max-width:none;float:none}}
/* End */


/* Start:/bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.min.css?14926984203051*/
.sale-order-payment-change-pp.row{margin-right:0;margin-left:0}.sale-order-payment-change-pp-list{opacity:0}.sale-order-payment-change-pp-company{height:40px;padding-bottom:20px;z-index:100;position:relative}.sale-order-payment-change-pp .sale-order-payment-change-pp-company{padding:7px;border:1px solid transparent;height:auto;margin-bottom:15px;-webkit-transition:all 100ms ease;-moz-transition:all 100ms ease;-ms-transition:all 100ms ease;-o-transition:all 100ms ease;transition:all 100ms ease}.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container{-webkit-transition:all 100ms ease;-moz-transition:all 100ms ease;-ms-transition:all 100ms ease;-o-transition:all 100ms ease;transition:all 100ms ease;border-color:#159ebb}.sale-order-payment-change-pp-company-graf-container{border:2px solid #c3cace;border-radius:2px;position:relative;background:#fff;width:auto;height:0;padding-top:50%}.sale-order-payment-change-pp-company-image{position:absolute;top:5px;right:5px;bottom:5px;left:5px;background-size:contain;background-repeat:no-repeat;background-position:center}.sale-order-payment-change-pp-company-smalltitle{padding-top:9px;color:#a3a3a3;font-size:11px;text-align:center;padding-bottom:5px}.sale-order-payment-change-pp-field .form-control{background:#fff}.sale-order-payment-change-pp-price{text-align:right;padding:4px 0}.sale-order-payment-change-service-small{color:#a3a3a3;font-size:11px}@media(min-width:1200px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(4n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(4n+1){clear:both;padding-left:0}}@media(min-width:768px) and (max-width:1199px){.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(3n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(3n+1){clear:both;padding-left:0}}@media(max-width:767px){.sale-order-payment-change-pp,.sale-order-payment-change-pp-item-container{max-width:450px}.sale-order-payment-change-pp div .sale-order-payment-change-pp-company:nth-child(2n+1),.sale-order-payment-change-pp-item-container .sale-order-payment-change-pp-company:nth-child(2n+1){clear:both;padding-left:0}}.sale-order-payment-change-inner-row{padding:0;position:relative}.sale-order-payment-change-payment{padding-bottom:20px}.sale-order-payment-change-payment-title{font:bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#000}.sale-order-payment-change-status-alert,.sale-order-payment-change-status-success{display:inline-block;padding:4px 10px 5px 8px;border:1px solid #eab3b9;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;background:#ffe5e8;font:bold 12px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#d0021b}.sale-order-payment-change-status-success{background:#e3f0bd;border:1px solid #bed277;color:#597707}.sale-order-payment-change-payment-price{padding:4px 0 0 0;font:13px "Helvetica Neue",Helvetica,Arial,sans-serif}
/* End */


/* Start:/bitrix/templates/store/components/bitrix/system.show_message/.default/style.min.css?1489127915649*/
/*/bitrix/templates/store/components/bitrix/system.show_message/.default*/
font.errortext{
	position: relative;
	font-size: 18px;
	font-family: "ProximaNova";
	color: rgb(192, 141, 110) !important;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.4;
	padding-left: 15px;
	/*margin-bottom: 25px;*/
	margin-bottom: 105px;
	display: block;
}
font.errortext:before {
	display: block;
	position: absolute;
	content: "";
	width: 4px;
	height: 24px;
	background-color: rgba(213, 148, 108, 0.5);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}

font.notetext{color:green}

@media (max-width: 768px) {
	font.errortext{
		margin-bottom:0;	
	}
}
/* End */


/* Start:/bitrix/templates/store/components/bitrix/sale.viewed.product/.default_animo/style.css?14900901473414*/
/*
/bitrix/templates/store/components/bitrix/sale.viewed.product/.default_animo
*/
.wr-viewed-products{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}
.slick-slider {
	padding-bottom: 10px!important;
}
div.view-list {
	max-width: 1195px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
div.view-header {
	position: relative;
	font-size: 30px;
	font-family: ProximaNova;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.4;
	padding-left: 8px;
	margin-bottom: 50px;
}
div.view-header:before {
	display: block;
	position: absolute;
	content: "";
	width: 4px;
	height: 24px;
	background-color: rgba(213, 148, 108, 0.5);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}
.wr-item-viewed{
	clear: both;
	min-height: 340px;
}
.wr-view-item{
	position: relative;
	float: left; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* background: #fff; */
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	margin-bottom: 30px;
	/* margin-right: 30px; */
	padding-right: 1%;
	width: 25%;
	/*width: 270px;*/
	height: 340px;
	max-height: 430px;
}
div.view-item {
	/* border: 1px solid transparent; */
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.09);
	width: 100%;
	height: 340px;
	max-height: 430px;
}
.view-item_item_images{
	position: relative;
	z-index: 91;
	display: block;
	padding-top: 200px;
	width: 100%;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#viewed-products-slider .slick-dots{
	position: relative;

	justify-content: center;
}
#viewed-products-slider .slick-arrow {
	position: absolute;
	z-index: 502; 
}

#viewed-products-slider .slick__wr-button {
	width: 100%;
	text-align: center;
	height: 0px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: center; 
}

#viewed-products-slider .slick__button {
	width: 100%;
	height: 0px !important;
	/*max-width: $maxwidth;*/
	max-width: 1195px;
	padding-left: 20px;
	padding-right: 120px;
	margin: 0 auto;
	text-align: right; 
}


#viewed-products-slider .slick__wr-button-next {
	top: -115px; 
}

#viewed-products-slider .slick__wr-button-prev {
	top: -80px; 
}

#viewed-products-slider .slick-prev {
	width: 80px;
	height: 11px;
	height: 35px;
	background-color: rgba(255, 255, 255, 0);
	background-image: url("/bitrix/templates/store/img/slick-arrow-prev.png");
	background-repeat: no-repeat;
	background-position: bottom; 
}

#viewed-products-slider .slick-next {
	width: 80px;
	height: 11px;
	height: 35px;
	background-color: rgba(255, 255, 255, 0);
	background-image: url("/bitrix/templates/store/img/slick-arrow-next.png");
	background-repeat: no-repeat;
	background-position: top; 
}

@media (max-width: 768px) { 
	#viewed-products-slider .slick__wr-button{
		display: none !important;
	}
	.wr-view-item{
		width: 50%;
	} 

	.wr-item-viewed{
		padding-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 992px) { 
	.products-item__name{
		font-size: 14px!important;
	}	


}
@media (min-width: 992px) and (max-width: 1200px) {  }
@media (min-width: 1200px) {  }

@media (max-width: 480px) {
	.wr-view-item{
		width: 100%;
	} 
}
/* End */
/* /bitrix/components/animo/breadcrumb/templates/.default/style.css?14863911742658 */
/* /bitrix/templates/store/components/bitrix/menu/animo_tree/style.css?14871575833299 */
/* /bitrix/templates/store/components/bitrix/system.auth/flat/style.css?14895167966194 */
/* /bitrix/templates/store/components/bitrix/sale.personal.order.list/.default_list/style.min.css?148914468212619 */
/* /bitrix/components/bitrix/sale.order.payment.change/templates/.default/style.min.css?14926984203051 */
/* /bitrix/templates/store/components/bitrix/system.show_message/.default/style.min.css?1489127915649 */
/* /bitrix/templates/store/components/bitrix/sale.viewed.product/.default_animo/style.css?14900901473414 */

/*
     FILE ARCHIVED ON 00:33:02 Jun 17, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:22:00 Feb 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.522
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.039
  esindex: 0.014
  cdx.remote: 246.557
  LoadShardBlock: 124.617 (3)
  PetaboxLoader3.datanode: 117.343 (4)
  load_resource: 336.035
  PetaboxLoader3.resolve: 289.855
*/