@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;
}


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;
}

/*SLIDER*/
#slider {
	height: 444px;
	overflow: hidden;
}
#slider .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	height: 444px;
}
#slider .slide {
	height: 444px;
	background: url(../img/slide-bg-1.jpg) repeat-x 0 100%;
	overflow: hidden;
}
#slider .slide .table {
	width: 100%;
	display: table;
	height: 444px;
}
#slider .slide .img {
	display: table-cell;
	vertical-align: bottom;
	width: 55%;
	text-align: right;
}
#slider .slide .text {
	display: table-cell;
	vertical-align: middle;
	width: 45%;
	text-align: left;
}
#slider .slide .text p {
	color: #ff421c;
}
#slider .slide .text p.size1 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
	font-family:'myMyriadPro2', Tahoma, Geneva, sans-serif;
}
#slider .slide .text p.size2 {
	text-transform: uppercase;
	font-size: 56px;
	font-weight: 900;
	margin-bottom: 10px;
	font-family:'myMyriadPro2', Tahoma, Geneva, sans-serif;
}
#slider .slide .text ul li {
	font-family:'myMyriadPro2', Tahoma, Geneva, sans-serif;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 2px;
}
#slider .slide .text ul li a {
	/*color: #ff421c;*/
	color: #000;
    -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;
}
#slider .slide .text ul li a .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 10px;
	background: url(../img/check-1.svg) no-repeat;
}
#slider .slide .text ul li a:hover {
	/*color: #ff5926;*/
	color: #ff421c;
}
#slider .slide .text ul li a:hover .icon {
	background-position: 0 -20px;
}

/*INDEX-CATEGORIES*/
#m-categories {
	text-align: center;
	margin-top: 30px;
	display: none;
}
#m-categories p {
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
    font-weight: bold;
	letter-spacing: 0.3px;
	border-radius: 6px;
	margin: 0 4px;
	padding: 12px 0;
	width: 80%;
	cursor: pointer;
    -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;
	background: #ff421c;
	color: #fff;
}
#m-categories p:hover {
	background: #ff5926;
}
#m-categories p .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	background: url(../img/m-categories-1.svg) no-repeat;
}

#indexcategories .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	text-align: center;
	padding-bottom: 40px;
}
#indexcategories .cont .title {
	margin: 30px 0 20px;
}
#indexcategories .cont .title p {
	text-transform: uppercase;
	font-size: 20px;
    font-weight: bold;
	letter-spacing: 0.3px;
}
#indexcategories .cont .block {
	width: 12.5%;
	display: inline-block;
	vertical-align: top;
}
#indexcategories .cont .block a {
	font-size: 19px;
	color: #000;
	line-height: 22px;
	display: block;
    -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;
}
#indexcategories .cont .block a .icon {
	display: block;
}
#indexcategories .cont .block a .icon img {
	max-width: 100%;
	height: auto;
}
#indexcategories .cont .block a .tit {
	display: block;
	margin: auto;
	margin-top: 15px;
	max-width: 160px;
}
#indexcategories .cont .block a:hover {
	color: #ff5926;
}

/*INDEX-PRODUCTS*/
#indexproducts .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding-bottom: 40px;
}
#indexproducts .cont .title {
	margin: 10px 0 50px;
	text-align: center;
}
#indexproducts .cont .title p {
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
    font-weight: bold;
	letter-spacing: 0.3px;
	border-radius: 6px;
	margin: 0 4px;
	padding: 8px 12px;
	cursor: pointer;
    -webkit-transition: color,background 0.125s ease-in-out;
    -moz-transition: color,background 0.125s ease-in-out;
    -o-transition: color,background 0.125s ease-in-out;
    transition: color,background 0.125s ease-in-out;
}
#indexproducts .cont .title p:hover {
	color: #ff421c;
}
#indexproducts .cont .title p.active {
	background: #ff421c;
	color: #fff;
	cursor: default;
}
#indexproducts .cont .title p.active:hover {
	color: #fff;
}

#indexproducts .cont .sliderwithicon {
	overflow: hidden;
	position: relative;
}
#indexproducts .cont .sliderwithicon .opacity {
	position: absolute;
	top: 0;
	width: 20px;
	height: 600px;
	background: url(../img/slider-opacity-1.png) repeat-y;
	z-index: 1;
}
#indexproducts .cont .sliderwithicon .opacity.th1 {
	left: 0;
	background-position: -20px 0px;
}
#indexproducts .cont .sliderwithicon .opacity.th2 {
	right: 0;
	background-position: 0px 0px;
}

