@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed');

body {
	cursor: default;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 18px;
	/*margin-top: 50px;*/
	color: #242A38;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/*background: #F7F7F7 url('../img/bg.jpg') top left no-repeat;*/
	background: #F0F1F6;
}


.el-logo {
	/*height: 200px;*/
	max-width: 100%;
	margin-top: 5px;
	/*position: absolute;*/
	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #242A38;
	margin-top: 30px;
	padding-top: 0;
	
	/*text-transform: uppercase;*/
	/*font-weight: bold;*/
}

/*a:link, a:visited {*/
/*color: #FF1C51;*/
/*!*text-decoration: underline;*!*/
/*}*/

/*a:hover {color: #08A7B2;}*/


/*!*strong {*!*/
/*!*color: #63BFB9;*!*/
/*!*font-weight: 100;*!*/
/*!*}*!*/


.el-fix {
	position: absolute;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	
}

.block-header__one {
	margin-top: 0px;
	margin-bottom: 5px;
}

.el-page_header {
	color: #181F2F;
	border-bottom: 1px solid #ACAEAF;
	font-weight: 100;
	padding: 10px;
	margin: 30px 0 30px 0;
	text-transform: uppercase;
}

.list-phones {
	line-height: 1;
	list-style: none;
	padding: 6px;
	margin: 0 0 10px 0;
	color: #181F2F;
	font-size: 16px;
}

.list-phones li {
	padding: 1px;
}

.list-phones b {
	font-size: 20px;
	font-weight: bold;
}

.list-phones i {
	color: #FF1C51;
	font-style: normal;
}

/**/


.no-decoration a:link, .no-decoration a:visited {
	text-decoration: none;
	
}

/*.block-header{*/
/*width: auto;*/
/*min-height: 50px;*/
/*padding: 5px 0 5px 0;*/
/*background: url('../img/h.jpg') top center repeat;*/
/*}*/

.navbar {
	
	min-height: 20px;
	margin-bottom: 15px;
	
}

.navbar-main {
	background-color: #E9284F;
}

.navbar-oss {
	/*margin: 5px;*/
	
}

.navbar-oss li a {
	color: #E9ECF3;
	text-transform: uppercase;
	padding: 12px 6px;
	line-height: 1;
}


.navbar-oss li > a:hover, .navbar-oss li > a:active, .menu-active a, .navbar-oss li a:hover {
	background-color: #C91539;
	color: white;
	
}

.menu-star {
	background-color: #930E29;
	color: white;
}

.navbar-fixed-top {
	font-size: 12px;
	padding: 0;
}

.navbar-fixed-top li {
	padding: 0;
}

.block-header__slogan {
	/*font-style: italic;*/
	font-weight: bold;
	font-size: 15px;
	color: #A3A1A1;
	margin: 0px 0 20px 0;
	line-height: 1.2;
	text-align: center;
	
}

.block-header__slogan b {
	font-size: 19px;
	
}

.block-header__slogan:hover {
	color: #FF1C51;
	
}


#footer {
	min-height: 90px;
	background: #181F2F;
	color: #A8B4B4;
	padding: 30px;
	font-size: 14px;
	line-height: 1.2;
}

#copyright a {
	color: #C0C2C4;
}

#copyright b {
	font-size: 18px;
	color: #08A7B2;
	font-weight: 200;
	display: block;
}

.block-footer__text {
	/*line-height: 1;*/
	/*font-size: 0.9em;*/
	font-weight: normal;
	text-align: left;
}


/*.block-service__prev{*/
/*padding: 0 0 20px 0;*/
/*margin: 0;*/
/*line-height: 1;*/
/*text-align: center;*/
/*background-color: #E3E6E8;*/
/*font-size: 1.2em;*/
/*min-height: 246px;*/
/*}*/
/*.block-service__prev:hover{background-color: white}*/
/*.block-service__prev img{margin: 0 0 14px 0;}*/


/*.bww {*/
/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); !* Firefox 10+, Firefox on Android *!*/
/*-webkit-filter: grayscale(100%);*/
/*-moz-filter: grayscale(100%);*/
/*-ms-filter: grayscale(100%);*/
/*filter: grayscale(100%);*/
/*filter: gray; !* IE 6-9 *!*/
/*opacity: 0.6;*/
/*}*/

/*.bww:hover {*/
/*-webkit-filter: none;*/
/*-moz-filter: none;*/
/*-ms-filter: none;*/
/*filter: none;*/
/*opacity: 1;*/
/*}*/

/*#map{*/
/*width: 100%;*/
/*height: 400px;*/
/*}*/

#status b {
	font-size: 20px;
}

