@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.active a,
#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;
}

/*TEXT*/
#text .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 30px 0;
}
#text .cont .left,
#text .cont .right {
	display: table-cell;
	vertical-align: top;
}
#text .cont .left {
	width: 1%;
}
#text .cont .right {
	width: 100%;
}

#text .cont .left .leftmenu {
	width: 230px;
	margin-right: 20px;
}
#text .cont .left .leftmenu ul li {
	margin-bottom: 4px;
}
#text .cont .left .leftmenu ul li a {
	display: inline-block;
	padding: 6px 8px;
	color: #000;
	font-size: 18px;
	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;
}
#text .cont .left .leftmenu .m2 {
	display: none;
}
#text .cont .left .leftmenu ul li.active a {
	background: #fb4424;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.3px;
}
#text .cont .left .leftmenu ul li a:hover {
	background: #fb4424;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.3px;
}

#text .cont .right #breadcrumb {
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: -10px;
}
#text .cont .right #breadcrumb li {
	float: left;
	list-style:none;
	font-size: 18px;
	line-height: 22px;
	color: #999;
}
#text .cont .right #breadcrumb li a {
	color: #999;
	padding-right:5px;
}
#text .cont .right #breadcrumb li a:hover {
	color: #ff421c;
}
#text .cont .right #breadcrumb li + li:before{
	content: url(../img/arr-6.svg);
  margin:   0 5px 0 0;
}
#text .cont .right .txt h1,
#text .cont .right .txt h2 {
	font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
#text .cont .right .txt h3,
#text .cont .right .txt h4,
#text .cont .right .txt h5 {
	font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
#text .cont .right .txt p {
	font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
	text-align: justify;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm p.show3 {
	text-align: left;
}
#text .cont .right .txt li strong,
#text .cont .right .txt p strong {
	font-weight: bold;
}
#text .cont .right .txt ol,
#text .cont .right .txt ul {
	margin-bottom: 20px;
	padding-left: 14px;
}
#text .cont .right .txt p img {
	padding: 1%;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	max-width: 98%;
	height: auto;
}
#text .cont .right .txt ul {
	padding-left: 10px;
}
#text .cont .right .txt ol li {
	list-style: decimal outside;
	font-size: 18px;
    line-height: 22px;
}
#text .cont .right .txt ul li {
    list-style: "- " outside;
	font-size: 18px;
    line-height: 22px;
}
#text .cont .right .txt p.tel {
    margin-bottom: 0;
}
#text .cont .right .txt p.tel a {
	color: #000;
}
#text .cont .right .txt p.tel a .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 8px;
	width: 16px;
	height: 15px;
}
#text .cont .right .txt p.tel a.lifecell .icon {
	background: url(../img/lifecell-1.svg) no-repeat;
}
#text .cont .right .txt p.tel a.kyivstar .icon {
	background: url(../img/kyivstar-1.svg) no-repeat;
}
#text .cont .right .txt p.tel a.vodafone .icon {
	background: url(../img/vodafone-1.svg) no-repeat;
}
#text .cont .right .txt p.tel a:hover {
	color: #ff421c;
}
#text .cont .right .txt p.tel a:hover .icon {
	background-position: 0 -25px;
}
#text .cont .right .txt p.mail {
    margin: 20px 0;
}
#text .cont .right .txt p.mail a {
	color: #000;
}
#text .cont .right .txt 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;
}
#text .cont .right .txt p.mail a:hover {
	color: #ff421c;
}
#text .cont .right .txt p.mail a:hover .icon {
	background-position: 0 -25px;
}
#text .cont .right .txt p.map {
	margin-bottom: 0;
}
#text .cont .right .txt p.map a {
	color: #000;
	display: table;
}
#text .cont .right .txt p.map a .icon {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}
#text .cont .right .txt p.map a .icon .img {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	margin-right: 8px;
	width: 16px;
	height: 15px;
	background: url(../img/map-1.svg) no-repeat;
}
#text .cont .right .txt p.map a .str {
	display: table-cell;
	vertical-align: top;
}
#text .cont .right .txt p.map a:hover {
	color: #ff421c;
}
#text .cont .right .txt p.map a:hover .icon {
	background-position: 0 -25px;
}

