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

@font-face {
    font-family: 'regular';
    src: url('fonts/regular.eot');
    src: url('fonts/regular.eot') format('embedded-opentype'),
         url('fonts/regular.woff2') format('woff2'),
         url('fonts/regular.woff') format('woff'),
         url('fonts/regular.ttf') format('truetype'),
         url('fonts/regular.svg#regular') format('svg');
}
@font-face {
    font-family: 'medium';
    src: url('fonts/medium.eot');
    src: url('fonts/medium.eot') format('embedded-opentype'),
         url('fonts/medium.woff2') format('woff2'),
         url('fonts/medium.woff') format('woff'),
         url('fonts/medium.ttf') format('truetype'),
         url('fonts/medium.svg#medium') format('svg');
}
@font-face {
    font-family: 'bold';
    src: url('fonts/bold.eot');
    src: url('fonts/bold.eot') format('embedded-opentype'),
         url('fonts/bold.woff2') format('woff2'),
         url('fonts/bold.woff') format('woff'),
         url('fonts/bold.ttf') format('truetype'),
         url('fonts/bold.svg#bold') format('svg');
}

body {
	font-family:'regular', Tahoma, Geneva, sans-serif;
	background:#fff;
}

/* 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;
}
.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;
}
.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: 8%;

    display: block;

    width: 15px;
    height: 15px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	background:  url(../img/arr-1.png) no-repeat;
	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 {
	background-position: 0px -15px;
}
.slick-next
{
    right: 0px;
	background-position: -15px 0;
}
.slick-next:hover {
	background-position: -15px -15px;
}
[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 */


/*HEADER*/
#header {
	height: 174px; /*чтоб не прыгало*/
}
#header .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
#header .top {
	border-bottom: 1px solid #e6e6e6;
	text-align: right;
}
#header .top .topmenu {
	display: inline-block;
	vertical-align: middle;
	padding: 14px 0 14px 130px;
}
#header .top .topmenu li {
	display: inline-block;
	border-left: 1px solid #808080;
	font-size: 17px;
	padding: 0 10px;
}
#header .top .topmenu li.first {
	border: none;
}
#header .top .topmenu li a {
	display: block;
	padding: 0 5px;
	color: #363636;
}
#header .top .topmenu li.first a .icon {
	width: 13px;
	height: 12px;
	display: inline-block;
	background: url(../img/home-1.svg) no-repeat 0px 0px;
	display: none;
}
#header .top .topmenu li.first a:hover .icon {
	background-position: 0 -12px;
}
#header .top .topmenu li.active a {
	color: #000;
}
#header .top .topmenu li a:hover {
	color: #005bbb;
}
#header .top .topmenu li.active a:hover {
	color: #000;
}
#header .top .icons {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
}
#header .top .icons .soc {
	display: inline-block;
	margin-top: 4px;
}
#header .top .icons .soc li {
	display: inline-block;
	margin: 0 2px;
}
#header .top .icons .soc li a {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-indent: 30px;
}
#header .top .icons .soc li .facebook {
	background: url(../img/facebook-1.svg) no-repeat 0px 0px;
}
#header .top .icons .soc li .youtube {
	background: url(../img/youtube-1.svg) no-repeat 0px 0px;
}
#header .top .icons .soc li .instagram {
	background: url(../img/instagram-1.svg) no-repeat 0px 0px;
}
#header .top .icons .soc li a:hover {
	background-position: 0 -26px;
}
#header .top .icons .mml_links {
	display: inline-block;
	vertical-align: top;
	padding-top: 4px;
	position: relative;
	z-index: 1;
}
#header .top .icons .mml_links li {
	display: none;
	position: absolute;
	margin-left: 2px;
	top: 30px;
}
#header .top .icons .mml_links li.active {
	position: relative;
	top: auto;
}
#header .top .icons .mml_links li a {
	display: block;
	padding: 0 5px 0 30px;
	background: #c00000;
	height: 26px;
	text-transform: uppercase;
	line-height: 27px;
	color: #fff;
    font-family: 'medium';
	border-radius: 3px;
	background: url(../img/lang-1.svg) no-repeat 0px 0px;
}
#header .top .icons .mml_links li.active a {
	display: block;
	padding: 0 5px 0 30px;
	background: #c00000;
	height: 26px;
	text-transform: uppercase;
	line-height: 27px;
	color: #fff;
    font-family: 'medium';
	border-radius: 3px;
	background: url(../img/lang-1.svg) no-repeat 0px 0px;
}
#header .top .icons .mml_links li a:hover {
	background-position: 0 -30px;
}
#header .top .icons .mml_links li.active {
	display: inline-block;
}

#header .bottom {
	padding-bottom: 25px;
}
#header .bottom .logo {
	width: 145px;
	height: 155px;
	display: block;
	margin-top: -35px;
	position: absolute;
}
#header .bottom .logo span {
	display: block;
	/*width: 0;*/
	width: 145px;
	height: 155px;
	background: url(../img/logo-2.svg) no-repeat 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