#indexproducts .cont .slider {
  	display: flex;
}
#indexproducts .cont .pr {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	/*margin: 0 1%;*/
	margin: 0 20px;
  	display: flex;
	position: relative;
}
#indexproducts .cont .pr .border {
	border-radius: 6px;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #ccc;
	/*box-shadow: 0px 0px 5px #00000052;*/
	padding-bottom: 68px;
}
/*#indexproducts .cont .pr .border .padding {
	padding-bottom: 48px;
	position: relative;
}*/
#indexproducts .cont .pr .border a .icon {
	display: block;
	text-align: center;
}
#indexproducts .cont .pr .border a .icon img {
	max-width: 100%;
	height: auto;
}
#indexproducts .cont .pr .border 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;
}
#indexproducts .cont .pr .border a:hover .tit {
	color: #ff421c;
}
#indexproducts .cont .pr .border .absolute {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
}
#indexproducts .cont .pr .border .absolute .padding {
	padding: 0 20px;
}
#indexproducts .cont .pr .border .absolute .prices {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
#indexproducts .cont .pr .border .absolute .prices .old {
	display: inline-block;
	font-size: 22px;
	color: #999;
	border-bottom: 2px solid #999;
	height: 10px;
	padding: 0 2px;
}
#indexproducts .cont .pr .border .absolute .prices .new {
	display: inline-block;
	font-size: 22px;
	color: #ff421c;
}
#indexproducts .cont .pr .border .absolute .button {
	background: #f5f5f5;
	display: table-cell;
	vertical-align: middle;
}
#indexproducts .cont .pr .border .absolute .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;
}
#indexproducts .cont .pr .border .absolute .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;
}
#indexproducts .cont .pr .border .absolute .button p .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}
#indexproducts .cont .pr .border .absolute .button .green {
	background: #1ac71a;
}
#indexproducts .cont .pr .border .absolute .button .green .icon {
	background-position: -34px 0;
}

#indexproducts .cont .pr .whiteline {
	position: absolute;
	background: #fff;
	bottom: 0;
	width: 100%;
	height: 10px;
	padding: 0 5px;
	margin-left: -5px;
	display: none;
}
#indexproducts .cont .pr .whiteline .openmore {
	width: 100%;
	/*background: #fff;*/
	overflow: hidden;
	padding: 0 5px 5px 5px;
	margin-left: -5px;
}
#indexproducts .cont .pr .whiteline .openmore .bord {
	width: 100%;
	background: #fff;
	border-radius: 0 0 6px 6px;
	margin-top: -5px;
	padding-top: 5px;
	/*box-shadow: 0px 0px 5px #00000052;*/
}
#indexproducts .cont .pr .whiteline .openmore .bord .pad {
	padding: 10px 20px 20px 20px;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 6px 6px;
}

#indexproducts .cont .pr:hover .border {
	box-shadow: 0px 0px 5px #00000052;
}
#indexproducts .cont .pr:hover .whiteline .openmore .bord {
	box-shadow: 0px 0px 5px #00000052;
}
#indexproducts .cont .pr:hover .whiteline {
	display: block;
}

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

/*INDEX-BLOCKS-BOTTOM*/
#indexproducts .cont .sliderwithicon #indexblocksbottom {
	margin-top: 60px;
	text-align: center;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom table {
	margin: auto;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td {
	width: 18%;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th3 {
	width: 12%;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th4 {
	width: 22%;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom p {
	font-size: 24px;
    font-weight: bold;
	color: #fb4424;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom p img {
	margin-bottom: 10px;
}

/*BOTTOM-TEXT*/
#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,
#slider .cont,
#indexcategories .cont,
#indexproducts .cont,
#bottomtext .cont,
#footer .cont {
    width: 96%;
    max-width: none;
}
#indexproducts .cont .pr {
	margin: 0 10px;
}

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

#slider .cont {
	position: relative;
}
#slider .slide .text {
    display:inline-block;
    width: auto;
}
#slider .slide .text {
	position: absolute;
	right: 0;
	top: 28%;
}
#menu .cont .block.th2 li a {
    padding: 10px 17px;
}
#indexcategories .cont .block {
	width: 11.5%;
	padding: 0 0.5%;
}
#indexcategories .cont .block a {
    font-size: 18px;
    line-height: 20px;
}
#slider .slide .img img {
	margin-left: -60px;
}
#slider .slide .text p.size2 {
    font-size: 54px;
}
#indexproducts .cont .pr .openmore td {
	display: inline-block;
}
#indexproducts .cont .pr .openmore .strong {
    padding-left: 0;
    width: 100%;
}
#indexproducts .cont {
    padding-bottom: 60px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom {
    margin-top: 80px;
}
#footer .cont .block.th4 td {
    padding-right: 0;
    display:inline-block;
}
#footer .cont .block.th4 .tit2 {
    margin-top: 3px;
}
.slick-prev,
.slick-next {
	width: 30px;
    height: 52px;
    margin-top: -24px;
	top: 48%;
}
.slick-prev {
	background-position: -5px -4px;
}
.slick-next {
	background-position: -43px -4px;
}
#header .cont .search input {
    width: 96%;
    padding: 12px 2%;
}
#header .cont .search .error {
    width: 88%;
    padding: 14px 2%;
}
#indexproducts .cont .pr .border .absolute .prices .old {
    font-size: 17px;
    border-bottom: 1px solid #999;
    height: 8px;
}
#indexproducts .cont .pr .border .absolute .prices .new {
    font-size: 20px;
}

}
@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;
}
#indexcategories .cont .block {
    width: 17.5%;
	margin-bottom: 20px;
}
#indexcategories .cont {
    padding-bottom: 20px;
}
#slider {
    height: 360px;
}
#slider .cont {
    height: 360px;
}
#slider .slide {
    height: 360px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
