/* RESET */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
HTML, body {
	height: 100%;
}
body {
	width:100%;
	min-width:100%;
	margin:0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color:#fff;
}

/* Base styles: opinionated defaults */
html,
button,
input,
select,
textarea {
    color: #000;
}

/* Remove text-shadow in selection highlight */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Browse Happy prompt */
.browsehappy {
    margin:0;
    background: #e60003;
    color: #FFF;
    padding: 40px 0;
	text-align:center;
}
.browsehappy a {
	color:#000;
}
.browsehappy a:hover {
	color:#FBA3A4;
}

/* GENERAL STYLING */
html {
	font: normal 18px/150%  'Roboto', Arial, Helvetica, Gotham, "Helvetica Neue", sans-serif;
	font-weight:300;
	color:#000;
}
BODY, table, div, TD, P, UL, LI, .content {
	font-size:1rem;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6,
.page_title,
.menu_top > ul > li > a,
.menu_top > ul > li > span,
.shop_prod form a {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight:300;
}
h1, h2, h3, h4, h5, h6, .page_title {
	line-height: 120%;
	color:#92b6d5;
	padding:0 0 20px;
	text-transform:uppercase;
}
h1, .page_title {font-size:1.667rem;} /* 30px */
h2 {font-size:1.334rem;} /* 24px */
h3 {font-size:1.223rem;} /* 22px */
h4 {font-size:1.112rem;} /* 20px */
h5 {font-size:1rem;} /* 18px */
h6 {font-size:0.8889rem;} /* 16px */

a { color: #dcafad; }
a:visited { color: #c99391; }
a:hover { color: #9ea25f; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

a[href^="tel"] { color: #000; text-decoration:none; }

/* Lists */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, .form, .form ul, .prod_box__gal, .news_block, .gal_box, .shop_prod, .num_box, .basket__form ul, #order_data_box ul, .prod_box__value, .filter_item, .filter_item ul, .filter_navitem > form, .banner_block { list-style: none; list-style-image: none; margin: 0; padding: 0; font-size:0; }
nav a { text-decoration:none; }

img { -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Forms */
form { margin: 0; }
label { cursor: pointer; }
legend { *margin-left: -7px; white-space: normal; }
input[type="checkbox"], input[type="radio"] { *width: 13px; *height: 13px; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fcc2c2; }

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
	vertical-align: top;
}

td { vertical-align: top; }

/* Main settings */
img, object, embed, video {
	max-width: 100%;
	height:auto;
}

/* GENRAL */
.pagewrap {
	width: 1180px;
	margin:0 auto;
}

/* header */
.top_header {
	background-color:#fff;
	border-bottom:1px solid #999999;
	-webkit-transition: all ease-in-out 0.175s;
	-o-transition: all ease-in-out 0.175s;
	-moz-transition: all ease-in-out 0.175s;
	transition: all ease-in-out 0.175s;
}
.top_header__fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:44;
	-webkit-transition: all ease-in-out 0.175s;
	-o-transition: all ease-in-out 0.175s;
	-moz-transition: all ease-in-out 0.175s;
	transition: all ease-in-out 0.175s;
}
.top_header__box {
	padding-top:120px;
	position:relative;
}
.top_header__fixed .top_header__box {
	padding-top:0;
}
#site_logo {
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-156.5px;
	width:313px;
	height:50px;
	display:block;
	background-image:url(../images/40den_logo.svg);
	-webkit-background-size:auto 50px;
	     -o-background-size:auto 50px;
	        background-size:auto 50px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:99;
}
html[lang*=ru] #site_logo {
    width: 320px;
	background-image:url(../images/40den_logo_ru.svg);
}
html[lang*=lt] #site_logo {
    width: 389px;
	background-image:url(../images/40den_logo_lt.svg);
}
html[lang*=lv] #site_logo {
    width: 339px;
	background-image:url(../images/40den_logo_lv.svg);
}
.top_header__fixed .top_header__left {
	display:none;
}
.content {
	padding:20px 0;
}

