@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import "modal.css";

/* CSS Document */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

select::-ms-expand {
	display: none;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select::-ms-value {
	background: none;
	color: #000;
}

::-webkit-input-placeholder {
	color: #969eb8;
}

:-moz-placeholder {
	color: #969eb8;
}

::-moz-placeholder {
	color: #969eb8;
}

:-ms-input-placeholder {
	color: #969eb8;
}

::-ms-input-placeholder {
	color: #969eb8;
}

::placeholder {
	color: #969eb8;
}

* {
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}

body,
html {
	max-width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #7f7b98;
	font-weight: 400;
	min-height: 100vh;
	letter-spacing: 0;
	font-style: normal;
}

.noscroll {
	overflow: hidden !important;
}

.page {
	max-width: 100%;
	margin: auto;
	z-index: 2;
	padding: 0;
	background: #fff;
	min-height: 100vh;
}

a {
	text-decoration: none;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	cursor: pointer;
	color: #2f2a50;
}

a:hover {
	text-decoration: underline;
	color: #2f2a50
}

.clear,
hr {
	clear: both;
	float: none;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
p,
ul,
li,
img {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

h1,
h2,
h3,
h4 {
	font-weight: 500;
}

ul:after,
.bg:after,
.inner:after,
form:after,
.cols:after,
.detail:after {
	display: block;
	content: '';
	clear: both;
	float: none;
}

strong,
b {
	font-weight: 700;
}

sup {
	font-size: .4em !important;
}

table {
	width: 100%;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}

table tr td,
table tr th {
	background-clip: padding-box !important;
	border: 0;
}

.bg {
	padding: 15px;
	width: 1330px;
	margin: auto;
	box-sizing: border-box;
	max-width: 100%;
}

.inner {
	padding: 15px;
	clear: both;
	float: none;
	box-sizing: border-box;
}

.col80,
.col75,
.col70,
.col66,
.col65,
.col60,
.col55,
.col50,
.col33,
.col45,
.col40,
.col35,
.col30,
.col25,
.col20,
.col16 {
	float: left;
	width: 50%;
}

.col80 {
	width: 80%;
}

.col70 {
	width: 70%;
}

.col75 {
	width: 75%;
}

.col66 {
	width: 66.666666%;
}

.col65 {
	width: 65%;
}

.col60 {
	width: 60%;
}

.col55 {
	width: 55%;
}

.col50 {
	width: 50%;
}

.col45 {
	width: 45%;
}

.col40 {
	width: 40%;
}

.col35 {
	width: 35%;
}

.col33 {
	width: 33.333333%;
}

.col30 {
	width: 30%;
}

.col25 {
	width: 25%;
}

.col20 {
	width: 20%;
}

.col16 {
	width: 16.666666%
}

.taright {
	text-align: right !important;
}

.fleft {
	float: left !important;
}

.fmiddle {
	margin-left: 25%
}

.fright {
	float: right !important;
}

.tacenter {
	text-align: center !important;
}

.cols {
	margin: -15px;
}

.inline {
	margin-left: -2px;
	margin-right: -2px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.mobile {
	display: none !important;
}

.btn {
	display: inline-block;
	background: #f83c7c;
	color: #fff;
	font-size: 22px;
	text-transform: none;
	font-weight: 700;
	line-height: 30px;
	padding: 20px;
	padding-left: 50px;
	padding-right: 50px;
	border-radius: 70px;
	border: 0;
	letter-spacing: 0;
	text-decoration: none;
	letter-spacing: .5px
}

.btn.white {
	background: #fff;
	color: #2f2a50;
}

.btn.outline {
	border: 2px solid #2f2a50;
}

.btn.small {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn.disabled {
	background: grey;
}

.btn.smallest {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	min-height: auto;
}

.no-pt-left {
	padding-left: 0;
}

.btn.little {
	font-size: 12px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50px;
	height: 40px;
	vertical-align: middle;
	display: table-cell;
}

.btn:hover,
.btn.white:hover {
	color: #fff;
	background: #2f2a50;
	text-decoration: none;
}

.ic_close {
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: transparent;
	background-image: url(../img_svg/zavrit.svg);
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9999;
	cursor: pointer;
}

.ic_close:hover {
	opacity: .8;
}


label {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	display: block;
	text-align: left;
	line-height: 20px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="file"],
input[type="password"],
textarea,
select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family: 'Lato', sans-serif;
	border: 1px solid #c0c6d9;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	height: 44px;
	line-height: 30px;
	font-size: 16px;
	color: #202123;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	outline: none;
	margin: 0;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	background: #fff;
	resize: none;
	font-weight: 400;
	display: block;
}

input[type="file"] {
	padding: 8px;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
	visibility: hidden;
	margin-right: 7px;
	top: 1px;
}

.checkbox-input {
	display: inline-block !important;
	visibility: visible !important;
}

textarea {
	min-height: 107px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #2f2a50;
}

label.checkbox-label {
	position: static !important;
	display: inline-block !important;
}

button {
	padding: 20px;
	line-height: 30px;
	font-size: 22px;
	color: #fff;
	border-radius: 70px;
	border: 0;
	min-height: 70px;
	display: block;
	font-weight: 700;
	background: #f83c7c;
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	box-sizing: border-box;
	text-transform: none;
	letter-spacing: 0;
	text-decoration: none;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-border-fit: border !important;
	-webkit-appearance: none;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-webkit-box-align: start;
	-webkit-border-fit: lines;
	-webkit-margin-collapse: discard;
	letter-spacing: .5px
}

button.ic_cart {
	padding-left: 80px;
	white-space: nowrap;
	padding-right: 35px;
}

button.ic_cart.small {
	padding: 10px;
	padding-right: 25px;
	min-height: 50px;
	font-size: 18px;
	padding-left: 60px;
}

button.ic_cart:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	bottom: 0;
	content: '';
	background: url(../img_svg/kosik.svg) no-repeat center center;
}

button.ic_cart.small:before {
	background-size: 21px auto;
	width: 60px;
}

button:hover {
	text-decoration: none;
	color: #fff;
	background: #2f2a50;
}

.tag {
	position: absolute;
	top: -99px;
	left: 0;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
	background: url(../img_svg/info.svg);
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -78px;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* Header */
.fix {
	position: absolute;
	min-width: 320px;
	width: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	border: 0;
}

.fix .header .bg:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	content: '';
	background: #000;
	height: 1px;
	opacity: .08
}

.fix .bg {
	padding-top: 5px;
	padding-bottom: 5px;
}

.home .fix .bg {
	width: auto;
}

.fix .header a {
	text-decoration: none;
}

.fix .ic_menu {
	display: none;
}

.fix .header .logo {
	fill: white;
	width: 227px;
	height: 60px;
	float: left;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	line-height: 60px;
	background: url(../img_svg/tiskstrihu-white.svg) no-repeat center center;
	background-size: contain;
}

body:not(.home) .fix .header .logo {
	width: 168px;
	background-image: url(../img_svg/tiskstrihu_logo_pink.svg)
}

.fix .header .menu {
	display: block;
	float: right;
}

.fix .header .menu ul {
	margin-left: -20px;
	margin-right: -20px;
}

.fix .header .menu ul li {
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.fix .header .menu ul li.mright {
	margin-right: 80px;
}

.fix .header .menu ul li a {
	display: block;
	line-height: 50px;
	letter-spacing: .8px;
}

.fix .header .menu ul li a:hover {
	color: #f83c7c;
}

.home .fix .header .menu ul li.desktop {
	display: none;
}

.fix .header .menu ul li a.gray {
	color: #7f7b98;
}

.fix .header .menu ul li a.pink {
	font-weight: 700;
	color: #f83c7c;
}

.fix .header .menu ul li a.icon {
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left center;
}

.fix .header .menu ul li a.ic_search {
	background-image: url(../img_svg/hledat.svg);
}

.fix .header .menu ul li a.ic_account {
	background-image: url(../img_svg/ucet.svg);
}

.fix .header .menu ul li a.ic_basket {
	background-image: url(../img_svg/kosik.svg);
	font-weight: 700;
}

.fix .header .menu ul li a.ic_basket em,
.layer .title.ic_basket em {
	display: block;
	position: absolute;
	bottom: 0;
	left: 15px;
	min-width: 28px;
	height: 28px;
	border-radius: 22px;
	background: #f83c7c;
	color: #fff;
	overflow: hidden;
	float: left;
	font-size: 16px;
	font-weight: 700;
	border: 3px solid #fff;
	font-style: normal;
	text-align: center;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 22px;
}

.fix .header .menu-mobile {
	display: none;
}


/* Content */
body:not(.home) .content {
	padding-top: 100px;
}

/* Sidebar */
.sidebar {
	width: 260px;
	float: left;
}

.sidebar,
.archive .inner {
	text-align: left;
}

.sidebar .filter {
	padding: 30px;
	background: #f9f9f9;
	border-radius: 10px;
}

.sidebar h3 {
	color: #2f2a50;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 24px;
	margin-bottom: 20px;
}

.sidebar .checkbox {
	margin-bottom: 5px;
}

.sidebar .checkbox label.checkmark {
	display: block;
	font-size: 16px;
	color: #514d4d;
	font-weight: 400;
	line-height: 24px;
	padding-left: 40px;
	display: inline-block;
	cursor: pointer;
}

.sidebar .checkbox label.checkmark:after {
	display: block;
	float: none;
	clear: both;
	content: '';
}

.sidebar .checkbox label.checkmark .circle,
.sidebar .checkbox label.checkmark .wear {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #b6b6b6;
	border-radius: 4px;
}

.sidebar .checkbox label.checkmark .wear {
	top: -3px;
	height: 30px;
	width: 28px;
	border: 0;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	filter: grayscale(100%) contrast(300%);
	opacity: .56
}

.sidebar .checkbox label.checkmark .circle:before {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 2px;
	content: '';
	opacity: 0;
	background: #f83c7c;
}

.sidebar .checkbox input:checked~.checkmark span.circle {
	border-color: #f83c7c;
}

.sidebar .checkbox input:checked~.checkmark span.circle:before {
	opacity: 1;
}

.sidebar .space {
	display: block;
	height: 30px;
	float: none;
	clear: both;
}

.sidebar .checkbox label.checkmark .wear.icon1 {
	background-image: url(../img_svg/saty-sukne.svg);
	background-size: 18px auto;
}

.sidebar .checkbox label.checkmark .wear.icon2 {
	background-image: url(../img_svg/kalhoty.svg);
	background-size: 19px auto;
}

.sidebar .checkbox label.checkmark .wear.icon3 {
	background-image: url(../img_svg/tricka.svg);
	background-size: 27px auto;
}

.sidebar .checkbox label.checkmark .wear.icon4 {
	background-image: url(../img_svg/sortky.svg);
	background-size: 27px auto;
}

.sidebar .checkbox label.checkmark .wear.icon5 {
	background-image: url(../img_svg/mikiny.svg);
	background-size: 26px auto;
}

.sidebar .checkbox label.checkmark .wear.icon6 {
	background-image: url(../img_svg/bundy.svg);
	background-size: 27px auto;
}

.sidebar .checkbox input:checked~.checkmark span.wear {
	opacity: 1;
	filter: invert(35%) sepia(92%) saturate(2702%) hue-rotate(318deg) brightness(100%) contrast(95%);
	opacity: 1;
}

/* Archive, Similar */
.archive {
	width: calc(100% - 280px);
	float: right;
}

.similar {
	background: #f9f9f9;
	margin: -30px;
	padding: 30px;
	margin-top: 30px;
	padding-top: 15px;
}

.archive .products,
.similar .products {
	margin: -5px;
	text-align: left;
}

.similar .products {
	margin-left: 5px;
	margin-right: 5px;
}

.archive .products .product {
	margin: 20px;
}

.similar .products .product {
	margin: 15px;
}

.archive .products .product .img,
.layer .gallery .img,
.similar .product .img {
	display: block;
	padding-bottom: 100%;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.level {
	display: block;
	float: left;
	position: Absolute;
	bottom: 0;
	left: 0;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	color: #fff;
	background: #f77413 url(../img_svg/expert.svg) no-repeat 6px center;
	padding-left: 36px;
	padding-right: 7px;
	text-shadow: 0 1px 2px rgba(68, 65, 56, .3);
	background-size: 26px auto;
}

.gallery .level {
	bottom: auto;
	left: auto;
	top: 50px;
	right: 0;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-size: 36px auto;
}

.level.green {
	background-color: #7cc96d;
}

.level.yellow {
	background-color: #f6ba00;
}

.level.red {
	background-color: #e33d3d;
}

.archive .products .product .desc,
.similar .products .product .desc {
	font-size: 14px;
	line-height: 18px;
	color: #514d4d;
	padding-top: 10px;
}

.archive .products .product .desc a,
.similar .products .product .desc a {
	color: #514d4d;
}

.archive .products .product .desc a:hover,
.similar .products .product .desc a:hover {
	text-decoration: underline;
}

.archive .products .product .desc .amount,
.similar .products .product .desc .amount {
	display: block;
	font-weight: 700;
	line-height: 24px;
	font-size: 16px;
	color: #2f2a50;
}

.archive ul.submenu {
	margin-left: -18px;
	margin-right: -18px;
}

.archive ul.submenu li {
	font-size: 16px;
	line-height: 30px;
	color: #7f7b98;
	display: inline-block;
	margin-left: 18px;
	margin-right: 18px;
}

.archive ul.submenu li a {
	color: #7f7b98;
	letter-spacing: .5px;
}

.archive ul.submenu li.active a {
	color: #f83c7c;
	font-weight: 700;
}

/* Custom */
.custom .inner {
	text-align: left;
}

.custom .uploads {
	padding: 30px;
	background: #f9f9f9;
	border-radius: 10px;
	margin-left: -30px;
}

.custom .radio {
	width: 550px;
	max-width: 100%;
}

.custom h2.icon {
	padding-left: 80px;
	padding-top: 16px;
	padding-bottom: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}

.custom h2.ic_addfile {
	background-image: url(../img_svg/pripojit-soubor.svg);
}

.custom h2.ic_print {
	background-image: url(../img_svg/ic_print.svg);
	margin-top: 12px;
}

.custom h2.ic_grams {
	background-image: url(../img_svg/tiskstrihu_tloustka.svg);
	margin-top: 12px;
	padding-left: 120px;
}

.custom .upload {
	padding: 38px;
	border: 2px dashed #f3f3f3;
	border-radius: 10px;
}

.custom .upload p {
	font-size: 16px;
	line-height: 24px;
	color: #514d4d;
	padding-left: 95px;
	margin-bottom: 30px;
}

.custom .upload p:before {
	display: block;
	width: 62px;
	height: 61px;
	background: url(../img_svg/pripojit-soubor.svg) no-repeat center center;
	content: '';
	position: Absolute;
	top: -10px;
	left: 0;
}

.custom .upload p strong {
	font-weight: 700;
	color: #2f2a50;
	font-size: 18px;
}

.custom .uploads h3 {
	margin-bottom: 20px;
}

.custom ul.files {
	margin: -12px;
	margin-top: 0;
}

.custom ul.files li {
	display: block;
	box-sizing: border-box;
	padding: 12px;
	width: 20%;
	float: left;
}

.custom ul.files li .file {
	display: block;
	background-color: #c2c2c2;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 140%;
	border-radius: 5px;
}

.custom ul.files li .file:hover {
	z-index: 2;
}

.custom ul.files li .file:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background: #000;
	opacity: 0;
	content: '';
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.custom ul.files li .file:hover:before {
	opacity: .5;
}

.custom ul.files li .file span,
.custom ul.files li .file a {
	color: #fff;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.custom ul.files li .file:hover span,
.custom ul.files li .file:hover a {
	display: block;
}

.custom ul.files li .file .size {
	line-height: 30px;
	font-size: 12px;
	font-weight: 700;
	color: #dddddd;
	text-align: left;
	float: left;
	margin-right: 30px;
	padding-left: 8px;
	padding-right: 8px;
	white-space: nowrap
}

.custom ul.files li .file .ic_remove {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background: url(../img_svg/smazat.svg) no-repeat center center;
	position: absolute;
	left: auto;
	right: 0;
}

.custom ul.files li .file .name {
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	line-height: 18px;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 5px;
	background-color: #000;
	left: -7px;
	top: auto;
	bottom: 20%;
	opacity: .65;
}

.custom ul.files li .file .name:before {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background: #000;
	position: absolute;
	bottom: -5px;
	left: 16px;
	transform: rotate(45deg);
	content: '';
	z-index: -2;
}

/* Promo */
.promo {
	display: flex;
	flex-direction: row;
	min-height: 100vh;
}

.promo .col {
	width: 50%;
	background: #fff;
	display: flex;
	text-align: center;
	/* align-items: center; */
}

.promo .col.pink {
	background: #f83c7c;
	color: #fff;
}

.promo .col.pink:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.promo .col .inner {
	padding: 30px;
	padding-top: 130px;
	padding-bottom: 130px;
	width: 100%;
	min-height: 815px;
}

.promo h2 {
	font-size: 48px;
	line-height: 50px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	color: #2f2a50;
}

.promo .col.pink h2 {
	color: #fff;
}

.promo p {
	font-size: 24px;
	line-height: 30px;
	width: 420px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 60px;
}

.promo .col p a:not(.btn) {
	color: #f83c7c;
	text-decoration: underline;
}

.promo .col p a:hover {
	text-decoration: none
}

.promo .col.pink p {
	color: #ffd1e1;
}

.promo .col.pink a:not(.btn) {
	color: #fff;
	text-decoration: underline;
}

.promo .col.pink a:hover {
	text-decoration: none;
}

.promo .btn {
	margin-bottom: 20px;
}

.promo ul.process {
	display: block;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 60px;
}

.promo ul.process li {
	display: inline-block;
	vertical-align: bottom;
	margin: 15px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	width: 140px;
}

.promo ul.process li img {
	max-width: 72%;
	margin: auto;
	display: block;
	margin-bottom: 15px;
}

.promo ul.process li:before {
	display: none;
	position: Absolute;
	top: 30px;
	right: -45px;
	margin: 0;
	width: 30px;
	height: 30px;
	background: url(../img_svg/sipka1_bila.svg) no-repeat center center;
	content: '';
	content: '';
}

.promo ul.process li:nth-child(2):before {
	background-image: url(../img_svg/sipka2_bila.svg);
}

.promo ul.process li:nth-child(2):before,
.promo ul.process li:first-child:before {
	displaY: block;
}

.promo ul.cats {
	display: block;
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: 60px;
	padding-top: 17px;
}

.promo ul.cats li {
	margin: 2px;
	width: 80px;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.promo ul.cats li a {
	display: block;
	padding: 10px;
	font-size: 18px;
	line-height: 22px;
	color: #514d4d;
	text-align: center;
	background: #fff;
	min-height: 44px;
	padding-top: 100px;
	border-radius: 5px;
}

.promo ul.cats li a .icon {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	height: 80px;
	overflow: hidden;
}

.promo ul.cats li a:hover {
	background: #f5f4fa;
	color: #2f2a50;
	text-decoration: none;
}

.promo ul.cats li a .icon img {
	max-width: 58px;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	float: left;
	transform: translate(-50%, -50%);
}


/* Layer */
.layer {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 99;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.layer.active {
	display: block;
}

.layer .overlayer {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	opacity: 0;
}

.layer.active .overlayer {
	opacity: 1;
}

.layer .box {
	width: 900px;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	height: 100%;
	overflow-x: hidden;
	min-width: 320px;
	box-shadow: 0 0 64px rgba(0, 0, 0, .2)
}

.layer.smaller .box {
	width: 480px;
}

.layer .inner {
	text-align: left;
}

.layer .bg {
	padding: 15px;
}

.layer.full .box {
	width: 1170px;
	max-width: 100%;
	left: 50%;
	right: auto;
	margin-left: -585px;
	top: 60px;
	bottom: 60px;
	height: auto;
	border-radius: 10px;
	overflow: visible;
}

.layer.full .box .ic_close {
	border-radius: 50px;
	top: -25px;
	right: -25px;
	background-color: #fff;
	box-shadow: 0 0 64px rgba(0, 0, 0, .2);
	background-size: 20px auto
}

.layer.full .box .ic_close:hover {
	opacity: 1;
	box-shadow: 0 0 64px rgba(0, 0, 0, .6);
}

.layer.full .box .over {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	overflow-x: hidden;
	border-radius: 10px;
}

.layer.full .box .bg {
	padding: 30px;
}

.layer.full .box .bg .inner {
	padding: 20px;
}

.layer.full .detail h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 30px;
}

.layer.full .detail p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.layer.full .detail .col45 .inner {
	width: 490px;
	max-width: 100%
}

.layer.full .detail .ic_logo {
	margin-bottom: 20px;
	display: inline-block;
}

.layer .detail .count,
.layer .detail button {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.layer .detail .count {
	margin-right: 15px;
}

.layer .detail .amount {
	display: block;
	margin-bottom: 30px;
	font-size: 30px;
	color: #2f2a50;
	line-height: 40px;
	font-weight: 700
}

.layer .detail .amount strike {
	font-weight: 400;
	color: #7f7b98;
}

.layer .detail .description h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.layer .detail .description p {
	font-size: 18px;
	line-height: 28px;
}

.layer .gallery ul.thumbs {
	margin-left: -10px;
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.layer .gallery ul.thumbs li {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	display: block;
}

.layer .gallery ul.thumbs li.next {
	display: block;
	position: Absolute;
	top: 20px;
	right: 0;
	bottom: 20px;
	width: 90px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.layer .gallery ul.thumbs li.next a {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #f83c7c;
	text-decoration: none;
}

.layer .gallery ul.thumbs li.next strong {
	display: block;
	font-size: 20px;
	text-align: center;
}

.layer ul.tags {
	margin-top: 40px;
	margin-left: -4px;
	margin-right: -4px;
}

.layer ul.tags li {
	display: inline-block;
	margin: 2px;
}

.layer ul.tags li a {
	border: 1px solid #f83c7c;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #f83c7c;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	border-radius: 30px;
}

.layer ul.breadcrumbs {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}

.layer ul.breadcrumbs li {
	font-size: 16px;
	line-height: 24px;
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}

.layer ul.breadcrumbs li a {
	color: #f83c7c;
	text-decoration: underline;
}

.layer ul.breadcrumbs li a:hover {
	text-decoration: none;
}

.layer ul.breadcrumbs li:last-child a {
	text-decoration: none;
	color: #7f7b98;
}

.layer ul.breadcrumbs li:before {
	display: block;
	position: absolute;
	top: 20%;
	right: -22px;
	margin-top: -6px;
	width: 10px;
	height: 12px;
	content: '';
	background: url(../img_svg/drobeckova-sipka.svg) no-repeat center center;
}

.layer ul.breadcrumbs li:last-child:before {
	display: none;
}

.layer h2,
.layer h3,
.layer ul.switch li a,
.custom h2,
.custom h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #2f2a50;
}

.layer .similar h2,
.custom h2 {
	font-size: 25px;
	letter-spacing: .8px
}

.layer h3,
.custom h3 {
	letter-spacing: .5px;
}

.layer h3 em,
.custom h3 em {
	font-style: normal;
	font-weight: 400;
	color: #7f7b98;
}

.layer h3,
.layer ul.switch li a {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.layer ul.switch li a {
	margin: 0;
}

.layer .ic_logout {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	padding-right: 25px;
	color: #f83c7c;
	top: -5px;
	margin-bottom: -5px;
	background: url(../img_svg/odhlasit.svg) no-repeat right center;
}

.layer .title h2 {
	letter-spacing: .8px;
}

.layer .title {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 40px;
}

.layer .title.icon {
	padding-left: 75px;
	background-position: left top;
	background-repeat: no-repeat;
}

.layer .title.ic_account {
	padding-bottom: 0px;
	padding-left: 75px;
	background-image: url(../img_svg/ucet.svg);
}

.layer .title.ic_delivery {
	background-image: url(../img_svg/ic_delivery.svg);
	padding-left: 60px;
	padding-bottom: 10px;
}

.layer .title.ic_basket {
	background-image: url(../img_svg/kosik.svg);
	padding-left: 50px;
	padding-bottom: 10px;
}

.layer .title.ic_basket em {
	left: -35px;
	bottom: auto;
	top: 18px;
}

.layer .hline {
	height: 1px;
	background: #ebebeb;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
	float: none;
}

.layer p.small {
	font-size: 16px;
	color: #514d4d;
}

.layer p.small strong {
	color: #353054;
}

.layer p.small a {
	color: #f83c7c;
	text-decoration: underline;
}

.layer p.small a:hover {
	text-decoration: none;
}

.layer ul.tabs,
.layer .gray {
	display: block;
	padding: 15px;
	text-align: center;
	background: #f4f6fc;
	color: #767d95;
	font-size: 15px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.layer ul.tabs li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}

.layer ul.tabs li:hover {
	text-decoration: underline;
}

.layer ul.tabs li.active {
	font-weight: 700;
	color: #2f2a50;
}

.layer .cont label {
	display: none;
	background: #fff;
	font-size: 15px;
	font-weight: 400;
	color: #767d95;
	font-weight: 400;
	line-height: 20px;
	position: absolute;
	top: 3px;
	left: 25px;
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
}

.layer .cont label:not(empty) {
	display: block;
}

.layer button {
	margin-top: 0px;
}

.layer .tab:not(.active) {
	display: none;
}

.layer table tr th,
.layer table tr td {
	line-height: 32px;
	text-align: left;
	font-size: 15px;
	color: #767d95;
	font-weight: 400;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e6e9e7;
	padding-left: 12px;
	padding-right: 12px;
}

.layer table tr th:first-child,
.layer table tr td:first-child {
	padding-left: 0;
}

.layer table tr th:last-child,
.layer table tr td:last-child {
	padding-right: 0;
}

.layer table tr th {
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;
}

.layer table tr td a,
.layer table tr td .price {
	display: inline-block;
	color: #f83c7c;
	font-weight: 700;
}

.layer table tr td .status {
	line-height: 20px;
	padding-left: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img_svg/probiha.svg);
}

.layer table tr td .cancel {
	background-image: url(../img_svg/zruseno.svg)
}

.layer table tr td .done {
	background-image: url(../img_svg/vyrizeno.svg)
}

.layer table tr td .ic_card {
	font-size: 14px;
	display: inline-block;
	background: #f83c7c url(../img/ic_card.png) no-repeat right center;
	color: #fff;
	font-weight: 700;
	padding-left: 16px;
	padding-right: 68px;
	border-radius: 32px;
}

.layer table tr td .ic_card:hover {
	text-decoration: none;
	background-color: #2f2a50
}

.layer ul.switch {
	margin-left: -15px;
	margin-right: -15px;
}

.layer ul.switch li {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	border-bottom: 2px solid transparent;
}

.layer ul.switch li a:hover {
	text-decoration: none
}

.layer ul.switch li:not(.active) a {
	font-weight: 400;
}

.layer ul.switch li.active {
	border-color: #f83c7c
}

.layer ul.switch li:not(.active):hover {
	border-color: #2f2a50
}

.layer .forgot {
	display: block;
	text-align: right;
	font-size: 16px;
	line-height: 24px;
	padding-top: 6px;
}

.layer .forgot a {
	color: #f83c7c;
	display: inline-block;
}

.layer.smaller button {
	margin-top: 0;
}

.layer .gray {
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	margin-top: 15px;
}

.layer .gray .ic_arrow {
	font-weight: 500;
	color: #f83c7c;
	text-decoration: underline;
	padding-right: 25px;
	background: url(../img_svg/sipka1.svg) no-repeat right center;
}

.layer .gray .ic_arrow:hover {
	text-decoration: none;
}

.layer .ic_info,
.custom .ic_info {
	display: inline-block;
	width: 18px;
	background: url(../img_svg/info.svg) no-repeat center center;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	vertical-align: top;
	margin-left: 5px;
}

.layer .ic_info:hover,
.custom .ic_info:hover {
	opacity: .5
}

.radio {
	display: block;
	margin-bottom: 10px;
}

.radio label.checkmark {
	display: block;
	float: none;
	color: #000;
	padding: 8px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 18px;
	color: #514d4d;
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
	line-height: 20px;
	padding-left: 58px;
}

.radio label.checkmark:after {
	display: block;
	clear: both;
	float: none;
	content: '';
}

.radio label.checkmark span {
	display: block;
	padding: 8px;
	float: left;
}

.radio label.checkmark span.name {
	box-sizing: border-box;
	width: calc(100% - 100px);
	max-width: 100%;
}

.radio label.checkmark span.small {
	float: none;
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #949494;
	padding: 0;
	padding-top: 12px;
	width: 310px;
	max-width: 100%;
}

.radio label.checkmark span.amount {
	float: right;
}

.radio label.checkmark span.circle {
	display: block;
	position: absolute;
	top: 16px;
	left: 16px;
	;
	width: 30px;
	height: 30px;
	border-radius: 32px;
	border: 1px solid #b6b6b6;
	padding: 0;
}

.radio label.checkmark span.circle:before {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: transparent;
	;
	position: Absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	content: '';
}

.radio input:checked~.checkmark {
	color: #f83c7c;
	border-color: #f83c7c;
}

.radio input:checked~.checkmark span.circle {
	border-color: #f83c7c;
}

.radio input:checked~.checkmark span.circle:before {
	background: #f83c7c
}

.layer .totalprice {
	padding-bottom: 0;
	padding-top: 30px;
}

.layer .totalprice strong,
.layer .totalprice .amount {
	float: left;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #2f2a50;
	font-weight: 400;
}

.layer .totalprice .amount {
	float: right;
	font-weight: 700;
	color: #f83c7c;
	white-space: nowrap;
}

.layer .totalprice.small strong,
.layer .totalprice.small .amount {
	font-size: 15px;
	font-weight: 400;
}

.layer .totalprice .hline {
	margin-bottom: 0;
}

.layer .search {
	padding-bottom: 5px;
	padding-right: 40px;
}

.layer .search input[type="text"] {
	border: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	height: 40px;
	line-height: 30px;
	font-size: 20px;
	color: #2f2a50;
	font-weight: 400;
	padding-left: 50px;
	background: transparent url(../img_svg/hledat.svg) no-repeat center left;
}

.layer .count {
	display: block;
	width: 100px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.layer .count input[type="text"] {
	border: 2px solid #ebebeb;
	border-radius: 50px;
	height: 50px;
	line-height: 46px;
	padding: 0;
	padding-left: 36px;
	padding-right: 36px;
	text-align: center;
	font-size: 18px;
	color: #2f2a50;
	font-weight: 400;
}

.layer .count .minus,
.layer .count .plus {
	display: block;
	position: Absolute;
	top: 2px;
	left: 2px;
	width: 36px;
	height: 46px;
	background: transparent url(../img_svg/minus.svg) no-repeat center center;
	cursor: pointer;
}

.error {
	text-align: left;
	background-color: #f83c7c;
	color: white;
	padding: 10px 15px;
	font-size: 12pt;
	margin-bottom: 20px;
}

.success {
	text-align: left;
	background-color: #6db70d;
	color: white;
	padding: 10px 15px;
	font-size: 12pt;
	margin-bottom: 20px;
}

.success a,
.error a {
	color: white;
	text-decoration: underline;
}

.success a:hover,
.error a:hover {
	text-decoration: none;
}

/* MEDIA QUERIES  */

@media only screen and (min-width:1101px) {
	.layer .count.large {
		height: 70px;
		border-radius: 70px;
		width: 140px;
	}

	.layer .count.large input[type="text"] {
		border-radius: 70px;
		height: 70px;
		line-height: 66px;
		padding-left: 50px;
		padding-right: 50px;
		font-size: 24px;
	}

	.layer .count.large .minus,
	.layer .count.large .plus {
		width: 50px;
		height: 66px;
	}
}

.layer .count .plus {
	left: auto;
	max-width: 18px;
	right: 16px;
	background-image: url(../img_svg/plus.svg);
}

.layer .count .minus {
	left: 16px;
	max-width: 18px;
	z-index: 100;
	background-image: url(../img_svg/minus.svg);
}



.layer table button {
	margin: 0;
}

.layer table.products {
	margin-top: -24px;
}

.layer table.mb12 {
	margin-bottom: 12px;
}

.layer table.trth {
	margin-top: -12px;
}

.layer table.products td {
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 18px;
	line-height: 24px;
}

.layer table.products tr td.thumb {
	width: 50px;
	padding-right: 0;
}

.layer table.products tr td.cnt {
	padding-right: 0;
}

.layer table tr td.amount,
.layer table tr td.amount_gray {
	white-space: nowrap;
	color: #f83c7c;
	font-size: 18px;
	font-weight: 700
}

.layer table tr td.amount_gray {
	font-weight: 400;
	color: #6c6b6b;
}

.layer table tr td .img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.layer table tr td .name {
	font-size: 18px;
	line-height: 24px;
	color: #6c6b6b;
	text-align: left;
	font-weight: 400;
}

.layer table tr td .name .code {
	color: #7f7b98;
	font-size: 16px;
}

.layer table tr td.remove {
	width: 15px;
}

.layer table tr td .ic_remove {
	display: block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	line-height: 15px;
	background: url(../img_svg/smazat.svg) no-repeat center center;
}

.layer table tr td .ic_remove:hover {
	opacity: .8;
}

.layer table tr td.nowrap {
	white-space: nowrap;
}

.layer table.sizes tr th {
	font-size: 15px;
	color: #7f7b98;
	text-align: center;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.layer table.sizes tr th .abs {
	display: block;
	position: absolute;
	bottom: -10px;
	background: #fff;
	left: 0;
	padding-right: 15px;
}

.layer table.sizes tr th strong {
	font-size: 18px;
	font-weight: 700;
	color: #2f2a50;
	display: block;
	text-align: center;
}

.layer table.sizes tr td {
	font-size: 18px;
	color: #7f7b98;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.layer table.sizes tr td strong {
	color: #2f2a50;
	font-weight: 400;
}

.layer table.sizes tr th:first-child,
.layer table.sizes tr td:first-child {
	text-align: left;
}

.layer ul.cat {
	margin-left: -16px;
	margin-right: -16px;
	margin-bottom: 15px;
}

.layer ul.cat li {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	margin-left: 16px;
	margin-right: 16px;
	font-weight: 400;
}

.layer ul.cat li:after {
	display: block;
	position: absolute;
	right: -24px;
	top: 7px;
	content: '';
	width: 14px;
	height: 11px;
	background: url(../img_svg/sipka1.svg) no-repeat center center;
}

.layer ul.cat li:last-child:after {
	display: none;
}

.layer ul.cat li a {
	color: #514d4d;
}

.layer ul.cat li a strong {
	font-weight: 700;
	color: #f83c7c;
}

.layer .order h3.large {
	font-size: 24px;
	line-height: 30px;
	float: left;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

.layer .order .btn.outline {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

.layer .order .details {
	display: block;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
}

.layer .order .details:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1px;
	background: #f3f3f3;
	content: ''
}

.layer .order .details:after {
	display: block;
	clear: both;
	float: none;
	content: ''
}

.layer .order .details .inn {
	padding: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 30px;
	font-size: 15px;
	color: #2f2a50
}

.layer .order .details .inn strong {
	font-weight: 400;
	color: #767d95;
	display: inline-block;
	min-width: 140px;
	margin-right: 15px;
}

.layer .order .details .inn a {
	color: #f83c7c;
	text-decoration: underline;
}

.layer .order .details .inn a:hover {
	text-decoration: none;
}

.layer .items {
	text-align: left;
	margin-top: -30px;
	clear: both;
	float: none;
	margin-bottom: -15px;
}

.layer .items .item .desc {
	border: 1px solid #f3f3f3;
	border-top: 0;
	padding: 20px;
	color: #767d95;
	font-size: 15px;
	line-height: 24px;
}

.layer .items .item .desc:after {
	display: block;
	float: none;
	clear: both;
	content: '';
}

.layer .items .item .desc p {
	float: left;
	width: calc(100% - 150px);
}

.layer .items .item .desc .amount {
	display: block;
	text-align: right;
	color: #f83c7c;
	font-weight: 700;
	margin-bottom: 10px;
	white-space: nowrap;
}

.layer .items .item .desc .btn.small {
	font-size: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
	letter-spacing: 0;
	white-space: nowrap;
}

.layer .items .item .img {
	display: block;
	padding-bottom: 53%;
	border: 1px solid #c0c6d9;
	border-radius: 10px 10px 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


/* Swiper */
.swiper-container {
	width: 100%;
	height: 100%;
	display: flex;
}

.swiper-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
}

.swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}

.swiper-pagination-bullets {
	display: block;
	text-align: center;
	margin: auto;
}

.swiper-pagination-bullet {
	display: inline-block;
	margin: 5px;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	border: 0;
	background: #fff;
	cursor: pointer;
	outline: none;
	box-shadow: 0 3px 4px rgba(33, 33, 33, .35);
}

.swiper-pagination-bullet-active {
	background: #f83c7c;
}

@media only screen and (min-width:1500px) {
	.promo ul.cats li {
		width: 80px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.promo ul.cats li a {
		padding-top: 110px;
	}

	.promo ul.cats li a .icon img {
		max-width: 80px;
	}
}

@media only screen and (max-width:1280px) {
	.fix .header .menu ul li.mright {
		margin-right: 10px;
	}

	.fix .header .menu ul li {
		margin-left: 10px;
		margin-right: 10px;
	}

	.custom .uploads {
		margin-left: 0
	}

	.layer.full .box {
		margin: 0;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		border-radius: 0;
	}

	.layer.full .box .ic_close {
		top: 10px;
		right: 10px;
	}
}

@media (min-width: 1240px) and (max-width: 1500px) {
	
	.promo ul.cats li a {
		padding-top: 110px;
	}

	.promo ul.cats li a .icon img {
		max-width: 70px;
	}
}

@media (min-width: 1140px) and (max-width: 1240px) {
	.promo ul.process li {
		vertical-align: top;
		margin-left: 20px;
		margin-right: 20px;
		width: 110px;
	}

	.promo ul.process li:before {
		top: 25px;
		right: -35px;
		width: 25px;
		height: 25px;
	}

	.promo ul.cats {
		padding-top: 8px;
		margin-bottom: 80px;
	}

	.promo ul.cats li {
		width: 77px;
	}

	.promo ul.cats li a .icon img {
		max-width: 65px;
	}
}

@media (min-width: 1040px) and (max-width: 1140px) {
	
	.multicol {
		columns: 100px 3;
		margin-left: 60px;
		margin-right: 60px;
		margin-bottom: 60px;
	}

	.promo ul.cats {
		padding-top: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 940px) and (max-width: 1040px) {
	
	.multicol {
		columns: 100px 3;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 60px;
	}

	.promo ul.cats {
		padding-top: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 840px) and (max-width: 940px) {
	
	.multicol {
		columns: 100px 3;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 60px;
	}

	.promo ul.cats {
		padding-top: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 1140px) {
	.menu li {
		font-size: 16px;
	}

	.promo ul.process li {
		vertical-align: top;
		margin-left: 20px;
		margin-right: 20px;
		width: 80px;
	}

	.promo ul.process li:before {
		top: 20px;
    	right: -35px;
		width: 20px;
    	height: 20px;
	}
}

@media only screen and (max-width:768px) {
	.desktop {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	.inline.mobile {
		display: inline-block !important;
	}

	.bg,
	.inner,
	.layer .bg,
	.layer .inner {
		padding: 10px;
	}

	.btn {
		font-size: 14px;
		line-height: 20px;
		padding: 9px;
		padding-left: 20px;
		padding-right: 20px;
		letter-spacing: 0;
		border-radius: 38px;
	}

	.btn.small {
		font-size: 14px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	button {
		font-size: 18px;
		line-height: 20px;
		min-height: 56px;
		padding: 30px;
		padding-top: 18px;
		padding-bottom: 18px;
		letter-spacing: 0
	}

	.home .fix .header .bg:after {
		display: none;
	}

	.fix .header .logo {
		width: 130px !important;
		height: 34px;
		line-height: 34px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		left: 50%;
		margin-left: -65px;
		top: 10px;
	}

	.fix .header .ic_menu {
		width: 34px;
		height: 34px;
		line-height: 34px;
		display: block;
		float: left;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
		background: url(../img/ic_menu.png) no-repeat center center;
		cursor: pointer
	}

	.fix .header .menu {
		float: right;
		width: auto;
	}

	.fix .header .menu ul {
		margin: 0;
		text-align: right;
	}

	.fix .header .menu ul li {
		margin: 0;
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.fix .header .menu ul li a.icon {
		width: 34px;
		overflow: hidden;
		height: 34px;
		line-height: 34px;
		text-align: left;
		text-indent: -9999px;
		background-position: center center;
		padding: 0;
	}

	.fix .header .menu ul li a.ic_search {
		background-size: auto 24px;
	}

	.fix .header .menu ul li a.ic_account {
		background-size: auto 26px;
		background-image: url(../img_svg/ucet.svg);
	}

	.fix .header .menu ul li a.ic_basket {
		background-size: auto 30px;
		background-image: url(../img_svg/kosik.svg);
	}

	.fix .header .menu ul li a.ic_basket em {
		display: none;
	}

	.fix .header .menu ul li:nth-last-child(3) {
		float: left;
	}

	.fix .header .bg:after {
		left: 20px;
		right: 20px;
	}

	.opened .fix {
		height: 100%;
		overflow-x: hidden;
		bottom: 0;
		background: #fff;
	}

	.opened .home .fix {
		background: #f83c7c;
	}

	.opened .fix .header .menu-mobile {
		display: block;
		float: none;
		clear: both;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	body:not(.home) .content {
		padding-top: 54px;
	}

	.promo {
		display: block;
		min-height: 1px;
	}

	.promo .col.pink:before {
		display: none;
	}

	.promo .col {
		width: 100%;
		display: block;
	}

	.promo .col .inner {
		min-height: 1px;
		padding: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.promo .col.pink .inner {
		padding-top: 80px;
	}

	.promo h2 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.promo p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
		width: 260px;
	}

	.promo ul.process {
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: 20px;
	}

	.promo ul.process li {
		font-size: 14px;
		line-height: 18px;
		width: 90px;
		margin: 5px;
		vertical-align: top;
	}

	.promo ul.process li:before {
		width: 16px;
		height: 16px;
		right: -13px;
		top: 20px;
		background-size: contain;
	}

	.promo ul.process li img {
		width: 50px;
		height: auto;
	}

	.promo .btn {
		margin-bottom: 0;
	}
	
	.promo .btn:last-child {
		margin-bottom: 30px;
	}

	.promo ul.ulli {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: 20px;
	}

	.promo ul.ulli li {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}

	.promo ul.ulli li a {
		display: inline-block;
		color: #f83c7c;
		text-decoration: underline;
	}

	.promo ul.ulli li a:hover {
		text-decoration: none;
	}

	.promo ul.cats {
		padding-top: 0;
		margin-bottom: 0;
	}

	.promo ul.cats li a {
		font-size: 14px;
    	line-height: 18px;
		min-height: 0;
	}

	.archive {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 10px;
	}

	.archive .products,
	.similar .products {
		margin: 0;
		text-align: center;
	}

	.promo .archive .products {
		margin: 0;
		margin-left: -10px;
		margin-right: -10px;
		text-align: center;
	}

	.archive .products .product,
	.similar .products .product {
		margin: 10px;
		margin-left: 8px;
		margin-right: 8px;
		width: 130px;
		max-width: calc(100% - 20px);
		display: inline-block;
		float: none;
		text-align: left;
		vertical-align: top
	}

	.archive .products .product .img,
	.similar .products .product .img {
		border-radius: 5px;
	}

	.archive .products .product .desc,
	.similar .products .product .desc {
		font-size: 12px;
		line-height: 16px
	}

	.archive .products .product .desc .amount,
	.similar .products .product .desc .amount {
		font-size: 15px;
	}

	.archive .products .product .level,
	.similar .products .product .level {
		font-size: 12px;
		padding-left: 30px;
		background-size: auto 10px;
	}

	.cols {
		margin: -10px;
		margin-top: 0;
	}

	.sidebar {
		display: none;
	}

	.archive ul.submenu {
		margin-left: -6px;
		margin-right: -6px;
	}

	.archive ul.submenu li {
		font-size: 14px;
		line-height: 20px;
		margin-left: 6px;
		margin-right: 6px;
	}

	.archive .products .col33.inline,
	.similar .products .col25.inline {
		width: auto;
		margin: 0;
	}

	.custom .col50 {
		width: 100%;
	}

	.custom .uploads .btn.small {
		background-color: transparent;
		margin-top: 8px;
	}

	.custom .uploads {
		padding: 15px;
	}

	.custom ul.files {
		margin: -7px;
		margin-bottom: 0;
	}

	.custom ul.files li {
		padding: 7px;
		width: 33.3333%
	}

	.custom .upload {
		padding: 15px;
	}

	.custom .upload p,
	.custom .upload p strong {
		margin-bottom: 0;
		font-size: 15px;
		line-height: 20px;
		padding-left: 40px;
	}

	.custom .upload p strong {
		padding-left: 0;
	}

	.custom .upload p:before {
		background-size: auto 30px;
		width: 30px;
		height: 30px;
		top: 50%;
		margin-top: -17px;
	}

	.custom h2 {
		font-size: 20px;
	}

	.custom h2.icon {
		padding-left: 60px
	}

	.custom h2.ic_addfile {
		background-size: auto 46px;
	}

	.custom h2.ic_print {
		background-size: auto 40px
	}

	.custom h2.ic_grams {
		background-size: auto 40px
	}

	button.ic_cart:before {
		background-size: auto 36px;
		width: 50px;
		left: 10px
	}

	button.ic_cart {
		padding-left: 60px
	}

	.custom ul.files li .file .size {
		font-size: 10px;
	}

	.layer .gray {
		padding: 15px;
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.layer .forgot {
		text-align: left;
		margin-bottom: -68px;
		padding-top: 30px;
		padding-left: 170px;
	}

	.layer .forgot a {
		width: 80px;
		z-index: 5;
		max-width: 100%
	}

	.layer .search input[type="text"] {
		font-size: 16px;
		line-height: 20px;
		height: 30px;
		background-size: auto 24px;
		padding-left: 36px
	}

	.layer h2,
	.layer h3,
	.custom h3,
	.layer .similar h2,
	.layer .detail .description h3 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.layer .similar h2 {
		font-size: 18px;
	}

	.layer h3 {
		margin-bottom: 20px;
	}

	.layer .title h2 {
		letter-spacing: 0;
	}

	.layer .title,
	.layer .search {
		padding-right: 24px;
	}

	.layer .title.icon {
		padding-left: 36px;
	}

	.layer .title.ic_account {
		background-size: auto 30px;
	}

	.layer .title.ic_delivery {
		background-size: auto 26px;
		padding-left: 40px;
	}

	.layer .title.ic_basket {
		background-size: auto 30px;
	}

	.layer .title.ic_basket em {
		min-width: 22px;
		height: 22px;
		font-size: 12px;
		line-height: 16px;
		left: -26px;
		top: 13px;
	}

	.layer .hline {
		margin-top: 15px;
	}

	.radio label.checkmark {
		font-size: 16px;
	}

	.layer .col50 {
		width: 100%;
	}

	.layer .col50 .col75 {
		width: 65%;
	}

	.layer .col50 .col25 {
		width: 35%
	}

	.layer p.small {
		font-size: 14px;
		line-height: 18px;
	}

	.layer .totalprice strong,
	.layer .totalprice .amount {
		font-size: 18px;
	}

	.layer .cols .fleft,
	.layer .col100.fright {
		float: none !important;
	}

	.layer .cols .fleft .inner {
		text-align: center;
	}

	.layer .cols .fleft .inner button {
		display: inline-block;
		margin-top: 5px
	}

	.layer ul.cat li {
		font-size: 16px;
		line-height: 20px;
	}

	.layer .ic_logout {
		font-size: 14px;
	}

	.layer ul.tabs {
		margin-top: 5px;
		margin-bottom: 0;
		font-size: 14px;
		padding: 15px;
		padding-top: 41px;
		padding-bottom: 10px;
		border-radius: 5px
	}

	.layer ul.tabs:hover {
		padding-top: 61px;
	}

	.layer ul.tabs li {
		display: block;
		text-align: left;
		margin: 0;
		line-height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		display: none;
	}

	.layer ul.tabs li.active {
		border-bottom: 1px solid transparent;
		padding-bottom: 15px;
		position: absolute;
		top: 10px;
		left: 15px;
		right: 15px;
		display: block;
		padding-right: 20px;
	}

	.layer ul.tabs li.active:before {
		display: block;
		width: 12px;
		height: 12px;
		background: url(../img_svg/menu-sipka.svg) no-repeat center center;
		content: '';
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 0;
	}

	.layer ul.tabs:hover li.active:before {
		transform: rotate(180deg)
	}

	.layer ul.tabs:hover li {
		display: block;
	}

	.layer ul.tabs:hover li.active {
		border-color: #e4e8f4;
	}

	.layer ul.switch {
		margin-left: -6px;
		margin-right: -6px;
	}

	.layer ul.switch li {
		margin-left: 6px;
		margin-right: 6px;
	}

	.layer ul.switch li a {
		font-size: 14px;
		line-height: 20px;
	}

	.layer .mobile table tr td {
		line-height: 16px;
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.layer .mobile table tr td:first-child {
		padding-left: 0;
	}

	.layer .mobile table tr td:last-child {
		padding-right: 0;
	}

	.layer .mobile table tr:first-child td {
		border-top: 1px solid #e6e9e7
	}

	.layer .mobile table tr td .date,
	.layer .mobile table tr td .status {
		font-size: 12px;
	}

	.layer .mobile table tr td .status {
		padding-left: 20px;
	}

	.layer .mobile table tr td .ic_card {
		padding: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		background-image: none;
		font-size: 12px;
	}

	.layer .mobile table.trth {
		margin-top: 0;
	}

	.layer .mobile table.trth tr td {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.layer .mobile table.trth tr td.noborder {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.layer .mobile table.trth tr td:not(.amount),
	.layer .mobile table.trth tr td a.name {
		font-size: 14px;
		line-height: 16px;
		color: #6c6b6b;
	}

	.layer .mobile table.trth tr td.amount {
		font-size: 18px;
		line-height: 20px;
		text-align: right;
		padding-right: 10px;
	}

	.layer .mobile table.products tr td.thumb {
		padding-right: 5px;
	}

	.layer .order .details {
		margin-left: -20px;
		margin-right: -20px;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}

	.layer .order .details .inn {
		padding: 20px;
		font-size: 14px;
	}

	.layer .order .details .ic_pdf {
		padding-left: 19px;
		background: url(../img_svg/pdf.svg) no-repeat center left;
	}

	.layer .order .details .col50:first-child:after {
		display: block;
		height: 1px;
		background: #f3f3f3;
		content: '';
		margin-left: 20px;
		margin-right: 20px;
	}

	.layer .order .details:before {
		display: none;
	}

	.layer .order .details .inn strong {
		margin-right: 5px;
		min-width: 125px;
	}

	.layer .order h3.large {
		font-size: 20px;
		width: calc(100% - 100px);
		padding-top: 0;
	}

	.layer .order .btn.outline {
		width: 90px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 14px;
		border-radius: 10px;
	}

	.layer .items .item .desc {
		padding: 15px;
	}

	.layer .items .item .desc .btn.small {
		font-size: 12px;
		padding: 15px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	.layer .items .item .desc p,
	.layer .items .item .desc .amount {
		font-size: 14px;
		line-height: 18px;
	}

	.layer .totalprice {
		padding-top: 20px;
	}

	.layer .col100.fright .inner:not(.totalprice) {
		text-align: center
	}

	.layer .col100.fright .inner:not(.totalprice) button {
		display: inline-block;
		margin-top: 10px
	}

	.layer.full .box .over {
		border-radius: 0
	}

	.layer.full .box .col55,
	.layer.full .box .col45 {
		width: 100%;
	}

	.layer.full .box .bg,
	.layer.full .box .bg .inner {
		padding: 10px;
	}

	.layer.full .detail p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 20px;
	}

	.layer.full .detail .description p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.layer.full .detail button.ic_cart {
		padding-right: 25px;
	}

	.layer.full .detail .count {
		margin-right: 7px
	}

	.layer ul.tags {
		margin-top: 20px;
	}

	.layer ul.tags li a {
		font-size: 12px;
	}

	.layer.full .detail h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.layer.full .detail .ic_logo {
		float: right;
	}

	.layer.full .detail .ic_logo img {
		width: 90px;
	}

	.layer .count.large input[type="text"] {
		height: 56px;
		line-height: 50px;
		border-radius: 56px;
	}

	.layer .count.large {
		height: 56px;
		border-radius: 56px;
	}

	.layer .count.large .plus,
	.layer .count.large .minus {
		height: 52px;
	}

	.layer .detail .amount {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.layer .overtable {
		overflow: auto;
		margin-left: -20px;
		margin-right: -20px;
	}

	.layer .overtable table {
		width: auto;
		margin: 0;
		margin-left: 20px;
	}

	.layer table.sizes tr td,
	.layer table.sizes tr th {
		font-size: 14px;
		line-height: 20px;
	}

	.layer table.sizes tr th strong {
		font-size: 16px;
	}

	.layer table.sizes tr td {
		white-space: nowrap;
	}

	.layer table.sizes tr td:first-child {
		width: 130px;
		white-space: normal;
	}

	.layer table.sizes tr th .abs {
		width: 110px;
		white-space: normal;
	}

	.layer table.sizes tr td strong {
		width: 110px;
		display: block;
	}

	.layer table.sizes tr td:last-child,
	.layer table.sizes tr th:last-child {
		padding-right: 12px;
	}

	.layer ul.breadcrumbs li {
		font-size: 14px;
		line-height: 20px;
	}

	.swiper {
		margin: -10px;
		margin-bottom: 5px;
	}

	.swiper .img {
		width: 100%;
		padding-bottom: 100%;
		background-position: center center;
		background-size: cover;
		display: block;
	}

	.swiper .pag_slider {
		position: absolute;
		bottom: 5px;
		right: 5px;
	}

	.swiper .level {
		left: 20px;
	}

	.layer:not(.full) .ic_close {
		width: 16px;
		height: 16px;
		top: 20px;
		right: 20px;
		background-size: contain;
	}

	.float-right {
		float: right;
	}

	.checkbox-iscompany {
		margin-bottom: 5px;
		margin-top: 10px;
	}

	.col.checkbox-isother {
		margin-bottom: 20px;
	}

	.checkbox-isnews {
		margin-bottom: 10px;
	}

	.d-flex {
		display: flex;
		flex-direction: row-reverse;
	}

	.d-flex .forgot {
		width: 50%;
		text-align: right;
		margin-bottom: initial;
		padding-top: 6px;
		padding-left: initial;
	}

	a#password-recovery {
		width: auto;
	}

	.btn-login {
   		width: 50%;
	}

	.d-flex input.btn.ajax {
		float: left;
	}

	.agreeterms {
		margin-bottom: 10px;
	}

	.layer .basket-step-3 .cols .fleft {
		float: left !important;
	}

	.layer .cont label.label-small {
        top: 1px;
    }
	
	.btn#send-order-btn {
		line-height: 38px;
		width: 100%;
	}

	#btn-modal {
		position: relative;
		top: 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 540px) {
	.float-right {
		display: flex;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.promo .col .inner {
		display: flex;
    	flex-direction: column;
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 60px;
	}

	.promo h2 {
		font-size: 32px;
		line-height: 2rem;
		margin-bottom: 20px;
	}

	.promo p {
		font-size: 20px;
		line-height: 1.2rem;
		width: auto;
		margin-bottom: 30px;
	}

	.promo ul.process {
		margin-left: auto;
    	margin-right: auto;
		margin-bottom: 30px;
		display: flex;
		justify-content: center;
	}

	.promo ul.process li {
		width: 33%;
		font-size: 14px;
		line-height: 1rem;
		padding: 0 10px;
	}

	.promo .btn {
		font-size: 16px;
    	line-height: 26px;
		width: 200px;
    	margin: 0 auto;
	}

	#btn-modal {
		top: 15px;
		font-size: 16px;
	}

	.layer .s-col50 {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.basket-step-2 .fleft, 
	.basket-step-2 .fright {
		width: 100%;
	}

	button#back-to-order, 
	button#continue-to-billing {
		width: 100%;
	}
}

@media (min-width: 420px) and (max-width: 768px) {
    .basket-step-1 .col100.fright {
        float: right !important;
    }

	.layer .basket-step-3 .cols .fleft {
        float: left !important;
    }
}

@media screen and (max-width: 420px) {
	.layer .basket-step-3 .cols .fleft,
	.layer .basket-step-3 .cols .fright {
		float: none !important;
	}

	button#custom-send-button, 
	button#back-to-order, 
	button#continue-to-order,
	button#back-to-billing {
		width: 100%;
	}

	button#back-to-billing {
		margin-bottom: 20px;
	}

	.agreeterms {
		margin-bottom: 30px;
	}

	input.btn[name="register"] {
		width: 100%;
	}
}