@font-face {
    font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff'),
        url('fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-It.eot');
    src: url('fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-It.woff2') format('woff2'),
        url('fonts/MyriadPro-It.woff') format('woff'),
        url('fonts/MyriadPro-It.ttf') format('truetype'),
        url('fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Semibold.eot');
    src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('fonts/MyriadPro-Semibold.woff') format('woff'),
        url('fonts/MyriadPro-Semibold.ttf') format('truetype'),
        url('fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
    font-family: 'myMyriadPro';
    src: url('fonts/MyriadPro-Bold.eot');
    src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('fonts/MyriadPro-Bold.woff') format('woff'),
        url('fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-LightSemiExt.eot');
    src: url('fonts/MyriadPro-LightSemiExt.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-LightSemiExt.woff2') format('woff2'),
        url('fonts/MyriadPro-LightSemiExt.woff') format('woff'),
        url('fonts/MyriadPro-LightSemiExt.ttf') format('truetype'),
        url('fonts/MyriadPro-LightSemiExt.svg#MyriadPro-LightSemiExt') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-BlackSemiCn.eot');
    src: url('fonts/MyriadPro-BlackSemiCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-BlackSemiCn.woff2') format('woff2'),
        url('fonts/MyriadPro-BlackSemiCn.woff') format('woff'),
        url('fonts/MyriadPro-BlackSemiCn.ttf') format('truetype'),
        url('fonts/MyriadPro-BlackSemiCn.svg#MyriadPro-BlackSemiCn') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'myMyriadPro2';
    src: url('fonts/MyriadPro-SemiboldSemiCn.eot');
    src: url('fonts/MyriadPro-SemiboldSemiCn.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-SemiboldSemiCn.woff2') format('woff2'),
        url('fonts/MyriadPro-SemiboldSemiCn.woff') format('woff'),
        url('fonts/MyriadPro-SemiboldSemiCn.ttf') format('truetype'),
        url('fonts/MyriadPro-SemiboldSemiCn.svg#MyriadPro-SemiboldSemiCn') format('svg');
	font-weight: 600;
	font-style: normal;
}


/* Slick */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
	
    overflow: visible;
	width: 100%;
	
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#indexproducts .slick-slider .slick-track,
#indexproducts .slick-slider .slick-list {
    display: flex;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
	margin-top: -29px;

    display: block;

    width: 38px;
    height: 58px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	background:  url(../img/arr-3.svg) no-repeat;
	border: 1px solid #ccc;
	border-radius: 6px;
	z-index: 1;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    /*content: 'Р Р†РІР‚ РЎвЂ™';*/
}
[dir='rtl'] .slick-prev:before
{
    /*content: 'Р Р†РІР‚ РІР‚в„ў';*/
}
.slick-prev:hover {
	border: 1px solid #999;
}
.slick-next
{
    right: 0px;
	background-position: -38px 0;
}
.slick-next:hover {
	border: 1px solid #999;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
    /*content: 'Р Р†РІР‚ РІР‚в„ў';*/
}
[dir='rtl'] .slick-next:before
{
    /*content: 'Р Р†РІР‚ РЎвЂ™';*/
}

/* Dots */
.slick-dots
{
    position: absolute;

    display: block;

    width: 100px;
    padding: 0;
    margin: 0;
	margin-left: -50px;
	left: 50%;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 14px;
    height: 14px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    /*content: 'Р Р†Р вЂљРЎС›';*/
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slick */
#slider .slick-dots {
	bottom: 10px;
}
#slider .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 2px;
}
#slider .slick-dots li button {
	width: 14px;
	height: 14px;
	background: #b3b3b3;
	border-radius: 10px;
	overflow: hidden;
}
#slider .slick-dots li button:before {
	display: none;
}
#slider .slick-dots li.slick-active button {
	/*background: #ff5926;*/
	background: #ff421c;
}

/* jRange */
.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  /*cursor: col-resize;*/
  cursor: pointer;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 2;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background: #e6e6e6;
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background: #ff421c;
}
.theme-green .back-bar .pointer {
  width: 18px;
  height: 18px;
  top: -8px;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
}
.theme-green .back-bar .pointer:hover {
  border: 1px solid #000;
}
.theme-green .back-bar .pointer-label {
  color: #999;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #999;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}

/* jRange */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration:none;
	-webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea:focus, input:focus{
    outline: none;
}

body {
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	background:#fff;
	font-weight: normal;
	font-style: normal;
}

/*HEADER*/
#header {
	background: #f3f3f3;
}
#header .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 20px 0 25px 0;
}

#header .cont .logo,
#header .cont .search,
#header .cont .contacts,
#header .cont .basket {
	display: table-cell;
	vertical-align: middle;
	/*background: #ccc;*/
}
#header .cont .search {
	width: 100%;
	position: relative;
}

#header .cont .logo a, #header .cont .logo .home {
    width: 247px;
	height: 67px;
	display: block;
	position: relative;
	overflow: hidden;
}

#header .cont .logo .m-menu {
	display: none;
	width: 35px;
	height: 35px;
	background: url(../img/m-menu-1.svg) no-repeat;
	vertical-align: middle;
	margin-right: 15px;
	cursor: pointer;
}
#header .cont .logo .m-menu.active,
#header .cont .logo .m-menu:hover {
	background-position: 0 -35px;
}

#header .cont .logo a .blick, #header .cont .logo .home .blick {
    width: 40px;
	height: 67px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

#header .cont .search form {
	width: 100%;
}
#header .cont .search form fieldset {
	position: relative;
	overflow: hidden;
	padding: 0 3%;
}
#header .cont .search input {
	width: 97%;
	height: 16px;
	padding: 12px 1%;
	background: #fff;
	border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	font-style: italic;
	border-radius: 6px;
	color: #b3b3b3;
	letter-spacing: 0.2px;
}
#header .cont .search input.act {
	color: #000;
	font-style: normal;
}
#header .cont .search input.submit {
	width: 55px;
	height: 40px;
	background: url(../img/search-1.svg) no-repeat;
	position: absolute;
	padding: 0;
	top: 0;
	right: 3%;
	text-indent: 65px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	z-index: 1;
}
#header .cont .search input.submit:hover {
	background-position: 0 -40px;
}
#header .cont .search .error {
	position: absolute;
	top: 0px;
	width: 90%;
	height: 12px;
	line-height: 12px;
	padding: 14px 1%;
	background: #c00;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.5px;
	border-radius: 6px;
	display: none;
}

#header .cont .contacts {
	padding-right: 30px;
}
#header .cont .contacts .phone {
	font-size: 19px;
}
#header .cont .contacts .phone.th1 {
	margin-bottom: 2px;
	margin-top: 4px;
}
#header .cont .contacts .phone.th2 {
	margin-top: 5px;
}
#header .cont .contacts .phone a {
	display: block;
	color: #000;
	position: relative;
	padding-left: 18px;
}
#header .cont .contacts .phone a .icon {
	position: absolute;
	top: 1px;
	left: 0;
	width: 10px;
	height: 15px;
	background: url(../img/phone-1.svg) no-repeat;
}
#header .cont .contacts .phone a:hover {
	color: #ff421c;
}
#header .cont .contacts .phone a:hover .icon {
	background-position: 0 -15px;
}

#header .cont .basket a {
	display: block;
	width: 36px;
	height: 32px;
	background: url(../img/basket-1.svg) 7px 0px no-repeat;
	position: relative;
	overflow: hidden;
	padding-left: 7px;
}
#header .cont .basket a .amount {
	position: absolute;
	left: 0;
	top: 1px;
	background: #ff421c;
	border-radius: 10px;
	display: block;
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	text-align: center;
}
#header .cont .basket a .blick {
    width: 40px;
	height: 67px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

/*MENU*/
#menu {
	background: #ff421c;
}
#menu .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
}

#menu .cont .m-menu-logo {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	display: none;
}
#menu .cont .m-menu-logo .text {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 22px;
}
#menu .cont .m-menu-logo .arrow {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-arr-2.svg) no-repeat;
	position: absolute;
	left: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-logo .arrow:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-logo .close-menu {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-close-1.svg) no-repeat;
	position: absolute;
	right: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-logo .close-menu:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-logo a:hover {
	color: #ff421c;
}

#menu .cont .m-rightmenues {
    width: auto;
    padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	/*width: 100%;*/
	background: #ccc;
	left: 100%;
}
#menu .cont .m-rightmenu {
	background: #fff;
	position: absolute;
	/*width: 100%;*/
	top: 0;
	/*bottom: 0;*/
	display: none;
}
#menu .cont .m-menu-category {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
#menu .cont .m-menu-category .text {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 20px;
	margin: 0 40px;
}
#menu .cont .m-menu-category .arrow {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-arr-2.svg) no-repeat;
	position: absolute;
	left: 15px;
	top: 17px;
	cursor: pointer;
}
#menu .cont .m-menu-category .arrow:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-category .close-menu {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-close-1.svg) no-repeat;
	position: absolute;
	right: 15px;
	top: 18px;
	cursor: pointer;
}
#menu .cont .m-menu-category .close-menu:hover {
	background-position: 0 -15px;
}
#menu .cont .m-menu-category a:hover {
	color: #ff421c;
}
#menu .cont .m-menu-category-list {
	border-top: 1px solid #dfdfdf;
}
#menu .cont .m-menu-category-list li {
	border-bottom: 1px solid #dfdfdf;
	line-height: 20px;
	font-size: 18px;
}
#menu .cont .m-menu-category-list a {
	display: block;
	padding: 15px 45px 15px 15px;
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0;*/
	background: #f5f5f5;
	color: #000;
	position: relative;
}
#menu .cont .m-menu-category-list a .m-arr {
	width: 14px;
	height: 14px;
	background: url(../img/m-menu-arr-1.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	display: none;
}
#menu .cont .m-menu-category-list a .m-arr.show {
	display: block;
}
#menu .cont .m-menu-category-list a:hover {
	/*background-position: 100% 100%;*/
	background: #fafafa;
}

#menu .cont .block {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block a {
	color: #fff;
}

