

/* 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/bitrix/catalog.element/new_design_25/style.css?174647572341926*/
.assist__text--left .left__cmt::before { content:'вЂ”'; }
.assist__text--left { padding:0 0 20px; }


.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.95}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.icon { display:inline-block; *display:inline; zoom:1; vertical-align:top; }
.icon-yes { background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/ok.svg') no-repeat; width:11px; height:9px; margin:8px 6px 0 0; }
.icon-help { background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/q.svg') no-repeat; width:17px; height:18px }

.icon-play { background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/play.svg') no-repeat; width:11px; height:11px; margin:4px 5px 0 0; }
.icon-blank { background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/out-link.png') no-repeat; width:11px; height:11px; margin:7px 0 0 6px; }


body { color:#000; }
.header {/* box-shadow: 0 2px 12px 0 rgb(235, 239, 240); */}


.modal-video { position:relative; max-width:1024px; margin:20px auto; }
.modal-video iframe { height:590px; }
.modal-video .mfp-close { display:none !important; }
.modal-video .popup-modal-dismiss { color:#fff; position:absolute; top:-40px; right:0px; border:0; opacity:.6; font-size: 27px; font-weight: 300; }
.modal-video .popup-modal-dismiss:hover { opacity:1; }


.mdl { position:relative; width:345px; border-radius: 4px; background-color: #ffffff; padding:37px 16px 33px; position:relative; margin:20px auto; box-shadow: 0 2px 6px 0 rgba(152, 152, 152, 0.5); }
.mdl .mfp-close { display:none !important; }
.mdl .popup-modal-dismiss { color:#000; position:absolute; top:0; right:10px; border:0; opacity:.6; font-size: 27px; font-weight: 300; }
.mdl .popup-modal-dismiss:hover { opacity:1; }


.mdl .modal__title { text-align:center; font-size:21px; line-height:18px; }
.mdl .modal__text { text-align:center; padding:19px 0; font-size:15px; line-height:21px; }
.mdl .modal__form { width:250px; margin:0 auto; }
.mdl .modal__form--field { margin:0 0 20px; }
.mdl .modal__form--field .field__label { text-align:center; padding:0 0 10px; font-size:15px; }
.mdl .modal__form--field .field__input .input-text { width:100%; color:#000; box-sizing: border-box; border:1px solid #e1e1e1; padding:7px 12px 8px; border-radius:4px; background:#fff; font-family:'Open Sans', Arial, sans-serif; resize:none; }
.mdl .modal__form--field .field__input .input-text::placeholder { color:rgba(0,0,0,.5); }
.mdl .modal__form--field .field__input .input-text:focus { border: 1px solid #FFB468; box-shadow: 0 0 4px 0 #FFC884 }
.mdl .modal__form--field .input-submit { font-family:'Open Sans', Arial, sans-serif; width:100%; border-radius:4px; border:1px solid #ff8d1b; background:#ff8d1b; display:inline-block; *display:inline; zoom:1; vertical-align:top; padding:9px 30px 12px; font-size:15px; margin:0 10px 0 0; font-weight:600; color:#fff; }
.mdl .modal__form--field .input-submit:hover { opacity:.8; }

.mdl .modal__note { /*white-space:nowrap;*/ margin:-10px 0 0; color:rgba(0,0,0,.7); font-size:12px; line-height:18px; }
.mdl .modal__note--link { color:rgba(0,0,0,.7); border-bottom:1px solid rgba(0,0,0,.2) !important; }
.mdl .modal__note--link:hover { color:rgba(0,0,0,.7); border-bottom:1px solid rgba(0,0,0,.4) !important; }

.item__top.desktop { display:block; }
.item__top.mobile { display:none; }


.item__subtitle { font-size:14px; opacity:.7;margin: 15px 0px; }
.tip-word {border-bottom:1px dotted #aaa; cursor:pointer;}

.catalog { padding-top:22px !important }

.item__card { padding:40px 0 0; display:flex; justify-content: space-between; flex-direction: row-reverse;}
sup { font-size:10px; }
.item__card a { color: #0075DC; border-bottom: 1px dashed rgba(0, 162, 236, .2); }
.item__card a:hover { color: rgb(0, 162, 236); border-bottom: 1px dashed rgba(0, 162, 236, .6); }

.item__card--left { width:48%; }
.left__imgs { position:relative; margin:0 auto 53px }
.left__imgs .badge__icon { z-index:99; display:block; /*position:absolute;*/ top:-20px; right:-20px; background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/badge.png') no-repeat; background-size:contain; width:74px; height:74px; }
.left__imgs .new__icon { z-index:99; display:block; /*position:absolute;*/ top:-20px; right:-20px; background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/new.png') no-repeat; background-size:contain; width:74px; height:74px; }
.left__imgs .best__icon { z-index:99; display:block; /*position:absolute;*/ top:-20px; right:-20px; background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/best.png') no-repeat; background-size:contain; width:74px; height:74px; }


.icons-blog {z-index: 99;display: flex;position: absolute;top: -20px;right: -20px;background-size: contain;height: 74px;}






.left__imgs .fotorama__dot { width:7px; height:7px; border-color:#979797; }
.left__imgs .fotorama__nav__shaft { pointer-events: none }
.left__imgs .fotorama__nav--dots .fotorama__nav__frame { width:15px; }
.left__imgs .fotorama__active .fotorama__dot { width:7px; height:7px; background:#848484; border-color:#848484 ;}
.left__imgs--video { text-align:center; padding:15px 0 0; }
.left__imgs--video .video__link { display:inline-block; *display:inline; zoom:1; vertical-align:top; background:rgba(235, 248, 254, .9);border-radius:20px; border:0; padding:6px 18px 9px; font-size:15px; color:#007CB4; }
.left__imgs--video .video__link:hover { opacity:.7; border:0;}
.left__info { border-radius:3px; /*border:1px solid #d8d8d8;*/ justify-content: space-between; }
.left__info--tab { padding-left:23px; position:relative; /*display:table;*/ /*width:100%;*/ /*border-bottom:1px solid #d8d8d8;*/ font-size:16px; line-height:20px; background: #f2f4f6; font-weight:600; border-radius: 12px;}
.left__info--tab .tab__item { position:relative; /*bottom:-1px;*/ display:inline-block; margin-right:23px;}
.left__info--tab .tab__item--link { display:block; color:#555; border:0; padding:11px 8px 15px; text-align:center; }
.left__info--tab .tab__item.active .tab__item--link { color:#0075DC; }
.left__info--tab .line__active { height:3px; width:10px; background:#00a2ec; position:absolute; left:0; bottom:-1px; z-index:9; }
.left__info--content { overflow:hidden; position:relative; font-size:15px; line-height:1.5; clear:both; padding:40px 32px 60px 26px; /*display:none !important;*/ }
.left__info--content.active { display:block !important; }
.left__info--content p { margin:0 0 40px; }
.left__info--content ul { margin:0 0 40px 40px; }
.left__info--content ul li, .rich-content ul li { margin:0 0 5px; line-height:1.5; position:relative;}
.left__info--content ul li:before {
	content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 10px;
    left: -13px;
    background: #0083d1; }
.rich-content ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 11px;
    left: -16px;
    background: #0083d1;}
.left__info--content .content__about { margin:0 0 -30px; }
.left__info--content .content__brand { margin:0; }
.left__info--content .content__brand p { margin:0 0 20px; }

.left__info--content .content__info { margin:-5px 10px -30px -10px; }
.left__info--content .content__info table { width:100%; border:0; }
.left__info--content .content__info table td { width:46%; font-size:15px; line-height:21px; padding:5px 10px 6px 8px; border-bottom:1px solid rgba(216, 216, 216, .64); }
.left__info--content .content__info table tr:last-child td { padding-bottom:0; border:0; }

.left__info--content .content__info .btu_t {font-size: 14px; color: #989898; padding-left: 7px; font-style: italic;}

.left__info--content .text_detail { height:330px; display:block; overflow:hidden; position:relative; }
.left__info--content .content__about--link { padding:20px 0 0; display:block; width:100%; border:0; background:#fff; position:absolute; left:26px; bottom:20px; z-index:3; }
.left__info--content .content__about--link:before { content:''; width: 100%; height: 80px; background-image: linear-gradient(to bottom, rgba(255,255,255,0.00) 0%, #FFFFFF 100%); position:absolute; z-index:3; left:0; top:-70px; }
.left__info--content .content__about--link i { color:#0075DC; border-bottom:1px dashed rgba(0, 162, 236, .2); font-style:normal; position:relative; z-index:5; }
.left__info--content .content__about--link:hover { border:0; }
.left__info--content .content__about--link:hover i { color:#0075DC; border-bottom:1px dashed rgba(0, 162, 236, .6) }
.left__info--content.show-active .text_detail { display:inline; height:100%; }



.item__card--right { width:48%; }
.item__card--right .left__imgs { display:none; }
.item__card--right .left__info { display:none; }
.select--custom--mobile{	border: 1px solid #989898;border-radius: 4px;padding: 12px 14px;font-size: 19px;font-weight: 600;color: red;width: 81px;-moz-appearance: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: no-repeat right url(/img/Path_3.svg);background-position: 58px 21px;color: #006CCB;display: none;background-color: white;}
.item__card--right .item__title, .item__card--right h1 { font-size:27px!important; line-height:39px!important;;margin: 0!important;font-weight: 400!important;}
.item__card--right .item__has { line-height:24px; }
.item__card--right .item__info { margin:0 0 20px; }

.item__card--right .item__info--title, .item__info .item__info--title { font-size:14px; line-height:19px; padding:0 0 9px; opacity: .7;}
.content__select{padding-left:0px!important;margin-bottom: 5px!important;}
.content__select { display:table; position:relative; background:#f2f4f6; border-radius:4px; overflow:hidden; }
.content__select--item { z-index:1; display:table-cell; position:relative; }
.content__select--item label, .content__select--item a {     min-width: 50px;   line-height:30px;  height: 50px; text-align:center;  padding:10px 0 0; cursor:pointer; display:block; font-size:17px; color:#006CCB;  text-decoration: none; border-bottom: 0px !important;}
.content__select--item label span, .content__select--item a span { margin: 10px }
.content__select--item label:after, .content__select--item a:after { background:rgba(115, 207, 242, .3); content:''; display:block; position:absolute;
	top:0; height:50px; width:1px; }
.content__select--item:last-child label:after, .content__select--item:last-child a:after { display:none; }
.content__select--item:first-child label:after, .content__select--item:first-child a:after { display:none; }
.content__select--item input { display:none; }
.content__select--item input:checked + label, .content__select--item input:checked + a { transition:.3s color linear; color:transparent; }
.content__select--item input:checked + label:after, .content__select--item input:checked + a:after { display:none; }
.content__select--item input:checked + label span, .content__select--item input:checked + a span { left:0; }
.content__select--bg { background:#00a2ec; border-radius:4px; position:absolute; left:0; top:0; width:46px; height:50px;
	z-index:2; font-size:17px; line-height:30px; text-align:center; padding:10px 0 0; display:block; color:#fff; }

.content__check{    list-style: none!important; padding-left: 0px!important}
.content__check--item {transition:.3s ease; border-radius:4px; background:#f2f4f6; margin:0 0 14px; position:relative; }
.content__check--item input { display:none; }
.content__check--item label { padding:9px 13px 9px 39px; display:flex; justify-content: space-between; cursor:pointer; font-size:15px; line-height:24px; }
.content__check--item:hover { box-shadow: 0 2px 4px 0 rgba(153,156,159,0.46); }
.content__check--item label:before { width: 16px; height: 16px; border-radius: 2px; background-color: #ffffff; box-shadow: inset 1px 1px 1px 0 rgba(206, 206, 206, 0.5); border: solid 1px #808080; position:absolute; left:14px; top:13.5px; content:''; }
.content__check--item label:hover:before { opacity:.8; }
.content__check--item label:after { display:none; width: 10px; height: 8px; background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/ok-box.svg') no-repeat; position:absolute; left:17px; top:17.5px; content:''; }
.content__check--item label .label__title { padding:0 20px 0 0; }
.content__check--item label .label__help--link {
	position: relative;
	top: 4px;
	display:inline-block;
	*display:inline;
}
.content__check--item .help__drop { display:none; cursor:default; padding:0 12px; border:0; left:0; width:100%; bottom:30px; padding-bottom:18px; position:absolute; z-index:11; }
.content__check--item .help__drop--inner { border-radius:4px; background:#fff;  box-shadow: 0 1px 7px 0 rgba(161, 172, 177, 0.51); padding:15px 36px 35px 24px; }
.content__check--item .help__drop--inner .inner__arrow { content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom:-10px;
	left:50%;
	box-sizing: border-box;

	border: 1em solid black;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(-45deg) scale(.4);

	box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.02); }
.content__check--item .help__drop span { display:block; }
.content__check--item .help__drop--pic { float:left; width:100px; margin-right: 18px;}
.content__check--item .help__drop--info {  }
.content__check--item .help__drop--info .info__title { cursor:pointer; margin:0 0 6px; display:block; border:0; color:#000; font-size:13px; line-height:24px; }
.content__check--item .help__drop--info .info__title span { opacity:.7; display:inline; border-bottom:1px solid rgba(0,0,0,.15); }
.content__check--item .help__drop--info .info__title:hover span { opacity:1; }
.content__check--item .help__drop--info .info__title:hover i.icon.icon-blank { background-position:-11px 0; }
.content__check--item .help__drop--info .info__text { font-size:13px; line-height:21px; color:#000; opacity:.8; }
.content__check--item label .label__help--link:hover .icon-help { background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/q.svg') no-repeat -17px 0 }
.content__check--item label .label__price { display:block; min-width:107px; padding-left:20px; text-align:right; float:right; }
.content__check--item label .label__price span { position:relative; }
.content__check--item input:checked + label:before { box-shadow:none; opacity:1; background-color: #00a2ec; border: solid 1px #00a2ec; }
.content__check--item input:checked + label:after { display:block; }





.content__check--item .help__drop--info .info__title__no_href { margin:0 0 6px; display:block; border:0; color:#000; font-size:13px; line-height:24px; }
.content__check--item .help__drop--info .info__title__no_href span { opacity:.7; display:inline;  }
.content__check--item .help__drop--info .info__title__no_href:hover span { opacity:1; }
.content__check--item .help__drop--info .info__title__no_href:hover i.icon.icon-blank { background-position:-11px 0; }


@font-face {
	font-family: 'Ruble';
	src: url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/../../assets/fonts/alsrubl-arial-regular.eot');
	src: url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/../../assets/fonts/ruble.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ruble';
	src: url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/../../assets/fonts/alsrubl-arial-italic.eot');
	src: url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/../../assets/fonts/ruble-italic.ttf');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Ruble';
	src: url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/../../assets/fonts/alsrubl-arial-bold.eot');
	src: url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/../../assets/fonts/ruble-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Ruble';
	src: url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/../../assets/fonts/alsrubl-arial-bolditalic.eot');
	src: url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/../../assets/fonts/ruble-bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

.b-rub, .b-rub_arial {

}

.item__card--right .item__info--note { font-size:15px; font-style:italic; line-height:19px; padding:9px 0 0; }

.item__card--right .item__price--top {    padding: 2px 0px; color:#000; display:flex; font-size:27px; line-height:24px; align-items:flex-end; flex-wrap: wrap; }
.item__card--right .item__price--top span { padding:0 0 0 4px; position:relative;}
.item__card--right .item__price {background: #f0f7fa; border-radius: 8px; padding: 20px 24px 20px; margin: 0px 0 20px;}
.item__card--right .item__price--top .top__link { white-space: nowrap; color:#006CCB; border-bottom:1px dashed rgba(0, 108, 203, .6) !important; font-size:13px; line-height:19px; margin:0 0 0 15px; }
.item__card--right .item__price--top .top__link:hover { color:#ce6700; border-bottom:1px dashed rgba(206, 103, 0, .6) !important;}
.item__card--right .item__price--top .onlyinset { white-space: nowrap; color:#999; font-size:13px; line-height:19px; margin:0 0 0 15px; }

.item__card--right .item__price--middle { padding:14px 0 0px; display:flex; flex-wrap: wrap;}
.item__card--right .item__price--middle .middle__button { min-width:136px; color:#000; border-radius:4px; border:1px solid #d1d1d1 !important; background:#fff; display:inline-block; zoom:1; vertical-align:top; padding:11px 30px 13px; font-size:15px; margin:10px 10px 0 0; font-weight: 600;  color: #555;}
.item__card--right .item__price--middle .middle__button.buttonOrange { font-weight:600; color:#fff; background:#ff8d1b; border-color:#ff8d1b !important; box-shadow: 0 1px 2px 0 rgb(221, 180, 100); }
.item__card--right .item__price--middle .middle__button.buttonOrange:hover { box-shadow: 0 2px 3px 0 rgb(221, 110, 0); }
.item__card--right .item__price--middle .middle__button.buttonCompare {  background: #f0f7fa; border:0 !important; padding:14px 10px 13px; }
.item__card--right .item__price--middle .middle__button.buttonCompare span { border-bottom:1px dashed rgba(0,0,0,.3) !important; }
.item__card--right .item__price--middle .middle__button.buttonCompare:hover span { color:#ce6700; border-bottom:1px dashed rgba(206, 103, 0, .6) !important; }
.item__card--right .item__price--middle .middle__button.buttonWhite { box-shadow: 0 1px 2px 0 rgb(211, 216, 218);}
.item__card--right .item__price--middle .middle__button.buttonWhite:hover:not(.BeBasket) { box-shadow: 0 2px 3px 0 rgb(211, 216, 218); }
.item__card--right .item__price--middle .middle__button.buttonWhite:active { background: #FFFFFF;
	border: 1px solid #D1D1D1;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.50);
	border-radius: 4px; }
.item__card--right .item__price--down { display:flex; font-size:13px; line-height:16px; }
.item__card--right .item__price--down img { margin:2px 5px 0 0; }
.item__card--right .item__price--detailed {margin-top:10px; font-size:14px; color: #989898; padding-left: 7px; font-style: italic;}
.item__card--right .item__price--detailed .nds_p {padding:0 5px;}

.item__card--right .isub_element {min-width:115px; width:31%; display:inline-block; padding-right:10px; margin-bottom:15px;white-space:nowrap;}
.item__card--right .txt_series {opacity: .7;white-space:nowrap;}

.item__card--right .item__help { margin:22px 0 25px; border-radius:4px; display:flex; justify-content: space-between; padding:18px 22px 21px; border:1px dashed rgba(0,0,0,.2); }
.item__card--right .item__help_nf { margin-bottom:25px; border-radius:4px; padding:18px 22px 21px; border:1px dashed rgba(0,0,0,.2); }
.item__card--right .guarantee--block { width:47%; }

.item__card--right .delivery--block { width:50%; }

.item__card--right .item__help--block .block__title { padding:0 0 10px; font-size:15px; line-height:24px; }
.item__card--right .item__help--block .block__title--link { color:#000; border-bottom:1px solid rgba(0,0,0,.15) !important }
.item__card--right .item__help--block .block__title--link:hover { color:#ce6700; border-bottom:1px solid rgba(206, 103, 0, .15) !important; }
.item__card--right .item__help--block .block__text { font-size:13px; line-height:20px; }

.item__card--right .item__help--block .block__title--link2 {font-size:13px; margin-left:20px; color:#0075DC; border-bottom:1px solid rgba(0,117,220,.15) !important }
.item__card--right .item__help--block .block__title--link2:hover { color:#ce6700; border-bottom:1px solid rgba(206, 103, 0, .15) !important; }
.item__card--right .item__help--block .block__text2 { font-size:13px; line-height:20px; color:#999 }

.item__corp {
	background: #f0f7fa;
    border-radius: 8px;
	padding: 20px 24px 20px;
margin: 20px 0 20px;
}
.item__corp .item__info--title {display:inline-block; margin-right:20px; font-size:26px; font-weight:600;}
.item__corp .block__text {font-size:14px;}
.item__corp .block__text .advant {padding-left: 16px;list-style: none; margin-bottom:25px;}
.item__corp .block__text .advant li {display:inline-block; margin-right:30px;}
.item__corp .block__text .advant li:before {top:9px;}
.item__price--middle-flex {display: inline-block;}
.item__price--middle-flex .pdKPbutton {display: inline-block; padding: 10px 15px; border-radius: 4px; margin-right:20px;}
body.white .mfp-bg { background:#fff; opacity:.8; }

#content a:hover, #main a:hover, #content a, #main a { /*border:0;*/ }

body.safari .item__card--right .item__price--top span {  }


@media screen and (max-width:800px) {
	.item__card--right .item__price--top span {  }
	.icon-help { transform:scale(1.1); }
	.content__select--item label, .content__select--item a {   min-width: 50px;   line-height:30px;  height: 50px;; }
	.content__select--item label span, .content__select--item a span { margin: 10px }
	.content__select--item label:after, .content__select--item a:after { height:50px; }
	.content__select--bg { height:65px; line-height:30px; font-size:20px; width:50px; }
	.modal-video iframe { height:300px; }

	.header__mobile { border-bottom:1px solid rgba(151, 151, 151, .2); padding:0 0 15px; margin:0 0 20px; }
	.item__top.desktop { display:none }
	.item__top.mobile { display:flex !important; justify-content: space-between; }
	.item__top.mobile .bc__item:before { display:block !important; position:absolute; transform:rotate(180deg); left:-11px; top:4.5px; width:6px; height:8px; background:url('/local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/images/arrow.svg') no-repeat; content:''; }

	.item__card { display:block; padding:20px 0 0; }

	.item__card--left { display:none; width:100%; }
	.item__card--right .left__imgs { max-width:100%; display:block; margin:0 0 35px; display:block; }

	.item__info--content__display .select--custom--mobile{display: block;}
	.item__info--content__display .content__select{display: none!important;}

	.left__imgs .badge__icon { right:-10px; top:-10px; }

	.left__imgs .badge__icon { right:-10px; top:-10px; }
	.left__imgs .new__icon { right:-10px; top:-10px; }
	.left__imgs .best__icon { right:-10px; top:-10px; }

	.item__card--right { width:100%; }
	.item__card--right .left__info { margin:24px 0 0; display:block; }
	.item__card--right .item__title { font-size:20px!important;; line-height:32px!important; margin: 0!important; }
	.content__check--item { margin:0 0 12px; }
	.content__check--item label { padding:16px 12px 16px 32px; }
	.content__check--item label:before { left:10px; top:19px }
	.content__check--item label:after { left:13px; top:22.5px; }
	.content__check--item label .label__help--link { margin:2px 0 0 2px; }
	.content__check--item label .label__title { line-height:21px; padding:0; }

	.item__card--right .item__price--middle .middle__button.buttonCompare { /*display:none;*/ }

	.item__card--right .item__price--middle { display:flex; justify-content: space-between; }
	.item__card--right .item__price--middle .middle__button { padding:15px 0 16px; font-size:17px; text-align:center; margin:0; }
	.item__card--right .item__price--middle .buttonOrange { width:100%; margin-bottom:12px;}
	.item__card--right .item__price--middle .buttonWhite { width:56%; }

	.item__card--right .item__help { display:block; padding:15px 15px 5px; }
	.item__card--right .item__help--block { width:100%; margin:0 0 15px; }

	.card__similar { display:none; }


	.left__info--tab { font-size:14px; line-height:19px; }
	.left__info--tab .tab__item--link { padding:13px 6px 12px; }


	.mdl .modal__form--field .field__input .input-text { padding:12px 15px 13px; font-size:18px; }
	.mdl .modal__form--field .input-submit { padding:13px 30px 16px; font-size:18px; }

	input[type=button] { -webkit-appearance: none; }
	input[type=submit] { -webkit-appearance: none; }

	.left__imgs { /*padding:0 120px;*/ }


}
@media screen and (max-width: 650px){
	.col-xs-14 {
		/*padding: 0 7px!important;*/
	}
}
@media screen and (max-width:450px) {
	.modal-video iframe { height:215px; }


	.content__check--item .help__drop--pic { float:none; width:initial }
	.content__check--item .help__drop--info {  }

	.left__imgs { padding:0 }
}


.toBasket.BeBasket {
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.50);
	opacity: 0.8;
}
.toBasket.BeBasket:hover span{
	opacity: 0.7;
}
.content__brand img {
	height: 30px;
	display: block;
}

.article {display:inline-block; min-width:115px;}
.article--mobile{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px;
	margin: 3px 0px;
	font-size: 13px;
	opacity: .7;
	display: none;
}
@media screen and (max-width:680px) {  .item__top.desktop .bc{display: none;}  .mobile--catalog--breadcrumb{display: block!important;}.article--mobile{display: block}.article{display: none}  }
.header{
	/*box-shadow: 0 2px 12px 0 #EBEFF0!important;*/
}
.col-xs-14{
	padding: 0px!important;
}
.class--no-js .left__info--content{
	display: block;
}
.class--no-js .content__about--link{
	display: none!important;
}
.class--no-js .fotoroama--no--js{
	min-height: 535px;
	position: relative;
}
.class--no-js .left__info--content .text_detail{
	height: 100% !important;
}
.text_detail ul li {
	margin-bottom:14px;
}
.item__price-credit{
	padding-top: 7px;
	font-size: 13px;
	line-height: 16px;
}

.item__price-credit > a{
	color: #373d3f;
	border-bottom: 1px solid rgba(0,0,0,.15) !important;
}

.item__price-credit > a:hover{
	color: #ce6700;
	border-bottom: 1px solid rgba(206, 103, 0, .15) !important;
}

.content__check--item .help__drop span.help__drop-wp{
	display: flex;
}

.item__card .statuses{
	display: flex;
	flex-wrap: wrap;
}
.item__card .statuses .status
{
	background: transparent !important;
	height: auto;
	font-weight: 600;
	padding: 6px 12px;
	text-transform: uppercase;
	margin-right: 8px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #E7A40B;
	letter-spacing: 0.3px;
	line-height: 1;
	border: 1px solid #FFC02F;
	border-radius: 100px;
}
.item__card .statuses .status.stopvirus {
	border: 1px solid #ba0000;
	color: #ba0000;
}
.item__card .statuses .status.freedel {
	border: 1px solid #67a030;
	color: #67a030;
}
.item__card .statuses .status .status__icon{
	content: '';
	display: inline-block;
	background-size: cover;
	position: relative;
	top: 1px;
	margin-right: 4px;
}
.item__card .statuses .status.hit .status__icon{
	width: 11px;
	height: 9px;
	background-image: url(/img/svg/heart.svg);
}
.item__card .statuses .status.new .status__icon{
	width: 11px;
	height: 9px;
	background-image: url(/img/svg/star.svg);
}
.item__card .statuses .status:last-of-type{
	margin-right: 0;
}
.item__card .statuses .status.benefits{

}
.item__card .statuses .status.new
{

}
.item__card .statuses .status.hit
{

}
.item__card .statuses .status.action
{

}
.item__card .statuses .status.best .status__icon{
	width: 11px;
	height: 11px;
	-webkit-mask: url(/img/svg/crown-4.svg);
	mask: url(/img/svg/crown-4.svg);
	background-color: #E7A40B;
}
.item__card .statuses .status.stopvirus .status__icon{
	width: 11px;
	height: 11px;
	background-image: url(/img/svg/stopcovid.png);
}
.item__card .statuses .freedel__icon {
	width: 11px;
    height: 11px;
    -webkit-mask: url(/img/svg/placeholders.svg);
    mask: url(/img/svg/placeholders.svg);
    background-color: #67a030;
}
.price--block__full-price{
	margin-right:12px;
	margin-bottom:12px;
	position:relative;
	display:inline-block;
	/*top:-6px;*/
}
.price--block__full-price > .full-price--block,.price--block__full-price > .old-price--block,
.price--block__full-price > .b-rub,
.price--block__vygoda .b-rub{
	font-size: 16px;
	line-height: 16px;
}
.price--block__full-price::before{
	content: '';
	display: block;
	border-top: solid 1px #484848;
	transform: rotate(-9deg);
	position: absolute;
	bottom: 35%;
	width: 100%;
}
.old_price_sec_block{
	margin-right: 12px;
}
.old_price_sec_trait{
	border-top: 1px solid #00000099;
	width: 100%;
	height: 0px;
	display: inline-block;
	position: absolute!important;
	top: 11px;
	right: 0px;
	color: #e8e2e2;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10);
	-o-transform: rotate(-10deg);
}
header.prl { z-index:0 }
section.catalog { overflow:visible }
.files_info-cont, .more_info, .find_analog  {
	margin:40px 0 0 40px;
	padding:0 20px;
	font-size: 13px;
	line-height: 19px;
	position:relative;
}
.more_info:before {
    content: "?";
    font-family: serif;
    position: absolute;
    top: 2px;
    left: -12px;
    color: #00a2ec;
    font-size: 40px;
    font-weight: bold;
}
.find_analog:before {
    content: "!";
    font-family: serif;
    position: absolute;
    top: 2px;
    left: -9px;
    color: #ff8d1b;
    font-size: 40px;
    font-weight: bold;
}
.more_info a, .find_analog a {
	font-weight:700;
	white-space:nowrap;
}
.files_info a {
	color: #414141;
	/*letter-spacing: 0;*/
	/*display: block;*/
	padding:0 0 1px;
	border-bottom:1px solid rgba(0,0,0,.1)!important;
}

.files_info:hover a{
	color: #414141;
	border-bottom:1px solid rgba(0,0,0,.3)!important;
}
.files_info  {
	/*display:flex;
	align-items:center;*/
	margin-bottom: 12px;
}
.files_info:hover  {
	border-bottom: none;
}
.files_info:after{
	width: 11px;
	height: 9px;
	background-image: url(/img/doc.svg);
}
.files_info img { margin:-7px 7px 0 -32px;}
.auth-cont, .item__price-club {
	display: inline;
}
.link-auth{
	
	display: inline;
	zoom: 1;
	
	margin: 0 10px 0 10px;

}


.item__price-club .price--block {
	font-weight:700;
}
.item__price-club-cont {
	margin-top:18px;
	font-size: 15px;
}
.item__price-club-note {
	margin-top:10px;
	font-size: 13px;
    color: #939393;
}
.club__price-help {
	margin-left:10px;
}
.item__qnote {
	font-size: 13px;
    font-style: italic;
    line-height: 19px;
    padding: 19px 0 0;
    font-weight: 400;
    color: red;
}
.item__card--left .fotorama__stage {
height: auto!important;
min-height:511px;	
}
.toBasket .fa-cart-plus {
	font-size: 16px;
    color: #636363;
    margin-right: 5px;
	width: 16px;
}
.content__brand_pics {
	margin-bottom:25px;
	padding:10px 12px;
	border:1px solid #eee;
	min-height:50px;
	border-radius: 8px;
	max-width:100%;
	overflow:hidden;
	vertical-align:middle;
	/*margin: 40px 0 0 40px;
    padding: 0 20px;*/
}
.content__brand_pics .brand_logo {
	float:left;
	margin:auto 20px auto 5px;

	position:relative;
	width:120px;
	height:60px;
}
.content__brand_pics .brand_logo img {
	max-width:120px;
position:absolute;
margin:auto;
top:0;
bottom:0;
left:0;
right:0;
}
.content__brand_pics .brand_text {
	font-size:15px;
	display:inline-block;
	font-weight: 300;
}
.content__brand_pics .cert_wrapper {
	float:left;

	margin-right: 20px;
	margin-left: 20px;
}
.add-txt, .add-parts {
	color:#414141;
    font-size:15px;
    padding:0px 26px;
	line-height:1.5;
	margin:40px 0px;
}
.rich-content {
margin:40px 0px;	
}
.article__list {
    margin: 0 0 50px;
}
.article__list--item {
    min-height: 100px;
    margin: 0 0 60px;
}

.article__list--item .item__about {
    margin: 0px;
}
.article__list--item .item__about--title {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
	
}
.article__list--item .item__about--title .title__link span {
    display: inline;
    color: #2f2f2f;
    border-bottom: 1px solid rgba(0,0,0,.4);
}
.article__list--item .item__about--text {
    margin: 0 0 9px;
    font-size: 15px;
    line-height: 1.5;
    color: #232222;
}
.item__type {
margin-top:5px;font-size:14px;}

.price--block__vygoda {
	
	margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #ff8d1b;
    padding-left: 8px;
	display:inline-block;
	float:right;
}
.price--block__vygoda .b-rub {
	margin-left:4px;
}
.price--block__vygoda .vygoda {
	/*margin-left:8px;*/
}
/* Expert Small Text */
.page__left--smalltext { position:relative; padding:10px 60px 30px 90px; font-size:18px; line-height:1.5; margin:0px 0 25px; background:#fff9f1; border-radius: 12px; font-weight:300;}
.page__left--smalltext h2 {font-size: 30px;font-weight:300;}
.page__left--smalltext-txt:before {
content: "\201C";
font-family: serif;
position: absolute;
top: 20px;
left: 16px;
color: black;
width: 40px;
height: 40px;
border-radius: 50%;
background: white;
font-size: 40px;
font-weight: bold;
text-align: center;
line-height: 50px;
}
.page__left--smalltext-txt:after {
content: "";
width: 4px;
background: white;
position:absolute;
left: 70px;
top: 20px;
bottom: 20px;
}
.prop_block_author {
    min-height: 100px;
    margin: 30px 0 0px;
	max-width: 500px;
    margin-left: auto;
}
.prop_block_author-pic {
	width: 115px;
    float: left;
	min-height: 100px;
}
.prop_block_author-pic img{
width:85px;	
}
.prop_block_author-text {
	max-width:500px;
	margin-right:20px;
	min-height: 100px;
}
.prop_block_author-title {
	color: #aaa;
    font-size: 13px;
}
.prop_block_author-desc {
    font-size: 13px;
	line-height: 1.5;
}
.prop_block_author-name {
	font-size: 21px;
    margin-bottom: 4px;
}
.prop_block_author-button {
	padding-top:3px;
	display: inline-block;
    text-align: center;
	font-size: 16px;
}
.item__help--block {
	margin-bottom:10px;
}
.item__help--block .block__text {
	margin-top:20px;
}
.item__help--block .block__text2 {
	font-size:13px;
	color:#999;
}
.rstst {
display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/img/rst.svg) 0 0 no-repeat;
    margin-left: 8px;
    background-size: 35px;
    position: absolute;
	right:0;
	bottom:0;
	z-index:100;
}
.altercolors_block {
	margin:15px 0;
	font-size: 15px;
    font-style: italic;
}
.block_name {
	display:inline-block;
	margin-right:20px;
}
.color_list {
	display:inline-block;
}
.itemsincluded_block {
	margin:15px 0 30px;;
}
.itemsincluded_item {
	margin-top:15px;
}
.itemsincluded_item img {
	margin-right:10px;
}
.itemsincluded_item a, .itemsincluded_item a:hover {
	border:none;
}
.itemsincluded_item a span {
	border-bottom: 1px solid rgba(22,134,207,.3);
    color: #1686cf;
}
.itemsincluded_item a:hover span {
    border-color: #f8cbcb;
    color: #e66464;
}
.block_manager_info {
	background:#eee;
	border-radius:12px;
	padding:20px;
	margin:20px 0;
	font-size:13px;
	line-height: 1.5;
}
.product_page__calc {
	margin: 40px 20px 20px 0; 
    padding: 8px 15px 10px 60px;
    border: 1px solid #d6e2e9;
    border-radius: 4px;
	background:#f7fbfe;
}
.product_page__calc a {
	position:relative;
	display: block;
    border: 0;
	max-width:300px;
	font-size: 21px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.product_page__calc a:before {
	content:'';
	display:block;
	position:absolute;
    height: 32px;
    width: 32px;
    left: -42px;
    top: 11px;
	background-color: #1686cf;
	-webkit-mask: url('/img/svg/calculator.svg');
	mask: url('/img/svg/calculator.svg');
}
.product_page__calc a:hover:before {
	background-color: #e66464;
}
.unst_alert {
	background:#fff0b3;
	border-radius:8px;
	font-size:13px;
	padding: 16px 24px 16px;
	margin: 0px 0 20px;
}
.fotorama__stage__frame img {max-width:100%; max-height:100%;}
@media (max-width:640px) {
	.product_page__calc a {
		font-size: 16px;
	}
	.product_page__calc a:before {
		top: 4px;
	}
	.catalog_offer-title {display:block;margin-right:0px;}
	.catalog_offer-text {display:block; margin-right:0px;}
	.catalog_offer-act {position: relative;}
}
.sp-image img {
	max-width:100%;
}
.big-table {
	overflow: auto;
	position: relative;
	font-size:13px;
}
.big-table table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	border-spacing:0;
}
.big-table table th {
	border-color:#AAA;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	padding:12px 10px;
	word-break:normal;
}
.big-table table td{
	border-color:#AAA;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	padding:12px 10px;
	word-break:normal;
	text-align:center;
	vertical-align:middle;
 }
.big-table table td:first-child {
	text-align:left;
}
.scroll-right:after {
	content: '';
	display: block;
	width: 15px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	background: radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 15px 100%;
	background-position: 100% 0%;
}
.scroll-left:before {
	content: '';
	display: block;
	width: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 500;
	background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 15px 100%;
}
.section_brand_link {
margin: 40px 0px 0 40px;
font-size: 13px;
padding: 0 20px;
}
.section_brand_link  div {
margin-bottom:20px;	
}
.section_brand_link a {
position: relative;	
}
.section_brand_link a:before  {
	position:absolute;
    content: "\2192";
    left: -32px;
    font-size: 18px;
    top: -3px;
}
/* End */


/* Start:/local/templates/main_2022/assets/css/fotorama.css?168227391414087*/
/*!
 * Fotorama 4.4.2 | http://fotorama.io/license/
 */
.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__img,.fotorama__oooo{position:absolute!important;top:50%!important;left:50%!important}.fotorama__img{margin:-33% 0 0 -50%;width:100%;height:100%}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__nav__frame,.fotorama__wrap--css3 .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage__frame--video{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{-webkit-transition-property:-webkit-transform,width;transition-property:transform,width;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;transition-duration:0ms}.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close,.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:0;padding:0}.fotorama__nav__shaft,.fotorama__nav__frame{display:-moz-inline-box;-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__wrap *{-moz-box-sizing:content-box;box-sizing:content-box}.fotorama__caption{-moz-box-sizing:border-box;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url('/local/templates/main_2022/assets/css/../../assets/imgs/fotorama.png') no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{background:url('/local/templates/main_2022/assets/css/../../assets/imgs/fotorama@2x.png') no-repeat;background-size:96px 160px}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}.fotorama{min-width:1px;overflow:hidden}.fotorama>.fotorama__wrap{visibility:visible}.fotorama--hidden-before-ready>*{visibility:hidden}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#fff;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__stage,.fotorama--fullscreen .fotorama__nav{background:#FFF}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__stage--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__stage--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:8px;height:8px;position:relative;top:12px;left:6px;border-radius:50%;border:1px solid}.fotorama__nav__frame.fotorama__active{pointer-events:none;cursor:default}.fotorama__nav__frame.fotorama__active .fotorama__dot{/*width:6px;height:6px;border:0*/}.fotorama__dot{border-color:#7f7f7f}.fotorama__active .fotorama__dot{background-color:#7f7f7f}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:-webkit-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;max-width:100%;font-family:'Helvetica Neue',Arial,sans-serif;font-size:20px;line-height:1.5;color:#333;background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__oooo{width:6px;height:6px;margin-left:-8px;margin-top:-3px}.fotorama__oooo:before,.fotorama__oooo:after{content:'';position:absolute;left:0;top:0;width:6px;height:6px;border-radius:6px;background-color:#bfbfbf;background-color:rgba(127,127,127,.5)}.fotorama__oooo:before{left:-10px}.fotorama__oooo .fotorama__oooo{margin-left:17px}.fotorama__oooo--1:before,.fotorama__oooo--2:after,.fotorama__oooo--3 .fotorama__oooo:before,.fotorama__oooo--4 .fotorama__oooo:after{background-color:#7f7f7f}.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__nav__frame,.fotorama__wrap--css3 .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__caption{-webkit-backface-visibility:hidden}.fotorama__wrap--css3 .fotorama__img,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3.fotorama__wrap--fade .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__caption{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__video-close{display:block;position:absolute;z-index:11;cursor:pointer}.fotorama__video-play,.fotorama__video-close{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__arr{width:48px;height:100%;top:0;bottom:0}.fotorama__arr__arr{position:absolute;width:32px;height:32px;left:50%;top:50%;margin-left:-16px;margin-top:-16px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:0 0}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;filter:alpha(opacity=0);opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:0;right:0;background-position:0 -32px;z-index:20}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;left:50%;top:50%;margin-left:-16px;margin-top:-16px;background-position:-64px -32px;-ms-filter:"alpha(Opacity=100)"!important;filter:alpha(opacity=100)!important;opacity:1!important}.fotorama__video-close{width:32px;height:32px;top:-32px;right:-32px;background-position:-64px 0;z-index:20}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;z-index:11}.fotorama__wrap--no-controls .fotorama__arr,.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{-ms-filter:"alpha(Opacity=0)"!important;filter:alpha(opacity=0)!important;opacity:0!important}.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon,.fotorama__wrap--video .fotorama__fullscreen-icon{top:-32px;right:-32px}.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev,.fotorama__wrap--video .fotorama__arr--prev{left:-48px}.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next,.fotorama__wrap--video .fotorama__arr--next{right:-48px}.fotorama__wrap--video .fotorama__stage .fotorama__video-play{-ms-filter:"alpha(Opacity=0)"!important;filter:alpha(opacity=0)!important;opacity:0!important;z-index:-1}.fotorama__wrap--video .fotorama__video-close{top:0;right:0;-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__video-play,.fotorama__wrap--css3 .fotorama__video-close{-webkit-transition-property:top,right,left,opacity;transition-property:top,right,left,opacity;-webkit-transition-duration:.3s;transition-duration:.3s}.fotorama__stage:before,.fotorama__stage:after,.fotorama__nav:before,.fotorama__nav:after{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__stage:before,.fotorama__nav:before{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{left:0}.fotorama__stage:after,.fotorama__nav:after{background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-webkit-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after{display:none}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/catalognoajax/style.min.css?1603216009741*/
.catalog_pageNav{margin:20px 0 20px}.catalog_paging{margin:4px auto 24px;display:table}.catalog_paging__left{float:left}.catalog_paging__left a{border:0;display:block;padding:4px 2px 0}.catalog_paging__left a:hover svg g{fill:#E66464}.catalog_paging__left svg{transform:rotate(180deg)}.catalog_paging__right{float:left}.catalog_paging__right a{border:0;display:block;padding:3px 5px 0}.catalog_paging__right a:hover svg g{fill:#E66464}.catalog_paging__list{float:left;display:flex}.catalog_paging__list--item{margin:0 2px}.catalog_paging__list--item a{border-radius:50%;display:block;width:26px;height:26px;border:0;font-size:14px;text-align:center;padding:3px 0 0}.catalog_paging__list--item a.item--active{background:#efefef;color:#262629}
/* End */


/* Start:/local/templates/main_2022/components/webdebug/reviews2.list/.default/style.css?166902680811778*/
.wdr2_list {}
	.wdr2_list .wdr2_pager {}
	.wdr2_list .wdr2_pager.wdr2_pager_top {margin-bottom:16px;}
	.wdr2_list .wdr2_pager.wdr2_pager_bottom {margin-top:16px;}
	.wdr2_list .wdr2_items {}
		.wdr2_list .wdr2_items .wdr2_item {margin-bottom:50px; position:relative;}
		.wdr2_list .wdr2_items .wdr2_item_moderated_Y:before {content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#b4e391; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNGUzOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM2MWM0MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjRlMzkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #b4e391 0%, #61c419 50%, #b4e391 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); background:-webkit-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-o-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-ms-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:radial-gradient(ellipse at center,  #b4e391 0%,#61c419 50%,#b4e391 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );}
		.wdr2_list .wdr2_items .wdr2_item_moderated_N:before{content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#ff3019; background url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjMwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2YwNDA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #ff3019 0%, #cf0404 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); background:-webkit-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-o-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-ms-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:radial-gradient(ellipse at center,  #ff3019 0%,#cf0404 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body {background:#F4F4F4; border:1px solid #E4E4E4; margin-bottom:24px; padding:18px; position:relative; border-radius:12px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:before {content:''; border-style: solid; border-width: 20px 20px 0 0; border-color: #E4E4E4 transparent transparent transparent; height: 0; left:36px; position:absolute; top:100%; width: 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:after {content:''; border-style: solid; border-width: 20px 18px 0 0; border-color: #F4F4F4 transparent transparent transparent; height: 0; left:37px; margin-top:-1px; position:absolute; top:100%; width: 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_target_name {margin-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating {margin-bottom:10px; position:relative;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating .wdr2_item_rating_detail {background:#fff; border:1px solid #E4E4E4; display:none; font-size:14px; left:-21px; overflow:hidden; padding:12px 20px 6px; position:absolute; top:-32px; z-index:11; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); box-shadow:0 0 6px 0px rgba(0,0,0,0.2);}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_item_rating_detail {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating {margin-bottom:10px;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating .wd_reviews2_rating {margin-top:1px;}
							.wdr2_one_rating img, .wd_reviews2_rating img {/*width:18px;height:18px;margin-right:3px;*/}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_fields {}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field {margin:0 0 6px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field.wdr2_field_block {margin: 10px 10px 10px 0; display: inline-block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_title {display:inline-block; font-weight:bold;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_block .wdr2_field_title {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value {display:inline-block; max-width:100%; word-wrap:break-word; word-break:break-word; overflow-wrap:break-word;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value a {border:0;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value img {border:0; height:auto; max-width:100px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta {}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo {float:left; height:27px; margin:0 8px 0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo table {border-collapse:collapse; border-spacing:0; height:27px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td {padding:0; vertical-align:middle;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td img {background:#F4F4F4; border:1px solid #E4E4E4; display:inline-block; font-size:0; padding:2px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_name {color:#3d8810; float:left; font-size:100%; font-weight:bold; height:27px; line-height:27px; margin:0 8px 0 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_date {color:#999; float:left; font-size:90%; font-style:italic; height:27px; line-height:27px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote {color:#999; display:block; float:right; font-size:90%;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a {text-decoration:underline;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a:hover {text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send {font-weight:bold; text-decoration:none; margin-left:4px;border:0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_y {color:#099913;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_n {color:#d5181f;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_count {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer {margin:20px 0 24px 100px; }
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:before {border-width:0 20px 20px 0; border-color:transparent #E4E4E4 transparent transparent; left:auto; right:36px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:after {border-width:0 18px 20px 0; border-color:transparent #F4F4F4  transparent transparent; left:auto; right:37px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_name {float:right; margin-right:0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right; margin:0 0 0 8px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons {display:none; position:absolute; left:0; text-align:right; top:-26px; width:100%;}
			.wdr2_list .wdr2_items .wdr2_item:hover .wdr2_user_review_admin .wdr2_buttons {display:block; padding-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a {display:inline-block; font-size:90%; height:16px; line-height:16px; margin-left:8px; padding-left:20px; position:relative; text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:before {background:url("/local/templates/main_2022/components/webdebug/reviews2.list/.default/images/buttons.png") 0 0 no-repeat; content:''; display:inline-block; display:inline-block; height:16px; left:0; position:absolute; top:0; width:16px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a span {display:inline-block; border-bottom:1px dashed gray; line-height:120%; padding-bottom:0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:hover span {border-bottom:0; padding-bottom:1px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_answer:before {background-position:0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_up:before {background-position:-16px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_down:before {background-position:-32px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_y:before {background-position:-48px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_n:before {background-position:-64px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_delete:before {background-position:-80px 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block {display:none;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block h2 {background:transparent; border:0; font-size:120%; font-weight:bold; margin:0 0 8px;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_btn_save {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 14px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:24px; outline:0; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}

.wdr2_clear {clear:both;}




/* End */


/* Start:/local/templates/main_2022/components/webdebug/reviews2.add/.default/style.css?16689639648397*/
.wdr2_add {}
	.wdr2_add .wdr2_result {}
		.wdr2_add .wdr2_result ul {margin:0; padding:0 0 0 21px;}
	.wdr2_add form {margin:0;max-width:600px;border: 1px solid #ccc;border-radius: 12px; padding: 15px 25px; box-shadow: 0 1px 2px 0 rgb(104 132 146 / 24%);}
	.wdr2_add .wdr2_success {color:green; font-weight:bold; margin-bottom:20px;}
	.wdr2_add .wdr2_error {color:red; margin-bottom:20px;}
	.wdr2_add hr {background:#999; border:0; border-bottom:1px solid #eee; display:block; font-size:0; height:1px; line-height:0; margin:0 0 12px; overflow:hidden;}
	.wdr2_add .form_title {font-size:20px; line-height:140%; margin-bottom:10px;}
	.wdr2_add .ratings {font-size:13px; margin:0 0 12px;}
		.wdr2_add .ratings table {background:transparent; border:0; }
			.wdr2_add .ratings table td {background:transparent!important; border:0!important; padding:1px 6px 1px 0;}
			.wdr2_add .ratings table td.rating_title {text-align:right; vertical-align:top;}
			.wdr2_add .ratings table td.rating_value {text-align:left; vertical-align:middle;}
	.wdr2_add .fields {}
		.wdr2_add .fields .field {margin:16px 0;}
			.wdr2_add .fields .field label {display:block;font-size:13px;}
				.wdr2_add .fields .field label .required {color:red; padding:1px; position:relative; top:-1px;}
			.wdr2_add .fields .field .input {margin-top:10px;}
				.wdr2_add .fields .field .input input[type=text],
				.wdr2_add .fields .field .input textarea,
				.wdr2_add .fields .field .input select {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; height:26px; max-width:100%; outline:0; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;width:100%;border-radius:4px;}
				.wdr2_add .fields .field .input input[type=text] {line-height:1.6; padding: 20px 10px;}
				.wdr2_add .fields .field .input textarea {height:auto; line-height:1.3; padding: 12px 10px;}
				.wdr2_add .fields .field .input select {padding:6px 1px;}
				.wdr2_add .fields .field .input select option {padding:2px 4px;}
				.wdr2_add .fields .field .input input[type=file] {outline:0;}
				.wdr2_add .fields .field .input .file_design_wrapper {background:#fff; border-width:2px; border-style:solid; border-color:#ccc; height:58px; outline:0; width:58px; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); border-radius:8px; padding:5px; cursor:pointer; overflow:hidden;}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1 {    background: url(/img/photo-camera.svg) 0px center no-repeat;
    display: block;
    height: 100%;
    line-height: 24px;
    min-height: 21px;
    overflow: hidden;
    padding: 6px 8px 4px 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.3;}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1[data-empty=Y] {color:gray;}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1[data-empty=N] {background: url(/img/checked-1.svg) 0px center no-repeat; opacity: 0.6;}
					.wdr2_add .fields .field .input .file_design_wrapper input[type=file] {width:300px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
	.wdr2_add .agreement {}
		.wdr2_add .agreement input[type=checkbox] {margin:0; vertical-align:middle;}
		.wdr2_add .agreement label {display:inline; font-weight:normal; vertical-align:middle;}
	.wdr2_add .wdr2_reqfield {display:none;}
	.wdr2_add .submit {margin-top:16px;}
		.wdr2_add .add_btn, .wdr2_add .submit input[type=submit] {top:-9px; border:0; cursor:pointer; display:inline-block; padding:4px 18px; border-radius:4px; background:#00a2ec; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:36px; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2ec), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2ec 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2ec 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2ec 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2ec 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2ec 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}
		.wdr2_add .add_btn:hover, .wdr2_add .submit input[type=submit]:hover {background:#00a2df; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#0a7ddd)); background:-webkit-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-moz-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-ms-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-o-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:linear-gradient(to bottom, #00a2df 0%,#0a7ddd 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#0a7ddd',GradientType=0 );}
		.wdr2_add .add_btn:active, .wdr2_add .submit input[type=submit]:active {background:#0a7ddd; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a7ddd), color-stop(100%,#00a2df)); background:-webkit-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-moz-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-ms-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-o-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:linear-gradient(to bottom, #0a7ddd 0%,#00a2df 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7ddd', endColorstr='#00a2df',GradientType=0 ); -moz-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); -webkit-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22);}
		.wdr2_add .add_btn[disabled], .wdr2_add .submit input[type=submit][disabled] {background:#d8d8d8; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-linear-gradient(top,  #d8d8d8 0%, #bcbcbc 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#bcbcbc)); background:-webkit-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-o-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-ms-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:linear-gradient(to bottom,  #d8d8d8 0%,#bcbcbc 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bcbcbc',GradientType=0 );}

/* Visual HTML-editor */
.wdr2_add {} .nicEdit-panelContain {border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be!important;}
.wdr2_add {} .nicEdit-editorContent {border-color:#fff #a0b4be #b6c8d1 #a0b4be!important; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}
.wdr2_add .fields .field_photo, .wdr2_add .fields .field_photo2, .wdr2_add .fields .field_photo3 {
	display:inline-block;
	margin-right:15px;
}

/* End */
/* /local/templates/main_2022/components/alx/catalog/catalog/style.css?168806314611387 */
/* /local/templates/main_2022/components/alx/catalog/catalog/bitrix/catalog.element/new_design_25/style.css?174647572341926 */
/* /local/templates/main_2022/assets/css/fotorama.css?168227391414087 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/catalognoajax/style.min.css?1603216009741 */
/* /local/templates/main_2022/components/webdebug/reviews2.list/.default/style.css?166902680811778 */
/* /local/templates/main_2022/components/webdebug/reviews2.add/.default/style.css?16689639648397 */
