

/* Start:/local/templates/main_2022/components/alx/catalog/catalog/style.css?168806314611387*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.achieve {
	padding: 21px 0 32px !important;
	margin: 0 0 0 -54px !important;
}

.achieve__title span {
	padding: 0 10px 0 62px !important;
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
.windows8 {
	display: none;
	position: relative;
	width: 18px;
	height:18px;
	margin:auto;
}
.windows8-active{
	display: inline-block;
	padding-left: 30px;
}
.windows8 .wBall {
	position: absolute;
	width: 17px;
	height: 17px;
	opacity: 0;
	transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
	-o-animation: orbit 6.96s infinite;
	-ms-animation: orbit 6.96s infinite;
	-webkit-animation: orbit 6.96s infinite;
	-moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 2px;
	height: 2px;
	background: #006fcb;
	left:0px;
	top:0px;
	border-radius: 2px;
}

.windows8 #wBall_1 {
	animation-delay: 1.52s;
	-o-animation-delay: 1.52s;
	-ms-animation-delay: 1.52s;
	-webkit-animation-delay: 1.52s;
	-moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
	animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
	animation-delay: 0.61s;
	-o-animation-delay: 0.61s;
	-ms-animation-delay: 0.61s;
	-webkit-animation-delay: 0.61s;
	-moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
	animation-delay: 0.91s;
	-o-animation-delay: 0.91s;
	-ms-animation-delay: 0.91s;
	-webkit-animation-delay: 0.91s;
	-moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
	animation-delay: 1.22s;
	-o-animation-delay: 1.22s;
	-ms-animation-delay: 1.22s;
	-webkit-animation-delay: 1.22s;
	-moz-animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
		opacity: 0;
		transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
		opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
		opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
		opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
		opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
		opacity: 0;
		-moz-transform: rotate(900deg);
	}
}

.catalog-share-description{
	margin-bottom: 40px;
	font-size: 16px;
    line-height: 1.7;
	/*font-weight:300;*/
}

/* --- New styles */

#catalog_list > .ajaxpreloader {
	width: auto;
	left: -10px;
	right: 0;
}

.bx-sidebar-block .filter { margin:0 0 40px 0; }

/* Catalog Header */
.catalog_list_page__header { margin:0 0 50px -2px; clear:both; }

.catalog_list_page__header--title {
	font-weight: bold !important;
	font-size: 40px !important;
	color: #262629 !important;
	padding-bottom: 18px !important;
	margin-bottom: 17px !important;
}
.catalog_list_page__header--text {font-size:16px; line-height:1.5; }
.catalog_sections_page__header--text { padding-bottom: 32px; font-size:16px; line-height:1.5; }
.catalog_list_page__header--nav { display:flex; align-items:center }
.catalog_list_page_nav { margin-bottom: 50px; /*margin-left: -2px;*/ margin-left:32px; padding-left: 0 !important; }
.catalog_list_page_filter { /*float: right !important;*/ clear: left; }
.sections_block_services {
margin-bottom:20px;
margin-right:20px;
border:1px solid #ccc;
border-radius:12px;
min-height:160px;
padding:20px;
}
.sections_block_services .title_block .block_name {
font-size:20px;
line-height:2;
}
.service-title_block {
	margin-bottom:20px;
}
.service-title_block a {
display:block;
border:none;
}
.service-title_block a .service-pic {
display:block;
width:80px;
height:80px;
background-position:50% 50%;
background-repeat:no-repeat;
background-size:auto 100px;
transition:all .3s ease-in-out;
margin-bottom: 20px;
/*background-color:#01bcf3;*/
background-color:#00a2ec;
}
.section_block_slim .service-title_block a .service-pic { 
float:right;
}
.service-title_block a:hover .service-pic {
-moz-transform:all .3s;
-ms-transform:all .3s;
-o-transform:all .3s;
-webkit-transform:all .3s;
/*background-size:auto 120%;*/
/*opacity:.9;*/
transform:all .3s;
background-color:#e66464;
}
.icon-serv-01 {
	-webkit-mask: url(/img/svg/icon-serv-01.svg);
    mask: url(/img/svg/icon-serv-01.svg);	
}
.icon-serv-02 {
	-webkit-mask: url(/img/svg/icon-serv-02.svg);
    mask: url(/img/svg/icon-serv-02.svg);	
}
.icon-serv-04 {
	-webkit-mask: url(/img/svg/icon-serv-04.svg);
    mask: url(/img/svg/icon-serv-04.svg);	
}
.icon-serv-05 {
	-webkit-mask: url(/img/svg/icon-serv-05.svg);
    mask: url(/img/svg/icon-serv-05.svg);	
}
.service-name {
	font-size: 24px;
    line-height: 1.3;
}
.service-title_block a .service-name {
    border-bottom: 1px solid #add6ff;
    color: #00a2ec;
transition:all .3s ease-in-out;
}
.service-title_block a:hover .service-name {
	border-color: #f8cbcb;
    color: #e66464;
	transform:all .3s;
-moz-transform:all .3s;
-ms-transform:all .3s;
-o-transform:all .3s;
-webkit-transform:all .3s;
}
.service-text_block {
	font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}