#menu .cont .m-contacts {
	padding-left: 15px;
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}
#menu .cont.onlycategories .m-contacts {
	display: none;
}
#menu .cont .m-contacts .phone {
	font-size: 19px;
}
#menu .cont .m-contacts .phone.th1 {
	margin-bottom: 12px;
	margin-top: 4px;
}
#menu .cont .m-contacts .phone.th2 {
	margin-top: 5px;
}
#menu .cont .m-contacts .phone a {
	display: block;
	color: #000;
	position: relative;
	padding-left: 18px;
}
#menu .cont .m-contacts .phone a .icon {
	position: absolute;
	top: 1px;
	left: 0;
	width: 10px;
	height: 15px;
	background: url(../img/phone-1.svg) no-repeat;
}
#menu .cont .m-contacts .phone a:hover {
	color: #ff421c;
}
#menu .cont .m-contacts .phone a:hover .icon {
	background-position: 0 -15px;
}

#menu .cont .m-icons {
	padding-left: 15px;
	border-top: 1px solid #dfdfdf;
	padding-top: 15px;
	display: none;
}
#menu .cont .m-icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #ccc;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 8px;
}
#menu .cont .m-icons a.instagram {
    background: url(../img/instagram-2.png) no-repeat 0px 0px;
}
#menu .cont .m-icons a.facebook {
    background: url(../img/facebook-2.svg) no-repeat 0px 0px;
}
#menu .cont .m-icons a.pinterest {
    background: url(../img/pinterest-2.svg) no-repeat 0px 0px;
}
#menu .cont .m-icons a:hover {
	background-position: 0 -24px;
}
#menu .cont.onlycategories .m-icons {
	display: none;
}

#menu .cont .block.th1 ul {
	display: block;
	height: 44px;
	width: 110px;
}
#menu .cont .block.th1 ul li {
	font-size: 20px;
	font-weight: 600;
	display: block;
	vertical-align: bottom;
	line-height: 20px;
	padding: 12px 20px 12px;
	margin-left: -20px;
	letter-spacing: 0.3px;
	color: #fff;
	cursor: pointer;
	position: relative;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#menu .cont .block.th1 ul li .arrow {
	position: absolute;
	width: 12px;
	height: 12px;
	right: 17px;
	top: 17px;
	background: url(../img/arr-1.svg) no-repeat;
}
#menu .cont .block.th1 ul li:hover {
	background: #ff5926;
}

#menu .cont .block.th1 ul li .submenu {
	position: absolute;
	z-index: 2;
	display: block;
	background: #ccc;
	top: 44px;
	left: 0;
	box-shadow: 0px 2px 10px #00000052;
	border-radius: 0 0 4px 4px;
	width: 840px;
	overflow: hidden;
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu {
	height: auto;
	width: 270px;
	display: table-cell;
	vertical-align: top;
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li {
	display: block;
	margin-left: 0;
	padding: 0;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li:hover {
	background: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a {
	display: block;
	color: #000;
	background: #f5f5f5;
	padding: 12px 20px 12px;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a.hover,
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a:hover {
	background: #fff;
}

#menu .cont .block.th1 ul li .submenu ul.rightmenu {
	height: auto;
	width: 100%;
	display: table-cell;
	vertical-align: top;
	background: #fff;
	padding: 20px;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th2,
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th3 {
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul {
	height: auto;
	width: auto;
}

#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr {
	display: inline-block;
	vertical-align: top;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th1 {
	width: 50%;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th2 {
	width: 50%;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li {
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	cursor: default;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu li:hover {
	background: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a {
	color: #000;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a:hover {
	color: #ff421c;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category {
	font-weight: bold;
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .icon {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .tit {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li a.category .icon img {
	width: 68px;
	height: auto;
	margin-right: 10px;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu ul li ul li {
	margin-left: 78px;
	margin-bottom: 2px;
	font-size: 16px;
}

#menu .cont .block.th1 ul li .submenu ul.leftmenu li a .m-arr {
	width: 14px;
	height: 14px;
	background: url(../img/m-menu-arr-1.svg) no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	display: none;
}

#menu .cont .block.th2 {
	width: 100%;
	text-align: center;
}
#menu .cont.onlycategories .block.th3 {
	display: none;
}
#menu .cont .block.th2 li {
	font-size: 18px;
	display: inline-block;
	line-height: 24px;
	letter-spacing: 0.3px;
}
#menu .cont .block.th2 li a {
	display: block;
	padding: 10px 30px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#menu .cont .block.th2 li a:hover {
	background: #ff5926;
}
#menu .cont .block.th2 li a .m2 {
	display: none;
}

#menu .cont.onlycategories .block.th2 {
	display: none;
}
#menu .cont .block.th3 ul {
	display: block;
	height: 44px;
	width: 102px;
}
#menu .cont .block.th3 ul li {
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 24px;
	text-align: right;
	float: right;
	display: none;
}
#menu .cont .block.th3 ul li.active {
	display: block;
}
#menu .cont .block.th3 ul li a,
#menu .cont .block.th3 ul li .mmllink {
	text-align: right;
	display: block;
	padding: 10px 20px 10px 0;
	margin-right: -20px;
}
#menu .cont .block.th3 ul li a .arrow,
#menu .cont .block.th3 ul li .mmllink .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-left: 4px;
	background: url(../img/arr-2.svg) no-repeat;
}
#menu .cont .block.th3 ul li a:hover,
#menu .cont .block.th3 ul li .mmllink:hover {
	background: #ff5926;
}

#menu .cont .block.th3 ul.mml_links {
	position: relative;
}
#menu .cont .block.th3 ul.mml_links li {
	position: absolute;
	z-index: 1;
	display: block;
	right: -20px;
	top: 44px;
	width: 88px;
	display: none;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
	margin-right: 0;
	text-align: center;
	color: #000;
	box-shadow: 0px 2px 10px #00000052;
	border-radius: 0 0 4px 4px;
	background: #f5f5f5;
	padding: 10px 20px 10px 20px;
}
#menu .cont .block.th3 ul.mml_links li a:hover,
#menu .cont .block.th3 ul.mml_links li .mmllink:hover {
	background: #fff;
}
#menu .cont .block.th3 ul.mml_links li.active {
	top: 0;
	display: block;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
	padding: 10px 20px 10px 0;
	text-align: right;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	background: none;
}
#menu .cont .block.th3 ul.mml_links li a .arrow,
#menu .cont .block.th3 ul.mml_links li .mmllink .arrow {
	display: none;
}
#menu .cont .block.th3 ul.mml_links li.active a .arrow,
#menu .cont .block.th3 ul.mml_links li.active .mmllink .arrow {
	display: inline-block;
}
#menu .cont .block.th3 ul.mml_links:hover li.active {
	background: #ff5926;
}

#m-shadow {
	background: #00000080;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
}

/*CATALOG*/
#catalog .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	position: relative;
	padding: 20px 0;
}
#catalog .cont #breadcrumb {
	overflow: hidden;
	padding-bottom: 10px;
	margin-left: 1px;
}
#catalog .cont #breadcrumb li {
	float: left;
	list-style:none;
	font-size: 18px;
	line-height: 22px;
	color: #999;
}
#catalog .cont #breadcrumb li a {
	color: #999;
	padding-right:5px;
}
#catalog .cont #breadcrumb li a:hover {
	color: #ff421c;
}
#catalog .cont #breadcrumb li + li:before{
	content: url(../img/arr-6.svg);
  margin:   0 5px 0 0;
}

#catalog .cont .toptitle {
	margin-bottom: 20px;
}
#catalog .cont .toptitle .titlecont,
#catalog .cont .toptitle .selectcont {
	display: table-cell;
	vertical-align: middle;
}
#catalog .cont .toptitle .titlecont h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
}
#catalog .cont .toptitle .selectcont {
	width: 1%;
	padding-left: 8px;
}
#catalog .cont .toptitle .selectcont .selectwidth {
	width: 266px;
	overflow: hidden;
}
#catalog .cont .toptitle .selectcont .selectwidth .label {
	float: left;
	color: #808080;
	font-size: 18px;
	line-height: 22px;
}
#catalog .cont .toptitle .selectcont .selectwidth select {
	float: right;
	width: 168px;
	padding: 0 12px;
	border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	appearance: none;
	outline: none;
	border-radius: 0;
	color: #000;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
	background: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='000000' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 85%;
    background-repeat: no-repeat;
	cursor: pointer;
}

#catalog .cont .bottomblock {
	/*overflow: hidden;*/
	padding-bottom: 40px;
}
#catalog .cont .bottomblock .left,
#catalog .cont .bottomblock .right {
	display: table-cell;
	vertical-align: top;
}
#catalog .cont .bottomblock .left {
	width: 1%;
	overflow: hidden;
}
#catalog .cont .bottomblock .left .filter {
	margin-right: 30px;
    width: 184px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 14px 10px 0 18px;
	margin-top: 28px;
	position: relative;
	top: -28px;
	margin-bottom: 28px;
	z-index: 1;
}

#catalog .cont .bottomblock .left .filter .m-filter-name {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	display: none;
}
#catalog .cont .bottomblock .left .filter .m-filter-name .txt {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 22px;
}
#catalog .cont .bottomblock .left .filter .m-filter-name .arrow {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-arr-2.svg) no-repeat;
	position: absolute;
	left: 15px;
	top: 18px;
	cursor: pointer;
}
#catalog .cont .bottomblock .left .filter .m-filter-name .arrow:hover {
	background-position: 0 -15px;
}
#catalog .cont .bottomblock .left .filter .m-filter-name .close-filter {
	width: 15px;
	height: 15px;
	background: url(../img/m-menu-close-1.svg) no-repeat;
	position: absolute;
	right: 15px;
	top: 18px;
	cursor: pointer;
}
#catalog .cont .bottomblock .left .filter .m-filter-name .close-filter:hover {
	background-position: 0 -15px;
}

#catalog .cont .bottomblock .left .filter .tit {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
	margin-bottom: 5px;
}

#catalog .cont .bottomblock .left .filter .check {
	color:#000;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}
#catalog .cont .bottomblock .left .filter .check .inputcont {
	display: table-cell;
}
#catalog .cont .bottomblock .left .filter .check .input {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}
#catalog .cont .bottomblock .left .filter .check .input {
	background: url(../img/check-2.svg) no-repeat 0px 0px;
}
#catalog .cont .bottomblock .left .filter .check .text {
	display: table-cell;
	vertical-align: middle;
	padding-top: 2px;
}
#catalog .cont .bottomblock .left .filter .check .bg {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin-right: 8px;
}
#catalog .cont .bottomblock .left .filter .check .bg.white {
	width: 6px;
	height: 6px;
	border: 1px solid #ccc;
}
#catalog .cont .bottomblock .left .filter .check:hover .input {
	background-position: 0px -50px;
}
#catalog .cont .bottomblock .left .filter .check.active .input {
	background-position: 0px -100px;
}
#catalog .cont .bottomblock .left .filter .check.active:hover .input {
	background-position: 0px -150px;
}

