.xdebug-var-dump {
	background: #000;
	color: #fff;
	display: block;
	font: 12px/14px Arial;
	padding: 15px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	overflow-y: scroll; 
	z-index: 10000;
}

.errortext {
	color: #ff234a;
}

.kr-form-loader {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.9;
	display: none;
	z-index: 100;
}
.kr-form-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -22px;
	z-index: 101;
	width: 45px !important;
	height: 15px !important;
}
.btn-list li,
.product-box li {
	position: relative;
}
#js-link-compare {
	margin-top: 10px;
	display: none;
	text-decoration: underline;
	font-size: 14px;
}
#js-link-compare.active {
	display: inline-block !important;
}
.user-box .text {
	max-width: 200px;
}
.checkbox-holder {
	width: 100% !important;
	margin: 0;
}
.checkbox-holder .checkboxArea {
	display: inline-block;
	margin-top: 6px;
}
.checkbox-holder span {
	display: inline-block;
	vertical-align: top;
}

.user-form .captcha {
	width: 180px !important;
}
.captcha img {
	cursor: pointer;
}
.popup .has-captcha .input-holder {
	width: 215px;
}
.js-error-msg {
	margin-left: 145px;
	color: red;
	font-size: 11px;
	text-align: left;
}
.js-error-common {
	margin-left: 145px;
	color: red;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: left;
}
.js-error-common p {
	margin: 0;
}
.social-list-hold {
	min-height: 26px;
}
.video-popup {
	width: 570px !important;
	margin-left: -285px !important;
}
.video-popup h1{
	margin-bottom: 10px !important;
}
.video-holder {
	width: 560px !important;
}

.album-list .visual.has-video-icon a:after {
	opacity: 0 !important;
	transition: none !important;
	-webkit-transition: none !important; 
	-moz-transition: none !important;
	-o-transition: none !important;
}

.js-favorite-list li {
	cursor:pointer;
}
.js-favorite-list li:not(.heading):hover {
	background: #eeeeee;
}
.js-favorite-list li:not(.heading).selected {
	background: #00abc3;
	color: #fff;	
}
.js-favorite-list li:not(.heading).selected .basket-close{
	background-image: url(../images/icon-btn12-alt.png) !important;
}
.popup-form {
	padding-bottom: 20px;
}
.popup-form .captcha {
	width: 190px;
	text-align: left;
}
.popup-form .js-error-msg {
	margin-left: 0;
}
.popup-form .js-error-common {
	margin-left: 0;
}
.staff-list {
	min-height: 220px;
}
.empty-item {
	padding-top: 50px;
	height: 120px;
	width: 80% !important;
	display: block !important;
	margin: 0 auto !important;
	box-shadow: none !important;
	border: none !important;
	font-size: 16px !important;
	color: #888;
	text-align: center !important;
}
.paging-list {
	position: relative;
}

#footer .create {
	padding-top: 60px;
	background: url(../images/ico-adaptive.png) 100% 10px no-repeat;
}

@media screen and (max-width: 767px) {
	#footer .create {
		padding-top: 0;
		background: none;
	}
}

.compare-holder {
	overflow-x: auto;
	position: relative;
	margin-bottom: 30px;
}
.compare-holder table {
	margin:0 auto;
	border-collapse: collapse;
}
.compare-holder table td{
	max-width: 200px;
	text-align: center;
	border: 1px solid #000;
	padding: 5px;
	
}
.compare-holder table td:first-child {
	text-align: left;
	font-weight: 600;
}
.product-block .gallery-holder li {
	text-align: center;
	cursor: crosshair;
}
.product-block .gallery-holder li:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(../images/zoomer-icon.png) no-repeat;
}

.popup-form .button {
	margin-top: 20px;
}

.accordion .item {
	margin-top: 0;
	padding-bottom: 10px;
}

.accordion-btn .btn-link {
	margin: 0 10px;
}
.accordion-btn .btn-link a.btn {
	background: #0278cb;
	border-top: 1px solid #4ea1db;
	color: #fff;
	display: block;
	height: 28px;
    padding: 0 15px;
}
.accordion-btn .btn-link:hover a.btn {
	background: none repeat scroll 0 0 #00abc3;
	border-top: 1px solid #4dc4d5;
	text-decoration: none;
}

.fade-popup li img {
	width: auto;
}
.fade-popup li {
	text-align: center;
}

.popup-gallery .big-img {
	text-align: center;	
}

.block-main .visual {
	text-align: center;
}
.block-main .visual img {
	width: auto !important;
}

@media screen and (max-width: 767px) {
	.paging-list-visible {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.block-main .visual img {
		margin-top: 10px;
	}
}

.photo-cover {
	position: relative;
}
.fade-popup img {
	min-height: 500px;
}
.full-img-link-holder {
	text-align: left;
	margin-top: 10px;
}
.full-img-link {
	text-decoration: underline;
	font: 14px/16px "scadaregular",Arial,Helvetica,sans-serif;
}
.full-img-link:hover {
	text-decoration: none;
}

.articles-list ul li {
	display: block;
	position: relative;
	overflow: hidden;
}

.articles-list .block-main .visual a {
	display: block;
}
.articles-list .block-main .text {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 600px) {
	.articles-list .block-main .visual {
		margin: 0;
		float: left;
	}
	
	.articles-list .block-main .visual img {
		margin-top: 0;
	}
	
	.articles-list .block-main .date {
		clear: left;
	}
}

@media screen and (min-width: 763px) {
	.article-content {
		position: relative;
		overflow: hidden;
	}
	
	.article-content .visual {
		float: left;
		padding: 0 20px 20px 0;
		vertical-align: top;
	}
}

@media screen and (max-width: 762px) {
	.article-content .visual {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
	.article-content .visual {
		padding: 0;
	}
	.article-content .visual img {
		width: 100%;
	}
}

.big-paging .paging-next, 
.big-paging .paging-prev {
	background-image: url(../images/arrow-paging-big.png);
	width: 40px;
	height: 40px;
}

.big-paging .block-span, 
.big-paging .paging-form {
	display: block !important;
	margin-top: 10px;
}

.footer-feedback {
    display: block;
    clear: both;
    float: right;
    text-decoration: none !important;
    border: 1px solid #0278cb;
    font: 14px/32px 'scadaregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.298);
    position: relative;
    background: #0278cb;
    padding: 0 20px;
    width: 160px;
    text-align: center;
}
.footer-feedback:hover {
    background: #00abc3;
    border-color: #00abc3;
}

.feedback-form {
    width: 700px;
}
.feedback-form label {
    width: 220px;
}
.feedback-form [type="file"] + .feedback-form [type="file"] {
    display: block;
}
.feedback-form textarea.input {
    height: 150px;
}
.feedback-form .btn-cover {
    margin-left: 240px;
}
.feedback-form .has-captcha {
    margin-left: 240px;
}
.feedback-form .required {
    color: red;
}
.feedback-form .js-error-msg {
    margin-left: 240px;
}
.feedback-form .checkbox-rules .js-error-msg{
    clear: both;
    text-align: right;
}



@media screen and (max-width: 730px) {
    .feedback-form {
        width: 100%;
    }
    .feedback-form label {
        float: none;
        display: block;
        width: 100%;
    }
    .feedback-form .row {
        width: 100%;
    }
    .feedback-form .input {
        width: 100%;
        display: block;
    }
    .feedback-form .has-captcha {
        margin-left: 0;
    }
    .feedback-form .captcha {
        float: none;
    }
    .feedback-form .btn-cover {
        margin-left: 0;
        text-align: center;
    }
}