@media (max-width:767px){#bx-panel{display:none !important}}
body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.popup-window-titlebar div{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    color: #80868e;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    max-width: 100%;
    line-height: 49px;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
}
body.bx-opened {
	overflow: hidden;
}

.wrap,
.bx-wrap,
.bx-wrapper{
	position: relative;
}

body.bx-background-image{
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
 	background-image: url("images/fon_2017.jpg"); 


}
@media (min-width: 992px) and (max-width:1199px){
	body.bx-background-image{
		-webkit-background-size:1600px auto;
		background-size:1600px auto;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	body.bx-background-image{
		-webkit-background-size:1280px auto;
		background-size:1280px auto;
	}
}
@media (max-width: 767px) {
	body.bx-background-image {
		background: none;
	}
}
 
body.bx-background-gradient{
	background: rgb(246,247,251);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(246,247,251,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,247,251,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(246,247,251,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7fb', endColorstr='#ffffff',GradientType=0 );
	background-attachment: fixed;
}

.icon-empty {
	opacity: 0;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	border-color: transparent;
	text-decoration: none;
}

a,
.container {
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.bx-header {}
/*Logo*/

.bx-logo {
	padding-left: 17px;
	/*padding-bottom: 19px;*/
}

.bx-logo .bx-logo-block {
	display: block;
	height: 80px;
	border-bottom: none;
}
.bx-logo .bx-logo-block > img{
	margin-top: -25px;
	max-height: none
}
.bx-logo .bx-logo-block > div{
	color: #000;
	font-weight: bold;
	font-size: 12px
}

.bx-logo-text,
.bx-logo-text:hover,
.bx-logo-text:active {
	font-size: 32px;
	font-weight: 700;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 37px;
	text-decoration: none;
	border: none;
	vertical-align: bottom;
}

.bx-logo-text small {
	font-size: 37px;
}

.bx-logo-desc {
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-size: 13px;
	line-height: 10px;
	color: #b8b8b8;
}

@media (max-width: 767px) {
	.bx-logo {
		background: #c4eaff;
		margin-top: -70px;
	}
	.bx-logo .bx-logo-block {
		text-align: center;
		height: auto;
	}
	.bx-logo .bx-logo-block > img{
		margin-top: 0;
	}
	.bx-logo-text {
		font-size: 24px;
		color: #fff;
		line-height: 30px;
		vertical-align: middle;
	}
	.bx-logo-text:hover,
	.bx-logo-text:active {
		color: #fff;
	}
	.bx-logo-text small {
		font-size: 24px;
		color: #fff;
	}
	.bx-logo-desc {
		display: none;
	}
	.bx-footer-section.bx-center-section{
		padding-top: 15px!important
	}
}
/* Sections */

.bx-header-section {
/*
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
*/
	padding: 28px 45px 10px;
	background: #fff;
}

.bx-content-seection {
	padding: 0 45px 5px;
	background: #fff;
/*
	border-left: 1px solid #eaebec;
	border-right: 1px solid #eaebec;
*/
}

@media (min-width: 1200px) {
	.bx-header-section {
		padding: 31px 45px 10px;
	}
	.bx-content-seection {
		padding: 0 45px 5px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-header-section {
		padding: 31px 30px 10px;
	}
	.bx-content-seection {
		padding: 0 30px 5px;
	}
	.bx_item_detail .item_price .webc_percent {
		left: -80px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-header-section {
		padding: 31px 15px 10px;
	}
	.bx-content-seection {
		padding: 0 15px 5px;
	}
}

@media (max-width: 767px) {
	.bx-header-section {
		padding: 60px 0px 10px
	}
	.bx-content-seection {
		padding: 0 15px 10px
	}
}
/* header / phone */

.bx-inc-orginfo {
	padding-left: 28px;
}

@media (max-width: 767px) {
	.bx-inc-orginfo {
		text-align: center;
		padding-bottom: 10px;
	}
}

.bx-inc-orginfo-phone {
	color: #000;
	font-size: 21px;
	font-weight: 700;
	white-space: nowrap;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.bx-inc-orginfo-phone a{color: #000}

.bx-inc-orginfo-phone i {
	color: #97a1ab;
	position: relative;
	margin-left: -23px;
}

.bx-inc-orginfo-recall {}

.bx-inc-orginfo-recall a {
	color: #039be5;
	border-bottom: 1px dashed;
	font-size: 12px;
	margin-left: 2px;
}

.bx-inc-orginfo-recall a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
/* header / worktime */

.bx-worktime a{color: #1584cb}

@media (max-width: 767px) {
	.bx-worktime {
		text-align: center;
	}
}

.bx-worktime-title {
	color: #8d8d8d;
	font-size: 12px;
}

.bx-worktime-prop {
	font-size: 13px;
	color: #000;
}

.bx-worktime-prop>span {
	white-space: nowrap;
}
/*sidebar*/

.bx-sidebar-block {
	margin-bottom: 40px;
}
.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-footer .bx-block-title{
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 600;
}
/* Breadcrumb Custom*/

.bx-breadcrumb-item a {
	color: #757575;
}

.bx-breadcrumb-item a:hover {
	color: #2d2d2d;
}
/* workarea */

/*TITLE*/

h1.bx-title,
h2.bx-title,
h3.bx-title,
h4.bx-title,
h5.bx-title,
h6.bx-title {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}

h1.bx-title,
h2.bx-title,
h3.bx-title {
	padding-bottom: 15px;
}

h4.bx-title,
h5.bx-title,
h6.bx-title {}

h1.bx-title {
	margin-top: 0;
	padding-bottom: 10px;
}
h2.bx-title {font-size: 25px}
h3.bx-title {}
h4.bx-title {}
h5.bx-title {}
h6.bx-title {}

/* FORMS */
input[type=text],
input[type=password] {
	margin: inherit 4px;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}

textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	font-size: 18px;
	min-height: 150px;
	max-height: 450px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
}
/* INC.banners */

.bx-incbanners {
	margin: 10px 0 25px;
	text-align: center;
}
/* INC.links.footer */

.bx-inclinksfooter a {
	border-bottom: none;
}

.bx-inclinksfooter .bx-block-title {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 600;
}

.bx-inclinksfooter-container {
	margin-top: 5px;
	padding: 0;
	color: #fff;
	border-radius: 2px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.bx-inclinksfooter-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-inclinksfooter-item {
	padding: 0 0 5px 0;
}
/* INC.logo.footer */

.bx-inclogofooter {
	color: #fff;
}

.bx-inclogofooter a.bx-inclogofooter-logo:hover,
.bx-inclogofooter a.bx-inclogofooter-logo {
	border-bottom: none;
}

.bx-inclogofooter-logo img {
	max-width: 180px;
	height: auto;
	margin-top: -35px;
}

.bx-inclogofooter-block {
	padding-bottom: 20px;
}

.bx-inclogofooter-tel {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.bx-footer .bx-inclogofooter-tel a{
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

.bx-inclogofooter-worktime {
	color: #cfd0d0;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
/* INC.social.widget */

.bx-banners {
	margin: 10px 0;
}

.bx-banners .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
/* INC.wt */

.bx-wt-block {
	color: #000;
	padding: 5px 10px;
	background: url(images/wt.png) no-repeat center top;
	background: url(ico/info_bg.png) no-repeat center top;
	-webkit-background-size: cover;
	background-size: 100% 100%;
	border-radius: 3px;
}
.bx-wt-block ul li i:before{content: ""; background: #fff; border-radius: 5px; width: 10px; height: 10px; display: inline-block; margin-right: 2px}

.bx-wt .bx-block-title {
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #fff;
}

.bx-wt-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

.bx-wt-block ul li {
	padding-bottom: 7px;
}

.bx-wt-others-block {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 4px;
}
/* news.list.sidebar */
.bx-s-info {
	margin: 10px 0;
	padding-top: 5px;
}
.bx-s-info-block {
	display: block;
	margin-bottom: 25px;
}
.bx-s-info-title {
	display: block;
	min-height: 29px;
	padding-left: 36px;
	margin-bottom: 5px;
	position: relative;
}
.bx-s-info-titleicon{
	display: block;
/*
	background: #007FCA;
	border-radius: 50%;
*/
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.bx-s-info-titleicon.sale-icon{
	background: url(ico/sale-ico.png) no-repeat center center;
	background-size: 100%;
}
.bx-s-info-titleicon.pay-icon{
	background: url(ico/Lastochka_new_son-21.png) no-repeat center center;
	background-size: 100%;
}
.bx-s-info-titleicon.action-icon{
	background: url(ico/Lastochka_new_son-22.png) no-repeat center center;
	background-size: 100%;
}
.bx-s-info-titleicon.delivery-icon{
	background: url(ico/delivery-ico.png) no-repeat center center;
	background-size: 100%;
}
.bx-s-info-titleicon.question-icon{
	background: url(ico/question-ico.png) no-repeat center center;
	background-size: 100%;
}

.icon-wc-tiled {
    margin: 0px;
    padding: 0px;
    background: url(ico/wc_icons60.png) 90px 0px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.icon-wc-tiled.icon-wc-fb {
    background-position: -140px 0px;
}

.icon-wc-tiled.icon-wc-vk {
    background-position: -90px 0px;
}

.bx-s-info-titleicon.delivery-icon-tiled {
    background: url(ico/wc_icons60.png?v=030718) no-repeat 0 0;
    background-size: auto;
}

.bx-s-info-titleicon.pay-icon-tiled {
    background: url(ico/wc_icons60.png?v=030718) no-repeat -30px -30px;
	background-size: auto;
}

.bx-s-info-titleicon.sale-icon-tiled {
    background: url(ico/wc_icons60.png?v=030718) no-repeat -30px 0px;
	background-size: auto;
}

.bx-s-info-titleicon.action-icon-tiled {
    background: url(ico/wc_icons60.png?v=030718) no-repeat -60px 0px;
	background-size: auto;
}

.bx-s-info-titleicon.question-icon-tiled {
    background: url(ico/wc_icons60.png?v=030718) no-repeat -0px -30px;
	background-size: auto;
}

.bx-s-info-titleicon i{
	line-height: 30px;
	vertical-align: middle;
	font-style: normal;
	display: none
}
.bx-s-info-titletext {
	display: block;
	padding: 6px 0;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.bx-s-info-content {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #3e454c;
	padding-left: 36px;
}

/* FOOTER */

.bx-footer {
	/*background: #292d2e;*/
	color: #c8cece;
}

.bx-footer-section.bx-center-section {
	padding-top: 70px;
	/*padding-bottom: 40px;*/
	background: #dcf2ff;
}

.bx-footer-section.bx-center-section>div {
	/*margin-bottom: 20px;*/
}

.bx-footer-section.bx-center-section>div .paysystems p{
	color: #000;
	padding-left: 15px
}
.bx-footer-section.bx-center-section>div .paysystems img{
    max-width: 27%;
    margin-right: 10px;	
}

.bx-footer a {
	color: #414143;
	border-bottom: 1px solid;
}

.bx-footer a:hover {
	color: #000;
	border-bottom: none;
	text-decoration: none;
}

.bx-footer-line {
	background: #1f496a;
}

.bx-footer-bottomline {
	/*background: #222425;*/
	color: #414143;
	font-size: 14px;
	/*padding: 22px 0;*/
}

.bx-up {
	text-align: right;
	display: none;
}

.bx-up a,
.bx-up a:hover {
	border-bottom: none;
}

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

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

}

@media (min-width: 768px) and (max-width: 991px) {
	.bx_item_detail .item_price .webc_percent {
		left: -70px !important;
	}
}

@media (max-width: 767px) {
	.bx-footer {
		text-align: center;
	}
	.bx-up {
		text-align: center;
	}
}
/**/

.btn,
.btn:hover,
.btn:active,
.btn:focus{
	text-shadow: none !important;
	-webkit-box-shadow:none !important;
	   -moz-box-shadow:none !important;
			box-shadow:none !important;
	outline:none !important;
}

.btn-primary {
	background-color: #1485ce;
	border-color: #1485ce;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #53a4d8;
	border-color: #53a4d8;
}

.btn-link {
	color: #1485ce;
}

.btn-link:focus,
.btn-link:hover {
	color: #53a4d8;
	text-decoration: none;
}
/*404*/

.bx-404-container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.bx-404-block {
	margin-top: 100px;
	margin-bottom: 66px;
}

@media (max-width: 768px) {
	.bx-404-block {
		margin-top: 50px;
		margin-bottom: 33px;
	}
}

.bx-404-text-block {
	font-size: 20px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.bx-maps-title {
	color: #8f8f8f;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #e9eaea;
}

.map-columns {
	padding-top: 20px;
}

.bx-map-title {
	font-weight: bold;
	font-size: 14px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.bx-map-title .fa {
	color: #0083d1;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
}

.map-columns ul {
	list-style: none;
	margin-bottom: 5px;
}

.map-level-0 {
	margin-left: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.map-level-0 li {
	margin-left: 0;
	padding-left: 0;
}

.map-level-0 ul {
	padding-left: 15px;
}

ul.map-level-1 {
	margin-bottom: 30px;
}
/*ABOUT*/

.bxd-block {
	width: 100%;
	border: 1px solid #e3e6e7;
	display: block;
	background: #fff;
	padding: 15px;
	min-height: 210px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a.bxd-block:hover {}

.bxd-icon {
	display: block;
	border-radius: 50%;
	height: 68px;
	width: 68px;
	margin: 0 auto;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-block:hover .bxd-icon {}

.bxd-icon .fa {
	margin-left: -1px;
	position: relative;
	font-size: 35px;
	height: 68px;
	width: 68px;
	text-align: center;
	line-height: 68px;
	vertical-align: middle;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.bxd-link:hover .bxd-icon .fa {}

.bxd-title {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}

.bxd-desc {
	display: block;
	text-align: center;
	color: #737373;
	font-size: 12px;
}


.bx-up-button {
	border-radius: 2px;
	color: #fff;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	vertical-align: middle;
	padding: 9px 18px 7px 38px;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	-moz-transition: background-color .3s ease, opacity .3s ease;
	-ms-transition: background-color .3s ease, opacity .3s ease;
	-o-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	background: #c2c4c7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAALCAMAAAB1RTwXAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAf7YpoZUAAAAfSURBVHgBYwACRkYgAaKZmBihNJAFpaFiTExAgjwGAA1BAD3lDqDYAAAAAElFTkSuQmCC) 18px 13px no-repeat;
}
.bx-up-button:hover{
	background-color: #9fa0a3;
}

@media (max-width: 767px) {
	.bx-footer a{color: #000; border-bottom: none;}
	.bx-subscribe{margin-top: 15px}
	.bx-footer-section.bx-center-section>div .subscribe{padding-bottom: 0!important}
	.bx-footer-section.bx-center-section>div .paysystems{text-align: center}
	.bx-footer-section.bx-center-section>div .paysystems p{padding-left: 0}
	.bx-footer-section.bx-center-section>div{margin-bottom: 10px}
	.bx-footer-bottomline .bx-footer-section{text-align: left; color: #000}
	.bx-footer-bottomline .bx-footer-section nobr{white-space: normal}
	.bx-footer-bottomline{margin-bottom: 20px!important}
	.bx-inclogofooter-block{padding-bottom: 0}
	.bx-sidebar-block{margin-bottom: 0}
	.bx-sidebar-block .bx-wt{margin: 20px 0}
	h2.news-title{margin-top: 0}
	.workarea h2{font-size: 20px}
}


.bx-blue.bx-top-nav .bx-top-nav-container{background: url(ico/menu-bg.png) no-repeat left  center; background-size: 100%}
.bx-top-nav-container .bx-nav-1-lvl>a{color: #000}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a, .bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a, .bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a{background: none}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a, .bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a, .bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a{text-decoration: underline}
.bx-top-nav-container .bx-nav-list-1-lvl{white-space: nowrap}
.bx-top-nav-container .bx-nav-1-lvl{text-align: center; float: none; display: inline-block; vertical-align: middle}
.bx-top-nav-container .bx-nav-1-lvl > a{font-size: 12px}
.bx-top-nav-container .bx-nav-1-lvl span{white-space: normal}
.bx-top-nav-container .bx-nav-1-lvl span i{display: none}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a{box-shadow: none}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span, .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span{background: transparent}

.bx-top-nav-container .bx-nav-1-lvl:nth-child(1){width: 127px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(2){width: 130px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(3){width: 130px; }
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(4){width: 130px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(5){width: 130px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(6){width: 130px; }
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(7){width: 130px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(8){width: 130px}

@media (min-width: 992px) and (max-width:1199px){
	.bx-top-nav-container .bx-nav-1-lvl > a{font-size: 12px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(1){width: 106px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(2){width: 110px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(3){width: 110px; }
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(4){width: 103px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(5){width: 110px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(6){width: 105px;}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(7){width: 110px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(8){width: 110px}

}
@media (min-width: 768px) and (max-width: 991px){
	.bx-top-nav-container .bx-nav-1-lvl > a{font-size: 10px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(1){width: 80px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(2){width: 85px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(3){width: 86px; }
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(4){width: 85px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(5){width: 85px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(6){width: 84px; }
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(7){width: 85px}
	.bx-top-nav-container .bx-nav-1-lvl:nth-child(8){width: 85px}
}
@media (max-width: 767px) {
	body.bx-background-image {
		background: none;
	}
}


.bx-aside-nav-control .fa{color: #000}

.bx-basket-block>.fa:before{content: ""}

/*
.bx-basket-block>.fa.fa-user{background: url(ico/person-ico.png) no-repeat center center; width: 15px; height: 15px; background-size: 100%; top: 1px}
.bx-basket-block>.fa.fa-shopping-cart{background: url(ico/basket-ico.png) no-repeat center center; width: 15px; height: 15px; background-size: 100%; top: 1px }
*/

/* tiled version */

.bx-basket-block>.fa.fa-shopping-cart {
	width: 15px; height: 15px; background-size: 100%; top: 1px;
    background: url(/bitrix/templates/eshop_bootstrap_blue/ico/wc_icons60.png?v=030718) no-repeat -60px -30px;
    background-size: auto;
}

.bx-basket-block>.fa.fa-user {
	width: 15px; height: 15px; background-size: 100%; top: 1px;
    background: url(/bitrix/templates/eshop_bootstrap_blue/ico/wc_icons60.png?v=030718) no-repeat -75px -30px;
    background-size: auto;
}


.bx_catalog_tile .bx_catalog_tile_ul li{width: 25%}
.bx_catalog_tile .bx_catalog_tile_img{width: 100%; height: 175px; border: none}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both}



.brand-l {font-size: 16px;    margin-left: 70px;}
.brand-l a {display: inline-block;    margin-right: 5px;}
.brand-list a {display: table;    margin-bottom: 5px;}
.brand-list .brand-block {border-bottom: 1px solid #f0f0f0;    margin: 5px 0;    padding: 20px 0;}
.brand-list .brand-block .brand-title {float: left;    font-size: 20px;    text-align: center;    width: 50px;    margin-right: 20px;}
.brand-list .brand-block .brands {   }
.brand-list .brand-block .brands .brand-col {float: left;    width: 180px;}
.clear{clear: both}
.webc_percent {
	position: absolute;
	top: 0;
	left: 80%;
	line-height: 24px;
	text-align: right;
	padding-right: 10px;
	color: white;
	font-size: 12px;
	width: 50px;
	height: 30px;
	background: url("/bitrix/templates/eshop_bootstrap_blue/components/bitrix/catalog/catalog/bitrix/catalog.section/.default/images/ribbon.png") 0 -9px no-repeat;
	background-size: 48px;
	z-index: 100;
}
.bx_catalog_item.double:hover .webc_percent {
	top: -5px;
	right: -5px;
	left: unset;
}

.bx_item_detail .item_price {
	position: relative;
}

.bx_item_detail .item_price .webc_percent {
	top: -5px;
	left: -85px;
	background-size: 55px;
	font-size: 14px;
	width: 55px;
	line-height: 30px;
	height: 40px;
}

.bx-filter .bx-filter-parameters-box-title span {
	color: #3f3f3f;
	font-weight: bold;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
	border-color: #3f3f3f;
}