#catalog .cont .bottomblock .left .filter .pars {
	/*height: 200px;
	overflow-y: scroll;*/
	overflow: hidden;
	padding: 10px 0 0 2px;
}
#catalog .cont .bottomblock .left .filter .pars::-webkit-scrollbar {
  width: 8px;
}
#catalog .cont .bottomblock .left .filter .pars::-webkit-scrollbar-track {
  background: #e6e6e6;
}
#catalog .cont .bottomblock .left .filter .pars::-webkit-scrollbar-thumb {
  background: #b3b3b3; 
	border-radius: 4px;
}
#catalog .cont .bottomblock .left .filter .pars::-webkit-scrollbar-thumb:hover {
  background: #999; 
}

#catalog .cont .bottomblock .left .filter .pars-cont {
	position: relative;
}
#catalog .cont .bottomblock .left .filter .scrollopacity {
	width: 90%;
	height: 10px;
	position: absolute;
	z-index: 1;
}
#catalog .cont .bottomblock .left .filter .scrollopacity.top {
	margin-bottom: -10px;
    background: url(../img/scroll-opacity-2.png);
}
#catalog .cont .bottomblock .left .filter .scrollopacity.bottom {
	margin-top: -10px;
    background: url(../img/scroll-opacity-1.png);
}

#catalog .cont .bottomblock .left .filter .filterblock {
	margin-bottom: 20px;
}
#catalog .cont .bottomblock .left .filter .filterblock.th00 {
	display: none;
}

#catalog .cont .bottomblock .left .filter .parsprice {
	margin-top: 10px;
	padding-bottom: 10px;
}
#catalog .cont .bottomblock .left .filter .parsprice table td {
	width: 7%;
	/*border: 1px solid #ccc;*/
	vertical-align: middle;
}
#catalog .cont .bottomblock .left .filter .parsprice table td.td2,
#catalog .cont .bottomblock .left .filter .parsprice table td.td4 {
	width: 1%;
}
#catalog .cont .bottomblock .left .filter .parsprice table td.td4 {
	text-align: right;
}
#catalog .cont .bottomblock .left .filter .parsprice table td .line {
	display: block;
	margin: auto;
	width: 6px;
	height: 3px;
	border-bottom: 1px solid #b3b3b3;
}
#catalog .cont .bottomblock .left .filter .parsprice table td .ok {
	display: inline-block;
	width: 36px;
	font-size: 18px;
	line-height: 22px;
	color: #808080;
	padding: 2px 0;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	text-align: center;
	/*cursor: pointer;*/
	margin-right: 6px;
	background: #ededed;
}
#catalog .cont .bottomblock .left .filter .parsprice table td .ok.active {
	color: #4c4c4c;
	border: 1px solid #999;
	background: #fff;
	cursor: pointer;
}
#catalog .cont .bottomblock .left .filter .parsprice table td .ok.active:hover {
	color: #000;
	border: 1px solid #666;
}
#catalog .cont .bottomblock .left .filter .parsprice table input {
	width: 90%;
	border: 1px solid #b3b3b3;
	padding: 2px;
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
}
#catalog .cont .bottomblock .left .filter .parsprice table input:focus,
#catalog .cont .bottomblock .left .filter .parsprice table input:hover {
	border: 1px solid #666;
}
#catalog .cont .bottomblock .left .filter .parsprice .pricingline {
    padding-left: 10px;
    margin-top: 20px;
}

#catalog .cont .bottomblock .left .filter .hide {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-right: 8px;
	margin-bottom: 20px;
}

#catalog .cont .bottomblock .left .filter .hide .selected {
	display: inline-block;
	background: #ff421c;
	border-radius: 4px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin-top: 4px;
	margin-right: 4px;
	font-family:'myMyriadPro2', Tahoma, Geneva, sans-serif;
	font-weight: 600;
	overflow: hidden;
}
#catalog .cont .bottomblock .left .filter .hide .selected.all {
	width: 99%;
	text-align: center;
	padding: 8px 0;
	margin-right:0;
	margin-top: 16px;
	text-transform: uppercase;
	background: #fff;
	cursor: pointer;
	color: #4d4d4d;
	border: 1px solid #ccc;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
#catalog .cont .bottomblock .left .filter .hide .selected.all:hover {
    color: #000;
    border: 1px solid #4d4d4d;
}
#catalog .cont .bottomblock .left .filter .hide .selected.all .icon {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	background: url(../img/closefilt-1.svg) no-repeat 0px 0px;
	margin-bottom: 4px;
	margin-right: 4px;
}
#catalog .cont .bottomblock .left .filter .hide .selected.all:hover .icon {
	background-position: 0 -17px;
}
#catalog .cont .bottomblock .left .filter .hide .selected .text {
	display: inline-block;
	vertical-align: middle;
	line-height:22px;
	padding: 3px 6px;
}
#catalog .cont .bottomblock .left .filter .hide .selected.all .text {
	padding: 0;
}
#catalog .cont .bottomblock .left .filter .hide .selected .close {
	width: 28px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	background: #ff6943;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	color: transparent;
	text-shadow: 0 0 0 white;
}
#catalog .cont .bottomblock .left .filter .hide .selected .close:hover {
	background: #ff835d;
}

#catalog .cont .bottomblock .right .categoryes {
	margin-bottom: 24px;
}
#catalog .cont .bottomblock .right .categoryes .link {
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 5px;
	color: #000;
	font-size: 18px;
	line-height: 37px;
	position: relative;
	margin-right: 6px;
	margin-bottom: 6px;
	padding: 1px 10px 0 54px;
	font-weight: 300;
	letter-spacing: 0.3px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#catalog .cont .bottomblock .right .categoryes .link:hover,
#catalog .cont .bottomblock .right .categoryes .link.active {
	background: #ff421c;
	border:1px solid #ff421c;
	color: #fff;
}
#catalog .cont .bottomblock .right .categoryes .link .icon {
	position: absolute;
	left: -1px;
	top: -1px;
	display: block;
	vertical-align: middle;
	margin-right: 6px;
	width: 45px;
	height: 38px;
	background: #e6e6e6;
	border-radius: 5px 0 0 5px;
	border:1px solid #ccc;
	border-right: 1px solid #fff;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#catalog .cont .bottomblock .right .categoryes .link:hover .icon,
#catalog .cont .bottomblock .right .categoryes .link.active .icon {
	background: #ff6943;
	border:1px solid #ff6943;
}
#catalog .cont .bottomblock .right .categoryes .link .m-arr {
	position: absolute;
	right: 10px;
	top: 11px;
	width: 14px;
	height: 14px;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='000000' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-repeat: no-repeat;
	display: none;
}
#catalog .cont .bottomblock .right .categoryes .show-m-filter {
	/*background: #ccc;*/
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
#catalog .cont .bottomblock .right .categoryes .show-m-filter p {
	padding: 8px 12px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
}
#catalog .cont .bottomblock .right .categoryes .show-m-filter p:hover {
	color: #ff421c;
}
#catalog .cont .bottomblock .right .categoryes .show-m-filter p .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 6px;
	width: 20px;
    height: 20px;
	background: url(../img/m-filter-1.svg) no-repeat;
}
#catalog .cont .bottomblock .right .categoryes .show-m-filter p:hover .icon {
	background-position: 0 -20px;
}

#catalog .cont .bottomblock .right .seejsfile {
    position: absolute;
    width: 5px;
    height: 0;
}

#catalog .cont .bottomblock .right {
	position: relative;
}
#catalog .cont .bottomblock .right .load {
	position: absolute;
	right: 50%;
	top: 150px;
	width: 50px;
	height: 50px;
	background: url(../img/loader.gif) no-repeat 0px 0px;
	z-index: 2;
	margin-right: -25px;
	display: none;
}

#catalog .cont .bottomblock .right .prs {
	/*width: 540px;*/
	/*background: #f5f5f5;*/
	width: 102%;
	opacity: 0;
}
#catalog .cont .bottomblock .right .prs.listview {
	width: 100%;
	border-top: 1px solid #ccc;
}
#catalog .cont .bottomblock .right .prs .pr {
	display: table-cell;
	/*border: 1px solid #ccc;*/
	width: 20%;
	padding-right: 6%;
	position: relative;
}
#catalog .cont .bottomblock .right .prs.listview .pr {
	display: block;
	width: 100%;
	padding-right: 0;
	border-bottom: 1px solid #ccc;
	padding: 14px 0;
}
/*#catalog .cont .bottomblock .right .prs .pr.stub.n1 {
	display: none;
}*/

#catalog .cont .bottomblock .right .prs .pr.stub.n1,
#catalog .cont .bottomblock .right .prs .pr.stub.n2,
#catalog .cont .bottomblock .right .prs .pr.stub.n3,
#catalog .cont .bottomblock .right .prs .pr.stub.n4,
#catalog .cont .bottomblock .right .prs.listview .pr.stub.n1,
#catalog .cont .bottomblock .right .prs.listview .pr.stub.n2,
#catalog .cont .bottomblock .right .prs.listview .pr.stub.n3,
#catalog .cont .bottomblock .right .prs.listview .pr.stub.n4 {
	display: none;
}

#catalog .cont .bottomblock .right .prs .pr.stub a {
	height: 0px;
	display: block;
	overflow: hidden
}

