@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

HTML,
BODY {
	font-family: 'Lato', sans-serif;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

IMG {
	border: none;
	vertical-align: top;
}

A {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

A:hover {
	text-decoration: underline;
}

.wrapper {
	position: relative;
	min-width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
}

.sizer {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.blue-button {
	background-color: #3166ce;
	padding: 5px 20px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.blue-button:hover {
	background-color: #2b65e0;
	text-decoration: none;
}

/* Header */

.uheader {
	background-color: rgba(255, 255, 255, 1);
}

.header-cont .text-34 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-cont .text-34>p {
	margin-left: 30px;
	line-height: 24px;
}

.header-cont .text-34 .phone {
	padding-left: 32px;
	background-image: url("/template/images/phone.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px;
}

.header-cont .text-34 .email {
	padding-left: 32px;
	background-image: url("/template/images/email.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px;
}

.header-cont .blue-button {
	padding-right: 50px;
}

.header-cont .blue-button::after {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 40px;
	background-image: url("/template/images/btn-arrow-small.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 30px;
	transition: all 0.3s ease-in-out;
}

.header-cont .blue-button:hover::after {
	width: 36px;
}

.header {
	background-color: #f4f4f4;
}

.header .sizer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .menu-button {
	display: none;
	width: 32px;
	min-width: 32px;
	height: 48px;
	background-image: url("/template/images/menu.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

.header .menu-button-close {
	background-image: url("/template/images/close.svg");
}

.header .logo {
	width: 160px;
	padding: 16px 0px;
}

.header .logo img {
	width: 100%;
}

.header .sizer>div:last-child {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
}

.header .sizer>div:last-child>div {
	margin-left: 30px;
}

.header .header-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}

.header .header-menu>ul>li {
	margin-left: 30px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
}

.header .header-menu>ul>li.has-child {
	padding-right: 20px;
	background-image: url("/template/images/bottom.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.header .header-menu ul>li>ul {
	flex-direction: column;
	display: flex;
	visibility: hidden;
	position: absolute;
	left: -10px;
	opacity: 0;
	background-color: #fff;
	padding: 5px;
	z-index: 2;
}

.header .header-menu ul>li>ul>li {
	padding: 5px;
	line-height: 24px;
	white-space: nowrap;
}

.header .header-menu ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.3s linear;
}

.header .header-menu li.selected>a {
	color: #f4a460;
}

.header .small-cart {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	background-image: url("/template/images/cart.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.header .small-cart>div {
	position: absolute;
	height: 18px;
	min-width: 18px;
	border-radius: 9px;
	top: -18px;
	left: 0px;
	text-align: center;
	color: #fff;
	background-color: #f4a460;
}

.header .small-cart>div:empty {
	display: none;
}

.header .shop-user-menu {
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
}

.header .shop-user-menu>div:last-child {
	position: absolute;
	top: 100%;
	left: 0px;
	transform: translateX(-50px);
	display: flex;
	visibility: hidden;
	opacity: 0;
	padding: 10px 0px;
}

.header .shop-user-menu>div:last-child>div {
	padding: 0px 0px 0px 10px;
}

.header .shop-user-menu>div.user-button {
	width: 20px;
	height: 20px;
	background-image: url("/template/images/user.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.header .shop-user-menu:hover>div:last-child {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.3s linear;
}

.header .currency {
	padding-right: 20px;
	background-image: url("/template/images/bottom.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	text-align: center;
	display: none;
}

.header .currency:hover {
	background-image: none;
}

.header .currency>div {
	display: none;
	cursor: pointer;
	padding: 5px;
}

.header .currency>div:hover {
	text-decoration: underline;
}

.header .currency:hover>div {
	display: block;
}

.header .currency>div.selected {
	font-weight: bold;
	display: block;
}

.header .env {
	display: none;
}

.header .env>div {
	display: none;
	text-align: center;
	width: 50px;
	height: 22px;
	margin: 3px 0px;
	position: relative;
	font-weight: bold;
	text-decoration: none;
}

.header .env>div>a {
	font-size: 0px;
	display: none;
}

.header .env:hover>div {
	opacity: 0.7;
	display: block;
}

.header .env:hover>div:hover {
	opacity: 1;
}

.header .env:hover>div>a {
	display: block;
	width: 45px;
	height: 22px;
}

.header .env>div.selected {
	display: block;
}

.header .env>div {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.header .env>div.en {
	background-image: url("/template/images/en.png");
}

.header .env>div.ru {
	background-image: url("/template/images/ru.png");
}

.header .env>div.cz {
	background-image: url("/template/images/cz.png");
}

.header .env>div.de {
	background-image: url("/template/images/de.png");
}

/* Search */

.header .search-button {
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-image: url("/template/images/search.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
}

.search-form {
	position: relative;
	margin-bottom: 10px;
	display: none;
}

.search-form input {
	width: 100%;
	padding: 8px;
	font-size: 1em;
	border: 1px solid #eee;
	border-radius: 5px;
	box-sizing: border-box;
}

.search-form button {
	font-size: 0px;
	color: #fff;
	width: 20px;
	height: 20px;
	background-image: url("/template/images/search.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	position: absolute;
	right: 10px;
	top: 7px;
	border: none;
	background-color: transparent;
}

/* Content */

.content>.slick-dotted.slick-slider {
	margin-bottom: 60px;
}

.slider img {
	width: 100%;
}

/* Shop */

.shop {
	display: flex;
}

.shop .shop-left {
	display: none;
	min-width: 200px;
	width: 200px;
	max-width: 200px;
	flex-basis: 200px;
	padding-right: 20px;
}

.shop .shop-content {
	flex-grow: 1;
}

.catalogue-text {
	padding: 0px 10px 0px 0px;
}

.shop-items-view-header {
	background-color: #f8f8f8;
	display: flex;
	justify-content: space-between;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 20px;
}

.shop-items-view-header select {
	margin-left: 10px;
}

/* Items Filter */

.items-filter>.shop-search>.param-name:first-child {
	margin-top: 0px;
}

.items-filter .param-name {
	font-weight: bold;
	padding: 7px 5px;
	margin: 20px 0px 10px 0px;
	background-color: #f8f8f8;
}

.items-filter .param-price>div {
	display: inline-block;
	vertical-align: top;
}

.items-filter .param-price input {
	width: 50px;
	margin: 0px 5px;
}

.items-filter .range-slider {
	padding-right: 30px;
	margin: 10px 0px;
}

.items-filter .param-values {
	max-height: 80px;
	overflow-y: hidden;
	line-height: 20px;
}

.items-filter .param-values>div {
	cursor: pointer;
}

.items-filter .param-checkbox {
	margin-top: 20px;
}

.items-filter .param-values>div>a,
.items-filter .param-checkbox>a {
	display: block;
	padding-left: 20px;
	background-image: url('/template/images/items-filter.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 14px;
}

.items-filter .param-values>div>a.selected,
.items-filter .param-checkbox>a.selected {
	background-image: url('/template/images/items-filter-on.svg');
}

.items-filter .param-values>div:hover {
	text-decoration: underline;
}

.items-filter .show-other {
	font-size: 0.8em;
	margin: 5px 0px;
	opacity: 0.6;
	cursor: pointer;
}

.items-filter-button {
	display: none;
	background-image: url('/template/images/filter.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-left: 26px;
	margin-bottom: 20px;
}

/* Items View */

.shop-view {
	overflow-x: hidden;
}

.shop-items-view {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -10px;
}

.shop-items-view>div {
	flex-basis: calc(33.3% - 20px);
	margin: 0px 10px 20px 10px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #f8f8f8;
	text-align: center;
	position: relative;
}

.shop-items-view>div>div {
	padding-bottom: 20px;
}

.shop-items-view .image {
	padding: 10px;
	flex-basis: 200px;
	text-align: center;
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 10px;
}

.shop-items-view .name {
	flex-grow: 1;
}

.shop-items-view .price {
	padding: 0px;
}

.shop-items-view .price+div {
	display: none;
}

.shop-items-view>div img {
	max-width: 100%;
	border-radius: 6px;
}

.shop-items-view-next {
	color: #f4a460;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 10px 20px;
	margin-top: 20px;
	cursor: pointer;
}

.shop-items-view .name {
	position: relative;
}

.shop-items-view .quick-view {
	position: absolute;
	top: -40px;
	left: 10px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background-image: url("/template/images/detail.svg");
	background-image: url("/template/images/detail.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
}

/* Labels */

.label-9,
.label-18,
.label-27 {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #f4a460;
	border-radius: 6px;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
}

.label-76,
.label-77,
.label-78 {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #ce2d53;
	border-radius: 6px;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
}

/* Offer View */

.shop-offer-view {
	display: flex;
}

.shop-offer-view>div {
	box-sizing: border-box;
}

.shop-offer-view>div:last-child {
	flex-grow: 1;
}

.shop-offer-view .images {
	padding-right: 40px;
	min-width: 300px;
	max-width: 500px;
}

.shop-offer-view .images .images-view img {
	width: 100%;
}

.shop-offer-view .images .images-preview>div {
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.shop-offer-view .images .images-preview img {
	height: 60px;
}

.shop-offer-view-info h1 {
	font-size: 1.5em;
	margin: 0px;
}

.shop-offer-view-info .not-in-stock {
	color: #f00;
}

.shop-offer-view-info>div {
	margin-bottom: 10px;
}

.shop-offer-view-info .price {
	margin: 10px 0px;
}

.shop-offer-view-data>div {
	margin-bottom: 10px;
}

.shop-offer-select-title {
	font-weight: bold;
}

.shop-offer-select>div {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.shop-offer-select a.selected {
	font-weight: bold;
}

.shop-offer-view-data>div>div {
	display: inline-block;
	vertical-align: top;
}

.shop-offer-view-data>div>div:first-child {
	font-weight: bold;
	padding-right: 10px;
}

.shop .login,
.shop .register,
.shop .restore,
.shop .user {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.shop .login .row-password+div {
	float: right;
	line-height: 34px;
}

.user .price-view {
	padding-bottom: 0px;
}

.user .price-view>div {
	font-size: 1em;
}

.user .price-view>div:before {
	background-size: 8px;
	background-position: left top 3px;
}

.user .price-view .price-nds {
	display: none;
}

.shop-user-links {
	display: flex;
}

.shop-user-links>a {
	margin: 0px 20px 20px 0px;
}

.shop-user-links>a.selected {
	font-weight: bold;
}

.shop-user-links {
	margin-bottom: 20px;
}

.shop-user-orders,
.shop-user-order-offers {
	border-collapse: collapse;
}

.shop-user-order-offers .not-count {
	color: #f00;
	font-weight: bold;
	opacity: 0.5;
}

.shop-user-orders td,
.shop-user-orders th,
.shop-user-order-offers td,
.shop-user-order-offers th {
	padding: 5px 10px;
}

.shop-user-orders td,
.shop-user-order-offers td {
	border-top: 1px solid #eee;
}

.shop-user-orders tbody tr {
	cursor: pointer;
}

.shop-user-orders tbody tr:hover {
	background-color: #f8f8f8;
}

.shop-user-order-offers tbody td:nth-child(2),
.shop-user-order-offers tbody td:nth-child(3),
.shop-user-order-offers tbody td:nth-child(4) {
	text-align: center;
}

.shop-user-order>div {
	margin-bottom: 10px;
}

.shop-user-address {
	margin: 20px 0px;
}

.shop-user-address>div {
	display: flex;
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}

.shop-user-address>div:last-child {
	border-bottom: none;
}

.shop-user-address>div>div:first-child {
	flex-grow: 1;
}

.shop-user-address>div .delete:after {
	content: "X";
	color: #f00;
	cursor: pointer;
}

.pay-button {
	display: inline-block;
	padding: 10px 20px 10px 60px;
	margin: 20px 0px;
	background-color: rgba(248, 248, 248, 0.9);
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	background-image: url("/template/images/pay.svg");
	background-position: left 10px center;
	background-size: 32px;
	background-repeat: no-repeat;
}

.paid {
	font-size: 1.1em;
	padding: 20px 0px 20px 60px;
	font-weight: bold;
	background-image: url("/template/images/ok.svg");
	background-position: left 10px center;
	background-size: 32px;
	background-repeat: no-repeat;
}

/* Price View */

.price-view {
	/* 	padding: 0px 0px 20px 0px; */
}

.price-view>div {
	display: inline-block;
	vertical-align: bottom;
	padding-right: 10px;
	position: relative;
	font-size: 20px;
	font-weight: 500;
}

.price-view>div:before {
	content: "";
	height: 14px;
	width: 14px;
	display: inline-block;
	background-image: url("/template/images/eur.svg");
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 5px;
}

.price-view>div.RUB:before,
.price-view>div.RUB .price-nds:before {
	background-image: url("/template/images/rub.svg");
}

.price-view>div.CZK:before,
.price-view>div.CZK .price-nds:before {
	background-image: url("/template/images/czk.svg");
}

.price-view .with-sale {
	opacity: 0.3;
	text-decoration: line-through;
	font-size: 0.8em;
}

.price-view>div.with-sale::before {
	width: 8px;
	height: 8px;
}

.price-view .sale {
	font-weight: bold;
	color: #ce2d53;
}

.price-view>div.sale:before {
	background-image: url("/template/images/eur_r.svg");
}

.price-view>div.sale.RUB:before {
	background-image: url("/template/images/rub_r.svg");
}

.price-view>div.sale.CZK:before {
	background-image: url("/template/images/czk_r.svg");
}

.price-view .price-nds {
	position: absolute;
	font-size: 0.6em;
	left: 5px;
	bottom: -15px;
	white-space: nowrap;
	opacity: 0.5;
}

.price-view .price-nds:before {
	content: "";
	height: 8px;
	width: 8px;
	display: inline-block;
	background-image: url("/template/images/eur.svg");
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 3px;
}

.price-view .with-sale .price-nds {
	display: none;
}

/* To Cart */

.to-cart {
	display: flex;
	align-items: center;
}

.to-cart>div {
	position: relative;
}

.to-cart button,
.in-cart {
	cursor: pointer;
	background-color: #eee;
	line-height: 24px;
	font-size: 1em;
}

.to-cart>div:first-child {
	padding-right: 10px;
}

.to-cart>div:first-child button,
.cart .cart-offers>div>div:last-child>div button {
	border: none;
	width: 24px;
	height: 24px;
	background-color: #f4a460;
	border-radius: 12px;
	color: #fff;
	position: absolute;
	top: 0px;
}

.to-cart>div:first-child>button:first-child,
.cart .cart-offers>div>div:last-child>div>button:first-child {
	left: 0px;
}

.to-cart>div:first-child>button:last-child {
	right: 10px;
}

.cart .cart-offers>div>div:last-child>div>button:last-child {
	right: 0px;
}

.to-cart>div:first-child input,
.cart .cart-offers>div>div:last-child>div input {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	border: none;
	min-width: 80px;
}

.to-cart>div:last-child button,
.in-cart {
	display: block;
	white-space: nowrap;
	padding: 3px 10px 3px 30px;
	background-color: #f4a460;
	color: #fff;
	border-radius: 6px;
	border: none;
	background-image: url("/template/images/cart_w.svg");
	background-size: 16px;
	background-position: left 8px center;
	background-repeat: no-repeat;
}

.in-cart {
	display: inline-block;
	opacity: 0.4;
}

.to-cart-items .to-cart-item {
	display: table;
}

.to-cart-items .to-cart-item>div {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}

.to-cart-items .to-cart-item .image img {
	max-width: 100px;
	max-height: 100px;
}

.to-cart-items .to-cart-item .price-count>div {
	display: inline-block;
	vertical-align: top;
}

.to-cart-items .to-cart-item .price-count>div:nth-child(2):before {
	content: " x ";
}

.to-cart-items .to-cart-item .price-count>div:nth-child(2):after {
	content: " = ";
	padding-right: 10px;
}

.to-cart-items .to-cart-footer {
	font-weight: bold;
	margin-top: 20px;
}

.to-cart-items .to-cart-footer>div:first-child .price-view {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.to-cart-items .to-cart-footer>div.to-cart-footer-link {
	display: inline-block;
	vertical-align: top;
	margin: 20px 20px 20px 0px;
	cursor: pointer;
}

/* Cart */

.cart {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
}

.cart .cart-offers {
	display: flex;
	display: grid;
	flex-direction: column;
}

.cart .cart-offers>div {
	display: flex;
	min-height: 100px;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}

.cart .cart-offers .image {
	min-width: 100px;
	text-align: center;
}

.cart .cart-offers .image img {
	max-width: 100px;
	max-height: 100px;
}

.cart .cart-offers .info {
	padding: 0px 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.cart .cart-offers .info .param>div {
	display: inline-block;
	vertical-align: top;
}

.cart .cart-offers .info .param>div:first-child {
	font-weight: bold;
	padding-right: 5px;
}

.cart .cart-offers>div>div:last-child {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.cart .cart-offers>div>div:last-child>div {
	white-space: nowrap;
	position: relative;
}

.cart .cart-offers>.sum {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0px;
}

.cart .cart-offers>.sum>div {
	display: inline-block;
	vertical-align: top;
}

.cart .cart-offers .delete:after {
	content: "x";
	color: #f00;
	cursor: pointer;
}

.cart .cart-offers>.min-sum {
	color: #f00;
}

.cart .cart-offers>.min-sum>div {
	display: inline-block;
	vertical-align: top;
}

.cart .cart-offers .price-view>div {
	padding-right: 0px;
}

.cart .cart-promo,
.cart .cart-delivery,
.cart .cart-pay,
.cart .cart-order {
	background-color: #f8f8f8;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.cart .cart-promo h3,
.cart .cart-delivery h3,
.cart .cart-pay h3,
.cart .cart-order h3 {
	padding: 0px;
	margin: 0px;
}

.cart .cart-promo .promo-code {
	display: inline-block;
	vertical-align: text-top;
	font-weight: bold;
}

.cart .cart-promo .delete-promo {
	display: inline-block;
	vertical-align: text-top;
	color: #f00;
	margin-left: 10px;
	cursor: pointer;
}

.cart .cart-promo .promo-error {
	color: #f00;
	margin-top: 10px;
}

.cart .cart-delivery>div {
	margin-top: 20px;
}

.cart .cart-delivery>div:first-child>div {
	cursor: pointer;
	margin: 10px 0px;
}

.cart .cart-delivery>div:first-child>div.selected {
	font-weight: bold;
}

.cart .cart-delivery div[data-delivery="4"] {
	display: none;
}

.cart .cart-delivery .delivery-name {
	display: none;
}

.cart .cart-delivery .price-view {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.cart .cart-delivery .delivery-adresses>div {
	margin: 10px 0px;
	cursor: pointer;
}

.cart .cart-delivery .delivery-adresses>div:hover {
	text-decoration: underline;
}

.cart .cart-delivery .delivery-pickup-map-list>div {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 10px 0px;
}

.cart .cart-delivery .delivery-pickup-map-list>div.selected {
	font-weight: bold;
}

.cart .cart-delivery #yandex-map {
	display: none;
	height: 500px;
}

.cart .cart-delivery .delivery-pickup-list>div {
	margin: 8px 0px;
	cursor: pointer;
}

.cart .cart-delivery .delivery-pickup-list>div.selected {
	font-weight: bold;
	padding-left: 24px;
	background-image: url("/template/images/checked.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.cart .cart-delivery .selectpostal {
	width: 100%;
}

.cart .cart-delivery .delivery-adress>div>div {
	margin-bottom: 10px;
}

.cart .cart-delivery .delivery-info>div>div:first-child {
	margin-right: 10px;
	font-weight: bold;
}

.cart .cart-delivery .delivery-info>div>div {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.cart .cart-pay>div>div {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	cursor: pointer;
}

.cart .cart-pay>div>div.selected {
	font-weight: bold;
}

.cart .delivery-adress input {
	font-size: 1em;
	padding: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0px;
}

/* Page */

.page {
	text-align: center;
	margin-top: 30px;
}

.page>a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 3px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
}

.page>a:first-child {
	width: auto;
	display: inline-block !important;
	margin-right: 15px;
}

.page>a:last-child {
	width: auto;
	display: inline-block !important;
	margin-left: 15px;
}

.page>a:hover {
	text-decoration: underline;
}

.page>a.hidden {
	display: none;
}

.page>a.selected {
	color: #f4a460;
	font-weight: bold;
	display: inline-block;
}

/* Form */

.form>div {
	position: relative;
	margin-bottom: 10px;
}

.form label {
	display: block;
	margin-top: 10px;
	margin-bottom: 4px;
}

.form label.no-block {
	padding-left: 25px;
}

.form input[type=checkbox] {
	position: absolute;
	left: 0px;
	top: 0px;
}

.form input[type=text],
.form input[type=password],
.form textarea {
	font-size: 1em;
	padding: 6px;
	border-radius: 6px;
	border: 1px solid #ddd;
	width: 100%;
	box-sizing: border-box;
}

.form button,
.form-button {
	background-color: #f4a460;
	color: #fff;
	border: none;
	padding: 7px 10px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 300;
}

.form button:hover,
.form-button:hover {
	background-color: #ddd;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.form .error-message {
	color: #f00;
	margin-top: 10px;
}

/* Footer */

.footer-image img {
	width: 100%;
	margin-bottom: -40px;
}

.footer {
	margin-top: 30px;
	padding: 30px 0px;
	background-color: #3166ce;
	color: #fff;
}

.footer>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer>div>div:last-child {
	min-width: 25%;
}

.footer ul,
.footer li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer li {
	line-height: 32px;
}

.footer .footer-menu {
	min-width: 33%;
	display: flex;
	justify-content: space-around;
	padding: 0px 20px;
}

.footer a {
	color: #fff;
}

.footer .phone {
	padding-left: 30px;
	background-image: url("/template/images/phone_w.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	line-height: 20px;
}

.footer .email {
	padding-left: 30px;
	background-image: url("/template/images/email_w.svg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	line-height: 20px;
}

/* Messager */

.messager-button {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 64px;
	height: 64px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #9ed451;
	cursor: pointer;
	background-image: url("/template/images/messager.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px;
}

.messager {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 300px;
	height: 400px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: 2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.messager.closed {
	display: none;
}

.messager>div:first-child {
	border: 1px solid #eee;
	overflow-y: scroll;
	flex-grow: 1;
}

.messager>div:first-child .item {
	position: relative;
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.messager>div:first-child .item:last-child {
	border-bottom: none;
}

.messager>div:first-child .item>div.message {
	padding-top: 14px;
}

.messager>div:first-child .item>div.manager {
	font-size: 10px;
	opacity: 0.8;
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: bold;
}

.messager>div:first-child .item>div.datetime {
	font-size: 10px;
	opacity: 0.8;
	position: absolute;
	top: 0px;
	right: 0px;
}

.messager>div:nth-child(2) {
	position: relative;
	padding-top: 10px;
	padding-right: 30px;
}

.messager>div:nth-child(2) textarea {
	width: 100%;
	box-sizing: border-box;
	height: 22px;
	border: 1px solid #eee;
}

.messager>div:nth-child(2) button {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 24px;
	height: 24px;
	padding: 0px;
	border: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px;
	background-color: transparent;
	background-image: url('/template/images/send-button.svg');
}

.messager>div:nth-child(2) .loading {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-color: transparent;
	background-image: url('/template/images/loading.gif');
}

.messager>div.close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.messager>div.close:after {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "X";
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background-color: #000;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* Calendar */

.date-and-dateview {
	display: flex;
	align-items: center;
}

.date-and-dateview.disabled .date-table td {
	opacity: 0.3;
	background-color: #f8f8f8;
}

.date-table {
	border-collapse: collapse;
	border: none;
	font-size: 15px;
}

.date-table>tbody>tr>td {
	border: 1px solid #ededed;
	padding: 0px;
}

.date-table>tbody>tr>td:first-child {
	border-left: none;
}

.date-table>tbody>tr>td:last-child {
	border-right: none;
}

.date-table>tbody>tr.no-border-top>td {
	border-top: none;
}

.date-table>tbody>tr:last-child>td {
	border-bottom: none;
}

.date-table>tbody>tr>th {
	padding: 5px;
}

.date-table>tbody>tr>td>div {
	padding: 10px;
	cursor: pointer;
	border: 1px solid #fff;
}

.date-table>tbody>tr>td>div:hover {
	border: 1px solid #777;
}

.date-table>tbody>tr>td.have>div {
	background: #e2f2ff;
	cursor: pointer;
	cursor: pointer;
}

.date-and-dateview .date-table td.selected {
	opacity: 1;
}

.date-table td.selected>div {
	background-color: #e2f4e2 !important;
}

.date-table td.disabled {
	opacity: 0.3;
	background-color: #f8f8f8;
}

.date-table table td {
	padding: 10px;
}

.date-np-button {
	cursor: pointer;
}

.date-np-button:hover {
	text-decoration: underline;
}


#dates {
	padding-left: 30px;
}

#dates>div {
	padding: 5px;
	cursor: pointer;
}

#dates>div:hover {
	background-color: #ddd;
}

#dates.disabled>div {
	opacity: 0.2;
}

#dates>div.selected {
	position: relative;
	background-color: #e2f4e2;
	opacity: 1;
}

#dates>div.selected:after {
	content: "X";
	color: #f00;
	display: block;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.header .favorite a {
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-image: url("/template/images/like.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.header .favorite {
	position: relative;
	display: none;
}

.header .favorite>div {
	background-color: #f4a460;
	width: 22px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: -15px;
	top: -15px;
	color: #fff;
}

.shop-items-view .favorite-add {
	position: absolute;
	top: 0px;
	right: 10px;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url("/template/images/like.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.shop-items-view .favorite-add.favorite-on {
	background-image: url("/template/images/like-on.svg");
}

.shop-items-view .favorite-add:hover {
	background-image: url("/template/images/like-on.svg");
}

@media (max-width: 768px) {

	.wrapper {
		padding: 0px;
	}

	.content {
		flex-grow: 1;
	}

	.header-cont {
		display: none;
	}

	.header,
	.content>div,
	.footer>div {
		box-sizing: border-box;
		padding: 0px 10px;
		position: relative;
	}

	.content>div.slider {
		padding: 0px;
	}

	.header .menu-button {
		display: block;
	}

	.header>div>div:last-child>div.header-menu {
		margin-left: 0px;
		padding: 10px 20px 10px 10px;
		box-sizing: border-box;
		position: absolute;
		z-index: 2;
		top: 100%;
		left: 0px;
		background-color: #fff;
		font-size: 1.2em;
		display: none;
	}

	.header .header-menu>ul {
		flex-direction: column;
	}

	.header .header-menu>ul>li {
		margin-left: 0px;
		line-height: 40px;
	}

	.header .logo {
		flex-grow: 1;
		text-align: center;
	}

	.header .logo img {
		width: 160px;
	}

	.header>div:last-child {
		flex-grow: 0;
	}

	.header>div>div:last-child>div:nth-child(1),
	.header>div>div:last-child>div:nth-child(2),
	.header>div>div:last-child>div:nth-child(3) {
		margin-left: 0px;
		display: none;
	}


	.search {
		padding: 0px 10px;
	}

	.wrapper.menu-active .header>div>div:last-child>div.header-menu {
		display: block;
	}

	.content>.shop {
		flex-direction: column;
	}

	.content>.shop .shop-menu {
		display: none;
	}

	.shop-items-view>div {
		flex-basis: calc(50% - 20px);
	}

	.items-filter-button {
		display: block;
	}

	.items-filter {
		display: none;
		margin-bottom: 20px;
	}

	.shop .shop-left {
		flex-basis: auto;
		width: 100%;
		max-width: 100%;
	}

	.items-filter.active {
		display: block;
	}

	.items-filter .range-slider,
	.items-filter .param-price {
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}

	.items-filter .range-slider {
		width: 40%;
	}

	.items-filter .param-price {
		width: 60%;
		padding-top: 36px;
		white-space: nowrap;
	}

	.items-filter .param-values {
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.items-filter .param-values>div {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.items-filter .show-other {
		display: none;
	}

	.shop-offer-view {
		flex-direction: column;
	}

	.shop-offer-view .images {
		box-sizing: border-box;
		margin: 0 auto;
		width: 100%;
		padding-right: 10px;
		padding-bottom: 20px;
	}

	.shop-offer-view .images .images-view {
		box-sizing: border-box;
	}

	.shop-offer-view .images .images-preview {
		text-align: center;
	}

}

@media (max-width: 480px) {

	.header>div:last-child>div.header-menu {
		padding-top: 20px;
		padding-right: 0px;
		width: 100%;
		box-sizing: border-box;
	}

	.header .env {
		position: absolute;
		top: 80px;
		right: 10px;
		z-index: 3;
		visibility: hidden;
		opacity: 0;
	}

	.header .env>div {
		padding: 10px;
	}

	.wrapper.menu-active .header .env {
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
	}

	.header .currency {
		position: absolute;
		top: 80px;
		right: 100px;
		z-index: 3;
		visibility: hidden;
		opacity: 0;
		font-size: 1.2em;
		line-height: 30px;
	}

	.header .header-menu ul>li>ul {
		visibility: visible;
		position: relative;
		opacity: 1;
		left: auto;
		background-color: #f8f8f8;
	}

	.header .header-menu>ul>li.has-child {
		padding-right: 0px;
	}

	.header .header-menu>ul>li.has-child {
		background-image: none;
		padding-right: 10px;
	}

	.wrapper.menu-active .header .currency {
		visibility: visible;
		opacity: 1;
		transition: visibility 0s, opacity 0.3s linear;
	}

	.wrapper.menu-active .content,
	.wrapper.menu-active .footer {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.3s, opacity 0.3s linear;
	}

	.wrapper.menu-active .slider {
		display: none;
	}

	.footer>div {
		flex-direction: column;
	}

	.footer>div>div {
		width: 100%;
		box-sizing: border-box;
	}

	.footer .footer-menu {
		justify-content: space-between;
		padding: 20px 10px 20px 0px;
	}

	.date-and-dateview {
		flex-direction: column;
	}

	.date-and-dateview>div {
		margin-bottom: 30px;
	}

}