#header .bottom .logo span.hover {
	background-position: 100% 0;
	left: auto;
	right: 0;
}
#header .bottom .table {
	padding-left: 123px;
	padding-top: 10px;
}
#header .bottom .slider {
	/*background: #ccc;*/
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding-top: 10px;
}
#header .bottom .slider .opacity {
	position: absolute;
	background: url(../img/opacity-1.png) repeat-y;
	width: 80px;
	height: 80px;
	right: 0;
	top: 0;
	z-index: 1;
}
#header .bottom .slider .slidercont {
	width: 360px;
	height: 62px;
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}
#header .bottom .slider .slidercont div {
	margin-bottom: 100px;
}
#header .bottom .slider .slidercont div p {
	font-size: 18px;
	line-height: 22px;
	padding-left: 20px;
}
#header .bottom .slider .slidercont .slick-dots {
    position: absolute;
    display: block;
    width: 100px;
    margin: 0;
    left: 0;
	top: 52px;
	text-align: left;
	margin-left: 20px;
	height: 10px;
}
#header .bottom .slider .slidercont .slick-dots li {
	float: left;
    width: 9px;
    height: 9px;
	margin-right: 3px;
}
#header .bottom .slider .slidercont .slick-dots li button {
    width: 8px;
    height: 8px;
	padding: 0;
	border: 1px solid #333;
	border-radius: 5px;
}
#header .bottom .slider .slidercont .slick-dots li.slick-active button {
	background: #333;
}
#header .bottom .search {
	/*background: #e6e6e6;*/
	display: table-cell;
	position: relative;
	padding-top: 30px;
	width: 80%;
}
#header .bottom .search #search-1 {
	border: 1px solid #b3b3b3;
	width: 97%;
	padding: 0 1.5%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #666;
	border-radius: 3px;
	font-style: italic;
	text-indent: 2px;
	letter-spacing: 0.3px;
}
#header .bottom .search .submit {
	border:none;
	width: 30px;
	height: 30px;
	background: url(../img/search-1.svg) no-repeat 0px 0px;
	position: absolute;
	top: 36px;
	right: 8px;
	text-indent: 50px;
	cursor: pointer;
}
#header .bottom .search .submit:hover {
	background-position: 0 -30px;
}
#header .bottom .search .error {
	border: 1px solid #c00;
	width: 97%;
	padding: 0 1.5%;
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	left: 0;
	top: 0;
	background: #c00000;
	color: #fff;
    font-family: 'medium';
	font-size: 18px;
	border-radius: 3px;
	display: none;
	
}
#header .bottom .contacts {
	/*background: #f5f5f5;*/
	display: table-cell;
	vertical-align: top;
	padding-left: 5%;
	min-width: 460px; /*чтоб всё поместилось*/
	padding-top: 5px;
}
#header .bottom .contacts .icons {
	display: block;
}
#header .bottom .contacts .icons ul {
	text-align: right;
}
#header .bottom .contacts .icons ul li {
	display: inline-block;
	margin-left: 2px;
}
#header .bottom .contacts .icons ul li a {
	display: block;
	width: 30px;
	height: 28px;
	background: #ccc;
	text-indent: 40px;
	overflow: hidden;
}
#header .bottom .contacts .icons ul li a.whatsapp {
	background: url(../img/whatsapp-1.svg) no-repeat 0px 0px;
}
#header .bottom .contacts .icons ul li a.viber {
	background: url(../img/viber-1.svg) no-repeat 0px 0px;
}
#header .bottom .contacts .icons ul li a.telegram {
	background: url(../img/telegram-1.svg) no-repeat 0px 0px;
}
#header .bottom .contacts .icons ul li a.email {
	background: url(../img/email-1.svg) no-repeat 0px 0px;
}
#header .bottom .contacts .icons ul li a:hover {
	background-position: 0 -28px;
}
#header .bottom .contacts .phones {
	display: block;
	margin-top: 6px;
}
#header .bottom .contacts .phones ul {
	text-align: right;
}
#header .bottom .contacts .phones ul li {
	display: inline-block;
	font-size: 18px;
	margin-left: 15px;
	line-height: 20px;
    font-family: 'medium';
}
#header .bottom .contacts .phones ul li a {
	display: block;
	padding-left: 22px;
	color: #363636;
	background: url(../img/phone-1.svg) no-repeat 0px 0px;
}
#header .bottom .contacts .phones ul li a:hover {
	background-position: 0 -19px;
	color: #005bbb;
}
#header .bottom .contacts .basket {
	display: block;
	text-align: right;
	position: relative;
	margin-top: 1px;
}
#header .bottom .contacts .basket a {
	font-size: 18px;
	line-height: 20px;
	color: #363636;
}
#header .bottom .contacts .basket a .text {
	display: block;
	padding-right: 60px;
	padding-top: 10px;
    font-family: 'medium';
	position: relative;
}
#header .bottom .contacts .basket a .text .dot {
	width: 5px;
	height: 5px;
	background: #363636;
	border-radius: 5px;
	position: absolute;
	top: 18px;
	right: 44px;
}
#header .bottom .contacts .basket a .icon {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/basket-1.svg) no-repeat 0px 0px;
	position: absolute;
	right: 2px;
	top: 1px;
}
#header .bottom .contacts .basket a .amount {
	width: 17px;
	height: 17px;
	background: #ffbd4a;
	border: 2px solid #fff;
	border-radius: 10px;
	position: absolute;
	font-size: 13px;
    font-family: 'bold';
	text-align: center;
	color: #363636;
	line-height: 17px;
	right: 0;
	top: 0;
}
#header .bottom .contacts .basket a:hover {
	color: #005bbb;
}
#header .bottom .contacts .basket a:hover .icon {
	background-position: 0 -36px;
}
#header .bottom .contacts .basket a:hover .text .dot {
	background: #005bbb;
}
#header .bottom .contacts .basket a:hover .amount {
	background: #ffd764;
}

/*MENU*/
#menu .top {
    width: 100%;
	background: #1a1a1a;
}
#menu .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
#menu .cont .blackmenu {
	display: table-cell;
	width: 100%;
}
#menu .cont .blackmenu li {
	display: inline-block;
}
#menu .cont .blackmenu li a {
	display: block;
	padding: 20px 20px 22px 20px;
	color: #fff;
    font-family: 'medium';
	font-size: 20px;
}
#menu .cont .blackmenu li a .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background: url(../img/arrow-1.svg) no-repeat 0px 0px;
	margin-left: 15px;
}
#menu .cont .blackmenu li a.open .arrow, #menu .cont .blackmenu li.active a.open .arrow {
	background-position: 0 -11px;
}
#menu .cont .blackmenu li a:hover, #menu .cont .blackmenu li.active a {
	background: #333;
}
#menu .cont .best {
	display: table-cell;
	vertical-align: middle;
}
#menu .cont .best .m2 {
	display: none;
}
#menu .cont .best a {
	display: block;
	background: #c00000;
	color: #fff;
    font-family: 'medium';
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 4px;
	padding-left: 44px;
	position: relative;
	margin-bottom: 1px;
}
#menu .cont .best a .icon {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 9px;
	left: 14px;
	background: url(../img/best-1.svg) no-repeat 0px 0px;
}
#menu .cont .best a:hover {
	background: #cd0d0d;
}
#menu .cont .m-menu {
	position: absolute;
	left: 0;
	background: url(../img/m-menu-1.svg) no-repeat 0px 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: none;
}
#menu .cont .m-menu:hover {
	background-position: 0 -60px;
}
#menu .cont .close {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../img/close-1.svg) no-repeat 0px 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
}
#menu .cont .close:hover {
	background-position: 0 -30px;
}