#catalog .cont .bottomblock .right .prs .pr a .tit {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
}
#catalog .cont .bottomblock .right .prs .pr a:hover .tit {
	color: #ff421c;
}
#catalog .cont .bottomblock .right .prs .notbg {
	background: #fff;
	padding: 20px;
	position: relative;
	z-index: 1;
	border-radius: 6px 6px 0 0;
	padding-bottom: 66px;
	position: relative;
	margin-top: 1px;
	width: 100%;
}
#catalog .cont .bottomblock .right .prs.listview .notbg {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
#catalog .cont .bottomblock .right .prs.listview .notbg .icon {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
#catalog .cont .bottomblock .right .prs.listview .notbg .icon img {
	width: 62px;
	height: auto;
	margin-right: 14px;
}
#catalog .cont .bottomblock .right .prs.listview .notbg .tit {
	display: table-cell;
	vertical-align: middle;
}
#catalog .cont .bottomblock .right .prs .absolute {
	width: 90%;
	position: absolute;
	bottom: 20px;
	left: -1%;
	z-index: 1;
	/*background: #ccc;*/
}
#catalog .cont .bottomblock .right .prs.listview .absolute {
	width: auto;
	position: static;
	display: table-cell;
	vertical-align: middle;
	bottom: auto;
	left: auto;
	/*background: #ccc;*/
}
#catalog .cont .bottomblock .right .prs .absolute .padding {
    padding: 0 20px;
}
#catalog .cont .bottomblock .right .prs.listview .absolute .padding {
    padding: 0;
	width: 240px;
}
#catalog .cont .bottomblock .right .prs .bg {
	background: #fff;
	position: absolute;
	left: -1%;
	top: 0;
	width: 89%;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 6px;
	/*border-radius: 6px 6px 0 0;*/
	/*box-shadow: 0px 0px 5px #00000052;*/
}
#catalog .cont .bottomblock .right .prs.listview .bg {
	position: static;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
}
#catalog .cont .bottomblock .right .prs .whiteline {
	width: 90%;
	left: -1%;
	position: absolute;
    padding: 0 5px;
    margin-left: -5px;
	z-index: 2;
	height: 10px;
	bottom: -10px;
	background: #fff;
	display: none;
}
#catalog .cont .bottomblock .right .prs .whiteline .openmore {
    width: 99%;
    /* background: #fff; */
    overflow: hidden;
    padding: 0 5px 5px 5px;
    margin-left: -5px;
}
#catalog .cont .bottomblock .right .prs .whiteline .openmore .bord {
	/*width: 100%;*/
	width: 99.9%;
	background: #fff;
	border-radius: 0 0 6px 6px;
	margin-top: -5px;
	padding-top: 5px;
	border: 1px solid #ccc;
	/*box-shadow: 0px 0px 5px #00000052;*/
}
#catalog .cont .bottomblock .right .prs .whiteline .openmore .bord .pad {
	padding: 0 20px 20px 20px;
}

#catalog .cont .bottomblock .right .prs .pr a .icon {
	display: block;
	text-align: center;
}
#catalog .cont .bottomblock .right .prs .pr a .icon img {
	max-width: 100%;
	height: auto;
}
#catalog .cont .bottomblock .right .prs.listview .pr a .icon img {
	max-width: none;
}
#catalog .cont .bottomblock .right .prs .pr a .tit {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
}


#catalog .cont .bottomblock .right .prs .pr .prices {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#catalog .cont .bottomblock .right .prs.listview .pr .prices {
	text-align: right;
	padding-right: 40px;
}
#catalog .cont .bottomblock .right .prs .pr .prices .old {
	display: inline-block;
	font-size: 20px;
	color: #999;
	border-bottom: 2px solid #999;
	height: 9px;
	padding: 0 2px;
}
#catalog .cont .bottomblock .right .prs.listview .pr .prices .old {
	font-size: 16px;
	border-bottom: 1px solid #999;
	height: 7px;
	margin-right: 2px;
}
#catalog .cont .bottomblock .right .prs .pr .prices .new {
	display: inline-block;
	font-size: 22px;
	color: #ff421c;
}
#catalog .cont .bottomblock .right .prs .pr .button {
	background: #f5f5f5;
	display: table-cell;
	vertical-align: middle;
}
#catalog .cont .bottomblock .right .prs .pr .button p {
	display: block;
	width: 49px;
	height: 40px;
	background: #ff421c;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#catalog .cont .bottomblock .right .prs .pr .button p .icon {
	position: absolute;
	top: 5px;
	left: 9px;
	width: 34px;
	height: 30px;
	background: url(../img/buy-1.svg) no-repeat;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#catalog .cont .bottomblock .right .prs .pr .button p .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}
#catalog .cont .bottomblock .right .prs .pr .button .green {
	background: #1ac71a;
}
#catalog .cont .bottomblock .right .prs .pr .button .green .icon {
	background-position: -34px 0;
}

#catalog .cont .bottomblock .right .prs .pr .openmore p {
	color: #999;
	line-height: 18px;
	margin-bottom: 2px;
	font-size: 15px;
}
#catalog .cont .bottomblock .right .prs .pr .openmore .strong {
	padding-left: 4%;
	width: 1%;
}
#catalog .cont .bottomblock .right .prs .pr .openmore .strong p {
	color: #000;
}
#catalog .cont .bottomblock .right .prs .pr .openmore .solid {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

#catalog .cont .bottomblock .right .prs .pr:hover .bg {
	box-shadow: 0px 0px 5px #00000052;
	border-radius: 6px 6px 0 0;
}
#catalog .cont .bottomblock .right .prs .pr:hover .bord {
	box-shadow: 0px 0px 5px #00000052;
}
#catalog .cont .bottomblock .right .prs .pr:hover .whiteline {
	display: block;
}

#catalog .cont .bottomblock .right .prs.listview .pr:hover .bg {
	box-shadow: none;
	border-radius: 0;
}
#catalog .cont .bottomblock .right .prs.listview .pr:hover .bord {
	box-shadow: none;
}
#catalog .cont .bottomblock .right .prs.listview .pr:hover .whiteline {
	display: none;
}

#catalog .cont .bottomblock .right .prs .line {
	margin: 30px 0;
}
#catalog .cont .bottomblock .right .prs .line.n5 {
	display: block;
}
#catalog .cont .bottomblock .right .prs.listview .line.n5 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n4 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n3 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n2 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.ifstub {
	display: none;
}
#catalog .cont .bottomblock .right .prs.listview .line.ifstub {
	display: block;
	margin-top: 20px;
}

#catalog .cont .bottomblock .right .prs .filter-empty {
	width: 98%;
}
#catalog .cont .bottomblock .right .prs .filter-empty hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
#catalog .cont .bottomblock .right .prs .filter-empty h2 {
	text-align: center;
	margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
#catalog .cont .bottomblock .right .prs .filter-empty h4 {
	font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}


#catalog .cont .bottomblock .right .prs .filter-empty ul {
	padding-left: 10px;
	margin-bottom: 20px;
}
#catalog .cont .bottomblock .right .prs .filter-empty ul li {
    list-style: "- " outside;
	font-size: 18px;
    line-height: 22px;
}
#catalog .cont .bottomblock .right .prs .filter-empty p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
#catalog .cont .bottomblock .right .prs .filter-empty img {
    height: auto;
	margin-top: 10px;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.tel {
    margin-bottom: 0;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.tel a {
	color: #000;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.tel a .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 8px;
	width: 16px;
	height: 15px;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.tel a.lifecell .icon {
	background: url(../img/lifecell-1.svg) no-repeat;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.tel a.kyivstar .icon {
	background: url(../img/kyivstar-1.svg) no-repeat;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.tel a.vodafone .icon {
	background: url(../img/vodafone-1.svg) no-repeat;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.tel a:hover {
	color: #ff421c;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.tel a:hover .icon {
	background-position: 0 -25px;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.mail {
    margin: 20px 0;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.mail a {
	color: #000;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.mail a .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 1px;
	margin-right: 8px;
	width: 16px;
	height: 15px;
	background: url(../img/mail-2.svg) no-repeat;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.mail a:hover {
	color: #ff421c;
}
#catalog .cont .bottomblock .right .prs .filter-empty p.mail a:hover .icon {
	background-position: 0 -25px;
}

#catalog .cont .bottomblock .right .prs .filter-empty table {
	margin-top: 20px;
}
#catalog .cont .bottomblock .right .prs .filter-empty td {
	vertical-align: top;
}
#catalog .cont .bottomblock .right .prs .filter-empty .img {
	margin-right: 40px;
}
#catalog .cont .bottomblock .right .prs .filter-empty .img img {
	border: none;
	max-width: none;
}


#catalog .cont .bottomblock #pages {
	text-align: center;
	margin-bottom: 30px;
}
#catalog .cont .bottomblock #pages li {
	display: inline-block;
	vertical-align: top;
}
#catalog .cont .bottomblock #pages li a {
	width: 38px;
	display: block;
	padding: 12px 0;
	border: 1px solid #ccc;
	font-size: 20px;
	color: #5e5e5e;
	margin: 0 4px;
	border-radius: 6px;
	background: #f5f5f5;
}
#catalog .cont .bottomblock #pages li a.active {
	color: #000;
	border: 1px solid #ccc;
	background: #fff;
}
#catalog .cont .bottomblock #pages li a:hover {
	color: #000;
	border: 1px solid #b3b3b3;
	background: #fff;
}
#catalog .cont .bottomblock #pages li a.active:hover {
	border: 1px solid #ccc;
}

/*BOTTOM-TEXT*/
#bottomtext {
	margin-top: -54px;
}
#bottomtext .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	position: relative;
	padding-bottom: 30px;
}
#bottomtext .cont .hiddentext {
	overflow: hidden;
	position: relative;
}
#bottomtext .cont .og-img {
    height: 0px;
    overflow: hidden;
}
#bottomtext .cont h1,
#bottomtext .cont h2,
#bottomtext .cont h3,
#bottomtext .cont h4,
#bottomtext .cont h5,
#bottomtext .cont h6 {
	font-size: 24px;
    font-weight: bold;
	margin-bottom: 20px;
}
#bottomtext .cont h4 {
	font-size: 22px;
}
#bottomtext .cont h5 {
	font-size: 20px;
}
#bottomtext .cont h6 {
	font-size: 18px;
}
#bottomtext .cont p {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
#bottomtext .cont p a {
	color: #ff421c;
}
#bottomtext .cont p a:hover {
	color: #ff5926;
}
#bottomtext .cont .more {
	padding:  74px 0 0 0;
	background: url(../img/bottom-opacity-1.png)  0px 0px repeat-x;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
#bottomtext .cont .more.open {
	padding:  30px 0 0 0;
	margin-top: 0px;
}
#bottomtext .cont .more p {
	margin-bottom: 0;
	font-size: 20px;
}
#bottomtext .cont .more p .link {
	cursor: pointer;
}
#bottomtext .cont .more p .link:hover {
	color: #ff421c;
}
#bottomtext .cont .more p .link .arr {
	width: 10px;
	height: 10px;
	background: url(../img/arr-4.svg)  0px 0px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 1px;
	vertical-align: middle;
}
#bottomtext .cont .more p .link:hover .arr {
	background-position: 0px -10px;
}
#bottomtext .cont .more.open p .link .arr {
	background-position: 0px -20px;
	margin-left: 8px;
}
#bottomtext .cont .more.open p .link:hover .arr {
	background-position: 0px -30px;
}

