/* BASE
======================================================== */
/* Main
-------------------------------------------------------- */
* { padding: 0; margin: 0; box-sizing: border-box; }
html { font-family: 'Ubuntu', Arial, sans-serif; position: relative; min-height: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #F0F0F0; color: #646464; text-rendering: optimizeLegibility; text-rendering: geometricPrecision; font-smooth: always; font-smoothing: antialiased; -moz-font-smoothing: antialiased; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%;}
::selection { background: #00b1eb; color: #fff; }
img { border: 0; max-width: 100%; vertical-align: bottom; border-style: none; }
svg:not(:root) { overflow: hidden; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
optgroup { font-weight: bold; }
input, button { border: 0; border-radius: 0; }
input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; }
input:focus, button:focus, textarea:focus { outline: 0; }
button { overflow: visible; text-transform: none; }
select { text-transform: none; }
textarea { overflow: auto; }

/* Helpers (height, margin, padding, align, float etc.)
-------------------------------------------------------- */
.h-clear { clear: both; }
.h-clearfix:after, .h-clearfix:before { content: " "; display: table; clear: both; }
.h-hidden, #fid { display: none; }
.h-oh { overflow: hidden; }
.h-bs { padding: 0 10px; box-sizing: border-box; }
.h-transition { transition: all .5s; -webkit-transition: all .5s; }
.h-noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;user-select: none; }

.h-tar { text-align: right; }
.h-tal { text-align: left; }
.h-tac { text-align: center; }
.h-fr { float: right; }
.h-fl { float: left; }

.h-space {
	height: 20px;
}
.h-fs18 {
	font-size: 18px;
}

/* Table
-------------------------------------------------------- */
table { border-collapse: collapse; border-spacing: 0; }
thead {}
tbody {}
th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #e1e1e1; }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { padding-right: 0; }

/* Text
-------------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { font-size: 22px; padding: 0; margin: 0; text-align: left; font-weight: normal; color: #646464; }
h1, .h1 { font-size: 40px; font-weight: 400; }
h2, .h2 { font-size: 24px; font-weight: 400; margin-top: 20px; }
h3, .h3 { font-size: 22px; font-weight: 400; margin-top: 10px; }
h4, .h4 { font-size: 22px; font-weight: 400; margin-top: 10px; }
p, .p { padding-bottom: 9px; text-align: left; font-size: 16px; line-height: 22px; color: #646464; }
.p--big { font-size: 18px; font-weight: 600 }
.p--small { font-size: 12px; }
b, .b, strong, .strong { font-weight: bold; }
em, .em { font-style: italic; }
u, .u { text-decoration: underline; }
a, .a { color: #3b6186; text-decoration: underline; cursor: pointer; background-color: transparent; -webkit-text-decoration-skip: objects; }
a:hover, .a:hover { text-decoration: none; }
li { padding-left: 15px; margin-left: 20px; }

/* CUSTOM PROJECT CSS
======================================================== */
/* Container
-------------------------------------------------------- */
.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
}
.container--readable {
	max-width: 920px;
}

.container--box {
	margin: 20px auto;
	background: #FFF;
	box-shadow: 2px 2px 2px 0 rgba(167,167,167,0.50);
	border-radius: 10px;
	width: 100%;
	max-width: 915px;
	padding: 35px 25px 25px 25px;
}

.c-left {
	position: relative;
	display: block;
	width: 20%;
	float: left;
	padding-right: 10px;
}

.c-right {
	position: relative;
	display: block;
	width: 80%;
	padding: 0 10px;
	float: left;
}

@media(max-width: 950px) {
	.c-left {
		width: 100%;
		padding-right: 0;
		display: none;
	}
	.c-right {
		width: 100%;
		padding: 0;
	}
}

/* Halfbox
-------------------------------------------------------- */
.halfbox {
	display: inline-block;
	position: relative;
	width: 49%;
	float: left;
}

@media(max-width: 550px) {
	.halfbox {
		display: block;
		width: 100%;
	}
}

/* Button
-------------------------------------------------------- */
.button {
	display: inline-block;
	padding: 12px 25px;
	border: 0px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	background: #3B6186;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	border-radius: 10px;
}
.button:hover {
	color: #fff;
	background: #F5AE23;
	text-decoration: none;
}

.button--margin {
	margin: 0px 10px 10px 0;
}

.button--small {
	font-size: 16px;
}

/* Layout sections
-------------------------------------------------------- */
header, .header {
	min-height: 115px;
	width: 100%;
	background: #3B6186;
}

@media(min-width: 1200px) {

	header.xmas_theme {

		background: #3B6186 url('../images/xmas_header.png') no-repeat center bottom;
	}
}

.header__logo {
	height: 115px;
	width: 305px;
	background: url(../images/logo-docsimon.png) no-repeat center center;
	float: left;
}

.header__search__wrapper {
	display: inline-block;
	width: 100%;
	max-width: 440px;
	margin-top: 35px;
	margin-left: 8%;
	float: left;
}

.header__search {
	background: url(../images/icon-search.png) no-repeat 20px center #FFFFFF;
	font-size: 18px;
	width: 100%;
	color: #646464;
	font-weight: 500;
	padding: 16px 15px 16px 60px;
	border-radius: 100px;
}

.header__search__submit {
	top: 5px;
	left: 10px;
	width: 45px;
	height: 45px;
	position: absolute;
	cursor: pointer;
	opacity: 0;
}

.header__currency {
	display: inline-block;
	float: left;
	margin: 25px 20px 0;
}

.header__currency__info {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
}

.header__currency__select {
	width: 120px;
	height: 30px;
	float: right;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border: 0px;
	outline: 0px;
	background: url(../images/arrow-down.svg) no-repeat right center #3B6186;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.header__currency__select select {
	width: 100%;
	height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	outline: 0px;
	border: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0);
	background-image: none;
	-webkit-appearance: none;
}

.header__currency__hrefselect {
	position: relative;
	width: 110px;
	height: 30px;
	float: right;
}

.header__currency__hrefselect__wrapper {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 120px;
	z-index: 100;
	display: none;
}
.header__currency__hrefselect__wrapper--active {
	display: block;
}