#text .cont .right .txt .m-icons {
	margin-top: 20px;
	margin-bottom: 20px;
}
#text .cont .right .txt .m-icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0;
	text-indent: 25px;
	overflow: hidden;
	margin-right: 8px;
}
#text .cont .right .txt .m-icons a.instagram {
    background: url(../img/instagram-2.png) no-repeat 0px 0px;
}
#text .cont .right .txt .m-icons a.facebook {
    background: url(../img/facebook-2.svg) no-repeat 0px 0px;
}
#text .cont .right .txt .m-icons a.pinterest {
    background: url(../img/pinterest-2.svg) no-repeat 0px 0px;
}
#text .cont .right .txt .m-icons a:hover {
	background-position: 0 -24px;
}

#text .cont .right .txt #feedback {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1.5%;
	width: 97%;
}
#text .cont .right .txt #feedback table {
	width: 100%;
}
#text .cont .right .txt #feedback td {
	vertical-align: top;
}
#text .cont .right .txt #feedback td.th1 {
	width: 1%;
}
#text .cont .right .txt #feedback td.th2 {
	width: 25%;
}
#text .cont .right .txt #feedback p {
	margin-bottom: 0;
}
#text .cont .right .txt #feedback .hidden {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
	margin-right: 20px;
}
#text .cont .right .txt #feedback .hidden.big {
    margin-bottom: 0;
}
#text .cont .right .txt #feedback .error {
	position: absolute;
	left: 0;
	top:0;
	background: #c00;
	width: 94%;
	height: 100%;
    padding: 8px 12px;
    font-size: 18px;
	line-height: 22px;
    text-transform: uppercase;
	color: #fff;
    font-weight: 600;
	letter-spacing: 0.3px;
	display: none;
}
#text .cont .right .txt #feedback .big .error {
	width: 98%;
}
#text .cont .right .txt #feedback .icon {
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 4px;
	margin-right: 20px;
	background: url(../img/person-1.svg) no-repeat;
}
#text .cont .right .txt #feedback input {
	width: 90%;
	display: inline-block;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#text .cont .right .txt #feedback textarea {
	width: 96%;
	height: 78px;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 0;
	resize: none;
}
#text .cont .right .txt #feedback button {
	display: block;
	padding: 8px 30px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 20px;
	cursor: pointer;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: none;
	margin: 10px 0 0 0;
    -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;
}
#text .cont .right .txt #feedback button:hover {
	background: #ff5926;
}
#text .cont .right .txt #feedback button .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}

#text .cont .right .txt .articles {
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
#text .cont .right .txt .articles table {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
#text .cont .right .txt .articles table table {
	border-bottom: none;
	margin-bottom: 20px;
}
#text .cont .right .txt .articles td {
	vertical-align: top;
}
#text .cont .right .txt .articles td.line {
	display: none;
}
#text .cont .right .txt .articles td img {
	border-radius: 4px;
	margin-right: 20px;
	margin-top: 4px;
}
#text .cont .right .txt .articles td a {
	display: inline-block;
	font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #000;
}
#text .cont .right .txt .articles td a:hover {
	color: #ff421c;
}
#text .cont .right .txt .articles .more td a {
	display: block;
	padding: 8px 30px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 20px;
	cursor: pointer;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: none;
	margin: 4px 0 0 0;
    -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;
}
#text .cont .right .txt .articles .more td a:hover {
	background: #ff5926;
}

#text .cont .right .txt .search-empty hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
#text .cont .right .txt .search-empty h2 {
	text-align: center;
	margin-top: 20px;
}
#text .cont .right .txt .search-empty table {
	margin-top: 20px;
}
#text .cont .right .txt .search-empty td {
	vertical-align: top;
}
#text .cont .right .txt .search-empty .img {
	margin-right: 40px;
}
#text .cont .right .txt .search-empty .img img {
	border: none;
	max-width: none;
}