#menu .bottom {
    width: 100%;
    position: absolute;
    height: 100px;
	display: none;
}
#menu .bottom.fixed {
    display: block;
}
#menu .bottom .cont .menu {
    display: block;
    position: relative;
    z-index: 2;
    height: 1px;
}
#menu .bottom .cont .contmenu {
    width: 362px;
	border-right: 1px solid #e6e6e6;
}
#menu .bottom .cont .contmenu ul {
	display: block;
    background: #ccc;
}
#menu .bottom .cont .contmenu ul.m1 {
	display: none;
}
#menu .bottom .cont .contmenu ul.m1 li {
    font-family: 'medium';
}
#menu .bottom .cont .contmenu li {
	font-size: 18px;
}
#menu .bottom .cont .contmenu li a {
    display: block;
    padding: 16px 20px;
    color: #363636;
    position: relative;
    background: #fdfdfd;
    height: 18px;
	border-bottom: 1px solid #e6e6e6;
}
#menu .bottom .cont .contmenu li a:hover {
    background: #fff;
}
#menu .bottom .cont .contmenu li a .icon {
	width: 19px;
	height: 14px;
	display: inline-block;
	margin-right: 14px;
}
#menu .bottom .cont .contmenu li a.th1 .icon {
	background: url(../img/ua-1.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li a.th2 .icon {
	background: url(../img/eu-1.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li a:hover .icon {
	background-position: 0 -14px;
}
#menu .bottom .cont .contmenu li ul {
	border-bottom: 1px solid #e6e6e6;
	padding: 8px 0;
	background: #f5f5f5;
}
#menu .bottom .cont .contmenu li ul li {
	font-size: 16px;
}
#menu .bottom .cont .contmenu li ul li a {
	margin: 6px 0;
    padding: 4px 20px;
	border-bottom: none;
	background: none;
    color: #666;
}
#menu .bottom .cont .contmenu li ul li a .icon {
	width: 25px;
	height: 19px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 4px;
}
#menu .bottom .cont .contmenu li ul li a.th3 .icon {
	background: url(../img/cat-1.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th4 .icon {
	background: url(../img/cat-2.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th5 .icon {
	background: url(../img/cat-3.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th6 .icon {
	background: url(../img/cat-4.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th7 .icon {
	background: url(../img/cat-5.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th8 .icon {
	background: url(../img/cat-6.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th9 .icon {
	background: url(../img/cat-7.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th10 .icon {
	background: url(../img/cat-8.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th11 .icon {
	background: url(../img/cat-9.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th12 .icon {
	background: url(../img/cat-10.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th13 .icon {
	background: url(../img/cat-3.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a.th14 .icon {
	background: url(../img/cat-11.svg) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu li ul li a:hover .icon {
	background-position: 0 -19px;
}
#menu .bottom .cont .contmenu li ul li a:hover {
	background: none;
    color: #000;
}
#menu .bottom .cont .contmenu li {
	position:relative;
}
#menu .bottom .cont .contmenu li .opacity {
position:absolute;
background:#f5f5f5;
opacity:0.5;
width:100%;
height:102%;
z-index:1;
display:none;
}
#menu .bottom .cont .contmenu li .opacity.id13,
#menu .bottom .cont .contmenu li .opacity.id15,
#menu .bottom .cont .contmenu li .opacity.id19,
#menu .bottom .cont .contmenu li .opacity.id20,
#menu .bottom .cont .contmenu li .opacity.id21,
#menu .bottom .cont .contmenu li .opacity.id22,
#menu .bottom .cont .contmenu li .opacity.id23,
#menu .bottom .cont .contmenu li .opacity.id24,
#menu .bottom .cont .contmenu li .opacity.id25 {
display:block;
}

/*TITLE*/
#title {
	background: #e6e6e6;
}
#title .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	padding: 40px 0;
}
#title .cont .title {
	font-size: 22px;
    font-family: 'bold';
	margin-bottom: 10px;
}
#title .cont #breadcrumb {
	overflow:hidden;
}
#title .cont #breadcrumb li {
	float:left;
	color: #5a5655;
	font-size:16px;
	line-height: 20px;
	list-style:none;
}
#title .cont #breadcrumb li a {
	color: #5a5655;
	padding-right:5px;
	line-height:18px;
}
#title .cont #breadcrumb li a:hover {
	color: #000;
}
#title .cont #breadcrumb li.home a {
	padding-left: 20px;
    background: url(../img/home-2.svg) no-repeat 0px 2px;
}
#title .cont #breadcrumb li.home a:hover {
	background-position: 0px -48px;
}
#title .cont #breadcrumb li a:hover {
	color: #000;
}
#title .cont #breadcrumb li + li:before{
  content:  '/';
  margin:   0 5px 0 0;
}

/*PRODUCTS*/
#products .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	margin-bottom: 20px;
}

#products .cont .products {
    padding: 20px 0 10px;
    width: 101%;
    margin-left: -0.5%;
    overflow: hidden;
}
#products .cont .products .line.n2,
#products .cont .products .line.n3,
#products .cont .products .line.n4 {
	display: none;
}
#products .cont .products .pr.stub.n1,
#products .cont .products .pr.stub.n2,
#products .cont .products .pr.stub.n3,
#products .cont .products .pr.stub.n4 {
	display: none;
}
#products .cont .howmanyprinline {
	display: none;
	width: 5px;
}
/*#products .cont .products .pr.th6 {
	display: none;
}*/
#products .cont .products .pr {
    display: table-cell;
    vertical-align: top;
    padding: 0 1.5%;
    width: 17%;
    border-right: 1px solid #f5f5f5;
    padding-bottom: 76px;
	position: relative;
}
#products .cont .products .pr.th5,
#products .cont .products .pr.th10,
#products .cont .products .pr.th15,
#products .cont .products .pr.th20,
#products .cont .products .pr.th25,
#products .cont .products .pr.th30,
#products .cont .products .pr.th35,
#products .cont .products .pr.th40 {
    border-right: none;
}
#products .cont .products .pr .prcont .img img {
	width: 100%;
	height: auto;
}
#products .cont .products .pr .prcont .name a {
	display: block;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	padding-top: 10px;
}
#products .cont .products .pr .prcont .name a:hover, #products .cont .products .pr .prcont .name a.hover {
	color: #005bbb;
}
#products .cont .products .pr .prcont .stick {
	position: absolute;
	left: 20px;
	top: 5px;
	padding-left: 8px;
}
#products .cont .products .pr .prcont .stick img {
	margin-left: -8px;
}
#products .cont .products .pr .absolute {
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 85%;
	background: #fff;
}
#products .cont .products .pr .absolute .prices {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
}
#products .cont .products .pr .absolute .prices .old {
	display: inline-block;
	border-bottom: 1px solid #b3b3b3;
	color: #b3b3b3;
	height: 7px;
	margin-bottom: 10px;
	font-size: 14px;
}
#products .cont .products .pr .absolute .prices .procent {
	display: inline-block;
	border: 1px solid #c00000;
	color: #c00000;
	padding: 1px 3px;
	border-radius: 2px;
	font-size: 13px;
	margin-left: 5px;
}
#products .cont .products .pr .absolute .prices .new {
	display: block;
	color: #000;
    font-family: 'medium';
	font-size: 20px;
}
#products .cont .products .pr .absolute .prices .new .cur {
	font-size: 16px;
	margin-left: 6px;
}
#products .cont .products .pr .absolute .button {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#products .cont .products .pr .absolute .button .buy {
	display: block;
	width: 49px;
	height: 49px;
	border-radius: 5px;
	background: #42a32c;
	overflow: hidden;
	text-indent: 60px;
	position: relative;
	cursor: pointer;
}
#products .cont .products .pr .absolute .button .buy .icon {
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	width: 32px;
	height: 30px;
	background: url(../img/buy-1.svg) no-repeat 0px 0px;
}
#products .cont .products .pr .absolute .button .buy.hover,
#products .cont .products .pr .absolute .button .buy:hover {
	background: #4fb039;
}