.extra-catalog-links {
position:relative;
}
.extra-catalog-links .title_block .block_name {
padding:28px 0 28px;
}
.filter__content--tags-group {

	margin: 20px 2px 15px 12px;

}
.list__item .filter__content--tags-group {
	margin: -8px 0 16px;
}

.filter__content--tags.gray-skin {
	padding: 0;
}
.filter__content--tags.gray-skin .scroll-bar.vertical { z-index:10; margin:0 3px 0 0; width:3px; }
.filter__content--tags.gray-skin .scroll-bar.horizontal { display:none !important; }
.filter__content--tags.gray-skin .scroll-bar { border:0; background:none; }
.filter__content--tags.gray-skin .scroll-bar .thumb { cursor:pointer; transition:0; background:#0086d1; border-radius:100px; }
.filter__content--tags .tags__item, .filter__content--tags li { display:inline-block;  zoom:1; vertical-align:top; margin:0px 4px 8px 0px}
.filter__content--tags .tags__item--link, .filter__content--tags li a { border-radius: 3px; padding:3px 7px 5px; background-color: #f7fbfe; border: solid 1px #9fceec; display:block; font-size:13px; color:#007bcb }
.filter__content--tags .tags__item--link:hover, .filter__content--tags li a:hover { background-color: #f7fbfe; border: solid 1px #007bcb; }
.filter__content--tags .tags__item--link:active,.filter__content--tags .tags__item--link.active { color:#fff; background-color: #0086d1; border: solid 1px #007bcb; }
.brands-tags {
	margin-top:30px;
}
.brand-fag-element {
	border-bottom-style:dotted;
	font-size: 14px;
    display: inline-block;
    margin: 8px 10px 0 0;
}
@media (max-width: 480px) {
	.catalog_list_page__header--title { font-size: 24px !important; }
	.catalog_list_page__header--text, .catalog_sections_page__header--text { max-width: none; font-size: 16px; line-height: 22px; }
	.catalog_list_page_wrap { display: flex; flex-direction: column; }
	.catalog_list_page_filter { order: 1; }
	.catalog_list_page_nav { order: 2; margin-bottom: 40px; margin-left:0px; }
	.catalog_list_page_products { order: 3; }
}
/* End */


/* Start:/local/templates/main_2022/components/alx/catalog/catalog/assets/css/search.css?1640877430735*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}

.search-page{
	padding:0 0 20px 0;
}
.search-page input[type=text] {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 31px;
/*     width: 100%; */
    padding: 0 10px 0 10px;
/*     background: url(/local/templates/main_2022/components/alx/catalog/catalog/assets/css/../img/icon_search.png) 14px 7px no-repeat; */
    font-size: 14px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-page input[type=submit]{
	padding: 0px 15px;
	margin-left:20px;
	font-size:14px;
	line-height:25px;
}
/* End */
/* /local/templates/main_2022/components/alx/catalog/catalog/style.css?168806314611387 */
/* /local/templates/main_2022/components/alx/catalog/catalog/assets/css/search.css?1640877430735 */