#text .cont .right .txt .sisea-results-list {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
#text .cont .right .txt .sisea-results-list .sisea-result {
	border-bottom: 1px solid #ccc;
}
#text .cont .right .txt .sisea-results-list .sisea-result p {
	margin: 0;
	text-align: left;
}
#text .cont .right .txt .sisea-results-list .sisea-result td {
	vertical-align: middle;
	padding: 10px 0;
}
#text .cont .right .txt .sisea-results-list .sisea-result td.th2,
#text .cont .right .txt .sisea-results-list .sisea-result td.th3 {
	width: 1%;
}
#text .cont .right .txt .sisea-results-list .sisea-result td img {
	width: 72px;
	max-width: none;
	border: none;
	margin: 0;
	border-radius: 6px;
}
#text .cont .right .txt .sisea-results-list .sisea-result td a {
	display: block;
}
#text .cont .right .txt .sisea-results-list .sisea-result td a .icon {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
#text .cont .right .txt .sisea-results-list .sisea-result td a .tit {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	line-height: 22px;
    -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;
}
#text .cont .right .txt .sisea-results-list .sisea-result td a:hover .tit {
	color: #ff421c;
}

#text .cont .right .txt .sisea-results-list .sisea-result td .prices {
	display: inline-block;
	width: 140px;
	vertical-align: middle;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .prices {
	text-align: right;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .prices .old {
	display: inline-block;
	font-size: 20px;
	color: #999;
	border-bottom: 2px solid #999;
	height: 9px;
	padding: 0 2px;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .prices .old {
	font-size: 16px;
	border-bottom: 1px solid #999;
	height: 10px;
	margin-right: 2px;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .prices .new {
	display: inline-block;
	font-size: 22px;
	color: #ff421c;
}
#text .cont .right .txt .sisea-results-list .sisea-result td.th3 {
	padding-left: 40px;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .more-search-pr a {
	display: block;
	width: 150px;
	text-align: center;
	padding: 8px 0;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 20px;
	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;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .more-search-pr a:hover {
	background: #ff5926;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .more-search-pr a .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}

#text .cont .right .txt .sisea-pages {
	display: block;
	text-align: center;
}
#text .cont .right .txt .sisea-pages .simplesearch-page {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
#text .cont .right .txt .sisea-pages .simplesearch-page 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;
}
#text .cont .right .txt .sisea-pages .simplesearch-page.simplesearch-current-page {
	color: #000;
	background: #fff;
	width: 38px;
	display: inline-block;
	padding: 12px 0;
	border: 1px solid #b3b3b3;
	font-size: 20px;
	color: #000;
	margin: 0 4px;
	border-radius: 6px;
}
#text .cont .right .txt .sisea-pages .simplesearch-page a:hover {
	color: #000;
	border: 1px solid #b3b3b3;
	background: #fff;
}

#text .cont .right .txt .shop-cart-empty-text {
	margin: 20px 0 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
#text .cont .right .txt .shop-cart-empty-text td {
	vertical-align: top;
}
#text .cont .right .txt .shop-cart-empty-text p {
	font-size: 18px;
	line-height: 22px;
}
#text .cont .right .txt .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;
}
#text .cont .right .txt .shop-cart-empty-text td img {
	border: none;
	max-width: none;
}

#text .cont .right .txt .shop-cart {
	position: relative;
}
#text .cont .right .txt .shop-cart .shop-cart-clear {
	position: absolute;
	padding: 7px 15px 5px;
	border: 1px solid #ffcbbb;
	color: #ff421c;
	right: 0;
	top: -46px;
	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;
}
#text .cont .right .txt .shop-cart .shop-cart-clear:hover {
	background: #fff1ec;
}
#text .cont .right .txt .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;
}

#text .cont .right .txt .shop-cart td {
	position: relative;
	vertical-align: middle;
}
#text .cont .right .txt .shop-cart #feedback td {
	position: static;
}
#text .cont .right .txt .shop-cart .shk-del {
	display: block;
	width: 20px;
	height: 20px;
	background: #ccc;
	margin-left: 10px;
}
#text .cont .right .txt .shop-cart .cart-order-title p {
	text-align: center;
	color: #666;
	font-size: 14px;
	letter-spacing: 0.3px;
	margin-bottom: 0;
}