#products .cont .products .pr .absolute .button .add {
	width: 49px;
	height: 49px;
	border-radius: 4px;
	overflow:hidden;
	position: absolute;
	background: #4fb039;
	top: 0;
	left: 0;
	display: none;
}
#products .cont .products .pr .absolute .button .add .check {
	width: 0;
	height: 49px;
	position: absolute;
	background: url(../img/add-1.svg) no-repeat 0px 0px;
	top: 0;
	left: 0;
}

/*BOTTOMTEXT*/
#bottomtext {
	background: #ccc;
}
#bottomtext .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	padding-top: 40px;
	padding-bottom: 54px;
}
#bottomtext .cont td.padding {
	padding-right: 20px;
}
#bottomtext .cont h1,
#bottomtext .cont h2,
#bottomtext .cont h3,
#bottomtext .cont h4,
#bottomtext .cont h5,
#bottomtext .cont h6  {
    font-size: 18px;
    margin-bottom: 15px;
    color: #666;
	letter-spacing: 0.3px;
	line-height: 22px;
    font-family: 'bold';
}
#bottomtext .cont h4,
#bottomtext .cont h5,
#bottomtext .cont h6  {
    font-size: 16px;
}
#bottomtext .cont .hiddentext {
	overflow: hidden;
	position: relative;
}
#bottomtext .cont .hiddentext p {
	font-size: 16px;
	line-height: 20px;
    color: #666;
    margin-bottom: 15px;
	text-align: justify;
}
#bottomtext .cont .hiddentext .showing {
	height: 0;
    margin-bottom: 0;
}
#bottomtext .cont .hiddentext a {
	color: #6775bb;
}
#bottomtext .cont .hiddentext a:hover {
	color: #8194f1;
}

#bottomtext .cont .more {
	border-bottom: 1px solid #b3b3b3;
	height: 18px;
	width: 100%;
	text-align: center;
	margin-top: 8px;
}
#bottomtext .cont .more p {
	display: inline-block;
	padding: 0 20px;
	background: #ccc;
}
#bottomtext .cont .more p .link {
	display: block;
	color: #666;
	text-align: center;
	padding: 10px;
	width: 186px;
	cursor: pointer;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	background: #ccc;
	position: relative;
	text-transform: uppercase;
}
#bottomtext .cont .more p .link:hover {
	background: #dbdbdb;
}
#bottomtext .cont .more p .link .arr {
	width: 10px;
	height: 10px;
    background: url(../img/arrow-2.svg) no-repeat 0px 0px;
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 1px;
	vertical-align: middle;
}
#bottomtext .cont .more p.open .link .arr {
	background-position: 0px -10px;
}