/* form */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=email],
select,
textarea,
.inputBox {
	border:none;
	background-color:#f5f6f6;
	color:#000;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
}
input[type=text], 
input[type=email],
input[type=password],
input[type=tel],
input[type=email],
select,
.inputBox {
	padding:0 10px;
	line-height:40px;
	height:40px;
}
textarea {
	padding:10px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
textarea:hover,
select:hover {
	background-color:#dcafad;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus, 
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
	background-color: #92b6d5;
	outline: none;
}
button { outline:none; }
button:active { outline:none; }
button:focus { outline:none; }

input::-webkit-input-placeholder { color:#575757; }
input::-moz-placeholder { color:#575757; } /* firefox 19+ */
input:-ms-input-placeholder { color:#575757; } /* ie */
input.hasPlaceholder { color:#575757; }
input:-moz-placeholder { color:#575757; }

select {
	-webkit-border-radius:0px;
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right:50px;
}
select {
  background-image:
    -webkit-linear-gradient(45deg, transparent 50%, #fff 50%),
    -webkit-linear-gradient(315deg, #fff 50%, transparent 50%),
    -webkit-linear-gradient(left, #92b6d5, #92b6d5);
  background-image:
    -moz-linear-gradient(45deg, transparent 50%, #fff 50%),
    -moz-linear-gradient(315deg, #fff 50%, transparent 50%),
    -moz-linear-gradient(left, #92b6d5, #92b6d5);
  background-image:
    -o-linear-gradient(45deg, transparent 50%, #fff 50%),
    -o-linear-gradient(315deg, #fff 50%, transparent 50%),
    -o-linear-gradient(left, #92b6d5, #92b6d5);
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #92b6d5, #92b6d5);
  background-position:
    -webkit-calc(100% - 20px) -webkit-calc(1em + 2px),
    -webkit-calc(100% - 15px) -webkit-calc(1em + 2px),
    100% 0;
  background-position:
    -moz-calc(100% - 20px) -moz-calc(1em + 2px),
    -moz-calc(100% - 15px) -moz-calc(1em + 2px),
    100% 0;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  -webkit-background-size:
    5px 5px,
    5px 5px,
    40px 40px;
  -o-background-size:
    5px 5px,
    5px 5px,
    40px 40px;
  background-size:
    5px 5px,
    5px 5px,
    40px 40px;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    -webkit-linear-gradient(45deg, white 50%, transparent 50%),
    -webkit-linear-gradient(315deg, transparent 50%, white 50%),
    -webkit-linear-gradient(left, #999, #999);
  background-image:
    -moz-linear-gradient(45deg, white 50%, transparent 50%),
    -moz-linear-gradient(315deg, transparent 50%, white 50%),
    -moz-linear-gradient(left, #999, #999);
  background-image:
    -o-linear-gradient(45deg, white 50%, transparent 50%),
    -o-linear-gradient(315deg, transparent 50%, white 50%),
    -o-linear-gradient(left, #999, #999);
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #999, #999);
  background-position:
    -webkit-calc(100% - 15px) 1em,
    -webkit-calc(100% - 20px) 1em,
    100% 0;
  background-position:
    -moz-calc(100% - 15px) 1em,
    -moz-calc(100% - 20px) 1em,
    100% 0;
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  -webkit-background-size:
    5px 5px,
    5px 5px,
    40px 40px;
  -o-background-size:
    5px 5px,
    5px 5px,
    40px 40px;
  background-size:
    5px 5px,
    5px 5px,
    40px 40px;
  background-repeat: no-repeat;
  outline: 0;
}

.s_btn {
	background-color:#92b6d5;
	color:#fff;
	border: 0px none;
	margin:0;
	padding:0 20px;
	font-size:1.334rem;
	line-height:40px;
	height:40px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	vertical-align:middle;
	text-align:center;
	display: inline-block;
	cursor: pointer;
}
a.s_btn {
	color:#fff;
}
.s_btn:hover {
	background-color:#dcafad;
	color:#fff;
	text-decoration:none;
}
.form ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.form ul li {
	width:-webkit-calc(50% - 10px);
	width:-moz-calc(50% - 10px);
	width:calc(50% - 10px);
	margin-bottom:10px;
}
html.js.no-flexbox .form ul {
	margin-right:-20px;
}
html.js.no-flexbox .form li {
	margin: 0 20px 20px 0;
	padding: 0;
	min-width:500px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.form li.form_textarea,
.form li.form_checkbox,
.form li.form_title,
.form li.form_but {
	width:100%;
}
.form li.form_title {
	margin-bottom:0;
}
.form label {
	cursor:text;
}
.form textarea {
	resize:vertical;
	width:100%;
}
.form label,
.form li > input[type=text],
.form li > input[type=email],
.form li > input[type=password],
.form li > input[type=tel],
.form li > input[type=email],
.form li > textarea,
.form li > select {
	display:block;
	width:100%;
}
.lt-ie8 .form li > input[type=text],
.lt-ie8 .form li > input[type=email],
.lt-ie8 .form li > input[type=password],
.lt-ie8 .form li > input[type=tel],
.lt-ie8 .form li > input[type=email],
.lt-ie8 .form li > textarea,
.lt-ie8 .form li > select {
	width:96%;
}
.form  label > span {
	color:#e60003;
	margin-right:3px;
}
.form li.form__spacer {
	height:20px;
	display:block;
	width:100%;
}
.form li.form__seporator {
	display:block;
	width:100%;
}
input[type=text].failed,
input[type=email].failed,
input[type=password].failed,
input[type=tel].failed,
input[type=email].failed,
select.failed,
textarea.failed,
input.failed {
	background-color:#f49f98;
}

/* top left */
.login_top_box {
	position:relative;
	display: inline-block;
	vertical-align:top;
	margin-left:32px;
	cursor:pointer;
}
span.login_top_link {
	color:#999999;
	text-decoration:none;
	line-height:50px;
	height:50px;
	padding-left:25px;
	display: inline-block;
	vertical-align:top;
	background-image:url(../images/top_login.svg), none;
	-webkit-background-size:15px auto;
	-o-background-size:15px auto;
	background-size:15px auto;
	background-repeat:no-repeat;
	background-position:left center;
}
.login_top_box:hover span.login_top_link {
	color:#dcafad;
	background-image:url(../images/top_login_on.svg), none;
}
.login_sub {
	padding:30px;
	position:absolute;
	z-index:999;
	visibility: hidden;
	opacity: 0;
	border-top:3px solid #dcafad;
	background-color:#f5f6f6;
	-moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	-webkit-transition:visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	-o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	*zoom:1;
}
.login_top_box:hover .login_sub,
.tpShow {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	        transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	*zoom:1;
}
.login_sub__item {
	position:relative;
	margin-bottom:30px;
	width:100%;
}
.login_sub__item label {
	color:#999999;
	position: absolute;
	top: 0;
	left:0;
	line-height: 40px;
    height: 40px;
	-webkit-transition: 0.2s ease;
	-moz-transition:0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.login_sub__item input:focus ~ label,
.login_sub__item input:valid ~ label {
	-webkit-transform: translate(-12%, -75%) scale(0.75);
	-moz-transform: translate(-12%, -75%) scale(0.75);
	-ms-transform: translate(-12%, -75%) scale(0.75);
	-o-transform: translate(-12%, -75%) scale(0.75);
	transform: translate(-12%, -75%) scale(0.75);
}
.login_sub__triangle_up { 
	width: 0; 
	height: 0;
	bottom:0;
	left:0;
	border-bottom: 8px solid #dcafad;
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent;
	position:absolute;
	z-index:9999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s 0.525s, opacity 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	     -o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	        -webkit-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	        transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	*zoom:1;
}
.login_top_box:hover .login_sub__triangle_up {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
		 -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
			transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	*zoom:1;
}
.login_sub__item input {
	width:300px;
}
.login_sub__item input,
.login_sub__item input:hover,
.login_sub__item input:focus {
	padding:0;
	background-color:transparent;
}
.login_sub__item input:-webkit-autofill {
	padding:0;
	background-color:rgba(255,255,255,0.00) !important;
}
.login_sub__line {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #999999;
  width: 100%;
  height: 1px;
}
.login_sub__line:before,
.login_sub__line:after {
  content: '';
  position: absolute;
  background-color: #dcafad;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  -moz-transition: .2s ease;
  transition: .2s ease;
}
.login_sub__item input:-webkit-autofill ~ .login_sub__line:before,
.login_sub__item input:-webkit-autofill ~ .login_sub__line:after {
	background-color: rgb(250, 255, 189);;
}
.login_sub__line:before {
  left: 50%;
}
.login_sub__line:after {
  right: 50%;
}
.login_sub__item input:focus ~ .login_sub__line:before,
.login_sub__item input:focus ~ .login_sub__line:after,
.login_sub__item input:-webkit-autofill ~ .login_sub__line:before,
.login_sub__item input:-webkit-autofill ~ .login_sub__line:after {
  width: 50%;
}
.login_sub .s_btn {
	width:100%;
	display:block;
	margin-bottom:20px;
}
.login_sub a {
	display:block;
	font-size:0.7778rem;
	text-decoration:none;
	color:#999999;
}
.login_sub a:hover,
.login_sub a.login_sub_on {
	color: #dcafad;
}
.login_sub__logged .s_btn {
	margin-top:20px;
}

/* language */
.lang_box {
	vertical-align:top;
	text-transform:lowercase;
	padding:10px 0;
	display: inline-block;
}
.lang_box a {
	color:#999999;
	text-decoration:none;
	line-height:30px;
	height:30px;
	margin-right:8px;
	text-transform:lowercase;
	display: inline-block;
}
.lang_box a:hover,
.lang_box a.lang_on,
.topbasket:hover {
	color:#dcafad;
}
.lang_box a.lang_on {
	font-weight:700;
}

/* top right */
a.topbasket {
	color:#dcdcdc;
	text-decoration:none;
	line-height:30px;
	height:30px;
	margin-right:20px;
	padding-right:34px;
	vertical-align:top;
	background-image:url(../images/topbasket.svg), none;
	-webkit-background-size:24px auto;
	     -o-background-size:24px auto;
	        background-size:24px auto;
	background-repeat:no-repeat;
	background-position:right center;
	display: inline-block;
}
a.topbasket:hover {
	background-image:url(../images/topbasket_on.svg), none;
}
.top_search {
	display: inline-block;
	vertical-align:top;
	position:relative;
	z-index:33;
}
.top_search input {
	line-height:30px;
	height:30px;
	width:130px;
	padding:0;
	color:#999999;
	vertical-align:top;
	background-color:transparent;
	border-bottom:1px solid #e3e3e3;
	border-right:0;
	-webkit-transition:all ease-in-out 0.175s;
	-moz-transition:all ease-in-out 0.175s;
	-o-transition: all ease-in-out 0.175s;
	transition: all ease-in-out 0.175s;
	-webkit-border-radius:0px;
	border-radius:0;
	-webkit-appearance: none;
}
.top_header__fixed .top_search input {
	line-height:30px;
	height:30px;
	padding:0;
	vertical-align:top;
	background-color:#fff;
	border-bottom:1px solid #e3e3e3;
}
.top_search:hover input {
	border-bottom:1px solid #dcafad;
}
.top_search input::-webkit-input-placeholder { color:#dcdcdc; }
.top_search input::-moz-placeholder { color:#dcdcdc; } /* firefox 19+ */
.top_search input:-ms-input-placeholder { color:#dcdcdc; } /* ie */
.top_search input.hasPlaceholder { color:#dcdcdc; }
.top_search input:-moz-placeholder { color:#dcdcdc; }
.top_search .placeholder { color: #dcdcdc; }
.top_search input[type=text]:hover,
.top_search input[type=text]:focus {
	background-color:#fff;
}
.top_search:hover a {
	background-image:url(../images/top_search_but_on.svg), none;
	border-bottom:1px solid #dcafad;
}
.top_search a {
	width:30px;
	height:30px;
	vertical-align:top;
	display: inline-block;
	background-image:url(../images/top_search_but.svg), none;
	-webkit-background-size:17px auto;
	     -o-background-size:17px auto;
	        background-size:17px auto;
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:1px solid #e3e3e3;
}
.facebook {
	display: inline-block;
	width:30px;
	height:30px;
	margin-left:7px;
	vertical-align:top;
	background-image:url(../images/facebook.svg), none;
	-webkit-background-size:30px auto;
	     -o-background-size:30px auto;
	        background-size:30px auto;
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:1px solid #e3e3e3;
	z-index:3;
}
.facebook:hover {
	background-image:url(../images/facebook_on.svg), none;
}
.top_header__fixed .facebook,
.top_header__fixed a.topbasket {
	display:none;
}

/* menu left */
.menu_top {
	text-align:center;
	margin-bottom:-1px;
}
.menu_top > ul {
	vertical-align:top;
}
.menu_top > ul > li {
	padding:0;
	margin:0 15px;
	display: inline-block;
	-webkit-transition: all ease-in-out 0.175s;
	-o-transition: all ease-in-out 0.175s;
	-moz-transition: all ease-in-out 0.175s;
	transition: all ease-in-out 0.175s;
}
.menu_top > ul > li:first-child {
	margin:0;
}
.menu_top > ul > li:nth-child(2) {
	margin-left:0;
}
.menu_top > ul > li:last-child {
	margin-right:0;
}
.menu_top > ul > li > a,
.menu_top > ul > li > span {
	color:#999999;
	display:block;
	font-size:24px;
	line-height:50px;
	height:50px;
	cursor: pointer;
	text-transform:uppercase;
	border-bottom:3px solid transparent;
	-webkit-transition: all ease-in-out 0.175s;
	-o-transition: all ease-in-out 0.175s;
	-moz-transition: all ease-in-out 0.175s;
	transition: all ease-in-out 0.175s;
}
.menu_top > ul > li > span {
	display: none;
}
.menu_top > ul > li:hover > a,
.menu_top > ul > li.menu_top__on > a,
.menu_top > ul > li:hover > span,
.menu_top > ul > li.menu_top__on > span {
	color:#dcafad;
}
.menu_top > ul > li.menu_top__on > a,
.menu_top > ul > li.menu_top__on > span {
	border-bottom:3px solid #dcafad;
}
.menu_top > ul > li > b {
	display:block;
	position:relative;
}

.menu_top__ico {
	position: absolute;
	right:0;
	top:50%;
	margin-top:-20px;
	height:40px;
	width:40px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	display:none;
}
.menu_top__ico span {
	position: absolute;
	height: 4px;
	width: 40px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	right:0;
	margin-left: -20px;
	background-color: #999999;
}
.menu_top__ico span::before,
.menu_top__ico span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	background-color: #999999;
}
.menu_top__ico span::before {
	top:-12px;
}
.menu_top__ico span::after {
	top:12px;
}
.menu_top__ico:hover span,
.menu_top__ico:hover span::before,
.menu_top__ico:hover span::after {
	background-color:#dcafad;
}
.menu_top > ul > li.menu_top__close {
	display:none;
}

/* top menu submenu*/
.menu_top__sub {
	text-align:left;
	position:absolute;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:320px;
	right:0;
	margin-top:-3px;
	visibility: hidden;
	opacity: 0;
	z-index:999;
	background-color:#fff;
	border-top:3px solid #dcafad;
	-webkit-transition: visibility 0s 0.525s, opacity 0.25s ease-in-out 0.175s;
	-moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	-webkit-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	-o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	*zoom:1;
}
.menu_top > ul > li:hover > .menu_top__sub,
.tpShow {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	        transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	*zoom:1;
}
.menu_top__sub > ul {
    vertical-align: top;
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.menu_top__sub li {
	display:block;
	vertical-align:top;
}
.menu_top__sub a {
	display:block;
	color:#999999;
	font-size:24px;
	line-height:30px;
	text-decoration:none;
	white-space:nowrap;
	padding:0;
	margin-bottom:4px;
}
.menu_top__sub li:last-child a {
	margin-bottom:0;
}
.menu_top__sub a:hover,
.menu_top__sub li.menu_top__sub__on a {
	color:#dcafad;
}
.menu_top__sub img {
	height:100%;
	width:auto;
}

.triangle_up { 
	width: 0; 
	height: 0;
	bottom:3px;
	right:50%;
	margin-right:-8px;
	border-bottom: 8px solid #dcafad;
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent;
	position:absolute;
	z-index:9999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s 0.525s, opacity 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	     -o-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	        -webkit-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	        transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	*zoom:1;
}
.menu_top > ul > li:hover .triangle_up {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
		 -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
			transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	*zoom:1;
}

/* banner top */
.topline_banner {
	position: relative;
	min-height: 20px;
}
.topline_banner > *:not(.topline_banner__close) {
    min-height: 40px;
}
.topline_banner__close {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -webkit-calc(50% - 10px);
	top: -moz-calc(50% - 10px);
	top: calc(50% - 10px);
	right: 20px;
/*	background-color: rgba(255,255,255,0.50);*/
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.topline_banner__close::after,
.topline_banner__close::before {
	display: block;
	position: absolute;
	content: ' ';
	height: 20px;
	width: 4px;
	background-color: #999999;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.topline_banner__close::after {
	top: 0;
	left: -webkit-calc(50% - 2px);
	left: -moz-calc(50% - 2px);
	left: calc(50% - 2px);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.topline_banner__close::before {
	top: 0;
	left: -webkit-calc(50% - 2px);
	left: -moz-calc(50% - 2px);
	left: calc(50% - 2px);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.topline_banner__close:hover {
	background-color: #dcafad;
}
.topline_banner__close:hover::after,
.topline_banner__close:hover::before {
	background-color: #fff;
}
.top_header__fixed .topline_banner,
.topline_banner__none {
	display: none;
}
.banner_top {
	position:relative;
	z-index:2;
	overflow:hidden;
	background-color:#fff;
}

/* banner block */
.banner_block {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-moz-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.banner_block > li {
	width:49.2%;
	margin-bottom:1.6%;
}
.banner_block > li:nth-child(3n) {
	width:100%;
}
.banner_block > li:last-child {
	margin-bottom:0;
}

/* Elements settings*/
.global_title {
	padding-top:17px;
	padding-bottom:0;
}
.page_title {
	padding-bottom:0;
}
.global_title a,
.page_title a {
	color:#92b6d5;
	text-decoration:none;
}
.global_title a:hover,
.page_title a:hover {
	color: #dcafad;
}
.color_pink {
	color: #dcafad;
}
.color_blue {
	color: #92b6d5;
}
.color_dark_blue {
	color: #506e88;
}
.picture_left {
	margin: 0 20px 20px 0;
	float: left;
}
.picture_right {
	margin: 0 0 20px 20px;
	float: right;
}
.position_left {
	margin: 0 20px 20px 0;
	float: left;
}
.position_right {
	margin: 0 0 20px 20px;
	float: right;
}
.color_box {
	background-color:#f5f6f6;
	padding:20px;
}
.color_box h2 {
	color:#92b6d5;
}
.color_box .picture_right {
	margin:-20px -20px -20px 20px;
}

/* table */
.table_style tr td {
	padding: 5px 7px 5px;
	background-color:#f5f6f6;
}
.table_style tr th,
.table_style tr td.table_title {
	color:#fff;
	text-decoration: none;
	background-color: #92b6d5;
	text-transform:uppercase;
 	padding: 7px;
	text-align:left;
}
.table_style tr:nth-child(2n) td {
	background-color: #fff;
}

/* shop */
.shop_prod {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align:top;
}
html.js.no-flexbox .shop_prod {
	display:block;
}
.shop_prod > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 23.8%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 23.8%;
	flex: 0 0 23.8%;
	margin:0 1.6% 2% 0;
	position:relative;
	vertical-align:top;
	background-color:#FFF;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	-moz-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-flex-wrap:no-wrap;
	-ms-flex-wrap:no-wrap;
	flex-wrap:no-wrap;
}
html.js.no-flexbox .shop_prod > li:nth-child(4n) {
	margin-right:0;
}
html.js.no-flexbox .shop_prod > li {
	width:23.333%;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	*zoom: 1;
}
.shop_prod > li:hover,
.gal_box > li:hover {
	-webkit-box-shadow: 0 0 20px rgba(220,174,173,0.4);
	box-shadow: 0 0 20px rgba(220,174,173,0.4);
}
.shop_prod a {
	text-decoration:none;
	text-align:center;
}
.shop_prod img {
	width:100%;
	display:block;
	margin:0 0 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color:#FFF;
	background-image:url(../images/nopic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:contain;
	     -o-background-size:contain;
	        background-size:contain;
}
.shop_prod h6 {
	color:#506e88;
	display:block;
	padding:0 10px;
	margin:0 0 10px;
	font-size:1.334rem; /* 24px */
	line-height:109%; /* 26px */
	text-transform:uppercase;
	text-decoration:none;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.shop_prod a:hover img {
	opacity:.8;
}
.shop_prod a:hover h6 {
	color:#dcafad;
}
.shop_prod form {
	display:block;
	margin-top: auto;
}
.shop_prod form a {
	display:block;
	color:#999;
	text-align:right;
	font-size:24px;
	line-height:40px;
	height:40px;
	background-image:url(../images/shop_prod_but.svg), none;
	-webkit-background-size:25px auto;
	     -o-background-size:25px auto;
	        background-size:25px auto;
	background-repeat:no-repeat;
	background-position:right 7px center;
	padding-right:50px;
	position:relative;
}
.shop_prod form a span {
	display:block;
	position:absolute;
	left:10px;
	bottom:8px;
	font-size:16px;
	line-height:16px;
}
.shop_prod form a span:before {
	content:" ";
	position:absolute;
	width:101%;
	height:1px;
	left:0.5%;
	top:50%;
	background-color:#999;
}
.shop_prod form a:hover {
	color:#fff;
	background-color:#dcafad;
	background-image:url(../images/shop_prod_but__on.svg), none;
}
/* shop product */
.prod_box {
	padding-bottom:40px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.prod_box > div {
	-webkit-box-flex:50%;
	-webkit-flex:50%;
	-moz-box-flex:50%;
	-ms-flex:50%;
	flex:50%;
}
.prod_box__data {
	padding-left:40px;
}
.prod_box__gal {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-top:10px;
	margin-bottom:-1.6%;
}
.prod_box__gal li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 32.25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 32.25%;
	flex: 0 0 32.25%;
	margin:0 1.6% 1.6% 0;
}
.prod_box__gal img {
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:contain;
	     -o-background-size:contain;
	        background-size:contain;
}
.prod_box__bigpic a:hover img,
.prod_box__gal li:hover img {
	opacity:.8;
}
.prod_box__data_add {
	display:inline-block;
	padding-bottom:40px;
	width:100%;
}
.prod_box__data_add select {
	display:block;
	width:100%;
	margin-bottom:10px;
}
.prod_box__add_but {
	display:block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	font-size:1.333rem;
	line-height:40px;
	height:40px;
	background-color:#92b6d5;
	background-image:url(../images/shop_prod_but__on.svg), none;
	-webkit-background-size:25px auto;
	     -o-background-size:25px auto;
	        background-size:25px auto;
	background-repeat:no-repeat;
	background-position:right 7px center;
	position:relative;
	padding-right:50px;
	padding-left:20px;
	white-space:nowrap;
}
.prod_box__add_but:visited {
	color:#fff;
}
.prod_box__add_but:hover {
	color:#fff;
	background-color:#dcafad;
	background-image:url(../images/shop_prod_but__on.svg), none;
}
.prod_box__quantity {
	width:100%;
	padding-bottom:10px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.prod_box__quantity input {
	text-align:center;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
	display:block;
	padding:0;
}
a.prod_box__quantity_but {
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:24px;
	line-height:40px;
	height:40px;
	width:40px;
	font-weight:700;
	background-color:#92b6d5;
	display:block;
	-webkit-box-flex:0;
	-webkit-flex:0 0 40px;
	-moz-box-flex:0;
	-ms-flex:0 0 40px;
	flex:0 0 40px;
}
a.prod_box__quantity_but:hover {
	background-color:#dcafad;
}
.prod_box__price {
	display:block;
	font-size:30px;
	line-height:30px;
	position:relative;
	margin-bottom:10px;
}
.prod_box__price span {
	display:block;
	position:absolute;
	right:0;
	bottom:1px;
	font-size:16px;
	line-height:16px;
}
.prod_box__price span:before {
	content:" ";
	position:absolute;
	width:101%;
	height:1px;
	left:0.5%;
	top:50%;
	background-color:#4e0000;
}
.prod_box__value {
	padding-top:10px;
	display:block;
}
.prod_box__value li {
	color:#999;
	font-size:0.8rem;
	line-height:1.2rem;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	border-bottom:1px solid #e3e3e3;
}
.prod_box__value li:first-child {
	margin-bottom:5px;
}
.prod_box__value_res {
	text-align:right;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.prod_box__color {
    width: 100%;
}
.prod_box__color p {
    padding-bottom: 3px;
}
.pb_color_box {
    width: 100%;
    font-size: 0;
}
.pb_color_box a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 11px;
    margin-bottom: 10px;
    vertical-align: top;
}
.pb_color_box a:nth-child(11n) {
    margin-right: 0;
}
.pb_color_box a:before {
	padding:10px;
	font-size:12px;
	line-height:12px;
	display:block;
	position:absolute;
	left: 50%;
	bottom:-webkit-calc(100% + 5px);
	bottom:-moz-calc(100% + 5px);
	bottom:calc(100% + 5px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index:3;
	content: attr(data-title);
    background-color: #92b6d5;
    color: #fff;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.pb_color_box a:after {
    display: block;
    content: " ";
	width: 0; 
	height: 0;
	bottom:100%;
	right:50%;
	margin-right:-5px;
	border-top: 5px solid #92b6d5;
	border-left: 5px solid transparent; 
	border-right: 5px solid transparent;
	position:absolute;
	z-index:3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.pb_color_box a:hover:before,
.pb_color_box a:hover:after {
    visibility: visible;
	opacity: 1;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.pb_color_box a b {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.pb_color_box a.pb_color__select b {
    background-image: url(../images/color_check.png);
    background-image: url(../images/color_check.svg), none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pb_color_box a[style*="fff"],
.pb_color_box a[style*="ffffff"],
.pb_color_box a[style*="white"] {
    border: 1px solid #92b6d5;
}
.pb_color_grad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
}
.pb_color_grad span {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.prod_box__size_input {
    display: none;
}
.prod_box__size_but {
	display:block;
	text-decoration:none;
	font-size:0.8rem;
    line-height: 0.8rem;
    text-align: right;
    margin-bottom: 10px;
    color:#dcafad;
}
.prod_box__size_but:hover {
	color:#9ea25f;
}
.prod_box__size_content {
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.pb_size_box {
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.prod_box__size_input:checked ~ .prod_box__size_content {
    visibility: visible;
    max-height: inherit;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.prod_box__size_input:checked ~ .prod_box__size_content .pb_size_box {
    margin-top: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.pb_size_box table {
    border-collapse:collapse;
    width: 100%;
    overflow: hidden;
}
.pb_size_box th,
.pb_size_box td {
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    border: 1px solid #E5E5E5;
}
.pb_size_box tr:first-child th:first-child {
    border: none;
}
.pb_size_box tr td:first-child {
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

/* filter box */
.filter_box {
	padding-bottom:20px;
}
.filter_box td {
	color:#999999;
}
.filter_box__name {
	font-weight:700;
	padding-right:10px;
}
.filter_box a {
	color:#999999;
	text-decoration:none;	
}
.filter_box a:hover,
.filter_box a.filter_box__on {
	color: #dcafad;
}
.filter_box a.filter_box__on {
	border-bottom:1px solid #dcafad;
}

/* right filter */
.filter_navitem {
	display:block;
}
.filter_item {
	padding:0 0 10px;
}
.filter_item > li {
	color:#999999;
	margin-bottom:10px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}
.filter_item > li:last-child {
	margin-bottom:0;
}
.filter_item a {
	display:block;
	vertical-align:top;
	color:#999999;
	text-decoration:none;
}
.filter_item a:hover,
.filter_item a.filter_item__variants_on {
	color: #dcafad;
}
.filter_item a.filter_item__variants_on {
	border-bottom:1px solid #dcafad;
}
.filter_title {
	display:block;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
	width:15%;
	padding-right:10px;
}
.filter_item__variants,
.filter_item__price {
	width:85%;
}
.filter_item__price {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
}	
.filter_item__variants li {
	display:inline-block;
	margin-right:20px;
	margin-bottom:5px;
	vertical-align:top;
}
.filter_item__price input {
	width:75px;
}
.slider_box {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
	padding:12px 0 0;
    margin: 0 20px;
}
#priceSlider {
	width:100%;
    margin-left: 0;
}

/* Basket */
.discount__box, 
.basket__form {
	display:block;
	padding:0;
	margin-bottom:20px;
}
.discount__box {
	text-align:right;
}
.discount__box--input {
	margin:0 10px;
}
.basket__box,
.basket__totall,
.basket__delivery {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size:0;
	display:block;
}
.basket__box > li,
.basket__totall > li {
	display:block;
	font-size:14px;
	line-height:60px;
	height:60px;
	margin:0;
	width:auto;
}
.basket__box > li:hover {
	background-color:#f1f1f1;
}
.basket__box img,
.basket__box > li > .name > span {
	vertical-align:middle;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.basket__box img {
	width:60px;
	height:60px;
	margin-right:20px;
	background-image:url(../images/nopic_sm_sm.jpg);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:contain;
	     -o-background-size:contain;
	        background-size:contain;
}
.basket__box > li > a {
	color:#000;
	text-decoration:none;
	vertical-align:middle;
}
.basket__box > li > .name {
	float:left;
	width:70%;
	line-height:18px;
}
.basket__box > li > a.name:hover {
	color:#e60003;
}
.basket__box > li > .name > span {
	width:80%;
}
.basket__box > li > span {
	display:block;
	float:right;
	vertical-align:middle;
}
.basket__box > li > span > b,
.basket__box > li > span > i,
.basket__box > li > span > a.del {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;
	text-align:right;
}
.basket__box > li > span > b > input {
	width:45px;
	text-align:right;
	font-size:14px;
	margin-bottom:4px;
}
.basket__box > li > span > b {
	font-weight:normal;
}
.basket__box > li > span > i {
	font-style:normal;
	margin-left:10px;
	min-width:150px;
	font-size:24px;
}
.basket__box > li > span > a.del {
	width:30px;
	height:30px;
	line-height:30px;
	margin-top:14px;
	margin-left:10px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-family:Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;
	background-color:#e60003;
}
.basket__box > li > span > a.del:hover {
	background-color:#000;
}
.basket__box > li.basket__box--sep {
	display:block;
	height:1px;
	border-bottom:1px solid #ee4d4f;
	margin:3px 0 10px;
	padding:0;
	font-size:0;
	line-height:0;
}
.basket__totall {
	padding-right:40px;
	padding-top:25px;
	float:right;
	margin-bottom:8px;
}
.basket__totall > li {
	text-align:right;
}
.basket__totall > li.basket__totall--vat {
	line-height:20px;
	height:20px;
}
.basket__totall > li.basket__totall--price {
	line-height:40px;
	height:40px;
}
.basket__totall > li.basket__totall--price {
	font-size:24px;
}
.basket__totall > li > span {
	margin-left:10px;
}
.basket__totall > li.basket__totall--btn {
	border-top: 1px solid #000;
}
.basket__totall > li.basket__totall--btn > .s_btn {
	width:100%;
}
.basket__sep {
	clear:both;
	padding-bottom:40px;
}
.basket__title {
	display:block;
	margin-bottom:18px;
}
.basket__delivery {
	margin-left:-10px;
	margin-right:-10px;
}
.basket__delivery > li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin:0 10px;
}
.basket__delivery > li > label,
.basket__delivery > li > select {
	display:block;
	width:300px;
}
.basket__delivery > li > label {
	padding-bottom:3px;
}
.basket__buy {
	padding-top:20px;
	text-align:right;
}
.basket__width {
	display:block;
	width:100%;
}
.basket__but {
	font-size:0;
	margin-left:0 !important;
	margin-right:0 !important;
}
.basket__but > .s_btn {
	margin-left:20px;
	margin-right:0;
}
.basket__bank {
	min-width:300px !important;
	width:300px;
	min-height:52px;
}
.basket__bank > div {
	padding-bottom:5px;
}
.basket__bank > div > input {
	margin-right:10px;
}
.basket__bank > div > a {
	color:#000;
	text-decoration:none;
}
.basket__bank > div > a:hover {
	color:#e60003;
}

.basket_item_box > li {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #999;
}
a.basket_item__link {
	color:#000;
	text-decoration:none;
	line-height:20px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
}
a.basket_item__link:hover {
	color:#dcafad;
}
.basket_item__link img {
	background-color:#FFF;
	background-image:url(../images/nopic_sm.jpg);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:contain;
	     -o-background-size:contain;
	        background-size:contain;
}
.basket_item_box a[href=""].basket_item__link img,
a[href*="discount_card"].basket_item__link img {
    background-image:url(../images/discount_card.jpg);
}
a.basket_item__link:hover img {
	opacity:.8;
}
.basket_item__link span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
	padding:5px 10px;
}
.basket_item__quantity {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	white-space:nowrap;
	line-height:80px;
	vertical-align:top;
}
.basket_item__quantity input {
	height:100%;
	width:80px;
	line-height:80px;
	text-align:center;
	vertical-align:top;
}
.basket_item__price {
	text-align:right;
	font-size:24px;
	line-height:80px;
	width:200px;
	padding-left:10px;
	vertical-align:top;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
}
.basket_item__del {
	height:24px;
	width:24px;
	line-height:80px;
	margin-left:20px;
	display:inline-block;
	vertical-align:middle;
	background-color:#dcafad;
	background-image:url(../images/del.png);
	background-image:url(../images/del.svg), none;
	-webkit-background-size:16px auto;
	     -o-background-size:16px auto;
	        background-size:16px auto;
	background-repeat:no-repeat;
	background-position:center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.basket_item__del:hover {
	background-color:#92b6d5;
}
#basketForm table {
	width:100%;
}
#basketForm input[type=text],
#basketForm textarea {
	width:100%;
}
.wsep {
	width:20px;
}
.basketItemsList {
	margin-bottom:40px;
}
.paymentVariants a {
	color:#000;
	text-decoration:none;
}
.paymentVariants a:hover {
	color: #5191a6;
}
.paymentVariants input {
	margin-right:20px;
}

/* numbers */
.num_box li {
	display:inline-block;
	margin:1px 0;
	padding:0;
	color:#999;
	font-size:0.5rem;
	line-height:1rem;
	height:1rem;
	vertical-align:top;
}
.num_box li a {
	font-size:1rem;
	color:#000;
	text-decoration:none;
	line-height:1rem;
	height:1rem;
	padding:0 8px;
	margin:0;
	display:block;
}
.num_box li a:hover,
.num_box li.num_on a {
	color:#dcafad;
	text-decoration:none;
}

/* news */
.news_block {
	margin-bottom:20px;
}
.news_block > li {
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid #f5f6f6;
}
.news_block > li:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.news_block > li.news_block__sep {
	display:none;
	height:1px;
	border-bottom:1px solid #f5f6f6;
}
.news_block img {
	float:right;
	margin-left:20px;
	width:200px;
}
.news_block__data {
	display:block;
	float:left;
	background-color:#92b6d5;
	color:#FFF;
	margin-right:20px;
	width:60px;
	height:60px;
	text-align:center;
	font-size:0;
}
.news_block__data > b,
.news_block__data > i,
.news_block__data > u {
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	font-size:22px;
	line-height:20px;
	font-style:normal;
}
.news_block__data > b {
	padding-top:5px;
}
.news_block__data > u {
	font-size:11px;
	line-height:13px;
}
.news_block__content {
	overflow:hidden;
	text-decoration:none;
	color:#000;
	display:block;
}
.news_block__content:hover,
.news_block__content:hover h5,
.news_block__content:hover p {
	color:#dcafad;
}
.news_block__content h2 {
	margin:0;
	padding-bottom:5px;
}
.news_block__content p {
	font-size:14px;
	line-height:17px;
	margin:0;
}

/* Gallery */
.gal_box {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align:top;
}
html.js.no-flexbox .gal_box {
	display:block;
}
.gal_box > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 23.8%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 23.8%;
	flex: 0 0 23.8%;
	margin:0 1.6% 1.6% 0;
	position:relative;
	vertical-align:top;
	background-color:#FFF;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
html.js.no-flexbox .gal_box > li:nth-child(4n+4) {
	margin-right:0;
}
html.js.no-flexbox .gal_box > li {
	width:23.333%;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	*zoom: 1;
}
.gal_box a {
	text-decoration:none;
	text-align:center;
	color:#000;
}
.gal_box img {
	width:100%;
	display:block;
	margin:0 0 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:contain;
	     -o-background-size:contain;
	        background-size:contain;
}
.gal_box span {
	display:block;
	position:absolute;
	padding:10px;
	margin:0;
	left:0;
	bottom:0;
	width:100%;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	background-color:rgba(255,255,255,0.70);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal_box a:hover img {
	opacity:.8;
}
.gal_box a:hover span {
	color:#dcafad;
	background-color:rgba(255,255,255,1);
}

/* search */
.search_input {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:40px;
}
.search_input span {
	line-height:40px;
	height:40px;
	white-space:nowrap;
	padding-right:20px;
}
.search_input input {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
}

/* Footer */
.footer_box {
	border-top:1px solid #999;
}
.footer_content {
	padding:40px 0;
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-moz-box-align:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	vertical-align:top;
}
.copy_adress {
	-webkit-box-flex:100%;
	-webkit-flex:100%;
	-moz-box-flex:100%;
	-ms-flex:100%;
	flex:100%;
	width:100%;
	color:#999;
	padding-top:40px;
	vertical-align:top;
	font-size:14px;
    line-height: 17px;
	padding-bottom:16px;
	margin-left:auto;
    text-align: center;
}
.copy_adress a {
	color:#999;
	text-decoration:none;
}
.copy_adress a:hover {
	color:#dcafad;
}

/* Bottom menu */
.footer_menu {
	vertical-align:top;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 23.8%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 23.8%;
	flex: 0 0 23.8%;
	margin:0 1.6% 0 0;
}
.social_box {
	margin:0;
}
html.js.no-flexbox .footer_menu {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:top;
}
.footer_menu h2 {
	color:#000;
	padding-bottom:10px;
}
.footer_menu ul {
	
}
.footer_menu li {
	display:block;
	vertical-align:top;
	padding:0;
}
.footer_menu a {
	font-size:18px;
	line-height:28px;
	display:block;
	color:#999;
}
.footer_menu a:hover,
.footer_menu .footer_menu__on > a {
	color:#dcafad;
}
.social_box a[href*="facebook"] {
	padding-left:35px;
	background-image:url(../images/fecebook_bottom.svg), none;
	-webkit-background-size:24px auto;
	     -o-background-size:24px auto;
	        background-size:24px auto;
	background-repeat:no-repeat;
	background-position:left center;
}
.social_box a[href*="facebook"]:hover {
	background-image:url(../images/fecebook_bottom_on.svg), none;
}
.social_box a[href*="instagram"] {
	padding-left:35px;
	background-image:url(../images/instagram_bottom.svg), none;
	-webkit-background-size:24px auto;
	     -o-background-size:24px auto;
	        background-size:24px auto;
	background-repeat:no-repeat;
	background-position:left center;
}
.social_box a[href*="instagram"]:hover {
	background-image:url(../images/instagram_bottom_on.svg), none;
}

/* error and notice*/
.error_box {
	padding:40px !important;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#F4797B;
}
.notice_box {
	padding:40px !important;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#F8ECA7;
}

#mod154 {
	width:100%;
}
#mod154 .content_bg {
	padding:0;
	background-color:transparent;
}
#mod154 iframe {
	padding:0;
	margin:0;
	width:100% !important;
}

/* coocie */
.coocie_box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background-color: #252525;
    background-color: rgba(0,0,0,0.80);
    z-index: 999;
}
.coocie_content,
.coocie_content h3,
.coocie_content p {
    color: #fff;
}
.coocie_content,
.coocie_content p,
.coocie_content label,
.coocie_content p > a {
    font-family: 'Roboto', Arial, Helvetica, Gotham, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.coocie_content h3 {
    padding-bottom:10px;
}
.coocie_content .s_btn {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
}
.s_btn__no {
    margin-left: 10px;
    background-color: #3D3D3D;
}
.ccr__checkbox {
    margin-top: 10px;
}
.ccr__checkbox input {
    margin-right: 10px;
}

/* =============================================================================
	Helper classes  ========================================================================== */

/* Clearfix: contain floats */
.clearfix:before,
.clearfix:after,
.color_box:before,
.color_box:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after,
.color_box:after {
    clear: both;
}
/* For IE 6/7 only */
.clearfix,
.color_box {
    *zoom: 1;
}

/* Print styles. Inlined to avoid required HTTP connection */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


	.deliveryForm{
		overflow:auto;
		padding:0 0 40px;
	}
		
		.delCountrySelector{
			padding:10px;
			background:#f9f9f9;
		}
			
			.delCountryTitle{
				padding-left:5px;
				padding-bottom:5px;
			}
			
			.delCountrySelector select{
				padding:9px 10px;
				font:17px Arial, Helvetica, sans-serif;
				line-height:1;
				background:#fff;
			}
			
		
		.delMethodSelector{
			padding:10px;
			background:#f9f9f9;
		}
			
			.delMethodTitle{
				padding-left:5px;
				padding-bottom:5px;
			}
			
			.delMethodSelector select{
				padding:9px 10px;
				font:17px Arial, Helvetica, sans-serif;
				line-height:1;
			}
			
			.delMethods{
				overflow:auto;
			}
				
				.delMethod,
				.delMethodOn{
					display:block;
					margin:1px 0;
					padding:20px;
					background:#f9f9f9;
					cursor:pointer;
					overflow:auto;
				}
					
					.delMethodOn{
						background:#ffffff;
					}
					
					.delMethod:hover{
						background:#fcfcfc;
					}
					
					.delMethodRadio{
						margin:0;
						padding:0;
						margin-right:10px;
					}
					
				
			
		
		.delVariantSelector,
		.delVariantField{
			padding:10px;
			background:#f9f9f9;
		}
			
			.delVariantTitle{
				padding-left:5px;
				padding-bottom:5px;
				font-family: 'Open Sans Condensed', Arial, sans-serif;
				font-weight: 300;
			}
			
			.delVariantDetail{
				padding:4px 8px;
				margin:1px 0;
				font-size:16px;
			}
			
			.delVariantField input{
				width:20%;
				padding:9px 10px;
				font:17px Arial, Helvetica, sans-serif;
				line-height:1;
				background:#fff;
			}
			
			.delVariantSelector select{
				width:100%;
				padding:9px 10px;
				font:17px Arial, Helvetica, sans-serif;
				line-height:1;
				margin-bottom:5px;
				background:#fff;
			}
			
		
		.deliveryPluginLoadingBarBox{
			margin:0 auto;
			padding:0;
			overflow:hidden;
			border-radius:5px;
			width:100%;
			height:0px;
		}
			
			.deliveryPluginLoadingBarBoxVisible{
				height:10px;
			}
			
			@keyframes spinner {
				0% {
					margin-left:-280px;
				}
				100% {
					margin-left:0;
				}
			}
			
			.deliveryPluginLoadingBar{
				height:20px;
				background: repeating-linear-gradient(
					45deg,
					rgba(255,255,255,0),
					rgba(0,0,0,0) 10px,
					#999 10px,
					#666 20px
				);
				animation: 2s linear infinite spinner;
			}
			
		
		.priceWithDeliveryBox{
			margin:30px 0 0;
			padding:20px;
			background:#f9f9f9;
			text-align:right;
			font-size:16px;
		}
			
			.priceWithDelivery{
				font-weight:bold;
			}
			
		
		.deliveryPluginData{
			padding:30px 0 30px;
		}
		
		
		.deliveryPluginLoadingBarBox{
			margin:0 auto;
			padding:0;
			overflow:hidden;
			border-radius:5px;
			width:100%;
			height:0px;
		}
			
			.deliveryPluginLoadingBarBoxVisible{
				height:10px;
			}
			
			@keyframes spinner {
				0% {
					margin-left:-280px;
				}
				100% {
					margin-left:0;
				}
			}
			
			.deliveryPluginLoadingBar{
				height:20px;
				background: repeating-linear-gradient(
					45deg,
					rgba(255,255,255,0),
					rgba(0,0,0,0) 10px,
					#999 10px,
					#666 20px
				);
				animation: 2s linear infinite spinner;
			}
			
		
.wrongValue{
	border:1px solid #f4425c !important;
	box-shadow:inset 0 0 5px #f4425c;
	box-shadow:0 0 5px #f4425c;
	background:#ffeaed;
}