#text .cont .right .txt .shop-cart .cart-order a {
	color: #000;
}
#text .cont .right .txt .shop-cart .td1 img {
	margin-right: 10px;
}
#text .cont .right .txt .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;
}
#text .cont .right .txt .shop-cart .td2 .price {
	font-size: 18px;
	color: #666;
}
#text .cont .right .txt .shop-cart .td2 a:hover {
	color: #ff421c;
}
#text .cont .right .txt .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
}
#text .cont .right .txt .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;
}
#text .cont .right .txt .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;
}
#text .cont .right .txt .shop-cart .td2 {
	width: 100%;
}
#text .cont .right .txt .shop-cart .td4 strong {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 0 20px;
}
#text .cont .right .txt .shop-cart .shk-del {
	width: 15px;
	height: 17px;
    background: url(../img/shop-cart-delete-1.svg) no-repeat 0px 0px;
}
#text .cont .right .txt .shop-cart .shk-del:hover {
	background-position: 0 -17px;
}

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

#text .cont .right .txt #shoporderform_1 #shopOrderForm {
	border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1.5%;
    width: 97%;
	margin-top: 10px;
	margin-bottom: 20px;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .icon {
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 4px;
	margin-right: 20px;
	background: url(../img/person-1.svg) no-repeat;
	margin-top: 2px;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm table {
	width: 100%;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm td {
	vertical-align: top;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm td.th1 {
	width: 1%;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm p {
	margin-bottom: 0;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .show3 {
	margin-bottom: 15px;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .hidden {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
	margin-right: 20px;
	width: 50%;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .select-cont {
	width: 47%;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
    margin-bottom: 15px;
	margin-right: 20px;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm select {
	width: 100%;
	padding: 8px 12px;
	border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	appearance: none;
	outline: none;
	border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    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='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 99% 50%;
    background-repeat: no-repeat;
	cursor: pointer;
}
#new-product-card .cont .top .right .rightcont .block .othersize select::-ms-expand {
  display: none;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .hidden.big {
	width: 100%;
	margin-bottom: 10px;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .error3 {
    position: absolute;
    left: 0;
    top: 0;
    background: #c00;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
	display: none;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm input {
	width: 90%;
	display: inline-block;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm textarea {
	width: 96%;
	height: 78px;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 0;
	resize: none;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm #submitbutton {
	display: block;
	width: auto;
	padding: 8px 23px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 20px;
	cursor: pointer;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: none;
	margin: 10px 0 0 0;
    -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;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm #submitbutton:hover {
	background: #ff5926;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm #submitbutton .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .show5 {
	display: none;
}


/*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 {
	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-2 {
	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-2 {
	width: 15px;
	height: 17px;
    background: url(../img/shop-cart-delete-1.svg) no-repeat 0px 0px;
}
#shop-cart-show .shop-cart .shk-del-2: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;
}

#showblock {
	background: #00000080;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
	overflow: hidden;
	display: none;
}
#showblock .block {
	position: relative;
	background: #fff;
	padding: 25px;
	width: 760px;
	box-shadow: 0px 0px 20px #00000052;
	border-radius: 6px;
	left: 100%;
	display: none;
}
#showblock .block .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;
}
#showblock .block .close:hover {
	background: #f9f9f9;
}
#showblock .block .showblock-title {
	margin-bottom: 10px;
}
#showblock .block .showblock-title p {
	text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3px;
}
#showblock .block .showblock-title p .icon {
	width: 22px;
	height: 20px;
    background: url(../img/check-3.svg) no-repeat 0px 0px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 5px;
}

#showblock .block .showblock-bottom {
	text-align: center;
}
#showblock .block .showblock-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;
}
#showblock .block .showblock-bottom p.center:hover {
	background: #ff5926;
}
#showblock .block .showblock-bottom p.center .blick {
    width: 40px;
	height: 40px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -45px;
	top: 0;
}
#showblock .block .showblock-text {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#showblock .block .showblock-text td {
	vertical-align: top;
}
#showblock .block .showblock-text p {
	font-size: 18px;
	line-height: 22px;
}
#showblock .block .showblock-text p.strong {
    text-transform: uppercase;
    font-size: 24px;
	line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.3px;
	margin-bottom: 10px;
}
#showblock .block .showblock-text p.tel {
    margin-bottom: 0;
}
#showblock .block .showblock-text p.tel a {
	color: #000;
}
#showblock .block .showblock-text p.tel a .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 8px;
	width: 16px;
	height: 15px;
}
#showblock .block .showblock-text p.tel a.lifecell .icon {
	background: url(../img/lifecell-1.svg) no-repeat;
}
#showblock .block .showblock-text p.tel a.kyivstar .icon {
	background: url(../img/kyivstar-1.svg) no-repeat;
}
#showblock .block .showblock-text p.tel a.vodafone .icon {
	background: url(../img/vodafone-1.svg) no-repeat;
}
#showblock .block .showblock-text p.tel a:hover {
	color: #ff421c;
}
#showblock .block .showblock-text p.tel a:hover .icon {
	background-position: 0 -25px;
}

#text .cont .right  #quip-add-comment-qcom {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1.5%;
	width: 97%;
}
#text .cont .right  #quip-add-comment-qcom table {
	width: 100%;
}
#text .cont .right  #quip-add-comment-qcom td {
	vertical-align: top;
}
#text .cont .right  #quip-add-comment-qcom td.th1 {
	width: 1%;
}
#text .cont .right  #quip-add-comment-qcom td.th2 {
	width: 25%;
}
#text .cont .right  #quip-add-comment-qcom p {
	margin-bottom: 0;
}
#text .cont .right  #quip-add-comment-qcom .hidden {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
	margin-right: 20px;
}
#text .cont .right  #quip-add-comment-qcom .hidden.big {
    margin-bottom: 0;
}
#text .cont .right  #quip-add-comment-qcom .error {
	position: absolute;
	left: 0;
	top:0;
	background: #c00;
	width: 94%;
	height: 100%;
    padding: 8px 12px;
    font-size: 18px;
	line-height: 22px;
    text-transform: uppercase;
	color: #fff;
    font-weight: 600;
	letter-spacing: 0.3px;
	display: none;
}
#text .cont .right  #quip-add-comment-qcom .big .error {
	width: 98%;
}
#text .cont .right  #quip-add-comment-qcom .icon {
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 4px;
	margin-right: 20px;
	background: url(../img/person-1.svg) no-repeat;
}
#text .cont .right  #quip-add-comment-qcom input {
	width: 90%;
	display: inline-block;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
	float: none;
	margin: 0;
}
#text .cont .right  #quip-add-comment-qcom textarea {
	width: 96%;
	height: 78px;
	display: inline-block;
    padding: 8px 12px;
    outline: none;
    border: none;
	font-size: 18px;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 0;
	resize: none;
	float: none;
	margin: 0;
}
#text .cont .right  #quip-add-comment-qcom button {
	display: block;
	padding: 8px 14px;
	background: #ff421c;
	border-radius: 4px;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: 600;
	letter-spacing: 0.3px;
	font-size: 20px;
	cursor: pointer;
	font-family:'myMyriadPro', Tahoma, Geneva, sans-serif;
	border: none;
	margin: 10px 0 0 0;
    -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;
}
#text .cont .right  #quip-add-comment-qcom button:hover {
	background: #ff5926;
}
#text .cont .right  #quip-add-comment-qcom button .blick {
    width: 46px;
	height: 46px;
	background: url(../img/blick-1.svg) no-repeat;
	position: absolute;
	left: -46px;
	top: 0;
}

#text .cont .right .quip hr {
	border: none;
	margin: 0;
}
#text .cont .right .quip .quip-comment {
	list-style: none;
	padding: 10px 15px 15px;
	background: #f5f5f5;
	border-radius: 6px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	display: inline-block;
}
#text .cont .right .quip .quip-comment h4 {
	margin-bottom: 5px;
}
#text .cont .right .quip .quip-comment p {
	font-style: italic;
	margin-bottom: 0;
}

@media
only screen and (max-width : 1620px), only screen and  and (max-device-width : 1620px) {
	
#header .cont,
#menu .cont,
#text .cont,
#footer .cont {
    width: 96%;
    max-width: none;
}
#text .cont .right .txt #feedback textarea {
    width: 95%;
}
#text .cont .right .txt #feedback input {
    width: 87%;
}
	
#text .cont .right  #quip-add-comment-qcom textarea {
    width: 95%;
}
#text .cont .right  #quip-add-comment-qcom input {
    width: 87%;
}


}
@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%;
}
#text .cont .right .txt #feedback input {
    width: 85%;
}

#text .cont .right  #quip-add-comment-qcom input {
    width: 85%;
}

#text .cont .right .txt #shoporderform_1 #shopOrderForm .select-cont {
    width: 34%;
}

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

#text .cont .right .txt #feedback {
    padding: 2%;
    width: 96%;
}
#text .cont .right .txt #feedback td.th2 {
    width: 40%;
}
#text .cont .right .txt #feedback textarea {
    width: 90%;
}
#text .cont .right .txt #feedback button {
    margin: 10px 0 15px 0;
}

#text .cont .right  #quip-add-comment-qcom {
    padding: 2%;
    width: 96%;
}
#text .cont .right  #quip-add-comment-qcom td.th2 {
    width: 40%;
}
#text .cont .right  #quip-add-comment-qcom textarea {
    width: 90%;
}
#text .cont .right  #quip-add-comment-qcom button {
    margin: 10px 0 15px 0;
}

#text .cont .right .txt .search-empty .img img {
	max-width: 200px;
}
	
#text .cont .right .txt #shoporderform_1 #shopOrderForm textarea {
    width: 90%;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .hidden {
    margin-right: 0;
    width: 100%;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .select-cont {
    width: 94%;
    margin-right: 0;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm .show3 {
    margin-right: 6%;
}

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

#text .cont .right .txt #feedback textarea {
    width: 88%;
}

#text .cont .right  #quip-add-comment-qcom textarea {
    width: 88%;
}

}
@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.th2 li.active a {
    background: none;
}
#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 {
	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;
}
	
#text {
	margin-top: 79px;
}
#text .cont .right {
	display: block;
}
#text .cont .left {
	display: none;
}
	
#showblock .block {
	width: 560px;
	border-radius: 6px 0 0 6px;
}
#showblock .block .showblock-text p.img img {
	width: 224px;
	height: auto;
}
	
#text .cont .right .txt .shop-cart .buttons-cont {
    margin: 0 5px;
	width: 92px;
}
#text .cont .right .txt .shop-cart .td4 strong {
    margin: 0 0 0 8px;
}
#text .cont .right .txt .shop-cart .buttons-cont input {
    width: 30px;
}
#text .cont .right .txt .shop-cart .buttons-cont button.shk_count_button {
    width: 30px;
}    
	
#text .cont .right .txt #shoporderform_1 #shopOrderForm .select-cont {
    width: 90%;
}
	
}
@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 {
	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;
}
	
#showblock .block {
	width: 400px;
    padding: 15px;
}
#showblock .block .showblock-text p.img img {
	width: 96px;
}
#showblock .block .showblock-text p.strong {
    font-size: 20px;
	line-height: 24px;
}

#text .cont .right .txt .search-empty td {
	display: block;
}
#text .cont .right .txt .search-empty .img {
    margin-right: 0;
	text-align: center;
}
#text .cont .right .txt .search-empty h4 {
	text-align: center;
}

/*#text .cont .right .txt .sisea-results-list .sisea-result {
	position: relative;
	display: block;
}
#text .cont .right .txt .sisea-results-list .sisea-result td {
	display: inline-block;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .prices {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	text-align: center;
}*/
#text .cont .right .txt .sisea-results-list .sisea-result td.th3 {
    padding-left: 10px;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .more-search-pr a {
    width: 130px;
}
#text .cont .right .txt .sisea-results-list .sisea-result td {
	display: inline-block;
}
#text .cont .right .txt .sisea-results-list .sisea-result td.th1 {
	width: 100%;
}
#text .cont .right .txt .sisea-results-list .sisea-result td.th2,
#text .cont .right .txt .sisea-results-list .sisea-result td.th3 {
	width: auto;
	padding: 0;
}
#text .cont .right .txt .sisea-results-list .sisea-result td .prices {
    text-align: left;
}
#text .cont .right .txt .sisea-results-list .sisea-result td.th1 {
	padding-bottom: 0;
}
#text .cont .right .txt .sisea-results-list .sisea-result td.th2 {
	padding-top: 10px;
}
#text .cont .right .txt .sisea-results-list .sisea-result td.th3 {
	float: right;
	padding-bottom: 20px;
}
	
#text .cont .right .txt .shop-cart .cart-order-title {
	display: none;
}
#text .cont .right .txt .shop-cart .shop-cart-clear {
    top: -52px;
}
#text .cont .right .txt .shop-cart td {
	vertical-align: top;
}
#text .cont .right .txt .shop-cart  .cart-order {
    border-bottom: 1px solid #e6e6e6;
	position: relative;
	display: block;
}
#text .cont .right .txt .shop-cart  .full {
	border-top: 1px solid #e6e6e6;
	padding-top: 6px;
}
#text .cont .right .txt .shop-cart .td1 {
	padding: 10px 10px 10px 0;
}
#text .cont .right .txt .shop-cart .td2 {
	padding-top: 14px;
}
#text .cont .right .txt .shop-cart .td3 {
	position: absolute;
	left: 110px;
	bottom: 14px;
}
#text .cont .right .txt .shop-cart .td4 {
	position: absolute;
	right: 26px;
	bottom: 22px;
}
#text .cont .right .txt .shop-cart .td5 {
	position: absolute;
	right: 0;
	bottom: 24px;
}
#text .cont .right .txt .shop-cart .img img {
	width: 96px;
	height: auto;
}
#text .cont .right .txt .shop-cart .td2 .price {
	display: block;
	margin-bottom: 62px;
}
#text .cont .right .txt .shop-cart .shop-cart-bottom p.left {
    float: none;
	text-align: center;
	margin-bottom: 10px;
}
#text .cont .right .txt .shop-cart .shop-cart-bottom p.right {
    float: none;
}
#text .cont .right .txt .shop-cart .shop-cart-bottom p.right a {
	text-align: center;
}
#text .cont .right .txt .shop-cart .sum {
    border-top: none;
}
	