/*FOOTER*/
#footer {
	background: #363636;
}
#footer .cont {
	display: table;
    width: 90%;
    max-width: 1600px;
    margin: auto;
	padding: 30px 0 0;
}
#footer .cont .block {
	display: table-cell;
	vertical-align: top;
}
#footer .cont .block.th3 {
	width: 200px;
}
#footer .cont .block .tit {
	color: #b3b3b3;
	font-size: 18px;
	margin-bottom: 10px;
}
#footer .cont .block .tit .icon {
	width: 13px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 4px;
}
#footer .cont .block .tit.sitemap .icon {
    background: url(../img/sitemap-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 .tit .icon {
	width: 15px;
}
#footer .cont .block.th3 .tit .icon {
	width: 14px;
}
#footer .cont .block .tit .ua .icon {
    background: url(../img/ua-2.svg) no-repeat 0px 0px;
}
#footer .cont .block .tit .eu .icon {
    background: url(../img/eu-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th3 .tit .icon {
    background: url(../img/contacts-1.svg) no-repeat 0px 0px;
}
#footer .cont .block .tit a {
	color: #b3b3b3;
}
#footer .cont .block .tit a:hover {
	color: #ccc;
}
#footer .cont .block .tit a:hover .icon {
	background-position: 0 -14px;
}
#footer .cont .block ul li {
	line-height: 20px;
}
#footer .cont .block ul li a {
	color: #808080;
	position: relative;
}
#footer .cont .block.th1 ul li a,
#footer .cont .block.th2 ul li a {
	display: block;
	padding-left: 12px;
}
#footer .cont .block ul li a .dot {
    /*display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    margin-right: 10px;
    border-radius: 5px;
    margin-bottom: 3px;
    background: #808080;*/
	
	position: absolute;
	left: 0px;
	top: 8px;
    width: 3px;
    height: 3px;
	background: #808080;
	border-radius: 5px;
}
#footer .cont .block ul li a:hover {
    color: #b3b3b3;
}
#footer .cont .block ul li a:hover .dot {
    background: #b3b3b3;
}
#footer .cont .block ul.near {
	display: inline-block;
	margin-bottom: 30px;
}
#footer .cont .block ul.near.right {
	margin-left: 20px;
}
#footer .cont .block.th2 .tit {
	border-bottom: 1px solid #666;
	height: 10px;
	margin-bottom: 20px;
}
#footer .cont .block.th2 .tit a {
	padding-right: 15px;
	background: #363636;
}
#footer .cont .block.th1,
#footer .cont .block.th2 {
	padding-right: 20px;
}
#footer .cont .block.th3 ul li .tel .icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    background: url(../img/tel-1.svg) no-repeat 0px 0px;
	margin-bottom: 6px;
	margin-right: 8px;
}
#footer .cont .block.th3 ul li .tel:hover .icon {
	background-position: 0 -16px;
}
#footer .cont .block.th3 ul li .whatsapp,
#footer .cont .block.th3 ul li .viber,
#footer .cont .block.th3 ul li .telegram {
    display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
    width: 18px;
    height: 18px;
	margin-left: 4px;
	overflow: hidden;
	text-indent: 20px;
	background: #ccc;
}
#footer .cont .block.th3 ul li .viber {
    background: url(../img/viber-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th3 ul li .telegram {
    background: url(../img/telegram-2.svg) no-repeat 0px 0px;
	margin-left: 10px;
}
#footer .cont .block.th3 ul li .whatsapp:hover,
#footer .cont .block.th3 ul li .viber:hover,
#footer .cont .block.th3 ul li .telegram:hover {
	background-position: 0 -18px;
}
#footer .cont .block.th3 ul li .mail .icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 11px;
    background: url(../img/mail-1.svg) no-repeat 0px 0px;
	margin-bottom: 1px;
	margin-right: 8px;
}
#footer .cont .block.th3 ul li .mail:hover .icon {
	background-position: 0 -11px;
}
#footer .cont .block.th3 ul li .map .icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    background: url(../img/map-1.svg) no-repeat 0px 0px;
	margin-bottom: 1px;
	margin-right: 8px;
}
#footer .cont .block.th3 ul li .map:hover .icon {
	background-position: 0 -14px;
}
#footer .cont .block.th3 ul.soc {
	width: 26px;
	padding-left: 10px;
}
#footer .cont .block.th3 ul.soc li {
	display: block;
}
#footer .cont .block.th3 ul.soc li a {
	display: block;
	width: 26px;
	height: 26px;
	margin-bottom: 4px;
	overflow: hidden;
	text-indent: 30px;
}
#footer .cont .block.th3 ul.soc li a.facebook {
    background: url(../img/facebook-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th3 ul.soc li a.youtube {
    background: url(../img/youtube-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th3 ul.soc li a.instagram {
    background: url(../img/instagram-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th3 ul.soc li a:hover {
	background-position: 0 -26px;
}
#footer .cont .block.th3 .up p {
	width: 180px;
	padding: 13px 0;
	text-align: center;
	background: #808080;
	color: #363636;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
    font-family: 'bold';
}
#footer .cont .block.th3 .up p .icon {
	display: block;
	margin: auto;
	width: 40px;
	height: 34px;
    background: url(../img/up-1.svg) no-repeat 0px 0px;
	margin-bottom: 5px;
}

#footer .cont .block.th3 .contacts {
	display: table;
	width: 454px;
	float: right;
}
#footer .cont .block.th3 .contacts ul {
	display: table-cell;
	vertical-align: top;
}
#footer .cont .block.th3 .contacts .up {
	display: table-cell;
	padding-left: 10px;
	cursor: pointer;
}
#footer .cont .block.th3 .contacts .up p {
	cursor: pointer;
}
#footer .cont .block.th3 .contacts .up p:hover {
	background: #ccc;
}

#footer .cont .block.th3 .copyright {
	width: 97%;
	float: right;
	border: 1px solid #666;
	border-radius: 5px;
	padding: 24px 0;
	margin-top: 20px;
	margin-right: 10px;
}
#footer .cont .block.th3 .copyright p {
	color: #808080;
	text-align: center;
}


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

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

#footer .cont .block ul.near {
    margin-bottom: 0;
	display: block;
}
#footer .cont .block ul.near.right {
    margin-left: 0;
    margin-bottom: 20px;
}
#footer .cont .block.th1 {
    min-width: 252px;
}
#footer .cont .block.th2 {
	width: 100%;
}


	
}
@media
only screen and (max-width : 1320px), only screen and  and (max-device-width : 1320px) {
	
#header .bottom .contacts {
    padding-left: 2%;
    min-width: 414px;
}
	
}
@media
only screen and (max-width : 1180px), only screen and  and (max-device-width : 1180px) {

#header .bottom .table {
    padding-top: 8px;
}
#header .bottom .contacts {
    min-width: 222px;
	padding-top: 0;
}
#header .bottom .contacts .phones ul li {
    margin-left: 0;
}
#header .bottom .contacts .phones ul li a {
	width: 156px;
}
#header .bottom .contacts .phones ul li.last {
	letter-spacing: 0.3px;
}