.el-calc {
	z-index: 9;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0px;
	/*color: #383E50;*/
	/*background-color: #FF1C51;*/
	/*-webkit-box-shadow: 0px 0px 82px -3px rgba(0,0,0,0.2);*/
	/*-moz-box-shadow: 0px 0px 82px -3px rgba(0,0,0,0.2);*/
	/*box-shadow: 0px 0px 82px -3px rgba(0,0,0,0.2);*/
	cursor: pointer;
}

.el-calc img {
	width: 60px;
}


.block-bottom {
	background-color: white;
	margin: 30px 0 0 0;
	padding: 10px 0 30px 0;
}


.block-partners img {
	max-width: 100%;
	padding: 10px;
}


.panel-footer {
	font-size: 12px;
}

.tags a {
	margin: 5px 0 5px 0;
}

#cena, #cena2, #delivery_poland, #delivery_poland2 {
	background-color: #CFD0D3;
	/*color: #FFF;*/
	font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.bl-menu-top {
	font-size: 15px;
}


#vk_groups,
#vk_groups iframe {
	width: 100% !important;
}

.panel-body {
	line-height: 1;
}


.bl-products {
	/*padding: 10px;*/
}

.bl-products b {
	display: block;
	padding: 20px 5px 0px 5px;
	text-align: center;
}

.bl-products s {
	color: grey;
	font-size: 28px;
	padding: 5px;
	
}

.bl-products i {
	/*color: #FF1C51;*/
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	float: right;
	padding: 5px;
}


.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #AEAFAF;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #AEAFAF;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
	color: #AEAFAF;
}

.form-control:-moz-placeholder { /* Firefox 18- */
	color: #AEAFAF;
}

.form-control {
	margin-bottom: 20px;
}

.alert-info {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #222222;
}

.btn-success {
	color: #fff;
	background-color: #08A7B2;
	border-color: #04747C;
}

.btn-success:hover {
	background-color: #04747C;
	border-color: #04747C;
}

.bl-articles {
	background: white;
	padding: 12px;
	font-size: 16px;
	margin: 0 0 20px 0;
}

.bl-articles img {
	width: 100%;
	/*height: 175px;*/
}

.bl-articles b {
	display: block;
	padding: 0px 0 20px 0;
	min-height: 70px;
	font-size: 18px;
	text-align: center;
}

.bl-articles h2 {
	display: block;
	padding: 0 0 20px 0;
	margin: 0;
	min-height: 60px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.bl-articles p {
	display: block;
	padding: 20px 0 0 0;
	min-height: 130px;
	line-height: 1.1;
}


.bl-comment {
	font-size: 14px;
	line-height: 1.1;
	display: block;
	overflow: hidden;
	position: relative;
	
	/*margin-left: 70px;*/
	/*margin-top: 50px;*/
	/*position: absolute;*/
	
	
}

.c-small {
	font-size: 13px;
	padding: 5px 0 5px 15px;
	margin: 0px 0 10px 20px;
	border-left: 3px solid #DDDDDD;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #9FA0A0;
}

.pagination > li > a, .pagination > li > span {
	
	color: #FF2853;
	background-color: #FFF;
}

.pagination > li > a:hover, .pagination > li > span {
	
	color: #FF2853;
	background-color: #181F2F;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	color: #fff;
	vertical-align: text-top;
	background-color: #181F2F;
	border-radius: 10px;
}

.el-content-img {
	float: left;
	padding: 0 10px 10px 0;
}

.btn-tag {
	margin-bottom: 5px;
}

.well h1, .well h3 {
	margin: 0;
	padding: 0 0 10px 0
}

.el-lang {
	text-transform: uppercase
}


.bl-goodoftheday {
	background-color: white;
	padding: 10px 10px 15px 10px;
	margin-bottom: 25px;
}

.bl-goodoftheday img {
	display: block;
	width: 100%;
}

.bl-goodoftheday b {
	display: block;
	padding: 10px 0 20px 0;
	font-size: 22px;
	min-height: 100px;
	text-align: center
}

.bl-goodoftheday a {
	color: #08A7B2;
}


.el-cena-old {
	font-weight: bold;
	text-decoration: line-through;
	color: #181F2F;
}

.el-cena {
	font-weight: bold;
	text-align: right;
	margin-top: -15px;
	color: #E9284F;
	font-size: 32px;
}

.el-cena i {
	color: #848383;
	font-size: 24px;
	padding: 0 0 0 5px;
	font-style: normal
}

.el-cena small {
	color: #C1C1C1;
}

.list-group-lg {
	font-size: 20px;
}


.bl-goodoftheday div {
	display: none;
	margin: 0px -20px -20px 0px;
}

.bl-goodoftheday a:hover div {
	display: block;
	position: absolute;
	background: #FFF url(../img/link.png) center no-repeat;
	opacity: 0.6;
}


.el-gotop {
	z-index: 9999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	color: #383E50;
	background-color: #FBFFFE;
	-webkit-box-shadow: 0px 0px 82px -3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 82px -3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 82px -3px rgba(0, 0, 0, 0.75);
	cursor: pointer;
}

.el-gotop:hover {
	color: #CB3046;
}


.bww {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	opacity: 0.6;
}

.bww:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
	opacity: 1;
}