#text .cont .right .txt .shop-cart .shop-cart-empty-text {
    padding: 0 0 20px;
    border-top: none;
}
#text .cont .right .txt .shop-cart .shop-cart-empty-text p.strong {
    font-size: 20px;
	line-height: 24px;
}
	
#text .cont .right .txt #shoporderform_1 #shopOrderForm {
    padding: 4%;
    width: 91%;
}

}
@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 {
    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;
}
	
#text .cont .right .txt #feedback {
	padding: 4%;
	width: 91%;
	position: relative;
}		
#text .cont .right .txt #feedback td {
	display: block;
}		
#text .cont .right .txt #feedback td.th1 {
    width: auto;
	position: absolute;
}	
#text .cont .right .txt #feedback td.th2 {
    width: auto;
}
#text .cont .right .txt #feedback td.th3 {
    width: auto;
}
#text .cont .right .txt #feedback input {
	width: 80%;
}
#text .cont .right .txt #feedback textarea {
	width: 76%;
	margin-left: 50px;
}
#text .cont .right .txt #feedback .hidden {
	margin-left: 50px;
    margin-right: 0;
} 
#text .cont .right .txt #feedback button {
    margin: 114px 0 15px 50px;
}
#text .cont .right .txt #feedback .hidden.big {
	position: absolute;
	top: 168px;
	width: 92%;
	margin-left: 0;
    margin-bottom: 15px;
}
#text .cont .right .txt #feedback .error {
    width: 96%;
}
#text .cont .right .txt #feedback .big .error {
	margin-left: 50px;
}
#text .cont .right .txt .articles td p {
	text-align: left;
}
#text .cont .right .txt .articles td img {
    margin-right: 14px;
}
#text .cont .right .txt .articles .more td a {
    padding: 8px 13px;
}
	