#header .bottom .slider {
	padding-top: 6px;
}
#header .bottom .slider .slidercont {
    width: 300px;
	height: 85px;
}
#header .bottom .slider .slidercont p {
	padding-right: 60px;
}
#header .bottom .slider .slidercont .slick-dots {
    top: 76px;
}
#header .bottom .slider .slidercont p .m1 {
	display: none;
}

#menu .cont .best a {
    padding: 10px 6px;
    padding-left: 30px;
}
#menu .cont .best a .icon {
    left: 7px;
}
#menu .cont .blackmenu li a {
	font-size: 18px;
    padding: 20px 8px 22px 8px;
}
#menu .cont .best .m1 {
	display: none;
}
#menu .cont .best .m2 {
	display: inline;
}

#menu .bottom .cont .contmenu {
    width: 352px;
}

#footer .cont .block.th1 {
    min-width: 188px;
}
#footer .cont .block.th2 {
    min-width: 274px;
}
#footer .cont .block.th3 .up p {
    width: 100px;
}
#footer .cont .block.th3 .contacts {
    width: 362px;
}
#footer .cont .block.th3 .copyright {
    width: 99%;
    margin-right: 0;
}

#products .cont .products .line.n2,
#products .cont .products .line.n3,
#products .cont .products .line.n5 {
    display: none;
}
#products .cont .products .line.n4 {
    display: block;
}
#products .cont .howmanyprinline {
	width: 4px;
}
#products .cont .products .pr.th4,
#products .cont .products .pr.th8,
#products .cont .products .pr.th12,
#products .cont .products .pr.th16,
#products .cont .products .pr.th20,
#products .cont .products .pr.th24,
#products .cont .products .pr.th28,
#products .cont .products .pr.th32 {
    border-right: 1px solid #f5f5f5;
}
#products .cont .products .pr.th5,
#products .cont .products .pr.th10,
#products .cont .products .pr.th15,
#products .cont .products .pr.th20,
#products .cont .products .pr.th25,
#products .cont .products .pr.th30,
#products .cont .products .pr.th35,
#products .cont .products .pr.th40 {
    border-right: none;
}

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

#header {
    height: 202px;
}
#header .bottom .logo {
    margin-top: 0;
}
#header .top {
	/*overflow: hidden;*/
}
#header .top .icons {
	margin-top: 5px;
}
#header .top .topmenu {
    padding: 14px 0 14px 0;
	float: left;
}
#header .top .topmenu li {
    padding: 0 5px;
}
#header .top .topmenu li.first {
	padding-left: 0;
}
#header .bottom .contacts {
    min-width: auto;
	width: 50%;
	padding-top: 5px;
}
#header .cont {
	position: relative;
	padding-bottom: 8px;
}

#header .bottom .search {
    width: 64%;
	padding-left: 5%;
	padding-top: 6px;
}
#header .bottom .search .submit {
    top: 13px;
}
#header .bottom .slider {
	position: absolute;
	top: 65px;
	left: 136px;
	z-index: 1;
}
#header .bottom .slider .slidercont {
    width: 336px;
}
#header .bottom .slider .slidercont p {
    padding-right: 28px;
}
#header .bottom .slider .slidercont p .m1 {
	display: inline;
}
#header .bottom .slider .slidercont .slick-dots {
    top: 54px;
}
#menu .cont {
	/*overflow: hidden;*/
	height: 60px;
}
#menu .cont {
    width: 100%;
}
#menu .cont .best {
	margin: 12px 0 11px;
	float: right;
	margin-right: 2%;
}
#menu .cont .best .m1 {
    display: inline;
}
#menu .cont .best .m2 {
    display: none;
}
#menu .cont .blackmenu {
	display: none; /*не забыть*/
}
#menu .bottom .cont .contmenu {
	box-shadow: 0px 0px 5px #000;
	border-radius: 0 0 8px 0;
	overflow: hidden;
	left: -360px;
}
#menu .bottom .cont .contmenu ul.m1 {
	display: block;
}
#menu .bottom .cont .contmenu {
	display: block; /*не забыть*/
	position: absolute;
	z-index: 1;
}
#menu .cont .m-menu {
	display: block;
}
#menu .cont .close {
	display: block;
}

#bottomtext .cont td {
	display: block;
}
#bottomtext .cont td.padding {
    padding-right: 0;
}
	
#footer .cont  {
	padding-bottom: 238px;
	position: relative;
}
#footer .cont .block.th2 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-right: 0;
}
#footer .cont .block.th2 ul.near {
	display: inline-block;
}
#footer .cont .block.th2 ul.near.right {
    margin-left: 20px;
}
#footer .cont .block.th3 .copyright {
    margin-top: 32px;
}

#products .cont .products .line.n2,
#products .cont .products .line.n4,
#products .cont .products .line.n5 {
    display: none;
}
#products .cont .products .line.n3 {
    display: block;
}
#products .cont .howmanyprinline {
	width: 3px;
}
	