/*FOOTER*/
#footer {
	background: #454a4d;
}
#footer .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	position: relative;
	padding: 30px 0;
}
#footer .cont .block {
	display: table-cell;
    vertical-align: top;
	padding-right: 20px;
}
#footer .cont .block.th4 {
	padding-right: 0;
	width: 1%;
}
#footer .cont .block .logo a, #footer .cont .block .logo .home {
	display: block;
	width: 221px;
	height: 60px;
	background: url(../img/logo-4.svg)  0px 0px;
}
#footer .cont .block .logo a img, #footer .cont .block .logo .home img {
    -webkit-transition: opacity 0.125s ease-in-out;
    -moz-transition: opacity 0.125s ease-in-out;
    -o-transition: opacity 0.125s ease-in-out;
    transition: opacity 0.125s ease-in-out;
}
#footer .cont .block .logo a:hover img, #footer .cont .block .logo .home:hover img {
	opacity: 0;
}
#footer .cont .block.th1 p {
	color: #808080;
	font-size: 20px;
	line-height: 24px;
	margin-top: 10px;
}
#footer .cont .block.th1 p.logo {
	margin-top: 0;
}
#footer .cont .block.th1 p span {
	font-family:Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
#footer .cont .block ul li {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 4px;
}
#footer .cont .block .link {
	color: #b3b3b3;
}
#footer .cont .block.th2 a,
#footer .cont .block.th3 a {
	color: #999;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
}
#footer .cont .block a:hover {
	color: #b3b3b3;
}
#footer .cont .block.th4 p {
	color: #999;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 3px;
}
#footer .cont .block p.tit {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
}
#footer .cont .block.th4 p a {
	color: #999;
	position: relative;
	padding-left: 20px;
	display: block;
}
#footer .cont .block.th4 .phone .icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 9px;
	height: 14px;
	display: block;
    background: url(../img/phone-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .mail .icon {
	position: absolute;
	top: 3px;
	left: -3px;
	width: 15px;
	height: 13px;
	display: block;
    background: url(../img/mail-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 a:hover {
	color: #b3b3b3;
}
#footer .cont .block.th4 .phone a:hover .icon {
	background-position: 0 -14px;
}
#footer .cont .block.th4 .mail a:hover .icon {
	background-position: 0 -13px;
}
#footer .cont .block.th4 .tit2 {
	margin-top: 28px;
	margin-bottom: 7px;
}
#footer .cont .block.th4 td {
	padding-right: 30px;
}
#footer .cont .block.th4 td.last {
	padding-right: 0;
}
#footer .cont .block.th4 .icons a {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: #ccc;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 6px;
}
#footer .cont .block.th4 .icons a.instagram {
    background: url(../img/instagram-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a.facebook {
    background: url(../img/facebook-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a.pinterest {
    background: url(../img/pinterest-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th4 .icons a:hover {
	background-position: 0 -19px;
}

/*SHOP-CART-SHOW*/
#shop-cart-show {
	background: #00000080;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
	/*overflow: auto;*/
	overflow: hidden;
	display: none;
}
#shop-cart-show .shop-cart-show-cont {
	position: relative;
	background: #fff;
	padding: 25px;
	width: 760px;
	box-shadow: 0px 0px 20px #00000052;
	border-radius: 6px;
	/*margin-top: -250px;
	margin-left: -425px;*/
	/*top: 50%;*/
	/*left: 50%;
	margin: 50px 0;
	margin-left: -425px;*/
	left: 100%;
	display: none;
}
#shop-cart-show .shop-cart .close {
	padding: 3px 7px 5px 7px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	text-align: center;
    font-size: 24px;
	line-height: 22px;
    font-weight: bold;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
}
#shop-cart-show .shop-cart .close:hover {
	background: #f9f9f9;
}
#shop-cart-show .shop-cart .shop-cart-head {
	margin-bottom: 10px;
}
#shop-cart-show .shop-cart .shop-cart-head p {
	text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3px;
}
#shop-cart-show .shop-cart .shop-cart-head p .icon {
	width: 22px;
	height: 20px;
    background: url(../img/shop-cart-icon-1.svg) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 6px;
}
#shop-cart-show .shop-cart .shop-cart-clear {
	position: absolute;
	padding: 7px 15px 5px;
	border: 1px solid #ffcbbb;
	color: #ff421c;
	right: 46px;
	top: 10px;
	border-radius: 4px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#shop-cart-show .shop-cart .shop-cart-clear:hover {
	background: #fff1ec;
}
#shop-cart-show .shop-cart .shop-cart-clear .icon {
	width: 13px;
	height: 14px;
    background: url(../img/shop-cart-clear-1.svg) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 4px;
}
#shop-cart-show .shop-cart td {
	position: relative;
	vertical-align: middle;
}
#shop-cart-show .shop-cart .shk-del {
	display: block;
	width: 20px;
	height: 20px;
	background: #ccc;
	margin-left: 10px;
}
#shop-cart-show .shop-cart .cart-order-title p {
	text-align: center;
	color: #666;
	font-size: 14px;
	letter-spacing: 0.3px;
}
#shop-cart-show .shop-cart .img img {
	margin-right: 10px;
}
#shop-cart-show .shop-cart a {
	color: #000;
}
#shop-cart-show .shop-cart .cart-order {
	border-bottom: 10px solid #fff;
}
#shop-cart-show .shop-cart .td2 a {
	display: block;
	margin-bottom: 3px;
    -webkit-transition: color 0.125s ease-in-out;
    -moz-transition: color 0.125s ease-in-out;
    -o-transition: color 0.125s ease-in-out;
    transition: color 0.125s ease-in-out;
	font-size: 18px;
	line-height: 20px;
}
#shop-cart-show .shop-cart .td2 .price {
	font-size: 18px;
	color: #666;
}
#shop-cart-show .shop-cart .td2 a:hover {
	color: #ff421c;
}
#shop-cart-show .shop-cart .buttons-cont {
	display: inline-block;
	width: 116px;
	padding:0;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 20px;
	text-align: center
}
#shop-cart-show .shop-cart .buttons-cont input {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
    padding: 5px 0;
    outline: none;
    border: none;
	font-size: 18px;
	text-align: center;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
}
#shop-cart-show .shop-cart .buttons-cont button.shk_count_button {
	display: inline-block;
	vertical-align: middle;
	background: none;
	cursor: pointer;
	padding: 5px 0 6px;
	border: none;
	width: 38px;
	line-height: 27px;
	text-align: center;
	font-weight: bold;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	margin: 0;
	height: auto;
	color: #000;
}
#shop-cart-show .shop-cart .td2 {
	width: 100%;
}
#shop-cart-show .shop-cart .td4 strong {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 0 20px;
}
#shop-cart-show .shop-cart .shk-del {
	width: 15px;
	height: 17px;
    background: url(../img/shop-cart-delete-1.svg) no-repeat 0px 0px;
}
#shop-cart-show .shop-cart .shk-del:hover {
	background-position: 0 -17px;
}

#shop-cart-show .shop-cart .sum {
	border-top: 1px solid #ccc;
	padding-top: 20px;
}
#shop-cart-show .shop-cart .sum p {
	text-align: right;
	font-size: 18px;
}
#shop-cart-show .shop-cart .sum p strong {
    font-size: 26px;
    font-weight: bold;
	margin-left: 10px;
}

#shop-cart-show .shop-cart .shop-cart-bottom {
	margin-top: 20px;
	overflow: hidden;
}
#shop-cart-show .shop-cart .shop-cart-bottom p {
	display: block;
	float: left;
	font-size: 20px;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.left {
	float: left;
	padding: 18px 0 0 0;
	cursor: pointer;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.left .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
    background: url(../img/arr-5.svg) no-repeat 0px 0px;
	margin-right: 6px;
	margin-bottom: 4px;
}

#shop-cart-show .shop-cart .shop-cart-bottom p.left:hover {
	color: #ff421c;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.left:hover .arrow {
	background-position: 0 -14px;
}

#shop-cart-show .shop-cart .shop-cart-bottom p.right {
	float: right;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a {
	display: block;
	padding: 10px 20px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a:hover {
	background: #ff5926;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}

/*#shop-cart-show .heightrscroll {
	height: 300px;
	overflow: hidden;
	overflow-y: auto;
}*/

#shop-cart-show .shop-cart .shop-cart-empty-bottom {
	text-align: center;
}
#shop-cart-show .shop-cart .shop-cart-empty-bottom p.center {
	display: inline-block;
	padding: 10px 20px;
	background: #ff421c;
	border-radius: 4px;
	font-size: 20px;
	letter-spacing: 0.3px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3px;
    -webkit-transition: background 0.125s ease-in-out;
    -moz-transition: background 0.125s ease-in-out;
    -o-transition: background 0.125s ease-in-out;
    transition: background 0.125s ease-in-out;
	cursor: pointer;
}
#shop-cart-show .shop-cart .shop-cart-empty-bottom p.center:hover {
	background: #ff5926;
}
#shop-cart-show .shop-cart .shop-cart-empty-bottom p.center .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}
#shop-cart-show .shop-cart .shop-cart-empty-text {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p {
	font-size: 18px;
	line-height: 22px;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.strong {
    text-transform: uppercase;
    font-size: 24px;
	line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.3px;
	margin-bottom: 10px;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel {
    margin-bottom: 0;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a {
	color: #000;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 8px;
	width: 16px;
	height: 15px;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a.lifecell .icon {
	background: url(../img/lifecell-1.svg) no-repeat;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a.kyivstar .icon {
	background: url(../img/kyivstar-1.svg) no-repeat;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a.vodafone .icon {
	background: url(../img/vodafone-1.svg) no-repeat;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a:hover {
	color: #ff421c;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.tel a:hover .icon {
	background-position: 0 -25px;
}

@media
only screen and (max-width : 1620px), only screen and  and (max-device-width : 1620px) {
	
#header .cont,
#menu .cont,
#catalog .cont,
#bottomtext .cont,
#footer .cont {
    width: 96%;
    max-width: none;
}

#catalog .cont .bottomblock .right .prs .pr .prices .new {
    font-size: 20px;
}
#catalog .cont .bottomblock .right .prs .pr .prices .old {
    font-size: 17px;
    border-bottom: 1px solid #999;
    height: 8px;
	margin-bottom: 7px;
}
#catalog .cont .bottomblock .right .prs .pr .openmore td {
	display: inline-block;
}
#catalog .cont .bottomblock .right .prs .pr .openmore .strong {
    padding-left: 0;
    width: 100%;
}

}
@media
only screen and (max-width : 1480px), only screen and  and (max-device-width : 1480px) {
	
#catalog .cont .bottomblock .right .prs .pr .prices .new {
	display: block;
}
#catalog .cont .bottomblock .right .prs.listview .pr .prices .new {
	display: inline-block;
}
#catalog .cont .bottomblock .right .categoryes .link {
    margin-right: 4px;
    padding: 1px 6px 0 50px;
}
#catalog .cont .bottomblock .right .categoryes .link .icon {
    margin-right: 4px;
}
#catalog .cont .bottomblock .right .prs .pr {
    padding-right: 7%;
}
#catalog .cont .bottomblock .right .prs .line {
    margin: 24px 0;
}
	
}
@media
only screen and (max-width : 1320px), only screen and  and (max-device-width : 1320px) {

#menu .cont .block.th2 li a {
    padding: 10px 17px;
}

