* {
	box-sizing: border-box;
}

html, body {
	/*font-family: 'helveticaneuecyr';*/
	font-family: 'Open Sans';
	color: #222;
	width: 100%;
	height: 100%;
}

body {
	background: url(../img/bg.png) repeat 0 0;
}

form {
	overflow: hidden;
}

section,
.wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.scroller {
    cursor: pointer;
    width: 47px;
    height: 57px;
    background: url(../img/gotop.png) no-repeat 0 0;
    z-index: 2600;
    position: fixed;
    right: 20px;
    bottom: 10px;
    display: none;
}

.site-wrapper {
	position: relative;
	background: #fff;
	margin: 0 auto;
}

body.fixed .header-container {
	position: fixed;
    background: #fff;
	z-index: 2200;
	top:0px;
}

body.fixed .header-container header {
	display: none;
}

body.fixed .tree-n-filters,
body.fixed .midnav {
	margin-top: 0px;
}

body.fixed nav {
	margin-top: 0;
	background: none;
	height: 55px;
}

body.fixed section.catalog {
	padding-top: 75px;
}

header {
	font-family: 'caviar_dreams';
	font-size: 14px;
}

header .wrapper {
	position: relative;
}

ul.noui {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.noui > li {
	padding: 0;
	margin: 0;
}

ul.header {
	display: table;
	width: 100%;
}

ul.header > li {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
}

ul.header > li.logo {
	width: 22%;
}

ul.header > li.logo img {
	width: 100%;
	max-width: 171px;
}

ul.header > li.phone {
	width: 27%;
}

ul.header > li.phone  ul {
	display: inline-block;
}

.footer-phone,
ul.header > li.phone ul > li {
	line-height: 24px;
	padding-left: 36px;
	background: url(../img/hicons.png) no-repeat 0 0;
	text-align: left;
	margin-bottom: 5px;
}

ul.header > li.phone ul > li a {
	text-decoration: none;
}

ul.header > li.phone  ul > li:nth-child(3) {
	background-position: 0 -24px;
	position: relative;
}

ul.header > li.phone  ul > li:nth-child(3) a {
	text-decoration: underline;
}

.footer-phone span,
ul.header > li.phone span {
	font-size: 24px;
}

ul.header > li.phone form {
	display: none;
}

ul.header > li.phone form input {
	font-size: 11px;
	font-style: italic;
	width: 29px;
	height: 29px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

ul.header > li.phone form.full {
	right: -137px;
}

ul.header > li.phone form.full input {
	padding: 0 29px 0 7px;
	width: 166px;
}

ul.header > li.search {
	width: 33%;
}

ul.header > li.search input {
	font-style: italic;
	width: 100%;
	height: 29px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 0 29px 0 20px;
}

ul.header > li.phone form,
ul.header > li.search form {
	position: relative;
}

ul.header > li.phone form a,
ul.header > li.search a{
	display: block;
	position: absolute;
	background: url(../img/search.png) no-repeat;
	width: 29px;
	height: 29px;
	top: 1px;
	right: 1px;
}

ul.header > li.menu {
	font-family: 'helveticaneuecyr';
	width: 18%;
}

ul.header > li.menu ul {
	float: right;
	display: block;
}

ul.header > li.menu ul > li {
	padding: 0 10px 0 36px;
	background: url(../img/hicons.png) no-repeat 0 -48px;
}

ul.header > li.menu ul > li:nth-child(2) {
	margin-top: 5px;
	background-position: 0 -72px;
}

ul.header > li.menu ul > li:nth-child(3) {
	margin-top: 5px;
	background-position: 0 -120px;
}

ul.header > li.adp {
	display: none;
	text-align: center;
}

ul.header > li.adp a.trigger-search,
ul.header > li.adp a.trigger-cart {
	background: url(../img/hicons.png) no-repeat 0 -72px;
	display: block;
	width: 23px;
	height: 24px;
	float: right;
	margin-left: 20%;
}

ul.header > li.adp a.trigger-search {
	background-position: 0 -96px;
}

.footer-phone a,
ul.header a {
	color: #3a3d43;
	text-decoration: none;
}

.separate-cart,
.separate-search {
	background: #fff;
	border-bottom: 3px solid #e6e6e6;
	display: none;
}

.separate-cart.active,
.separate-search.active {
	display: none;
}

.separate-cart {
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

.separate-search input {
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	height: 41px;
	line-height: 41px;
	padding: 0 20px;
	width: 90%;
	margin: 18px auto;
	display: block;
}

.separate-cart a.submit,
.separate-search a.submit {
	font-family: 'helveticaneuecyr';
	color: #3c3c3c;
	font-size: 13px;
	border: 1px solid #afafaf;
	border-radius: 5px;
	padding: 13px 26px;
	text-align: center;
	margin: 0 auto 18px;
	display: block;
	width: 110px;
	background: #fff;
	text-decoration: none;
}

.separate-cart a.submit {
	width: 150px;
}

.separate-cart a.submit:hover,
.separate-search a.submit:hover {
	background: #2976b3;
	color: #fff;
}

.separate-cart p{
	text-transform: uppercase;
	font-size: 12px;
}

.separate-cart .up {
	background: url(../img/up.png) no-repeat;
	width: 18px;
	height: 27px;
	display: block;
	margin: 20px auto;
}

.separate-cart ol {
	width: 300px;
	margin: 20px auto;
}

.separate-cart ol li {
	text-align: left;
}

nav {
	margin-top: 10px;
	height: 62px;
	background: url(../img/menu-shadow.png) repeat-x 0 bottom;
}

nav .wrapper {
	background: url(../img/menu-bg.png) repeat-x 0 0;
	border-radius: 5px;
}

nav ul {
	display: table;
	width: 100%;
}

nav ul > li {
	height: 54px;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}

nav ul > li a {
	font-size: 14px;
	height: 54px;
	line-height: 54px;
	display: block;
	background: url(../img/menu-split.png) right 0 no-repeat;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

nav ul > li:first-child a {
	margin: 0 0 0 10px;
}

nav ul > li:last-child a {
	background: none;
	margin: 0 10px 0 0;
}

nav ul > li a.active,
nav ul > li a:hover {
	background: #edeff1;
	color: #2976b3;
	text-decoration: none;
}

nav ul > li span.home {
	background: url(../img/nav-home.png) no-repeat center 0;
	width: 54px;
	height: 54px;
	display: block;
	margin: 0 auto;
}

nav ul > li a.active span.home,
nav ul > li a:hover span.home {
	background-position: center -54px
}

a.menu-btn {
	background: url(../img/menu.png) no-repeat;
	width: 20px;
	height: 18px;
	display: none;
	position: absolute;
	right: 2px;
	top: 13px;
}

span.home {
	text-indent: -9000px;
}

.tree-n-filters,
.midnav {
	margin-top: 15px;
	font-family: 'caviar_dreams';
	font-size: 14px;
}

.tree-n-filters ul > li,
.midnav aside ul > li {
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
}

.tree-n-filters ul > li,
.midnav aside ul > li a {
	font-size: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	height: 52px;
	line-height: 52px;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef 0%, #fafafa 50%, #f7f7f7 100%);
	background: -webkit-linear-gradient(top, #efefef 0%,#fafafa 50%,#f7f7f7 100%);
	background: linear-gradient(to bottom, #efefef 0%,#fafafa 50%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f7f7f7',GradientType=0);
	display: block;
	font-family: 'CaviarDreams', sans-serif;
	font-weight: 700;
}

.midnav aside ul > li a,
.tree-n-filters ul > li a{
	color: #3a3d43;
	text-decoration: none;
	display: block;
}

.tree-n-filters ul > li.active,
.midnav aside ul > li.active a {
	background: #438eca;
	background: -moz-linear-gradient(top, #438eca 0%, #1e6dab 50%, #2d7ab6 100%);
	background: -webkit-linear-gradient(top, #438eca 0%,#1e6dab 50%,#2d7ab6 100%);
	background: linear-gradient(to bottom, #438eca 0%,#1e6dab 50%,#2d7ab6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#438eca', endColorstr='#2d7ab6',GradientType=0);
	color: #fff;
}

.tree-n-filters ul > li a:hover,
.midnav aside ul > li a:hover {
	color: #2976b3;
}

.tree-n-filters ul > li.active a:hover,
.tree-n-filters ul > li.active a {
	color: #fff;
}

.cabinet .tree-n-filters,
.catalog .tree-n-filters {
	width: 20%;
	/*float: left;*/
	position: relative;
	align-self: stretch;
}

.tree-n-filters-wrapper {
	top: 60px;
	position: sticky;
}
/*.tree-n-filters-wrapper.fixed {
	position: fixed;
	top: 60px;
	width: 10%;
}*/
.tree-n-filters::after {
	content: '';
	display: block;
	visibility: hidden;
	height: calc(100% - 20px);
}

.midnav aside {
	width: 20%;
	float: right;
}

.cabinet .content,
.catalog .content,
.midnav .slider {
	width: 80%;
	/*float: right;*/
}

.cabinet .content .inner {
	padding: 15px;
}

.catalog .content h1 {
	margin: 15px;
}

.cabinet .content h1 {
	margin: 15px 15px 0 15px;
}

.catalog .content {
	padding: 0 0 15px 0;
	overflow: hidden;
}

.midnav .slider .gapper {
	padding-left: 23px;
}

.showcase-text {
	padding: 15px 0 0 15px;
}

ul.presets,
ul.breadcrumbs {
	overflow: hidden;
	margin: 15px 15px 0 15px;
}

section.static ul.breadcrumbs {
	overflow: hidden;
	margin: 15px 0;
}

ul.breadcrumbs > li {
	font-size: 14px;
	float: left
}

ul.presets > li {
	float: left;
	margin: 0 15px 15px 0;
}

ul.breadcrumbs > li a {
	color: #2976b3;
	text-decoration: underline;
}

ul.breadcrumbs > li:first-child:before {
	display: none;
}

ul.breadcrumbs > li:before {
	content: '–';
	color: #3a3d43;
	margin: 0 5px;
}

ul.presets > li a {
	border: 1px solid #afafaf;
	border-radius: 3px;
	padding: 10px;
	color: #3c3c3c;
	text-decoration: none;
	display: block;
}

ul.presets > li a:hover,
ul.presets > li a.active {
	border: 1px solid #2976b3;
	background: #2976b3;
	color: #fff;
}

.filters {
	font-family: 'helveticaneuecyr';
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 20px;
}

.trigger-submit,
.cart-submit,
.filters .submit,
.filters .reset {
	color: #3c3c3c;
	text-decoration: none;
	font-size: 15px;
	padding: 15px 20px;
	display: block;
	text-align: center;
	border: 1px solid #afafaf;
	border-radius: 5px;
	margin: 0 auto 15px;
	width: 160px;
}

.cart-submit {
	float: left;
	background: #2976b3;
	color: #fff;
}

.trigger-submit:hover,
.cart-submit:hover,
.filters .submit,
.filters .reset:hover {
	background: #2976b3;
	border: 1px solid #2976b3;
	color: #fff;
}

.cart-submit:hover {
	border: 1px solid #fc2240;
	background: #fc2240;
}
.cart-submit.disabled {
	background: #ccc;
  color: #fff;
  border: 1px solid #ccc;
  cursor: not-allowed;
}

.filters .title {
	font-family: 'caviar_dreams';
	font-size: 16px;
	color: #575757;
	text-align: center;
	display: block;
	margin: 20px 0 10px;
	text-transform: uppercase;
}

.filters .prop-group {
	padding: 14px 10px;
}

.filters .prop-group .range {
	margin: 15px 0 0;
}

.filters .prop-group .needHound {
	margin: 20px 5px 0;
}

.filters .prop-group .range input {
    width: 78px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: right;
	border: 1px solid #bababa;
}

.filters .prop-group b {
	font-weight: 500;
	color: #555;
	display: block;
	position: relative;
	margin-bottom: 14px;
	background: url(../img/lup.png) right no-repeat;
	cursor: pointer;
}

.filters .prop-group.collapsed b {
	background: url(../img/ldown.png) right no-repeat;
}

.filters .prop-group.dynamic {
	border-top: 1px solid #ccc;
}

.filters .prop-group.dynamic.large {
	height: 315px;
	overflow-y: auto;
}

.filters .prop-group.collapsed {
	height: 45px;
	overflow: hidden;
}

.filters .prop-group dl {
	overflow: hidden;
	margin: 0;
	display: block;
}

.filters .prop-group b + dl {
	margin: 14px 0 0 0;
}

.filters .prop-group dl > dt.disabled > span {
	background-position: 0 -30px;
}

.filters .prop-group dl > dt.active > span {
	background-position: 0 -15px;
}

.filters .prop-group dl > dd {
	vertical-align: top;
	display: table-cell;
	padding: 4px 0 10px 10px;
	cursor: pointer;
}

.filters .prop-group dl > dt {
	vertical-align: top;
	width: 15px;
	display: table-cell;
}

.filters .prop-group dl > dt > span {
    background: url(../img/chk.png) no-repeat 0 0;
    width: 15px;
	height: 15px;
	display: block;
    margin: 4px 0;
    cursor: pointer;
}

.xreset {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 12px;
}

.xreset > span {
	padding: 5px;
	display: inline-block;
	color: #fff;
	background: #2976b3;
	border-radius: 5px;
	text-transform: uppercase;
}

#j-catalog {
	overflow: hidden;
}

ul.pager {
	float: left;
	left: 50%;
	position: relative;
}

ul.pager > li {
    width: 38px;
    height: 38px;
    line-height: 38px;
    float: left;
	right: 50%;
    margin-right: 1px;
    text-align: center;
	position: relative;
}

ul.pager > li.all {
	width: 100px;
}

ul.pager > li > a {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #54575c;
    display: block;
    text-decoration: none;
	border: 1px solid #cecece;
}

ul.pager > li.all > a {
	width: 100px;
}

ul.pager > li.active > a {
	background: #2976b3;
	color: #fff;
}

div.card {
	padding: 15px;
}

div.card h2 {
	margin-top: 15px;
}

ul.card {
	overflow: hidden;
}

ul.card > li {
	width: 50%;
	float: left;
}

ul.card > li:last-child {
	padding-left: 20px;
}

ul.variants {
	display: table;
	width: 100%;
	margin-top: 8px;
	max-width: 377px;
}

ul.variants > li {
	display: table-cell;
	width: 73%;
}

ul.variants > li > ul.count,
ul.variants > li > ul.variant {
	font-size: 14px;
	display: table;
	max-width: 300px;
	width: 100%;
	height: 28px;
	margin: 0 0 8px 0;
}

ul.variants > li > ul.count {
	max-width: 102px;
	margin: 0 auto 8px;
}

ul.variants > li > ul.count input {
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #555;
	color: #555;
}

ul.variants > li > ul.count > li,
ul.variants > li > ul.variant > li {
	display: table-cell;
	width: 33.33%;
	vertical-align: middle;
}

ul.variants > li > ul.count > li {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

ul.variants > li > ul.count > li a {
	text-decoration: none;
	color: #bababa;
	font-size: 18px;
}

a.cart-inc,
a.cart-dec,
ul.variants > li > ul.count .dec,
ul.variants > li > ul.count .inc {
	background: url(../img/count.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	margin: 0 auto;
}

a.cart-inc,
a.cart-dec {
	display: inline-block;
	background-position: 0 6px;
}

a.cart-dec {
	background-position: 0 -19px;
}

ul.variants > li > ul.count .dec {
	background-position: 0 -24px;
}

ul.variants > li > ul.variant > li a {
	color: #2976b3;
}

ul.variants > li > ul.variant > li:nth-child(2) {
	font-weight: 600;
	text-align: right;
	padding-right: 10px;
}

ul.variants > li > ul.variant > li:nth-child(3) {
	text-align: center;
}

ul.variants > li > ul.variant > li span {
	cursor: pointer;
}

ul.variants > li > ul.variant > li span:before {
	position: relative;
	top: 2px;
	padding-left: 25px;
	background: url(../img/chk.png) no-repeat 0 0;
	height: 15px;
	line-height: 15px;
	content: '';
	display: inline-block;
}

ul.variants > li > ul.variant > li span.active:before {
	background-position: 0 -15px;
}

ul.variants > li > span {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 17px;
	display: block;
}

ul.variants > li:last-child {
	width: 27%;
	text-align: center;
}

ul.card > li dl {
	font-size: 14px;
	display: table;
	margin: 6px 0 6px 0;
	padding: 0;
}

ul.card > li dt {
	display: table-cell;
	font-weight: 500;
	text-decoration: underline;
	padding: 0; margin: 0;
}

ul.card > li dd {
	display: table-cell;
	padding: 0 0 0 10px; margin: 0;
}

ul.card .price {
	font-weight: 600;
	text-align: center;
	color: #3a3d43;
	font-size: 32px;
	padding-top: 30px;
	position: relative;
	width: 200px;
	margin: 10px auto 0;
}

ul.card .price .oldprice {
	font-weight: 500;
	font-size: 22px;
	color: #8c8e91;
	right: 0px;
	top: 5px;
	position: absolute;
	text-decoration: line-through;
}

ul.card .price a.cad {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #2976b3;
	line-height: 37px;
	height: 37px;
	display: block;
	border-radius: 5px;
	margin: 28px 0 14px;
	border: 1px solid #2976b3;
}

ul.card .price a.cad:hover {
	background: #fff;
	color: #2976b3;
}

ul.card .price a.fav {
	font-weight: 400;
	font-size: 14px;
	color: #555;
	display: block;
	text-decoration: none;
}

ul.card .price a.fav span {
	background: url(../img/fav.png) no-repeat 0 0;
	line-height: 16px;
	height: 16px;
	padding-left: 20px;
}

ul.card .price a.fav.active span,
ul.card .price a.fav:hover span {
	color: #2976b3;
	background-position: 0 -16px;
}

ul.card ul.helper {
	margin: 25px auto 0;
	display: table;
	width: 200px;
}

ul.card ul.helper > li {
	width: 50%;
	display: table-cell;
}

ul.card ul.helper > li a {
	background: url(../img/helper-bg.png) no-repeat 0 0;
	padding: 0 0 0 34px;
	line-height: 25px;
	height: 25px;
	display: block;
	font-size: 14px;
	color: #2976b3;
	float: left;
}

ul.card ul.helper > li:last-child a {
	background-position: 0 -25px;
	float: right;
}

ul.card .slider-wrapper img {
	width: 100%;
	max-width: 353px;
	margin: 0 auto;
	display: block;
}

ul.card .slider-wrapper {
	margin: 10px 0 0 0;
}

.lSSlideOuter .lSPager.lSGallery li:first-child {
	margin: 0!important;
}

.desc {
	font-size: 16px;
}

.desc p {
	padding: 12px 0 12px;
}

.desc b{
	font-size: 15px;
	color: #3a3d43;
	display: block;
	margin: 12px 0 6px;
}

h1,h2,h3,h4 {
	font-weight: normal;
	font-family: 'caviar_dreams';
	color: #3a3d43;
	padding: 0;
	margin: 0;
}

ul > li {
	margin-bottom: 10px;
}

h1 {
	font-size: 25px;
}


.cabinet .content p,
.wrapper.paragraph p {
	margin: 15px 0 8px;
}

.showcase-text h1,
.showcase-text h2,
.showcase-text h3,
.showcase-text h4,
.wrapper.paragraph h1,
.wrapper.paragraph h2,
.wrapper.paragraph h3,
.wrapper.paragraph h4,
.cabinet .content h2,
.cabinet .content h3,
.cabinet .content h4 {
	margin: 15px 0 10px;
}

.left p{
	padding: 0;
	margin: 18px 0;
}

.left,
.right {
	width: 100;
	float: left;
}

.left img {
	margin: 0 auto;
	display: block;
}

.left {
	background: #f9f9f9;
	padding: 25px;
}

.right {
	font-size: 14px;
	float: right;
	border: 2px solid #e7e7e7;
	position: relative;
}

.right .overflow {
	height: 350px;
	overflow-y: scroll;
	padding: 0 25px 25px 25px;
}

.right ul {
}

.right h2 {
	background: #fff;
	z-index: 2000;
	padding: 20px 0 25px 25px;
}

.right ul > li span {
	font-weight: 500;
	display: block;
	margin-bottom: 12px;
}

.right ul > li img {
	margin-left: -115px;
	float: left;
}

.right ul > li a {
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #3c3c3c;
}

.right ul > li {
	padding-left: 115px;
	margin-bottom: 18px;
	overflow: hidden;
}

ul.selector {
	left: 50%;
	position: relative;
	float: left;
	margin: 30px 0 20px;
}

ul.selector > li {
	float: left;
	right: 50%;
	position: relative;
}

ul.selector > li a {
	height: 40px;
	display: block;
	padding: 0 25px;
	font-size: 25px;
	font-family: 'caviar_dreams';
	text-decoration: none;
	color: #3a3d43;
}

ul.selector > li a:hover {
	color: #2976b3;
}

ul.selector > li a.active {
	background: url(../img/arw-active.png) center bottom no-repeat;
	color: #2976b3;
}

.sorter {
	display: flex;
	justify-content: flex-end;
}

.sorter select {
	margin: 0 0 10px 0;
	display: block;
	border: 1px solid #afafaf;
    border-radius: 3px;
    padding: 5px;
}

ul.products {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-left: 15px;
}

ul.products > li {
	display: flex;
	align-items: stretch;
	font-family: 'caviar_dreams';
}

ul.products > li .frame {
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    padding: 15px;
    position: relative;
    margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

ul.products > li span.name {
    font-size: 19px;
    display: block;
    text-align: center;
	margin: 10px 0 25px;
}

ul.products > li .actions {
    height: 35px;
    display: table;
    margin-top: 15px;
    width: 100%;
}

ul.showcase {
	caption-side: left;
	width: 100%;
	overflow: hidden;
}

ul.showcase > li {
	font-family: 'caviar_dreams';
	padding: 15px;
	width: 25%;
	float: left;
}

ul.showcase.v3 > li {
	width: 33.33%;
}

ul.showcase > li img {
    width: 100%;
    max-width: 222px;
    margin: 0 auto;
    display: block;
	position: relative;
	z-index: 1200;
}

ul.products > li a,
ul.showcase > li a {
	text-align: center;
	display: block;
	color: #222;
	text-decoration: none;
}

ul.showcase > li span.name {
	font-size: 19px;
	display: block;
	text-align: center;
	height: 44px;
	overflow: hidden;
}

ul.products > li span.price {
	font-size: 17px;
	display: block;
	text-align: center;
	position: relative;
}

ul.products > li .pp {
	flex-grow: 1;
	position: relative;
}

ul.showcase > li span.price {
	font-size: 17px;
	display: block;
	text-align: center;
	height: 50px;
	padding-top: 25px;
	position: relative;
}

ul.products > li span.price .oldprice {
	font-size: 13px;
	text-decoration: line-through;
	margin-right: 10px;
	color: #ea432d;
}

ul.products > li .sizes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
}

ul.products > li img {
	width: 100%;
	max-width: 222px;
}

ul.products > li .sizes a {
	font-family: 'Open Sans';
	font-size: 11px;
	border: 1px solid #afafaf;
    border-radius: 3px;
	margin: 0 2px 5px;
	padding: 3px;
	text-align: center;
}

ul.products > li .sizes a:hover {
    border-color: #2976b3;
}

ul.products > li .sizes a.active {
	color: #fff;
    background-color: #2976b3;
    border-color: #2976b3;
}

ul.showcase > li span.price .oldprice {
	font-size: 13px;
	position: absolute;
	text-decoration: line-through;
	right: 0px;
	top: 10px;
}

ul.showcase > li .frame {
	border: 1px solid #cccccc;
	border-radius: 4px;
	width: 100%;
    background: #fff;
	padding: 10px;
	position: relative;
	max-width: 245px;
	margin: 0 auto;
}

ul.products > li:hover .frame,
ul.showcase > li:hover .frame {
	border-color: #2976b3;
}

ul.products > li .frame .special,
ul.showcase > li .frame .special {
	font-size: 15px;
	line-height: 58px;
	color: #fff;
	background: url(../img/special.png) no-repeat;
	text-align: center;
	width: 56px;
	height: 58px;
	position: absolute;
	z-index: 2000;
	right: 10px;
	top:10px;
	display: block;
}

ul.showcase > li .frame .helper {
	z-index: 2002;
	position: absolute;
	width: 222px;
	height: 165px;
	line-height: 165px;
	left: 10px;
	top: 10px;
	text-align: center;
	display: none;
}

ul.showcase > li .frame .helper > span {
	border-radius: 5px;
	font-size: 12px;
	border: 1px solid #2976b3;
	background: #fff;
	padding: 7px;
}

ul.showcase > li .frame a.pp:hover .helper {
	display: block;
}

ul.showcase > li .frame .special img {
	width: 25px;
	display: block;
	margin: 15px auto 0;
}

ul.showcase > li .actions {
	height: 35px;
	display: table;
	margin-top: 15px;
	width: 100%;
}

ul.products > li .actions a,
ul.showcase > li .actions a {
	display: table-cell;
	vertical-align: top;
}

ul.products > li .actions a.more,
ul.showcase > li .actions a.more {
	font-family: 'helveticaneuecyr';
	line-height: 35px;
	height: 35px;
	border: 1px solid #afafaf;
	border-radius: 3px;
	width: 100%;
}

ul.products > li .actions a.more:hover,
ul.showcase > li .actions a.more:hover {
	color: #fff;
	background-color: #2976b3;
	border-color: #2976b3;
}


ul.cabinet-orders > li a.cad  > span,
ul.products > li .actions a.cad1c > span,
ul.products > li .actions a.qcad > span,
ul.showcase > li .actions a.cad1c > span,
ul.showcase > li .actions a.cad > span {
	border: 1px solid #afafaf;
	border-radius: 3px;
	background: url(../img/actions-bg.png) no-repeat 0 0;
	margin-left: 3px;
	width: 35px;
	height: 35px;
	display: block;
}

ul.products > li .actions a.cad1c > span,
ul.showcase > li .actions a.cad1c > span {
	background-position: 0 -70px;
}

ul.cabinet-orders > li a.cad:hover > span,
ul.products > li .actions a.qcad:hover > span,
ul.products > li .actions a.cad1c:hover > span,
ul.showcase > li .actions a.cad:hover > span,
ul.showcase > li .actions a.cad1c:hover > span{
	background-color: #2976b3;
	background-position: 0 -35px;
	border-color: #2976b3;
}

ul.products > li .actions a.cad1c:hover > span,
ul.showcase > li .actions a.cad1c:hover > span{
	background-position: 0 -105px;
}

footer .wrapper{
	border-top: 2px solid #e9e9e9;
	background: url(../img/footer-bg.png) repeat-x;
	height: 242px;
}

ul.footer {
	margin: 29px 20px 0 20px;
	display: block;
}

ul.footer > li {
	font-size: 12px;
	float: left;
	width: 33%;
}

ul.footer > li.logo img {
	width: 100%;
	max-width: 130px;
}

.footer-phone,
.cpr {
	display: inline-block;
	margin: 0 auto;
}

ul.footer > li:nth-child(2) {
	font-family: 'caviar_dreams';
	font-size: 14px;
	text-align: center;
	padding-top: 22px;
}

ul.footer > li:nth-child(3) {
	text-align: right;
}

ul.footer > li:last-child{
	text-align: center;
	clear: left;
	width: 100%;
}

/**/
#pp-box,
#info-box {
	display: none;
	z-index:10000;
	position: absolute;
	left: 0; top: 0;
}

#info-box {
	z-index:10001;
	text-align: center;
}

#pp-form .desc-container {
	padding: 10px 0 0 0;
	overflow: hidden;
}

#pp-form .desc-container > .desc {
	float: left;
	width: 50%;
}

.pp-form {
	width:968px;
	margin:0 auto;
	background:#fff;
	border-radius: 3px;
	box-shadow: 1px 1px 10px #ddd;
	position:relative;
	padding:30px;
	color:#666;
	position: relative;
	box-sizing: border-box;
}

.callback-container .pp-form a.close {
	width: 18px;
	height: 18px;
	background: url(../img/pp-close.png) 0 0 no-repeat;
	position: absolute;
	right: 15px;
	top: 15px;
}

.callback-container .pp-form a.close:hover {
	background-position: 0 -18px;
}

#info-form p {
	font-size: 16px;
	color: #444;
	margin: 10px 0 10px 0;
	text-align: left;
}

#info-form .btn-blue {
	margin: 15px auto 0;
}

#info-form select,
#info-form input[type=text],
#info-form input[type=phone],
#info-form input[type=password] {
    display: block;
    width: 100%;
    line-height: 33px;
    height: 33px;
    padding: 0 10px;
    margin: 12px 0 0 0;
    border: 1px solid #ccc;
}

#info-form h3 {
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 3px solid #2976b3;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
}

.callback-background {
	background: rgba(0,0,0,0.8);
	width:100%; height:100%;
	position:fixed;left:0;top:0;
	z-index:11001;
	display:table;
}

#pp-box .callback-background {
	background: rgba(255,255,255,0.8);
	z-index:11000;
}

.callback-container {
	display:table-cell;
	vertical-align:middle;
	position: relative;
}

.callback-container .callback-form a.close {
	width: 36px;
	height: 36px;
	background: #2976b3 url(../img/closer.png) no-repeat center;
	position: absolute;
	right: 0px;
	top: 0px;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.callback-container .callback-form a.close:hover {
	background-color:#fc2240;
}

.callback-form {
	max-width: 600px;
	width: 100%;
	margin:0 auto;
	border:1px solid #ddd;
	background:#fff;
	box-shadow: 1px 1px 10px #ddd;
	position:relative;
	padding:40px 30px 30px;
	font-size:16px;
	color:#666;
	position: relative;
	box-sizing: border-box;
}

a {
	color: #2976b3;
}

input.field {
    display: block;
    line-height: 33px;
    height: 33px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

input.field.ccd {
	width: 50px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

ul.s3-cart {
	display: table;
	width: 100%;
	border: 1px solid #ccc;
	border-left: 0;
	border-bottom: 0;
}

ul.s3-cart.s3-header > li {
	font-weight: bold;
}

ul.s3-cart li:nth-child(1){
	width: 45%;
	text-align: left;
}

ul.s3-cart li:nth-child(4) {
	width: 15%;
}

ul.s3-cart li {
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}

ul.s3-cart.s3-footer {
	border-bottom: 1px solid #ccc;
}

ul.s3-delivery {
	overflow: hidden;
}

ul.s3-delivery li {
	padding: 5px 5px 0 0;
	float: left;
}

ul.s3-delivery li input {
	width: 300px;
}

ul.s3-delivery li input.short {
	width: 200px;
}

select.field {
	padding: 0 5px;
	border: 1px solid #ccc;
	height: 33px;
	line-height: 33px;
}

select.field.wide {
	width: 300px;
}

#delivery {
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
}

.fdt,
.cdt {
	background: url(../img/cdt.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 auto;
}

.helper {
	display: none;
}

.helper.active {
	display: block;
}

.left img {
    max-width: 100%;
}

.item_galery {
    position: absolute;
    display: table;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.item_galery > span {
    display: table-cell;
    height: 165px;
    z-index: 1000;
    position: relative;
}

.item_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
    height: 10px;
}

.item_dots > span {
    display: block;
    width: 10px;
    height: 10px;
    background: #afafaf;
    margin: 0 5px;
    border-radius: 100%;
}

.item_dots > span.active {
    background: #2976b3;
}

.clear:after {
	width: 100%;
	height: 1px;
	content: "";
  display: table;
  clear: both;
}
.hide {
	display: none;
}

.cookie-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f1f1f1;
	padding: 15px;
	text-align: center;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.cookie-notice p {
	margin: 0;
	font-size: 14px;
}

.cookie-notice a {
	color: #007bff;
	text-decoration: none;
}

.cookie-notice a:hover {
	text-decoration: underline;
}

.cookie-notice button {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 8px 16px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 4px;
}

.cookie-notice button:hover {
	background-color: #0056b3;
}

.wholesale-form ul li {
	max-width: 500px;
	width: 100%;
	display: block;
	margin: .5em 0;
	float: none;
}

.wholesale-form ul li input {
	width: 100%;
}

.reviews-section {
	max-width: 800px;
	margin: 1em auto;
}

.review {
	background-color: #fafafa;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 20px;
}

.review-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.user-name {
	font-size: 18px;
	font-weight: bold;
}

.rating {
	color: #ff9800;
	font-size: 16px;
}

.review-text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.review-date {
	font-size: 14px;
	color: #777;
}

.add-review-btn {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #2976b3;
	line-height: 37px;
	height: 37px;
	display: inline-block;
	border-radius: 5px;
	margin: 28px 0 14px;
	border: 1px solid #2976b3;
	padding: 0 1em;
}
.add-review-btn:hover {
	background: #fff;
	color: #2976b3;
}

.review-form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.review-form-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 5px 0;
}

.review-label {
	font-weight: bold;
	font-size: 14px;
	color: #555;
}

.review-agree-label {
	display: block;
}

.review-agree-label input[type="checkbox"] {
	display: inline-block;
}

.review-input, .review-select, .review-textarea {
	padding: 10px;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
}

.review-select {
	appearance: none;
	background: white url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
	background-size: 12px;
}

.review-textarea {
	resize: vertical;
	min-height: 100px;
}

.review-submit {
	background-color: #2976b3;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s;
	margin-top: 1em;
}

.review-submit:hover {
	background-color: #18588b;
}

.autocomplete-suggestions {
	border: 1px solid #ddd;
	background: #fff;
	overflow: auto;
	max-height: 300px;
	width: 100%;
	position: absolute;
	z-index: 1000;
}
.autocomplete-suggestion {
	padding: 8px 12px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:hover {
	background-color: #f5f5f5;
}
.autocomplete-selected {
	background-color: #e9e9e9;
}
ul.header .autocomplete-suggestions .autocomplete-suggestion a {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background: none;
}
/*.submit {*/
/*	display: inline-block;*/
/*	width: 20px;*/
/*	height: 20px;*/
/*	background-color: #ccc;*/
/*	cursor: pointer;*/
/*}*/

.overflow-visible {
	overflow: visible !important;
}

.mobile-search form {
	overflow: visible;
}

section.catalog,
section.cabinet {
	display: flex;
	align-items: flex-start;
	overflow: visible;
}

section.midnav .slider {
	float: right;
}

@media (max-width: 1023px) {
	.tree-n-filters-wrapper.fixed {
		position: static;
		width: 100%;
	}
	section.catalog {
		display: block;
	}
}

.click-area {
	padding: 20px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(255,255,255,0.8);
	border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #4285f4;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
	z-index: 1000;
}

@media (max-width: 480px) {
	.contact-button {
		width: 50px;
		height: 50px;
		bottom: 15px;
		right: 15px;
	}
}

.contact-button:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
	background-color: #3367d6;
}

.contact-button i {
	color: white;
	font-size: 24px;
}

@media (max-width: 480px) {
	.contact-button i {
		font-size: 20px;
	}
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2004;
	padding: 15px;
	overflow-y: auto;
}

.popup-content {
	background-color: white;
	border-radius: 10px;
	width: 100%;
	max-width: 600px;
	padding: 25px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-height: 90vh;
	overflow-y: auto;
}

@media (max-width: 600px) {
	.popup-content {
		padding: 20px 15px;
	}
}

.popup-header {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

@media (max-width: 480px) {
	.popup-header {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.messengers {
	flex: 1;
	min-width: 200px;
	padding: 0 10px;
}

@media (max-width: 600px) {
	.messengers {
		min-width: 100%;
		padding: 0;
	}
}

.messenger-btn {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	margin-bottom: 12px;
	border-radius: 8px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s;
	text-decoration: none;
	font-size: 15px;
}

.messenger-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.whatsapp-btn {
	background-color: #25D366;
}

.telegram-btn {
	background-color: #0088cc;
}

.vk-btn {
	background-color: #4a76a8;
}

.messenger-btn i {
	margin-right: 10px;
	font-size: 20px;
}

.qr-section {
	flex: 1;
	min-width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

@media (min-width: 601px) {
	.qr-section {
		border-left: 1px solid #eee;
	}
}

@media (max-width: 600px) {
	.qr-section {
		min-width: 100%;
		padding: 15px 0 0;
		margin-top: 15px;
		border-top: 1px solid #eee;
	}
}

.qr-text {
	text-align: center;
	margin-bottom: 12px;
	color: #666;
	font-size: 15px;
}

.qr-code {
	width: 160px;
	height: 160px;
	background-color: #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}

@media (max-width: 480px) {
	.qr-code {
		width: 130px;
		height: 130px;
	}
}

.qr-code img {
	max-width: 100%;
	max-height: 100%;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	color: #999;
	background: none;
	border: none;
	padding: 5px;
}

.close-btn:hover {
	color: #333;
}

@keyframes shake {
	0%, 100% { transform: rotate(0); }
	25% { transform: rotate(15deg); }
	75% { transform: rotate(-15deg); }
}

.contact-button:hover i {
	animation: shake 0.4s ease;
}