.header__currency__hrefselect__headline {
	position: relative;
	font-size: 14px;
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 7px 0 7px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/arrow-down.svg) no-repeat right center #3B6186;
	cursor: pointer;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;user-select: none;
}
.header__currency__hrefselect__headline--active {
	background: url(../images/arrow-up.svg) no-repeat right center #3B6186;
}

.header__currency__hrefselect__link {
	position: relative;
	font-size: 14px;
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 7px 0 7px 10px;
	text-transform: uppercase;
	text-decoration: none;
	background: #3B6186;
}
.header__currency__hrefselect__link:hover {
	text-decoration: underline;
}

.header__basket {
	position: relative;
	display: inline-block;
	float: left;
	margin: 20px 5px 20px 15px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: url(../images/icon-basket.png) no-repeat center center #fff;
	cursor: pointer;
}

.header__basket__counter {
	position: absolute;
	padding: 5px 10px 0 10px;
	top: 0px;
	right: -10px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #B91E32;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	text-decoration: none;
}

.header__search-icon {
	display: none;
	float: left;
	margin: 20px 0 20px 25px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: url(../images/icon-search.png) no-repeat center center #fff;
	cursor: pointer;
}

.header__top {
	min-height: 30px;
	padding: 9px 0 0;
}

.header__top-left {
	display: inline-block;
}

.header__top-right {
	float: right;
}

.header__info {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 30px;
}
.header__info--tel {
	background: url(../images/icon-tel.png) no-repeat left center;
}
.header__info--mail {
	background: url(../images/icon-mail.png) no-repeat left center;
	margin-left: 10px;
}
.header__info--open {
	margin-right: 30px;
}
a.header__info:hover {
	text-decoration: underline;
}

.header__lang-switch {
	display: inline-block;
}

.header__lang {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 7px 0 0;
	text-decoration: none;
}
.header__lang:hover {
	text-decoration: underline;
}
.header__lang:after {
	content: "|";
	margin: 0 0 0 11px;
	display: inline-block;
}

.header__lang--last {
	margin-right: 0px;
}
.header__lang--last:after {
	content: "";
	margin-left: 0px;
}

.header__login {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 40px 0 20px;
}
.header__login:hover {
	text-decoration: underline;
}

.header__bottom__right {
	float: right;
}

.header__bottom__right__purchase {
	float: right;
	margin-top: 50px;
	margin-bottom: 20px;
}

.header__mobile {
	display: none;
	position: relative;
	border-top: 1px solid #fff;
	margin-bottom: 20px;
	z-index: 30;
}
.header__mobile__link {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	border-bottom: 1px solid #fff;
}

@media(max-width: 950px) {
	.header__bottom__right__purchase {
		margin-top: 0px;
		text-align: left;
		width: 100%;
		padding-left: 10px;
	}
	.header__bottom__right__purchase .header__mobile {
		display: none;
	}

	.header__bottom__right__purchase {
		display: none;
		position: absolute;
		z-index: 30;
		top: 115px;
		left: 0;
		background: #3B6186;
		text-align: center;
		padding-left: 0px;
		padding-bottom: 20px;
	}
	.header__bottom__right__purchase--active {
		display: block;
	}
}

@media(max-width: 630px) {
	.header__bottom__right__purchase {
		top: 70px;
	}
}