#footer .cont .block.th4 td {
    padding-right: 0;
    display:inline-block;
}
#footer .cont .block.th4 .tit2 {
    margin-top: 3px;
}

#header .cont .search input {
    width: 96%;
    padding: 12px 2%;
}
#header .cont .search .error {
    width: 88%;
    padding: 14px 2%;
}

#catalog .cont .bottomblock .right .prs .line.n5 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n4 {
	display: block;
}
#catalog .cont .bottomblock .right .prs .line.n3 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n2 {
	display: none;
}
#catalog .cont .bottomblock .right .prs.listview .line.n4 {
	display: none;
}
	
#catalog .cont .bottomblock .right .seejsfile {
    width: 4px;
}
	
#catalog .cont .bottomblock .left .filter {
    margin-bottom: 22px;
}
#catalog .cont .bottomblock .right .categoryes .link {
    margin-right: 2px;
    padding: 1px 6px 0 42px;
	font-size: 17px;
}
#catalog .cont .bottomblock .right .categoryes .link .icon {
    width: 38px;
}
#catalog .cont .bottomblock .right .categoryes .link .icon img {
	margin-left: -4px;
}

}
@media
only screen and (max-width : 1280px), only screen and  and (max-device-width : 1280px) {
	
#catalog .cont .bottomblock .right .prs .line.n5 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n4 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n3 {
	display: block;
}
#catalog .cont .bottomblock .right .prs .line.n2 {
	display: none;
}
#catalog .cont .bottomblock .right .prs.listview .line.n3 {
	display: none;
}

#catalog .cont .bottomblock .right .seejsfile {
    width: 3px;
}
#catalog .cont .bottomblock .right .prs .line.ifstub {
	margin: 0;
}

#catalog .cont .bottomblock .right .prs .line {
    margin: 28px 0;
}
#catalog .cont .bottomblock .right .prs .pr {
    padding-right: 10%;
}
#catalog .cont .bottomblock .right .prs .whiteline .openmore .bord {
    width: 99.8%;
}
#catalog .cont .bottomblock .left .filter {
    margin-bottom: 0;
}
/*#catalog .cont .bottomblock .right .prs .pr.stub.n1 {
	display: table-cell;
}*/
#catalog .cont .bottomblock #pages {
    margin-top: 30px;
}    
#catalog .cont .bottomblock .right .categoryes .link {
    width: 32%;
    padding: 1px 10px 0 54px;
}
#catalog .cont .bottomblock .right .categoryes .link .icon {
    width: 45px;
}
#catalog .cont .bottomblock .right .categoryes .link .icon img {
    margin-left: 0px;
}
#catalog .cont .bottomblock .right .prs .whiteline .openmore .bord {
    width: 99.9%;
}
	
#catalog .cont .bottomblock .right .prs .pr .prices .new {
    display: inline-block;
	font-size: 22px;
}
#catalog .cont .bottomblock .right .prs.listview .absolute .padding {
    width: auto;
}
#catalog .cont .bottomblock .right .prs.listview .pr .prices {
    text-align: left;
	padding-left: 10px;
}
#catalog .cont .bottomblock .right .prs.listview .pr .prices .new {
    display: block;
}
	
}
@media
only screen and (max-width : 1180px), only screen and  and (max-device-width : 1180px) {

#menu .cont .block.th2 li a {
    padding: 10px 6px;
}
#menu .cont .block.th3 ul {
    width: 68px;
}
#menu .cont .block.th1 ul li {
    padding: 12px 4px 12px 10px;
    margin-left: -10px;
}
#menu .cont .block.th1 ul {
    width: 100px;
}
#menu .cont .block.th1 ul li .arrow {
    right: 8px;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
    padding: 10px 6px 10px 6px;
}
#menu .cont .block.th3 ul.mml_links li {
    right: -6px;
	width: 62px;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
    padding: 10px 6px 10px 6px;
}

#catalog .cont .bottomblock .right .prs .pr .prices .new {
    display: block;
	font-size: 20px;
}

#catalog .cont .bottomblock .right .prs.listview .pr .prices {
	padding-right: 20px;
}

#catalog .cont .bottomblock .right .prs .filter-empty .img img {
	max-width: 200px;
}

}
@media
only screen and (max-width : 1000px), only screen and  and (max-device-width : 1000px) {

#menu .cont .block.th2 li a .m1 {
	display: none;
}
#menu .cont .block.th2 li a .m2 {
	display: inline;
}
#header .cont .search form fieldset {
    padding: 0 6%;
}
#header .cont .search input.submit {
    right: 6%;
}
#header .cont .search .error {
    width: 82%;
    padding: 14px 2%;
}
#menu .cont .block.th2 li a {
    padding: 10px;
}

#footer .cont {
	padding-top: 165px;
	padding-bottom: 15px;
}
#footer .cont .block.th1 {
	position: absolute;
	top: 30px;
}
#footer .cont .block.th4 {
	width: 560px;
	position: absolute;
	top: 30px;
	left: 268px;
}
#footer .cont .block.th2 {
	width: 1%;
	border-top: 1px solid #5d5d5d;
	padding-top: 20px;
	padding-right: 2%;
}
#footer .cont .block.th2 ul {
	width: 270px;
}
#footer .cont .block.th3 {
	width: 68%;
	border-top: 1px solid #5d5d5d;
	padding-top: 20px;
	padding-right: 0;
}
#footer .cont .block.th4 td {
    padding-right: 20px;
}
#footer .cont .block.th3 {
	padding-right: 0;
}
#footer .cont .block.th3 ul li {
	display: inline-block;
}
#footer .cont .block.th3 ul {
	width: 560px;
}
#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 190px;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 210px;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 140px;
}
#footer .cont .block.th4 .tit2,
#footer .cont .block.th4 .icons {
    display: inline-block;
	vertical-align: middle;
}
#footer .cont .block.th4 .icons {
	margin-bottom: 5px;
	margin-left: 10px;
}
#footer .cont .block.th4 .tit2 {
	margin-left: -2px;
}

    
#catalog .cont .bottomblock .right .categoryes .link {
    width: 37%;
    padding: 1px 6px 0 42px;
}
#catalog .cont .bottomblock .right .categoryes .link .icon {
    width: 38px;
}
#catalog .cont .bottomblock .right .categoryes .link .icon img {
    margin-left: -4px;
}
#catalog .cont .bottomblock .right .prs .line.n5 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n4 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n3 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n2 {
	display: block;
}
#catalog .cont .bottomblock .right .prs.listview .line.n2 {
	display: none;
}
	
#catalog .cont .bottomblock .right .prs .line.ifstub {
	margin-top: 26px;
}
#catalog .cont .bottomblock .right .seejsfile {
    width: 2px;
}

#catalog .cont .bottomblock .right .prs .pr {
    padding-right: 14%;
}    
#catalog .cont .bottomblock .left .filter {
    margin-bottom: 26px;
}
#catalog .cont .bottomblock #pages {
    margin-top: 0;
}
	
#catalog .cont .bottomblock .right .prs .pr .prices .new {
    display: inline-block;
	font-size: 22px;
}

}
@media
only screen and (max-width : 868px), only screen and  and (max-device-width : 868px) { 
#header {
	position: fixed;
	top: 0;
	z-index: 3;
	box-shadow: 0px 2px 2px #0000001c;
}
#header .cont {
    padding: 10px 0 15px 0;
}
#header .cont .logo {
	width: 100%;
}
#header .cont .logo .m-menu {
	display: inline-block;
}
#header .cont .logo a, #header .cont .logo .home {
	display: inline-block;
	vertical-align: middle;
    width: 200px;
    height: 54px;
}
#header .cont .logo a img, #header .cont .logo .home img {
    width: 200px;
	height: auto;
}
#header .cont .search form {
	position: absolute;
	/*width: 520px;*/
	width: 40px;
	right: 10px;
	top: -2px;
	padding: 10px 0;
	background: #f3f3f3;
}    
#header .cont .search form fieldset {
    padding: 0;
}
#header .cont .search input.submit {
    right: 0;
	background-position: 0 -80px;
}
#header .cont .search input.submit:hover {
	background-position: 0 -120px;
}
#header .cont .search .mobile-active input.submit {
	background-position: 0 0;
}
#header .cont .search .mobile-active input.submit:hover {
	background-position: 0 -40px;
}    
#header .cont .search .error {
    width: 90%;
}
#menu {
	position: fixed;
	z-index: 4;
	top: 0;
	left: -100%;
	bottom: 0;
	background: #fff;
	box-shadow: 0px 0px 5px #00000052;
	overflow: hidden;
}
#menu .cont {
	width: auto;
	height: 100%;
	/*padding-top: 50px;*/
	position: relative;
	/*left: -50%;*/
}
#menu .cont .m-scroll {
	/*height: 375px;*/
	overflow-y: scroll;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