#showblock .block {
    width: 330px;
}
	
#text .cont .right .txt p img {
	padding: 2%;
	max-width: 96%;
}
	
#text .cont .right  #quip-add-comment-qcom {
	padding: 4%;
	width: 91%;
	position: relative;
}		
#text .cont .right  #quip-add-comment-qcom td {
	display: block;
}		
#text .cont .right  #quip-add-comment-qcom td.th1 {
    width: auto;
	position: absolute;
}	
#text .cont .right  #quip-add-comment-qcom td.th2 {
    width: auto;
}
#text .cont .right  #quip-add-comment-qcom td.th3 {
    width: auto;
}
#text .cont .right  #quip-add-comment-qcom input {
	width: 80%;
}
#text .cont .right  #quip-add-comment-qcom textarea {
	width: 76%;
	margin-left: 50px;
}
#text .cont .right  #quip-add-comment-qcom .hidden {
	margin-left: 50px;
    margin-right: 0;
} 
#text .cont .right  #quip-add-comment-qcom button {
    margin: 114px 0 15px 50px;
}
#text .cont .right  #quip-add-comment-qcom .hidden.big {
	position: absolute;
	top: 168px;
	width: 92%;
	margin-left: 0;
    margin-bottom: 15px;
}
#text .cont .right  #quip-add-comment-qcom .error {
    width: 96%;
}
#text .cont .right  #quip-add-comment-qcom .big .error {
	margin-left: 50px;
}