#slider .slide .table {
	height: 360px;
}
#slider .slide .img img {
	margin-left: -100px;
	height: 360px;
	width: auto;
}
#slider .slide .text {
    top: 23%;
}
.slick-dots {
    left: auto;
	right: 12px;
    text-align: right;
}

}
@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;
}
#indexproducts .cont .pr .border .absolute .button p {
    width: 40px;
}
#indexproducts .cont .pr .border .absolute .button p .icon {
    left: 4px;
}    
#indexproducts .cont .pr .border .absolute .prices .old {
	margin-bottom: 10px;
}
#indexproducts .cont .pr .border .absolute .prices .new {
	display: block;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom p {
    font-size: 19px;
}    
#indexcategories .cont .block {
    width: 21.5%;
}    
#slider .slide .text {
	padding: 25px;
	border-radius: 6px;
	background: #ffffffe3;
	top: 15%;
}
#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;
}

}
@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;
}
	
#slider {
	margin-top: 79px;
}
	
#m-categories {
	display: block;
}
	
#indexproducts .cont .sliderwithicon #indexblocksbottom {
    margin-top: 40px;
}
#indexproducts .cont {
    padding-bottom: 20px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td {
	display: inline-block;
	vertical-align: bottom;
	width: 30%;
	margin-bottom: 20px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th3 {
	width: 30%;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th4 {
	width: 30%;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th1 p img {
	width: 98px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th2 p img {
	width: 70px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th3 p img {
	width: 50px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th4 p img {
	width: 72px;
}

#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;
}
	
}
@media
only screen and (max-width : 680px), only screen and  and (max-device-width : 680px) {

#indexproducts .cont .sliderwithicon #indexblocksbottom table {
	width: 100%;
	text-align: left;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td {
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th1 {
	margin-bottom: 10px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th3 {
	width: 100%;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th4 {
	width: 100%;
	margin-bottom: 10px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom p {
    font-size: 24px;
	display: inline-block;
	vertical-align: middle;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom p.img {
	width: 100px;
	text-align: center;
	margin-right: 10px;
}
#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;
}

}
@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;
}

#slider {
    height: 280px;
}
#slider .cont {
    height: 280px;
}
#slider .slide {
    height: 280px;
}
#slider .slide .table {
	height: 280px;
}
#slider .slide .img img {
	height: 280px;
}

#slider .slide .img img {
    margin-left: -46px;
}
#slider .slide .text {
    top: 8%;
	left: 50%;
	margin-left: -167px;
	right: auto;
	padding: 15px;
}
#slider .slide .text p.size1 {
    font-size: 22px;
}    
#slider .slide .text p.size2 {
    font-size: 36px;
}
#slider .slide .text ul li {
    font-size: 18px;
}    
.slick-dots {
    left: 50%;
    right: auto;
    text-align: center;
}
#indexcategories .cont .block {
    width: 46.5%;
}
#indexproducts .cont .title p {
    font-size: 16px;
    margin: 0 2px;
    padding: 8px 4px;
}    
#indexproducts .cont .sliderwithicon #indexblocksbottom p {
    font-size: 18px;
}    
#indexproducts .cont .sliderwithicon #indexblocksbottom p.img {
    width: 76px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom p.img img {
	margin-bottom: 0;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th1 p img {
	width: 68px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th2 p img {
	width: 50px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th3 p img {
	width: 40px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th4 p img {
	width: 52px;
}
#indexproducts .cont .sliderwithicon #indexblocksbottom td.th5 p img {
	width: 56px;
}    
#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;
}

}
@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;
}
#slider {
    margin-top: 64px;
}



#slider .slide .text {
    top: 4%;
    margin-left: -148px;
    padding: 10px;
}
#slider .slide .text p.size2 {
    font-size: 32px;
}
#slider .slide .text ul li {
    font-size: 17px;
}
#slider .slide .text ul li a .icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slider .slide .text ul li a:hover .icon {
	background-position: 0 -14px;
}  
#indexproducts .cont .title {
    margin: 10px 0 20px;
} 
#indexproducts .cont .title p {
    display: block;
	margin: 0 20px;
    margin: 0 65px;
	margin-bottom: 4px;
} 
#indexproducts .cont .pr .border .absolute .prices .new {
    display: inline-block;
}
#indexproducts .cont .pr .border a .icon img {
	margin: auto;
}
#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;
}
	
#indexproducts .cont .pr .border .absolute .prices {
    width: 86%;
}
#indexproducts .cont .pr .whiteline {
	opacity: 0;
}

}