#menu .cont .m-menu-logo {
	display: block;
}
#menu .cont .block {
    display:block;
}
#menu .cont .block a {
	color: #000;
}
#menu .cont .block.th1 ul {
    width: auto;
	height: auto;
	border-top: 1px solid #dfdfdf;
}    
#menu .cont .block.th1 ul li {
    padding: 0;
    margin-left: 0;
    color: #000;
	cursor: default;
}  
#menu .cont .block.th1 ul li .text {
	display: inline-block;
	padding: 15px;
}
#menu .cont .block.th1 ul li:hover {
	background: none;
}
#menu .cont .block.th2 li a:hover {
	background: none;
	color: #fb4424;
}#menu .cont .block.th3 ul li a:hover {
	background: none;
}
#menu .cont .block.th3 ul.mml_links:hover li.active {
	background: none;
}
#menu .cont .block.th3 ul {
    width: auto;
}    
#menu .cont .block.th3 ul.mml_links {
	padding: 15px 0 15px 15px;
	height: 20px;
}
#menu .cont .block.th3 ul.mml_links li {
    position: relative;
    right: auto;
    width: auto;
    text-align: left;
    float: none;
	display: inline-block;
	top: auto;
	margin-right: 10px;
}
#menu .cont .block.th3 ul.mml_links li.active {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.3px;
}
#menu .cont .block.th3 ul.mml_links li a,
#menu .cont .block.th3 ul.mml_links li .mmllink {
	text-align: left;
	border-radius: 0;
	background: none;
	box-shadow: none;
	padding: 0;
}
#menu .cont .block.th3 ul.mml_links li a:hover,
#menu .cont .block.th3 ul.mml_links li .mmllink:hover {
	background: none;
	color: #fb4424;
}
#menu .cont .block.th3 ul.mml_links li.active a,
#menu .cont .block.th3 ul.mml_links li.active .mmllink {
    text-align: left;
	padding: 0;
	color: #000;
}    
#menu .cont .block.th2 {
	text-align:left;
	border-bottom: 1px solid #dfdfdf;
}
#menu .cont .block.th2 li {
	display: block;
	line-height: 18px;
}    
#menu .cont .block.th2 li a {
    padding: 15px;
}
#menu .cont .block.th1 ul li .submenu {
	position: relative;
    display: block;
	top: auto;
	left: auto;
	box-shadow: none;
	width: auto;
	border-radius: 0;
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu {
    width: auto;
    display:block;
	border-top: 1px solid #dfdfdf;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li {
	border-bottom: 1px solid #dfdfdf;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a {
	padding: 15px 45px 15px 15px;
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0;*/
	background: #f5f5f5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a .m-arr.show {
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu {
    width: auto;
    display:none;
    padding: 0;
	position: absolute;
	z-index: 3;
	top: 0;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a.hover {
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 0%;*/
	background: #f5f5f5;
}
#menu .cont .block.th1 ul li .submenu ul.leftmenu li a:hover {
	/*background: url(../img/m-menu-arr-1.svg) no-repeat 100% 100%;*/
	background: #fafafa;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th2,
#menu .cont .block.th1 ul li .submenu ul.rightmenu.th3 {
	display: none;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr {
	display: block;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th1 {
	width: auto;
	margin-right: 0;
}
#menu .cont .block.th3 ul li {
	line-height: 18px;
}
#menu .cont .block.th1 ul li .submenu ul.rightmenu .tr.th2 {
	width: auto;
}
#menu .cont .block.th1 ul li .arrow {
	background-position: 0 -12px;
	top: 19px;
	right: 17px;
}
#menu .cont .block.th3 ul.mml_links li.active a .arrow,
#menu .cont .block.th3 ul.mml_links li.active .mmllink .arrow {
	display: none;
}

#menu .cont .m-icons {
	display: block;
	padding-bottom: 70px;
}

#footer .cont {
    padding-top: 210px;
}
#footer .cont .block.th3 ul {
    width: auto;
}    
#footer .cont .block.th4 {
    width: 260px;
}
#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 48%;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 48%;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 48%;
}    
#footer .cont .block.th4 {
    left: 252px;
}
#footer .cont .block.th2 ul {
    width: 250px;
}

#shop-cart-show .shop-cart-show-cont {
	width: 560px;
	border-radius: 6px 0 0 6px;
}
#shop-cart-show .shop-cart .buttons-cont {
    margin: 0 5px;
	width: 92px;
}
#shop-cart-show .shop-cart .td4 strong {
    margin: 0 0 0 8px;
}
#shop-cart-show .shop-cart .buttons-cont input {
    width: 30px;
}
#shop-cart-show .shop-cart .buttons-cont button.shk_count_button {
    width: 30px;
}
	
#catalog {
	margin-top: 79px;
}
#catalog .cont {
	position: static;
}
#catalog .cont .bottomblock .left {
	width: auto;
}
#catalog .cont .bottomblock .left .filter {
	width: 229px;
	position: fixed;
	padding: 0;
	z-index: 3;
	left: -230px;
	margin: 0;
	border-radius: 0;
	height: 100%;
	top: 0;
	overflow-y: scroll;
	/*display: none;*/
}
#catalog .cont .bottomblock .right .categoryes .show-m-filter {
	display: block;
}
#catalog .cont .bottomblock .left .filter .m-filter-name {
	display: block;
}
#catalog .cont .bottomblock .left .filter .filter-m-padding {
    padding: 14px 10px 0 18px;
}
#catalog .cont .bottomblock .right .prs .line.n5 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n4 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n3 {
	display: block;
}
#catalog .cont .bottomblock .right .prs .line.n2 {
	display: none;
}

#catalog .cont .bottomblock .right .seejsfile {
    width: 3px;
}
#catalog .cont .bottomblock .right .prs .line.ifstub {
    margin-top: 0;
}

#catalog .cont .bottomblock .right .prs .pr {
    padding-right: 10%;
}
#catalog .cont .bottomblock .right .prs .pr .prices .new {
    display: block;
    font-size: 20px;
}
	
#catalog .cont .bottomblock .right .categoryes {
	margin: 0;
	padding-top: 60px;
	position: relative;
}	
#catalog .cont .bottomblock .right .categoryes-cont {
	width: 40%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding-top: 40px;
}
#catalog .cont .bottomblock .right .categoryes .link {
	display: block;
    padding: 1px 10px 0 54px;
    font-size: 18px;
	width: 100%;
	margin: 0;
	border-top: none;
	border-radius: 0;
	background: #fff;
	display: none;
}
#catalog .cont .bottomblock .right .categoryes .link.active {
	display: block;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
	border-radius: 5px;
	position: absolute;
	width: 100%;
	top: 0;
}
#catalog .cont .bottomblock .right .categoryes .link.active.show {
	border-radius: 5px 5px 0 0;
}
#catalog .cont .bottomblock .right .categoryes .link.first {
	/*border-radius: 5px 5px 0 0;*/
	overflow: hidden;
}
#catalog .cont .bottomblock .right .categoryes .link.last {
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}
#catalog .cont .bottomblock .right .categoryes .link .icon {
	width: 45px;
	border-radius: 0;
}
#catalog .cont .bottomblock .right .categoryes .link .icon img {
	margin-left: 0;
}
#catalog .cont .bottomblock .right .categoryes .link:hover {
	background: #fff;
	border:1px solid #ccc;
	border-top: none;
	color: #000;
}
#catalog .cont .bottomblock .right .categoryes .link.active:hover {
	border:1px solid #ccc;
	border-top: 1px solid #ccc;
}
#catalog .cont .bottomblock .right .categoryes .link:hover .icon, #catalog .cont .bottomblock .right .categoryes .link.active .icon {
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-right: 1px solid #fff;
}
#catalog .cont .toptitle .selectcont .selectwidth {
    width: 190px;
}
#catalog .cont .bottomblock .right .categoryes .link .m-arr {
	display: block;
}
#catalog .cont .toptitle .selectcont .selectwidth .label {
	display: block;
	background:  url(../img/sort-1.svg) no-repeat;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 30px;
}
#catalog .cont .toptitle .selectcont .selectwidth select {
    padding: 0 12px 0 10px;
}
#catalog .cont .bottomblock #pages {
    margin-top: 30px;
}

#catalog .cont .bottomblock .right {
	width: 100%;
	display: block;
}
	
#bottomtext {
    margin-top: -34px;
}

	
}
@media
only screen and (max-width : 680px), only screen and  and (max-device-width : 680px) {

#footer .cont .block.th3 ul li.th1,
#footer .cont .block.th3 ul li.th4 {
	width: 100%;
}
#footer .cont .block.th3 ul li.th2,
#footer .cont .block.th3 ul li.th5 {
	width: 100%;
}
#footer .cont .block.th3 ul li.th3,
#footer .cont .block.th3 ul li.th6 {
	width: 100%;
}

#shop-cart-show .shop-cart-show-cont {
	width: 400px;
    padding: 15px;
}
#shop-cart-show .shop-cart .cart-order-title {
	display: none;
}
#shop-cart-show .shop-cart .shop-cart-head {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 12px;
}
#shop-cart-show .shop-cart .close {
    right: 15px;
}
#shop-cart-show .shop-cart .shop-cart-clear {
    right: 53px;
}
#shop-cart-show .shop-cart td {
	vertical-align: top;
}
#shop-cart-show .shop-cart .cart-order {
    border-bottom: 1px solid #e6e6e6;
	position: relative;
	display: block;
}
#shop-cart-show .shop-cart .td1 {
	padding: 10px 10px 10px 0;
}
#shop-cart-show .shop-cart .td2 {
	padding-top: 14px;
}
#shop-cart-show .shop-cart .td3 {
	position: absolute;
	left: 110px;
	bottom: 14px;
}
#shop-cart-show .shop-cart .td4 {
	position: absolute;
	right: 26px;
	bottom: 22px;
}
#shop-cart-show .shop-cart .td5 {
	position: absolute;
	right: 0;
	bottom: 24px;
}
#shop-cart-show .shop-cart .img img {
	width: 96px;
	height: auto;
}
#shop-cart-show .shop-cart .td2 .price {
	display: block;
	margin-bottom: 62px;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.left {
    float: none;
	text-align: center;
	margin-bottom: 10px;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right {
    float: none;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a {
	text-align: center;
}
#shop-cart-show .shop-cart .sum {
    border-top: none;
}
	
#shop-cart-show .shop-cart .shop-cart-empty-text {
    padding: 0 0 20px;
    border-top: none;
}
#shop-cart-show .shop-cart .shop-cart-empty-text p.strong {
    font-size: 20px;
	line-height: 24px;
}