#products .cont .products .pr.th5,
#products .cont .products .pr.th10,
#products .cont .products .pr.th15,
#products .cont .products .pr.th20,
#products .cont .products .pr.th25,
#products .cont .products .pr.th30,
#products .cont .products .pr.th35,
#products .cont .products .pr.th40,
#products .cont .products .pr.th4,
#products .cont .products .pr.th8,
#products .cont .products .pr.th12,
#products .cont .products .pr.th16,
#products .cont .products .pr.th20,
#products .cont .products .pr.th24,
#products .cont .products .pr.th28,
#products .cont .products .pr.th32 {
    border-right: 1px solid #f5f5f5;
}
#products .cont .products .pr.th3,
#products .cont .products .pr.th6,
#products .cont .products .pr.th9,
#products .cont .products .pr.th12,
#products .cont .products .pr.th15,
#products .cont .products .pr.th18,
#products .cont .products .pr.th21,
#products .cont .products .pr.th24,
#products .cont .products .pr.th27,
#products .cont .products .pr.th30,
#products .cont .products .pr.th33,
#products .cont .products .pr.th36,
#products .cont .products .pr.th39 {
    border-right: none;
}
	
}
@media
only screen and (max-width : 720px), only screen and  and (max-device-width : 720px) {

#header {
    height: 256px;
}
#header .bottom .contacts {
    padding-top: 30px;
}
#header .cont {
	padding-bottom: 0;
}
#header .top {
    overflow: visible;
	text-align: center;
}
#header .top .topmenu {
    float: none;
	margin: auto;
}
#header .top .icons {
	position: absolute;
	right: 0;
	top: 43px;
	z-index: 2;
}
#header .bottom .contacts .phones {
    margin-top: 2px;
}
#header .bottom .contacts {
	display: inline-block;
	width: 190px;
	float: right;
	padding: 0;
	margin-top: 30px;
}
#header .bottom .slider {
	width: 200px;
	float: left;
	display: inline-block;
    position: static;
    top: auto;
    left: auto;
    z-index: 1;
}
#header .bottom .slider .slidercont {
    width: 206px;
	height: 120px;
}
#header .bottom .slider .slidercont .slick-dots {
    top: 0px;
}
#header .bottom .slider .slidercont div p {
    font-size: 16px;
    line-height: 20px;
	padding-top: 20px;
}
#header .bottom .slider .opacity {
	display: none;
}
	

#header .bottom .search {
	display: block;
	position: absolute;
	top: 158px;
	left:  14px;
	padding: 0;
	width: 96%;
}
#header .bottom .search #search-1 {
    padding-top: 8px;
    padding-bottom: 8px;
}
#header .bottom .search .submit {
    top: 3px;
}

#footer .cont {
    padding-bottom: 13px;
}
#footer .cont .block.th2 {
	position: static;
}
#footer .cont .block.th1 {
	display: inline-block;
	width: 28%;
}
#footer .cont .block.th2 {
	display: inline-block;
	width: 60%;
}
#footer .cont .block.th2 ul.near.right {
    margin-left: 0;
}
#footer .cont .block.th3 {
	display: block;
	width: 100%;
}
#footer .cont .block.th3 .contacts {
    display: table;
    width: 100%;
    float: none;
}
#footer .cont .block.th3 .up p {
    width: 100%;
}
#footer .cont .block.th3 .contacts ul {
    width: 1%;
}
#footer .cont .block.th3 .contacts ul li {
    width: 216px;
}
#footer .cont .block.th3 .contacts ul.soc li {
    width: auto;
}
#footer .cont .block.th3 .copyright {
    margin-top: 14px;
}

#products .cont .products .line.n3,
#products .cont .products .line.n4,
#products .cont .products .line.n5 {
    display: none;
}
#products .cont .products .line.n2 {
    display: block;
}
#products .cont .howmanyprinline {
	width: 2px;
}

#products .cont .products .pr.th5,
#products .cont .products .pr.th10,
#products .cont .products .pr.th15,
#products .cont .products .pr.th20,
#products .cont .products .pr.th25,
#products .cont .products .pr.th30,
#products .cont .products .pr.th35,
#products .cont .products .pr.th40,
#products .cont .products .pr.th4,
#products .cont .products .pr.th8,
#products .cont .products .pr.th12,
#products .cont .products .pr.th16,
#products .cont .products .pr.th20,
#products .cont .products .pr.th24,
#products .cont .products .pr.th28,
#products .cont .products .pr.th32,
#products .cont .products .pr.th3,
#products .cont .products .pr.th6,
#products .cont .products .pr.th9,
#products .cont .products .pr.th12,
#products .cont .products .pr.th15,
#products .cont .products .pr.th18,
#products .cont .products .pr.th21,
#products .cont .products .pr.th24,
#products .cont .products .pr.th27,
#products .cont .products .pr.th30,
#products .cont .products .pr.th33,
#products .cont .products .pr.th36,
#products .cont .products .pr.th39 {
    border-right: 1px solid #f5f5f5;
}
#products .cont .products .pr.th2,
#products .cont .products .pr.th4,
#products .cont .products .pr.th6,
#products .cont .products .pr.th8,
#products .cont .products .pr.th9,
#products .cont .products .pr.th10,
#products .cont .products .pr.th12,
#products .cont .products .pr.th14,
#products .cont .products .pr.th16,
#products .cont .products .pr.th18,
#products .cont .products .pr.th20,
#products .cont .products .pr.th22,
#products .cont .products .pr.th24,
#products .cont .products .pr.th26,
#products .cont .products .pr.th28,
#products .cont .products .pr.th30,
#products .cont .products .pr.th32,
#products .cont .products .pr.th34,
#products .cont .products .pr.th36,
#products .cont .products .pr.th38,
#products .cont .products .pr.th40 {
    border-right: none;
}

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

#header {
    height: 300px;
}
#header .top .topmenu li {
    font-size: 16px;
	border: none;
}
#header .top .topmenu li {
	padding: 0;
}
#header .bottom .table {
    padding-left: 0;
}
#header .bottom .slider {
	padding-top: 0;
    margin-top: 24px;
	margin-left: 124px;
	width: 240px;
	position: relative;
}
#header .bottom .slider .slidercont {
	width: 240px;
}
#header .bottom .slider .opacity {
    display: block;
    right: 0;
    top: 28px;
}
#header .bottom .contacts {
    width: 100%;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

#header .bottom .contacts .phones ul {
	overflow: hidden;
}
#header .bottom .contacts .phones ul li {
	float: left;
}
#header .bottom .contacts .phones ul li.last {
	float: right;
}