#text .cont #breadcrumb li {
	font-size: 16px;
	line-height: 20px;
}
#text .cont #breadcrumb li.home {
	display: inline-block;
	width: 18px;
	height: 18px;
}
#text .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;
}
#text .cont #breadcrumb li.home a:hover {
	background-position: 0 -20px;
}	

#text .cont .right .txt .shop-cart .shop-cart-clear {
    padding: 7px 8px 5px;
        top: -47px;
}
#text .cont .right .txt .shop-cart .shop-cart-clear .icon {
    margin-right: 2px;
}

#text .cont .right .txt #shoporderform_1 #shopOrderForm p.show3 {
	text-align: left;
}

}
@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 {
    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;
}
	
#text {
	margin-top: 64px;
}
#text .cont .right .txt #feedback textarea {
    width: 70%;
}
#text .cont .right .txt p {
	text-align: left;
}

#text .cont .right .txt .articles td img {
	width: 80px;
	height: auto;
}
	
#showblock .block {
    width: 280px;
}    
#showblock .block .showblock-text p.img {
	display: none;
}

#text .cont .right  #quip-add-comment-qcom textarea {
    width: 70%;
}
	

#text .cont .right .txt .shop-cart .img img {
    width: 68px;
	margin: 0;
}
#text .cont .right .txt .shop-cart .td3 {
    left: 73px;
}    
#text .cont .right .txt .shop-cart .td4 {
    display: none;
}
#text .cont .right .txt .shop-cart .shop-cart-bottom p.right a {
    padding: 10px 0px;
}

#text .cont .right .txt .shop-cart .shop-cart-empty-text p.img {
	display: none;
}
	
#text .cont .right .txt #shoporderform_1 #shopOrderForm .select-cont {
    width: 98%;
}
	
#text .cont .right .txt #shoporderform_1 #shopOrderForm td.th1 {
	display: none;
}
#text .cont .right .txt #shoporderform_1 #shopOrderForm #submitbutton {
    padding: 8px 12px;
}

}