.vertical-align {
	margin-top: 25%;
	margin-bottom: 25%;
}

.npw-map-state-details {
	cursor: pointer;
	background-color: red;
}

.bl-top-msg {
	margin-bottom: 0px;
	font-size: 1em;
}


.navbar-nav > li:last-child a {
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 1;
}


.navbar-oss li:nth-child(6),
.navbar-oss li:nth-child(7),
.navbar-oss li:nth-child(8),
.navbar-oss li:nth-child(9),
.navbar-oss li:nth-child(10),
.navbar-oss li:nth-child(11),
.navbar-oss li:nth-child(12),
.navbar-oss li:nth-child(13) {
	display: none;
}

.navbar-brand-xs {
	display: none;
}


.tov1, .tov2, .tov3, .tov4 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}


.alert-danger {
	background: #FFF url("../img/alert.png") no-repeat left center;
	border-color: #FFF;
	color: #2E3336;
	text-align: left;
	font-size: 20px;
	padding: 10px 10px 10px 60px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	
}

@media (max-width: 768px) {
	
	.alert-danger {
		font-size: 18px;
		
	}
	
	
	.navbar-brand-xs {
		text-shadow: 0px 5px 13px rgba(107, 42, 45, 0.6);
		display: block;
	}
	
	.el_shadow {
		box-shadow: 0px 5px 13px rgba(107, 42, 45, 0.6);
	}
	
	
	.navbar-toggle {
		margin-right: 0px;
	}
	
	
	.list-phones-xs {
		line-height: 1;
		list-style: none;
		padding: 10px 10px;
		margin: 0 0 0px 0;
		width: 100%;
		
		font-weight: bold;
		border-bottom: 1px solid #d0d1d6;
		background: #FAFAFA;
		
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.list-phones-xs a:link,
	.list-phones-xs a:visited {
		color: #181F2F;
		font-size: 17px;
		padding: 5px 10px;
	}
	
	
	.menu-star {
		background-color: inherit;
		/*color: white;*/
	}
	
	#footer {
		padding: 10px 0;
		font-size: 12px;
		line-height: 1.2;
	}
	
	
	.list-phones-xs .el-lang a:link,
	.list-phones-xs .el-lang a:visited {
		
		padding: 5px 10px;
		font-size: 16px;
	}
	
	.list-phones-xs .el-lang .btn-success {
		color: #FAFAFA;
		background-color: #45494d;
		border-color: #45494d;
	}
	
	
	.navbar-oss li:nth-child(6),
	.navbar-oss li:nth-child(7),
	.navbar-oss li:nth-child(8),
	.navbar-oss li:nth-child(9),
	.navbar-oss li:nth-child(10),
	.navbar-oss li:nth-child(11),
	.navbar-oss li:nth-child(12),
	.navbar-oss li:nth-child(13) {
		display: inherit;
	}
	
	.navbar-oss .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e9b9c4;
	}
	
	.well {
		margin: 0;
	}
	
	.well h3 {
		font-size: 16px;
	}
	
	.page-header {
		padding: 10px;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
	
	.page-header h1 {
		font-size: 20px;
		font-weight: 400;
		margin: 0;
		padding: 10px 5px;
	}
	
	.el-page_header {
		font-size: 20px;
		font-weight: 400;
		margin: 30px 0 0 0;
		padding: 10px 5px;
	}
	
	.page-header a.btn.btn-default {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	
	.input-group {
		position: relative;
		display: block;
		border-collapse: separate;
	}
	
	.input-group-addon:first-child {
		border-right: 0;
		display: block;
		width: 100%;
		background: transparent;
		flex-basis: 100%;
		text-align: center;
		border: none;
		padding: 20px 0 0 0;
	}
	
	.input-group .form-control {
		position: relative;
		z-index: 2;
		float: none;
		width: 100%;
		margin-bottom: 0;
		
	}
	
	
	.form-control {
		font-size: 22px;
	}
	.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
		color: #999;
		font-size: 22px;
	}
	.bootstrap-select .dropdown-menu li a span.text {
		display: inline-block;
		font-size: 16px;
	}
	
	
}