#header .bottom .contacts .icons {
	position: absolute;
	top: 44px;
	right: 0;
	width: 76px;
}
#header .bottom .contacts .basket {
	position: absolute;
	top: 106px;
	right: 0;
	z-index: 1;
}

#header .bottom .search {
    top: 202px;
	left: 0;
	width: 99%;
}

#footer .cont .block.th1,
#footer .cont .block.th2 {
    width: 100%;
	padding: 0;
}
#footer .cont .block.th1 {
	margin-bottom: 20px;
}

#footer .cont .block.th1 .tit {
	border-bottom: 1px solid #666;
	height: 10px;
	margin-bottom: 20px;
}
#footer .cont .block.th1 .tit .a {
	padding-right: 15px;
	background: #363636;
}

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

#header {
    height: 316px;
}
#header .top .topmenu li {
    font-size: 15px;
}
#header .top .topmenu li.first a .m1 {
	display: none;
}
#header .top .topmenu li.first a .icon {
	display: inline-block;
}

#header .top .topmenu li.first {
	border-right: 1px solid #999;
	padding-right: 2px;
}
#header .bottom .contacts .icons {
    top: 178px;
    width: 136px;
}
#header .bottom .slider .slidercont div p {
    padding-left: 14px;
}
#header .bottom .slider .slidercont .slick-dots {
    margin-left: 15px;
}

#header .bottom .contacts .phones {
	width: 200px;
	margin-top: 0;
}
#header .bottom .contacts .phones ul {
	text-align: left;
}
#header .bottom .contacts .phones ul li {
	float: none;
	margin-bottom: 2px;
}
#header .bottom .contacts .phones ul li.last {
	float: none;
	margin-bottom: 0;
}
#header .bottom .search {
    top: 222px;
}
}

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

#header {
    height: 324px;
}
#header .bottom .logo {
    margin-left: -10px;
}
#header .top .topmenu li .m2 {
	display: none;
}
#header .top .icons {
    top: 34px;
	background: #fff;
	padding-right: 5px;
	margin-right: -5px;
}
#header .bottom .slider {
    margin-top: 28px;
    margin-left: 114px;
	overflow: hidden;
}
#header .bottom .slider .slidercont div p {
    padding-left: 12px;
	padding-top: 0;
}
#header .bottom .slider .slidercont .slick-dots {
    margin-left: 12px;
    top: 68px;
}
#header .bottom .slider .opacity {
	display: none;
}
#header .bottom .slider .slidercont p .m1 {
	display: none;
}
#header .bottom .contacts .basket {
    top: 114px;
}
#header .bottom .search {
    top: 230px;
}
#header .bottom .contacts .icons {
    top: 183px;
}
#menu .cont .best .m1 {
    display: none;
}
#menu .cont .best .m2 {
    display: inline;
}

#footer .cont .block.th3 .contacts {
	display: block;
}
#footer .cont .block.th3 .contacts .up {
    display: block;
	width: 100%;
	padding: 0;
	padding-top: 10px;
}
#footer .cont .block.th3 .contacts ul {
    width: 100%;
}
#footer .cont .block.th3 .contacts ul.soc {
    width: 1%;
}
#menu .bottom .cont .contmenu {
    width: 320px;
}
#menu .bottom .cont .contmenu li a {
    padding: 16px 0 16px 10px;
}
#menu .bottom .cont .contmenu li ul li a {
    padding: 4px 0 4px 10px;
}
#menu .bottom .cont .contmenu li ul li a .icon {
    margin-right: 5px;
}

#header .bottom .slider {
    width: 200px;
}
	
#products .cont .products {
	text-align: center;
}
#products .cont .products .pr {
    display: inline-block;
    width: 90%;
    margin-bottom: 20px;
    padding-bottom: 82px;
    border-right: none;
}
#products .cont .products .pr .absolute {
    width: 94%;
}

#products .cont .products .line.n2,
#products .cont .products .line.n3,
#products .cont .products .line.n4,
#products .cont .products .line.n5 {
    display: none;
}
#products .cont .howmanyprinline {
	width: 1px;
}

#products .cont .products .pr.th5,
#products .cont .products .pr.th10,
#products .cont .products .pr.th15,
#products .cont .products .pr.th20,
#products .cont .products .pr.th25,
#products .cont .products .pr.th30,
#products .cont .products .pr.th35,
#products .cont .products .pr.th40,
#products .cont .products .pr.th4,
#products .cont .products .pr.th8,
#products .cont .products .pr.th12,
#products .cont .products .pr.th16,
#products .cont .products .pr.th20,
#products .cont .products .pr.th24,
#products .cont .products .pr.th28,
#products .cont .products .pr.th32,
#products .cont .products .pr.th3,
#products .cont .products .pr.th6,
#products .cont .products .pr.th9,
#products .cont .products .pr.th12,
#products .cont .products .pr.th15,
#products .cont .products .pr.th18,
#products .cont .products .pr.th21,
#products .cont .products .pr.th24,
#products .cont .products .pr.th27,
#products .cont .products .pr.th30,
#products .cont .products .pr.th33,
#products .cont .products .pr.th36,
#products .cont .products .pr.th39 {
    border-right: none;
}
#products .cont .products .pr.th2,
#products .cont .products .pr.th4,
#products .cont .products .pr.th6,
#products .cont .products .pr.th8,
#products .cont .products .pr.th9,
#products .cont .products .pr.th10,
#products .cont .products .pr.th12,
#products .cont .products .pr.th14,
#products .cont .products .pr.th16,
#products .cont .products .pr.th18,
#products .cont .products .pr.th20,
#products .cont .products .pr.th22,
#products .cont .products .pr.th24,
#products .cont .products .pr.th26,
#products .cont .products .pr.th28,
#products .cont .products .pr.th30,
#products .cont .products .pr.th32,
#products .cont .products .pr.th34,
#products .cont .products .pr.th36,
#products .cont .products .pr.th38,
#products .cont .products .pr.th40 {
    border-right: none;
}

}