#catalog .cont .bottomblock .right .prs .line.n5 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n4 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n3 {
	display: none;
}
#catalog .cont .bottomblock .right .prs .line.n2 {
	display: block;
}
#catalog .cont .bottomblock .right .prs .pr {
    width: 50%;
}

#catalog .cont .bottomblock .right .seejsfile {
    width: 2px;
}

#catalog .cont .bottomblock .right .prs .pr {
    padding-right: 14%;
}    
#catalog .cont .bottomblock .right .categoryes-cont {
    width: 62%;
}

#catalog .cont .bottomblock .right .prs .filter-empty td {
	display: block;
}
#catalog .cont .bottomblock .right .prs .filter-empty .img {
    margin-right: 0;
	text-align: center;
}
#catalog .cont .bottomblock .right .prs .filter-empty h4 {
	text-align: center;
}

}
@media
only screen and (max-width : 584px), only screen and  and (max-device-width : 584px) {

#header .cont .contacts {
	display: none;
}
#menu .cont .m-contacts {
	display: block;
}

#footer .cont {
    padding-top: 30px;
}
#footer .cont .block {
    display: block;
    padding-right: 0;
}
#footer .cont .block.th1 {
    position: relative;
    top: auto;
    padding-right: 0;
	text-align: center;
}
#footer .cont .block .logo a, #footer .cont .block .logo .home {
	margin: auto;
}
#footer .cont .block.th2 {
    width: auto;
    padding-right: 0;
	margin-top: 20px;
}  
#footer .cont .block.th3 {
    width: auto;
    padding-right: 0;
	margin-top: 20px;
}
#footer .cont .block.th4 {
    width: auto;
    position: relative;
    top: auto;
	left: auto;
	margin-top: 20px;
    border-top: 1px solid #5d5d5d;
	padding-top: 20px;
}    
#footer .cont .block.th4 td {
    display: block;
}
	
#shop-cart-show .shop-cart-show-cont {
    width: 330px;
}
#shop-cart-show .shop-cart .shop-cart-clear {
    padding: 7px 8px 5px;
}
#shop-cart-show .shop-cart .shop-cart-clear .icon {
    margin-right: 2px;
}
#shop-cart-show .shop-cart .shop-cart-head p .icon {
    margin-right: 4px;
}

#shop-cart-show .shop-cart .shop-cart-head p {
    font-size: 21px;
}
	

#catalog .cont #breadcrumb {
}
#catalog .cont #breadcrumb li {
	font-size: 16px;
	line-height: 20px;
}
#catalog .cont #breadcrumb li:last-child {
	display: none;
}
#catalog .cont #breadcrumb li.home {
	display: inline-block;
	width: 18px;
	height: 18px;
}
#catalog .cont #breadcrumb li.home a {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/home-1.svg) no-repeat;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 5px;
}
#catalog .cont #breadcrumb li.home a:hover {
	background-position: 0 -20px;
}

#catalog .cont .toptitle .titlecont h1 {
    font-size: 24px;
}

}
@media
only screen and (max-width : 538px), only screen and  and (max-device-width : 538px) {

#catalog .cont .toptitle {
	padding-bottom: 1px;
	margin-bottom: 14px;
	position: relative;
}
#catalog .cont .bottomblock .right .categoryes .show-m-filter {
    right: auto;
	left: -12px;
    top: 45px;
}
#catalog .cont .toptitle .selectcont {
    display: block;
	width: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: -90px;
	z-index: 1;
}    
#catalog .cont .toptitle .selectcont .selectwidth {
    float: right;
	margin-top: 10px;
	margin-right: 20px;
}
#catalog .cont .bottomblock .right .prs .pr {
    padding-right: 16%;
}
#catalog .cont .bottomblock .right .categoryes-cont {
    width: 79%;
}
#catalog .cont .bottomblock .right .categoryes {
    padding-top: 90px;
}

#catalog .cont .bottomblock .right .prs.listview .pr {
	padding: 20px 0;
}
#catalog .cont .bottomblock .right .prs.listview .notbg {
    vertical-align: top;
}
#catalog .cont .bottomblock .right .prs.listview .notbg .icon {
    vertical-align: top;
}
#catalog .cont .bottomblock .right .prs.listview .notbg .icon img {
    width: 82px;
}
#catalog .cont .bottomblock .right .prs.listview .notbg .tit {
    vertical-align: top;
}
#catalog .cont .bottomblock .right .prs.listview .notbg .tit .m-padding {
	display: block;
	padding-bottom: 40px; 
}
#catalog .cont .bottomblock .right .prs.listview .absolute {
    display: block;
	/*background: #f5f5f5;*/
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	margin-left: 96px;
	margin-top: -34px;
	position: relative;
	z-index: 1;
}
#catalog .cont .bottomblock .right .prs.listview .absolute .padding {
    overflow: hidden;
}
#catalog .cont .bottomblock .right .prs.listview .pr .prices {
    display: block;
	width: auto;
    padding: 10px 0;
	float: right;
	width: 156px;
	/*background: #ccc;*/
	text-align: right;
}
#catalog .cont .bottomblock .right .prs.listview .pr .prices .new {
    display: inline-block;
	color: #000;
	font-weight: 600;
}
#catalog .cont .bottomblock .right .prs.listview .pr .button {
    display: block;
	float: left;
}
	
#catalog .cont .bottomblock .right .prs .pr:hover .bg {
	box-shadow: none;
	border-radius: 0;
}
#catalog .cont .bottomblock .right .prs .pr:hover .bord {
	box-shadow: none;
}
#catalog .cont .bottomblock .right .prs .pr:hover .whiteline {
	display: none;
}
#catalog .cont .bottomblock .right .prs .pr .prices .new {
    display: inline-block;
    font-size: 22px;
}


}
@media
only screen and (max-width : 416px), only screen and  and (max-device-width : 416px) {

	
#catalog .cont .bottomblock .right .prs .pr {
    padding-right: 14%;
}
#catalog .cont .bottomblock .right .prs .pr .absolute .button p {
    width: 40px;
}
#catalog .cont .bottomblock .right .prs .pr .absolute .button p .icon {
    left: 4px;
} 
#catalog .cont .bottomblock .right .prs .notbg {
    padding: 15px;
    padding-bottom: 66px;
} 
#catalog .cont .bottomblock .right .prs .absolute .padding {
    padding: 0 15px;
}
#catalog .cont .bottomblock .right .prs .line {
    margin: 20px 0;
}
#catalog .cont .bottomblock .right .prs .notbg {
    border-radius: 6px;
}

}
@media
only screen and (max-width : 384px), only screen and  and (max-device-width : 384px) {

#header .cont {
    padding: 10px 0 12px 0;
}
#header .cont .logo a, #header .cont .logo .home {
    width: 156px;
    height: 42px;
}
#header .cont .logo a img, #header .cont .logo .home img {
    width: 156px;
}
#header .cont .search form {
    top: -8px;
}

#footer .cont {
    width: 86%;
}
	
#shop-cart-show .shop-cart-show-cont {
    width: 280px;
}
#shop-cart-show .shop-cart .img img {
    width: 68px;
	margin: 0;
}
#shop-cart-show .shop-cart .td3 {
    left: 73px;
}    
#shop-cart-show .shop-cart .td4 {
    display: none;
}
#shop-cart-show .shop-cart .shop-cart-bottom p.right a {
    padding: 10px 0px;
}    
#shop-cart-show .shop-cart .shop-cart-clear {
    position: relative;
    right: auto;
    top: auto;
    border: none;
    padding-right: 0;
}  
#shop-cart-show .shop-cart .shop-cart-clear:hover {
	background: none;
}

#shop-cart-show .shop-cart .shop-cart-empty-text p.img {
	display: none;
}

#catalog {
    margin-top: 64px;
}

#catalog .cont .bottomblock .right .prs .pr {
    padding-right: 16%;
}
	
#catalog .cont .bottomblock .right .categoryes .link .m1 {
    display: none;
}

}
@media
only screen and (max-width : 348px), only screen and  and (max-device-width : 348px) {
	

#catalog .cont .bottomblock .left, #catalog .cont .bottomblock .right {
	display: block;
}
#catalog .cont .bottomblock .right .prs {
    width: 100%;
}
#catalog .cont .bottomblock .right .prs .pr {
    display: block;
	margin: auto;
	width: 220px;
	padding: 0;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 20px;
}
#catalog .cont .bottomblock .right .prs.listview .pr {
	border: none;
    border-bottom: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 0;
}
#catalog .cont .bottomblock .right .prs .notbg {
	padding: 0;
}
#catalog .cont .bottomblock .right .prs .absolute {
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 1;
	margin-top: 10px;
}
#catalog .cont .bottomblock .right .prs .absolute .padding {
    padding: 0;
}
#catalog .cont .bottomblock .right .prs .bg {
	display: none;
}
/*#catalog .cont .bottomblock .right .prs .pr:hover .bg {
	box-shadow: none;
	border-radius: 0;
}
#catalog .cont .bottomblock .right .prs .pr:hover .bord {
	box-shadow: none;
}
#catalog .cont .bottomblock .right .prs .pr:hover .whiteline {
	display: none;
}
#catalog .cont .bottomblock .right .prs .pr .prices .new {
    display: inline-block;
    font-size: 22px;
}*/
#catalog .cont .bottomblock .right .prs .line.n1 {
    display: none;
}
#catalog .cont .bottomblock .right .prs .line.n2 {
    display: none;
}
#catalog .cont .bottomblock .right .prs .line.n3 {
    display: none;
}
#catalog .cont .bottomblock .right .prs .line.n4 {
    display: none;
}
#catalog .cont .bottomblock .right .prs .line.n5 {
    display: none;
}
	
#catalog .cont .bottomblock .right .seejsfile {
    width: 1px;
}

#catalog .cont .toptitle .selectcont .selectwidth {
    margin-right: 0;
}
#catalog .cont .bottomblock .right .categoryes-cont {
    width: 100%;
}
#catalog .cont .bottomblock .right .prs .pr .absolute .button p {
    width: 49px;
}
#catalog .cont .bottomblock .right .prs .pr .absolute .button p .icon {
    left: 9px;
}     
#catalog .cont .bottomblock .right .prs.listview .pr .prices {
    width: 136px;
}
	
}