@media(max-width: 1160px) {
	.header__search__wrapper {
		max-width: 320px;
	}
}
@media(max-width: 1030px) {
	.header__search__wrapper {
		margin-left: 20px;
	}
	.header__top-left {
		display: block;
		text-align: center;
	}
	.header__top-right {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
}

@media(max-width: 980px) {
	.header__currency {
		display: none;
	}
}
@media(max-width: 950px) {
	.header__search-icon {
		display: inline-block;
	}
	.header__search {
		max-width: 100%;
	}
	.header__search__wrapper {
		display: none;
		margin-left: 0px;
	}
	.header__search__wrapper--active {
		position: absolute;
		z-index: 20;
		top: 80px;
		left: 0;
		width: 100%;
		max-width: 100%;
		padding-bottom: 20px;
		padding-top: 10px;
		background: #3B6186;
		display: block;
		padding-left: 10px;
		padding-right: 10px
	}
	.header__top {
		display: none;
	}
	.header__top--active {
		display: block;
		z-index: 20;
		position: absolute;
		top: 95px;
		left: 0px;
		background: #3B6186;
		width: 100%;
		padding: 20px 0 20px 0;
	}
	.header__menu {
		display: inline-block;
		background: url(../images/icon-menu.svg) no-repeat center center;
		height: 115px;
		width: 75px;
		cursor: pointer;
		float: left;
		margin-right: 20px;
	}
	.header__mobile {
		display: block;
	}
}
@media(max-width: 630px) {
	.header {
		min-height: 70px;
	}
	.header__logo {
		width: 220px;
		height: 70px;
		background-size: 220px;
	}
	.header__search-icon {
		width: 50px;
		height: 50px;
		background-size: 25px;
		margin: 10px 0 0 0;
	}
	.header__basket {
		width: 50px;
		height: 50px;
		background-size: 25px;
		margin: 10px 5px 0 10px;
	}
	.header__menu {
		background-size: 40px;
		height: 70px;
		width: 45px;
	}
	.header__search__wrapper--active {
		top: 35px;
	}
	.header__top--active {
		top: 60px;
	}
	.header__info, .header__login, .header__lang-switch {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media(max-width: 445px) {
	.header__logo {
		width: 140px;
		background-size: 140px;
	}
}

/* Footer */
footer, .footer {
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 19px;
	color: #646464;
	background: #fff;
	padding: 15px 0;
	box-shadow: 2px 2px 2px 0 rgba(160,160,160,0.50);
	margin-top: 70px;
}

.footer__link {
	color: #646464;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	display: block;
	padding: 2px 0;
}
.footer__link--tel {
	padding-left: 30px;
	background: url(../images/icon-tel2.png) no-repeat left center;
	font-weight: 400;
	margin-top: 5px;
}
.footer__link--email {
	text-transform: none;
	padding-left: 30px;
	font-weight: 400;
	background: url(../images/icon-mail2.png) no-repeat left center;
	margin-top: 2px;
}

.footer__link:hover {
	text-decoration: underline;
}

.footer__box {
	display: inline-block;
	margin-left: 40px;
	vertical-align: top;
}

.subfooter {
	height: 75px;
	background: url(../images/icon-payments.png) no-repeat center center #f0f0f0;
}

.cert {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
	width: 620px;
}
.cert__img {
	display: inline-block;
	margin-right: 10px;
}

.basket__footer .cert {
	width: 100%;
	text-align: center;
}

@media(max-width: 1390px) {
	.cert {
		width: 480px;
	}
}

@media(max-width: 1250px) {
	.cert__img--1 {
		display: none;
	}
	.cert__img--2 {
		display: none;
	}

	.cert {
		width: 240px;
	}
	.subfooter {
		background-size: 80%;
	}
}
@media(max-width: 1250px) and (min-width: 971px) {
	.cert {
		width: 50%;
	}
	.footer__box {
		width: 20%;
		margin-left: 3%;
	}

}

@media(max-width: 970px) {
	.footer__box {
		display: block;
		margin-left: 0;
	}
	.cert {
		float: right;
	}
	.basket__footer .cert {
		float: none;
	}
}

@media(max-width: 900px) {
	.subfooter {
		display: none;
	}
}

@media(max-width: 600px) {
	.cert {
		display: none;
	}
	.basket__footer .cert {
		display: block;
	}
}


/* Breadcrumbs
-------------------------------------------------------- */
.breadcrumbs {
	background: rgba(255, 255, 255, 0.6);
	padding: 20px 0;
	position: relative;
	z-index: 10;
}

.breadcrumb {
	color: #3B6186;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
}
.breadcrumb:hover {
	text-decoration: underline;
}

.breadcrumb:before {
	content: ">";
	color: #3B6186;
	font-size: 18px;
	display: inline-block;
	margin: 0 10px;
}
.breadcrumb--first:before {
	content: "";
	margin: 0;
}

.breadcrumb-home {
	display: inline-block;
	background: url(../images/icon-home.svg) no-repeat center center;
	background-size: 20px;
	width: 30px;
	height: 20px;
}

/* Form
-------------------------------------------------------- */
.flabel {
	position: relative;	
	display: block;
	font-size: 12px;
	color: #646464;
	margin: 5px 0 0;
	min-height: 13px;
	line-height: 13px;
	top: 0px;
	left: 0px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.flabel--ok {
	background: url(../images/icon-ok.svg) no-repeat;
	padding-left: 20px;
}
.flabel--error {
	color: #B91E32;
	background: url(../images/icon-error.svg) no-repeat;
	padding-left: 20px;
}

.input-text {
	background: #F0F0F0;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.47);
	font-size: 18px;
	color: #646464;
	font-weight: 500;
	padding: 12px;
	margin: 3px 0 7px 0;
	width: 100%;
}

.input-text--error {
	color: #B91E32 !important;
}
.textarea {
	background: #FFFFFF;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.47);
	font-size: 18px;
	color: #646464;
	font-weight: 500;
	padding: 12px;
	margin-bottom: 10px;
	border: 0px;
	width: 100%;
	height: 120px;
}

.flabel--modern {
	transition: all .5s;
	-webkit-transition: all .5s;
	top: 33px;
	left: 10px;
	font-size: 16px;
	cursor: text;
}

.flabel--modern--filled {
	top: 0px;
	left: 0px;
	font-size: 12px;
}


/* Msg
-------------------------------------------------------- */
.msg {
	background: #A0A0A0;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	width: 100%;
	display: block;
	padding: 12px;
	margin: 10px 0;
}
.msg--ok {
	background: #8CB4DC;
}
.msg--error {
	background: #B91E32;
}

.msg__close {
	display: inline-block;
	background: url(../images/icon-close.png) no-repeat center center;
	width: 22px;
	height: 24px;
	float: right;
	cursor: pointer;
}

/* Line
-------------------------------------------------------- */
.line {
	background: #A0A0A0;
	width: 100%;
	height: 1px;
	clear: both;
}

.line--2 {
	height: 2px;
}

.line--sec {
	background: #3B6186;
}

.line--filter {
	margin: 20px 0;
}

/* Item
-------------------------------------------------------- */
.item {
	position: relative;
	width: 24%;
	float: left;
	text-decoration: none;
	margin-bottom: 20px;
	margin-right: 1%;
	background: #fff;
	box-shadow: 2px 2px 2px 0px rgba(160,160,160,0.50);
	border-radius: 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
	min-height: 445px;
}
.item:hover {
	box-shadow: 0px 0px 2px 2px rgba(245, 174, 35, 0.5);
}
.item--info {
	background: none;
	box-shadow: none;
	text-align: center;
}
.item--info:hover {
	box-shadow: none;
}

.item--info .button {
	width: 100%;
}

.item__info__headline {
	font-size: 22px;
	line-height: 29px;
	font-weight: 500;
	padding: 110px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 220px;
	margin: 0 auto;
}
.item__info__text {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	color: #646464;
	padding: 20px 0 40px;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 220px;
	margin: 0 auto;
}

.item__labels {
	position: absolute;
	top: 0px;
	right: 0px;
}

.item__labels--left {
	left: 0px;
}

.item__desc	{
	padding: 0px 20px;
	text-align: center;
}

.item__img {
	text-align: center;
	display: block;
	padding: 2px 0;
}

.item__img__img {
	width: 235px;
	height: 235px;
	border-radius: 10px;
}

.item__headline {
    color: #646464;
    display: block;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	padding: 10px 0 10px;
	text-decoration: none;
	text-align: left;
    overflow: hidden;
	height: 115px;
}

.item__status {
	color: #000;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	padding-bottom: 10px;
	text-decoration: none;
	width: 50%;
	text-align: left;
	float: left;
	padding: 16px 10px 15px 0;
}

.item__price {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	padding-bottom: 10px;
	text-decoration: none;
	width: 50%;
	text-align: left;
	float: left;
	padding: 14px 0 10px;
}

.item__prices {
	color: #000;
	font-size: 10px;
	line-height: 12px;
	font-weight: 400;
	padding-bottom: 10px;
	text-decoration: none;
	width: 70%;
	text-align: left;
	float: left;
	padding: 16px 0px 7px 0;
}
.item__prices__price {
	display: inline-block;
	color: #000;
	font-size: 24px;
	font-weight: 800;
	text-decoration: none;
	margin-bottom: 8px;
}

.item__buy {
	padding-bottom: 10px;
	text-decoration: none;
	width: 30%;
	text-align: right;
	float: left;
	padding: 7px 0px 4px 0;
}

.item__buy__button {
	display: inline-block;
	height: 42px;
	width: 50px;
	border: 0px;
	background: url(../images/icon-basket-w.png) no-repeat center center #3B6186;
	background-size: 26px;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	border-radius: 10px;
}
.item__buy__button:hover {
	color: #fff;
	background-color: #F5AE23;
	text-decoration: none;
}

.item__category {
	font-size: 8px;
	color: #000000;
	text-transform: uppercase;
	padding: 10px 0;
	text-align: center;
	letter-spacing: 1.2px;
}

.item__button {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 32px;
	display: none;
	padding: 16px;
}
.item:hover .item__button {
	display: none;
}

@media(max-width: 1340px) {
	.item {
		width: 32%;;
	}
}


@media(max-width: 1040px) {
	.item__headline {
		height: 140px;
	}
}

@media(max-width: 720px) {
	.item {
		width: 49%;
	}
	.item__headline {
		height: 150px;
	}
}

@media(max-width: 450px) {
	.item {
		width: 100%;
		margin-right: 0;
	}
	.item__headline {
		height: auto;
	}
}

/* Label */
.label {
	width: 85px;
	height: 85px;
	margin: 10px;
	border-radius: 50%;
	background: none;
	font-size: 24px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}
.label--blue {
	background: #6591E2;
}
.label--green {
	background: #CBD321;
}
.label--orange {
	background: #F5AE23;
}
.label--red {
	background: #B91E32;
}

.label--smalltext {
	font-size: 13px;
}

.label--sectext {
	font-size: 16px;
}

.labelimg {
	margin: 15px 15px 0 15px;
}

@media(max-width: 1200px) {
	.label {
		width: 85px;
		height: 85px;
		font-size: 20px;
	}
	.label--smalltext {
		font-size: 13px;
	}
}

/* Subnav */
.subnav {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 25px auto 0 auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.subnav__sale {
	background: url(../images/icon-sale.png) no-repeat center center;
	height: 82px;
	width: 78px;
	position: absolute;
	z-index: 10;
	top: -23px;
	right: -16px;
	background-size: 60%;
}

@media(max-width: 1200px) {
	.subnav__sale {
		background-size: 30px;
		top: -30px;
		right: -24px;
	}
}

@media(max-width: 1070px) {
	.subnav__sale {
		display: none;
	}
}

.subnav__box {
	position: relative;
	padding: 0;
}

.subnav__sublinks {
	display: block;
	border-top: 2px solid #3B6186;
	padding-bottom: 60px;
}

.subnav__link {
	display: block;
	color: #3B6186;
	border-top: 2px solid #3B6186;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	padding: 10px;
}
.subnav__link:hover {
	text-decoration: underline;
}
.subnav__link:hover {
		color: #fff;
		background: #3B6186;
		text-decoration: none;
}

.subnav__link.xmas_theme {

	background: url('../images/xmas_icon.png') no-repeat right center;
}

.subnav__link--last {
	border-bottom: 2px solid #3B6186;
}

.subnav__link--lastt {
	border-bottom: 2px solid #A0A0A0;
}

.subnav__link--sec {
	border-bottom: 2px solid #A0A0A0;
}
.subnav__link--sect {
	border-top: 2px solid #A0A0A0;
}

.subnav__link--back {
	color: #3B6186;
	padding-left: 30px;
	background: url(../images/arrow-back-left.svg) no-repeat 10px 12px;
	background-size: 10px;
}
.subnav__link--back:hover {
	color: #fff;
	background: url(../images/arrow-back-left-w.svg) no-repeat 10px 12px #3B6186;
	background-size: 10px;
}

.subnav__sublink {
	color: #3B6186;
	background: url(../images/icon-subnav.png) no-repeat 10px 18px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	display: block;
	border-bottom: 2px solid #A0A0A0;
}
.subnav__sublink:hover {
	text-decoration: underline;
}

.subnav__sublink--last {
	border-bottom: 0px solid #A0A0A0;
}

.subnav__subsublinks .subnav__sublink {
	padding: 10px 10px 10px 50px;
	background: url(../images/icon-subnav.png) no-repeat 30px 18px;
}

.subnav--sec .subnav__sublinks {
	display: none;
}

@media (min-width: 1390px) {
	.subnav--sec .subnav__link--active,
	.subnav--sec .subnav__link:hover {
		color: #fff;
		background: #3B6186;
		text-decoration: none;
	}

	.subnav--sec .subnav__sublinks {
		position: absolute;
		left: 293px;
		top: 0px;
		background: #fff;
		padding: 25px 20px;
		border: 3px solid #3B6186;
		z-index: 10;
		width: 1080px;
		border-radius: 10px;
		margin-left: -10px;
		display: none;
	}

	.subnav--sec .subnav__sublinks--bottom {
		top: auto;
		bottom: -60px;
	}

	.subnav--sec .subnav__sublinks--active {
		display: block;
	}
	.subnav--sec .subnav__sublinks--active:before {
		position: absolute;
		top: -30px;
		left: -40px;
		display: block;
		width: 60px;
		content: '';
		height: 300px;
	}

	.subnav--sec .subnav__sublinks--bottom.subnav__sublinks--active:before {
		top: auto;
		bottom: 0px;
	}

	.subnav--sec .subnav__sublink {
		border-bottom: 0px;
		width: 340px;
		float: left;
	}
	.subnav--sec .subnav__sublink:hover {
		color: #fff;
		text-decoration: none;
		background: url(../images/icon-subnav-w.png) no-repeat 10px 18px #3B6186;
	}
}

/* Mobile sublinks
-------------------------------------------------------- */
.mobile__sublinks {
	display: none;
}

.mobile__sublinks__expander {
	background: url(../images/icon-plus-w.svg) no-repeat right 10px top 17px #3B6186;
	padding-right: 40px;
	background-size: 15px;
}
.mobile__sublinks__expander--active {
	background: url(../images/icon-minus-w.svg) no-repeat right 10px top 17px #3B6186;
	background-size: 15px;
}

.mobile__sublinks__expander--active + .mobile__sublinks {
	display: block;
}

.mobile__sublink {
	color: #FFF;
	background: url(../images/icon-subnav-w.png) no-repeat 10px 18px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 10px 10px 30px;
	display: block;
	border-bottom: 2px solid #A0A0A0;
}

.mobile__sublink--last {
	border-bottom: 1px solid #FFF;
}

/* Filter
-------------------------------------------------------- */
.filter {
	width: 100%;
	display: block;
	margin: 30px 0 25px 0;
}

.filter__col {
	width: 33%;
	display: inline-block;
	min-width: 250px;
}
.filter__col--1 {
	text-align: left;
}
.filter__col--2 {
	text-align: center;
}
.filter__col--3 {
	text-align: right;
}


.flink {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #646464;
	text-transform: uppercase;
	margin: 0 7px 0 0;
	text-decoration: none;
}
.flink--first {
	margin-left: 10px;
}
.flink--sec {
	color: #A0A0A0;
}

.flink:hover {
	text-decoration: underline;
}
.flink:after {
	content: "|";
	margin: 0 0 0 10px;
	display: inline-block;
	color: #A0A0A0;
}
.flink--active {
	color: #f5ae23;
}

.farrow {
	display: inline-block;
	margin: 0;
	width: 20px;
	height: 20px;
}
.farrow--up {
	background: url(../images/arrow-f-up.svg) center center no-repeat;
}
.farrow--down {
	background: url(../images/arrow-f-down.svg) center center no-repeat;
}
.farrow--up--active {
	background: url(../images/arrow-f-up-active.svg) center center no-repeat;
}
.farrow--down--active {
	background: url(../images/arrow-f-down-active.svg) center center no-repeat;
}

.farrow--left {
	margin: 0px 5px -5px 5px;
	background: url(../images/arrow-f-left.svg) center center no-repeat;
	width: 25px;
	height: 25px;
}
.farrow--right {
	margin: 0px 5px -5px 5px;
	background: url(../images/arrow-f-right.svg) center center no-repeat;
	width: 25px;
	height: 25px;
}

.fpinfo {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #646464;
	text-decoration: none;
}
.fpinfo__current {
	padding: 7px 10px;
	background: #fff;
	box-shadow: 2px 2px 2px 0 rgba(167,167,167,0.50);
	border-radius: 10px;
	width: 43px;
	text-align: center;
}

.fpinfo__current::-webkit-outer-spin-button,
.fpinfo__current::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.fpage {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #646464;
	text-transform: uppercase;
	margin: 0 7px 0 0;
	text-decoration: none;
}

.fpage:hover {
	text-decoration: underline;
}
.fpage:after {
	content: "|";
	margin: 0 0 0 11px;
	display: inline-block;
	color: #646464;
}

.fpage--last {
	margin: 0;
}
.fpage--last:after {
	content: "";
	margin: 0;
}

.filter__select {
	width: auto;
	height: 30px;
	overflow: hidden;
	color: #A0A0A0;
	font-size: 18px;
	font-weight: 500;
	border: 0px;
	outline: 0px;
	padding-left: 25px;
	background: url(../images/arrow-sec-down.svg) no-repeat 10px center;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.filter__select  select {
	width: 100%;
	height: 30px;
	font-size: 18px;
	padding: 0 0 0 10px;
	outline: 0px;
	border: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0);
	background-image: none;
	-webkit-appearance: none;
}

@media(max-width: 1100px) {
	.flink--first {
		margin-left: 0px;
	}
}

@media(max-width: 800px) {
	.filter__col--3 {
		display: none;
	}
}
@media(max-width: 540px) {
	.filter__col--1 {
		display: none;
	}
	.filter__col--2 {
		text-align: left;
		padding-left: 10px;
	}
}


/* Radio
-------------------------------------------------------- */
.radio {
	display: none;
}

.radio__label {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	color: #646464;
    padding: 0px 0 15px 30px;
}

.radio + .radio__label:before {
	display: inline-block;
	position: absolute;
	content: '';
	background: url(../images/radio.png) -10px 0px;
	width: 25px;
	height: 33px;
	top: -12px;
	left: -10px;
}

.radio:checked + .radio__label:before {
	background: url(../images/radio.png) -39px 0;
}

.radio--small + .radio__label:before {
	background: url(../images/radio-small.png) -10px 0px;
}

.radio--small:checked + .radio__label:before {
	background: url(../images/radio-small.png) -39px 0;
}

/* Checkbox
-------------------------------------------------------- */
.checkbox {
	opacity: 0; filter: alpha(opacity=0);
}

.checkbox__label {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	color: #646464;
    padding: 0px 0 15px 30px;
    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;user-select: none;
}

.checkbox+ .checkbox__label:before {
	display: inline-block;
	position: absolute;
	content: '';
	background: url(../images/checkbox.png) -10px 0px;
	width: 25px;
	height: 33px;
	top: -12px;
	left: -10px;
}

.checkbox:checked + .checkbox__label:before {
	background: url(../images/checkbox.png) -39px 0;
}


/* HP
-------------------------------------------------------- */
.hp__headline {
	margin: 25px 0;
}


/* Cat info
-------------------------------------------------------- */
.catinfo {
	width: 100%;
	max-width: 590px;
	min-height: 180px;
}

.catinfo__headline {
	margin-top: 85px;
	padding-left: 10px;
}

.catinfo__text {
	margin-top: 40px;
	padding-left: 10px;
}

.cat__bg {
	background: url(../images/bg-category.jpg) no-repeat top right;
	top: -64px;
}

@media(max-width: 1230px) {
	.cat__bg {
		background: none !important;
		top: 0;
	}
	.catinfo__headline {
		margin-top: 25px;
	}
}


/* Basket
-------------------------------------------------------- */
.basket {
	margin: 0 auto;
	background: #FFF;
	box-shadow: 2px 2px 2px 0 rgba(167,167,167,0.50);
	border-radius: 10px;
	width: 100%;
	max-width: 915px;
	padding: 35px 25px 25px 25px;
}

.basket__wrapper {
	background: url(../images/bg-basket-top.gif) #F0F0F0 no-repeat top center;
	background-size: 100%;
	padding: 30px 10px 10px 10px;
}

.basket__wrapper.xmas_theme {
	background: url('../images/bg-basket-top-xmas.png') #c4d0dc no-repeat top center; min-height: 830px; 
}

img.xmas_theme {
	background-color: #c4d0dc;
}

.basket__wrapper .container {
	padding: 0;
}

@media (max-width: 950px) {
	.basket__wrapper {
		background: #F0F0F0;
	}
}

.basket__wrapper ~ .footer {
	margin-top: 0px;
}

.basket__headline {
	margin-bottom: 35px;
	text-align: center;
}

.bitem {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #A0A0A0;
	padding: 5px 0;
}
.bitem--first {
	border-top: 1px solid #A0A0A0;
}

.bitem__img {
	display: table-cell;
	vertical-align: middle;
	width: 110px;
}

.bitem__name {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #646464;
	font-weight: 400;
	width: 430px;
	line-height: 29px;
	min-height: 55px;
	text-decoration: none;
}

.bitem__ks {
	display: table-cell;
	vertical-align: middle;
}

.bitem__price {
	display: table-cell;
	vertical-align: middle;
	font-size: 26px;
	color: #646464;
	font-weight: 500;
	width: 160px;
	text-align: right;
	padding-right: 15px;
}

.bitem__close {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.bitem__close__icon {
	display: inline-block;
	background: url(../images/icon-p-close.svg) no-repeat;
	width: 20px;
	height: 20px;
}

@media(max-width: 750px) {
	.bitem__img {
		display: inline-block;
		width: 20%;
		float: left;
	}
	.bitem__name {
		display: inline-block;
		width: 70%;
		max-width: 100%;
	}
	.bitem__price {
		display: inline-block;
		width: 30%;
	}
	.bitem__ks {
		display: inline-block;
		width: 20%;
		margin-right: 20%;
	}
	.bitem__close {
		position: absolute;
		top: 10px;
		right: 0;
		display: block;
		width: 10%;
	}
}

.h-clear-m {
	display: none;
}

@media(max-width: 520px) {
	.h-clear-m {
		display: block;
		clear: both;
	}
	.bitem__price {
		width: 140px;
		text-align: right;
		position: absolute;
		bottom: 25px;
		right: -15px;
	}
	.bitem__ks {
		display: inline-block;
		width: 30%;
		margin-right: 0;
		margin-left: 15%;
	}
}


/* bitem form ks
-------------------------------------------------------- */
.bitem__form {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

input[type="number"].bitem__number, input[type="text"].bitem__number {
	width: 84px;
	padding: 17px 35px 17px 10px;
	margin: 0 10px 10px 10px;
	display: inline-block;
	background: url(../images/icon-ks.png) no-repeat 37px 14px;
	color: #646464;
	font-size: 22px;
	font-weight: 400;
}

input[type="number"].bitem__number::-webkit-outer-spin-button,
input[type="number"].bitem__number::-webkit-inner-spin-button,
input[type="text"].bitem__number::-webkit-outer-spin-button,
input[type="text"].bitem__number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.bitem__number__switcher {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	width: 27px;
	height: 74px;
}
.bitem__number__switcher__plus {
	width: 27px;
	height: 35px;
	background: url(../images/arrow-p-up.svg) no-repeat 0 8px;
	cursor: pointer;
}
.bitem__number__switcher__minus {
	width: 27px;
	height: 33px;
	background: url(../images/arrow-p-down.svg) no-repeat 0 8px;
	cursor: pointer;
}


/* Baseket info */
.basket__info {
	background: (../images/icon-shipping.png) no-repeat;
	padding: 50px 0;
	border-bottom: 1px solid #A0A0A0;
	margin-bottom: 25px;
}

.basket__info__return {
	background: url(../images/arrow-return.png) no-repeat;
	height: 29px;
	font-size: 22px;
	color: #406188;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 40px;
	display: inline-block;
	max-width: 320px;
}

.basket__info__delivery {
	background: url(../images/icon-shipping.png) no-repeat;
	width: 50px;
	height: 40px;
	display: inline-block;
	float: right;
}

.basket__info__price {
	display: inline-block;
	text-align: right;
	font-weight: 800;
	font-size: 34px;
	color: #646464;
	float: right;
	width: 220px;
	padding-right: 20px;
}
.basket__info__price__dph {
	font-size: 12px;
	font-weight: 400;
}

.basket__btnw {
	text-align: center;
}

@media(max-width: 750px) {
	.basket__info__return {
		background-size: 25px;
		font-size: 18px;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Product */
.product {
	background: #FFFFFF;
	box-shadow: 2px 2px 2px 0 rgba(167,167,167,0.50);
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 25px;
	padding: 30px 25px 10px 25px;
}

.product__headline {
	color: #000;
	margin-bottom: 10px;
}

.product__wrapper {
	display: block;
	padding: 10px 0;
}

.product__img {
	position: relative;
	width: 50%;
	float: left;
}

.product__slider {
	width: 100%;
}

.product__slider__prev {
	position: absolute;
	top: 45%;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/arrow-c-left.svg) no-repeat center center;
	cursor: pointer;
}

.product__slider__next {
	position: absolute;
	top: 45%;
	right: 10px;
	width: 40px;
	height: 40px;
	background: url(../images/arrow-c-right.svg) no-repeat center center;
	cursor: pointer;
}

.product__info {
	width: 50%;
	float: left;
}
.product__info__labels {
	float: right;
}
.product__info__labels .label {
	float: left;
	margin: 0 0 0 4px;
}

.product__info__labels .labelimg {
	float: left;
	margin: 0 0 0 4px;
}

.product__benefits {
	width: 100%;
	margin: 60px 0 20px;
}

.product__benefits__icons {
	float: right;
}
.product__benefits__icons img {
	margin-left: 10px;
}

.product__price {
	padding: 25px 0;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
}

.product__price__normal {
	color: #000;
	font-size: 16px;
	line-height: 26px;
	float: left;
}

.product__price__current {
	color: #000;
	font-size: 34px;
	font-weight: 800;
	text-align: right;
}

.product__price__current__dph {
	width: 100%;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.product__buy {
	margin: 20px 0;
}

.product__buy__button {
	float: right;
	padding: 19px 50px;
}

.product__desc {
	margin: 30px 0;
}
.product__desc p {
	font-size: 18px;
	line-height: 25px;
}

.product__specs {
	width: 100%;
}

.product__spec {
	display: inline-block;
	position: relative;
	width: 100%;
	min-height: 70px;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
}
.product__spec--sec {
	float: right;
}

.product__spec__text {
	padding-top: 25px;
	font-size: 16px;
	color: #646464;
	text-transform: uppercase;
	cursor: pointer;
}

.product__spec__icons {
	position: absolute;
	top: 7px;
	right: 0;
}

.product__spec__icon {
	margin-left: 10px;
}

.product__links {
	padding: 30px 0;
}

.product__link {
	color: #406188;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
}
.product__link:after {
	content: '•';
	display: inline-block;
	margin: 0 0 0 4px;
}
.product__link--last:after {
	content: '';
	margin: 0;
}
.product__link:hover {
	text-decoration: underline;
}

.product__code {
	font-weight: 400;
	color: #000;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #A0A0A0;
	padding-top: 10px;
}

.product__spec__more {
	padding: 15px 25px 15px 25px;
	font-size: 16px;
	color: #646464;
	text-transform: uppercase;
	float: right;
	background: url(../images/arrow-sec-down.svg) no-repeat right center;
	cursor: pointer;
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;user-select: none;
}
.product__spec__more--active {
	background: url(../images/arrow-sec-up.svg) no-repeat right center;
}

.product__spec__print {
	display: none;
}

.product__spec__print--active {
	display: inline-block;
}

.product__spec__content {
	padding: 50px 0;
	display: none;
}
.product__spec__content p {
	font-size: 18px;
	line-height: 25px;
}

.product__spec__content--active {
	display: block;
}

.product__buy__btn-wrapper {
	float: right;
}

@media(max-width: 1080px) {
	.product__buy .bitem__form {
		display: none;
	}
}

@media(max-width: 700px) {
	.product__headline {
		font-size: 30px;
	}
}

@media(max-width: 600px) {
	.product__img {
		width: 100%;
	}
	.product__info {
		width: 100%;
	}
}

@media(max-width: 510px) {
	.product__spec__icons {
		position: relative;
		min-height: 80px;
	}
	.product__benefits {
		margin-top: 20px;
	}
	.product__buy__button {
		float: none;
	}
	.product__buy__btn-wrapper {
		float: none;
		text-align: center;
	}
}

/* Product icon */
.picon {
	width: 42px;
	height: 51px;
	display: inline-block;
	background: url(../images/icons-spec.png) no-repeat;
}
.picon--pdf {
	background: url(../images/icons-spec.png) no-repeat 0px -51px;
}
.picon--pdf:hover {
	background: url(../images/icons-spec.png) no-repeat -42px -51px;
}
.picon--word {
	background: url(../images/icons-spec.png) no-repeat 0px 0px;
}
.picon--word:hover {
	background: url(../images/icons-spec.png) no-repeat -42px 0px;
}
.picon--print {
	background: url(../images/icons-spec.png) no-repeat 0px -102px;
}
.picon--print:hover {
	background: url(../images/icons-spec.png) no-repeat -42px -102px;
}

/* Banner */
.banner {
	margin-bottom: 20px;
	max-width: 100%;
	position: relative;
}
.banner--small {
	margin-top: 70px;
}

.banner__close {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 10px;
	width: 10px;
	background: url(../images/icon-p-close.svg) no-repeat center center;
	cursor: pointer;
}

@media(max-width: 950px) {
	.banner {
		display: none;
	}
}

/* Col */
.col {
	position: relative;
	width: 32%;
	float: left;
	margin: 0 0.5% 0 0.5%;
}

.col__content {
	position: relative;
	width: 100%;
	padding: 25px;
}
.col__content--box {
	background: #FFFFFF;
	box-shadow: 2px 2px 2px 0 rgba(160,160,160,0.50);
	border-radius: 10px;
}

.col__button {
	margin-top: 25px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.col__button .button {
	width: 100%;
}

.col__select__wrapper {
	padding: 20px 20px 0 20px;
}
.col__select {
	width: 100%;
	height: 40px;
	background: #fff;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.47);
	font-size: 18px;
	color: #646464;
	font-weight: 500;
	overflow: hidden;
	border: 0px;
	outline: 0px;
	background: url(../images/arrow-select-down.svg) no-repeat right center #fff;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}
.col__select select {
	width: 100%;
	height: 40px;
	font-size: 18px;
	padding: 0 0 0 10px;
	outline: 0px;
	border: none;
	box-shadow: none;
	background: rgba(0, 0, 0, 0);
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#id_cou_invoice_cover {
	background: url(../images/arrow-select-down.svg) no-repeat right center #F0F0F0;
	margin-top: 3px;
	height: 48px;
}
#id_cou_invoice_cover select {
	height: 48px;
}

@media(max-width: 950px) {
	.col {
		width: 100%;
		float: none;
	}
}


/* JS helpers */
.js-tab-item--hide {
	display: none;
}

.js-checkbox-item {
	display: none;
	margin-bottom: 20px;
}

.js-checkbox-control:checked ~ .js-checkbox-item {
	display: block;
}


/* Cline */
.cline {
	background: #3B6186;
	width: 100%;
	height: 1px;
	clear: both;
}
.cline--mt {
	margin-top: 20px;
}
.cline--mb {
	margin-bottom: 20px;
}
.cline--sec {
	background: #A0A0A0;
}

/* Counter */
.counter {
	width: 100%;
	text-decoration: none;
}

.counter__number {
	width: 70px;
	height: 70px;
	background: #FFFFFF;
	color: #A0A0A0;
	font-size: 34px;
	font-weight: 800;
	border-radius: 50%;
	text-align: center;
	padding-top: 15px;
	margin: 5px auto;
}
.counter--finished .counter__number {
	background: #F5AE23;
	color: #fff;
}

.counter__text {
	display: none;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

@media(max-width: 950px) {
	.counter--mobileinactive {
		border-top: 1px solid #3B6186;
		border-bottom: 1px solid #3B6186;
		display: block;
	}
	.counter--nobt {
		border-top: 0px;
	}
	.counter--mobileinactive .counter__number {
		width: 30px;
		height: 30px;
		font-size: 18px;
		display: inline-block;
		margin: 15px;
		padding-top: 5px;
	}
	.counter--mobileinactive .counter__text {
		display: inline-block;
	}
	.col__mobilehide--yes {
		display: none;
	}
	.col__mobilehide--no {
		display: block;
	}
	.counter--mobilehide {
		display: none;
	}
}

/* Tab */
.tabs {
	position: relative;
	top: 20px;
}
.tab {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #3B6186;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	padding: 20px 0 40px;
	background: #8CB4DC;
	box-shadow: 2px 2px 2px 0 rgba(167,167,167,0.50);
	border-radius: 10px;
	width: 48%;
}
.tab--sec {
	float: right;
}
.tab--active {
	background: #FFFFFF;
}


/* Box */
.box {
	position: relative;
	width: 100%;
	padding: 10px 5px;
	color: #3B6186;
	font-weight: 500;
	font-size: 16px;
}

.box--sec {
	color: #646464;
}

.box__1-2 {
	width: 69%;
	display: inline-block;
}
.box__2-2 {
	width: 29%;
	display: inline-block;
	text-align: right;
}
.radio__label .box__2-2 {
	vertical-align: top;
}

.box__1-3 {
	display: table-cell;
	vertical-align: middle;
	width: 69%;
	font-size: 12px;
	font-weight: 400;
}
.box__2-3 {
	display: table-cell;
	vertical-align: middle;
	width: 9%;
	font-size: 16px;
	text-align: right;
}
.box__3-3 {
	display: table-cell;
	vertical-align: middle;
	width: 19%;
	font-size: 16px;
	text-align: right;
}

.box__h1-2 {
	display: inline-block;
	width: 48%;
}
.box__h2-2 {
	display: inline-block;
	width: 48%;
	float: right;
}

.box__t1-2 {
	display: inline-block;
	width: 58%;
}
.box__t2-2 {
	display: inline-block;
	width: 38%;
	float: right;
}

.box__stext {
	font-size: 12px;
	font-weight: 400;
}

.box__edit {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	color: #3B6186;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-top: 35px;
}
.box__edit:hover {
	text-decoration: underline;
}

.box--tc {
	display: table;
}
.box--tc .box__3-3 {
	padding-right: 5px;
}

/* Box elements */
.change__small {
	text-decoration: underline;
	cursor: pointer;
	color: #3B6186;
	font-size: 16px;
	font-weight: 400;
	display: none;
}
.change__small:hover {
	text-decoration: none;
}

/* Pickup */
.pickup {
	display: block;
}

.pickup__name {
	display: inline-block;
	color: #646464;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.pickup__desc {
	color: #646464;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.pickup__select {
	width: 100%;
}
.pickup__change {
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
	color: #3B6186;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-left: 5px;
}
.pickup__change:hover {
	text-decoration: none;
}

/* Contact */
.contact__adress {
	font-size: 22px;
	line-height: 29px;
	font-weight: 500;
	color: #646464;
	margin-bottom: 20px;
}

.contact__desc {
	margin: 20px 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #646464;
}

/* Tooltip */
.tooltip {
	float: right;
	cursor: help;
}
.tooltip--inline {
	float: none;
	margin-left: 5px;
}

/* Infofooter */
.infofooter__overeni {
	width: 100%;
	text-align: center;
}

.infofooter__overeni {
	width: 100%;
	text-align: center;
}

.infofooter__overeni__headline {
	margin: 10px 0;
}
.infofooter__overeni__img {
	margin-bottom: 20px;
}

.infofooter__bottom {
	padding: 20px 0 20px;
	font-size: 14px;
	border-top: 2px solid #fff;
}

.infofooter__link {
	color: #646464;
	margin-right: 10px;
	margin-top: 10px;
}

.infofooter__bottom__right {
	float: right;
	margin-top: 10px;

}
@media(max-width: 800px) {
	.infofooter__bottom {
		text-align: center;
	}
	.infofooter__bottom__right {
		float: none;
	}
}

/* Lightbox */
.lightbox__wrapper {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}
.lightbox__wrapper--active {
	display: block;
}

.lightbox {
	position: relative;
	max-width: 800px;
	padding: 70px 30px;
	margin: 50px auto;
	background: #fff;
	border-radius: 10px;
	min-height: 200px;
	box-shadow: 2px 2px 2px 0px rgba(160,160,160,0.50);
}
.lightbox__close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/icon-p-close.svg) no-repeat center center;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.lightbox__content {
	margin-top: 0px;
}

.js-lightbox-show {
	cursor: pointer;
}

/* Suggest */
#find_suggest {
	visibility: hidden;
	position: absolute;
	background-color: #fff;
	max-width: 440px;
	width: 100%;
	z-index: 20;
	padding: 0px 10px 10px;
	border: 1px solid #cecece;
	font-size: 12px;
	border-radius: 10px;
	line-height: 25px;
	top: 65px;
}
#find_suggest p {
	background-color: #fff;
	color: #326696;
	margin: 0;
	padding: 5px 10px;
	margin-top: 10px
}
#find_suggest a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
	border-bottom: 1px #cecece solid;
	color: #646464;
}
#find_suggest a.lastRow {
	padding: 5px 10px;
	border-bottom: 0;
	background-color: #326696;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
#find_suggest a.lastRow:hover {
	background-color: #f5ae23;
}
#find_suggest a:hover {
	background-color: #e0e0e0;
}
#ajSelItem {
	background-color: #ffc;
}

.header__search__wrapper form {
	position: relative;
}

@media (max-width: 1400px) {
	#find_suggest {
		display: none;
	}
}