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

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}

.fancybox-infobar, .fancybox-navigation {
	display:none;
}
.fancybox-toolbar .fancybox-button {
	display:none;
	width: 0;
	height: 0;
	padding: 0;
}
.fancybox-toolbar .fancybox-button.fancybox-button--close {
	display:block;
	width:34px;
	height:34px;
	right:10px;
	top:0;
}



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


/*PRODUCT*/
#product .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	margin-bottom: 20px;
}
#product .cont .block {
	display: table-cell;
	vertical-align: top;
}
#product .cont .block.th1 {
	width: 1%;
	padding: 20px 0;
}
#product .cont .block.th1 .sliders {
	width: 580px;
}
#product .cont .block.th1 .sliders .sliderfor {
	width: 580px;
	height: 580px;
	overflow: hidden;
}
#product .cont .block.th1 .sliders .sliderfor a {
	display: block;
}
#product .cont .block.th1 .sliders .slidernav {
	width: 600px;
	height: 116px;
	overflow: hidden;
	margin-top: 20px;
}
#product .cont .block.th1 .sliders .slidernav p {
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 20px;
	cursor: pointer;
	float:left;
}
#product .cont .block.th1 .sliders .slidernav p.active {
	border: 1px solid #999;
}
#product .cont .block.th2 {
	width: 100%;
	padding: 20px 0 20px 20px;
}
#product .cont .block.th2 h1 {
	font-size: 20px;
    font-family: 'bold';
	margin-bottom: 10px;
	line-height: 24px;
}
#product .cont .block.th2 .undertitle {
	border-bottom: 1px solid #ccc;
	height: 15px;
	margin-bottom: 40px;
}
#product .cont .block.th2 .undertitle .bg {
	background: #fff;
	display: inline-block;
	overflow: hidden;
	padding-right: 20px;
}
#product .cont .block.th2 .undertitle .av {
	display: table-cell;
}
#product .cont .block.th2 .undertitle .av p {
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #43b02a;
    padding: 3px 12px 4px 28px;
    border-radius: 3px;
    color: #43b02a;
    background: url(../img/av-1.svg) no-repeat 0px 0px;
	float: left;
	margin-right: 10px;
}
#product .cont .block.th2 .undertitle .stick {
	padding-left: 8px;
	display: table-cell;
}
#product .cont .block.th2 .undertitle .stick img {
	margin-left: -8px;
}
#product .cont .block.th2 .padding {
	margin-bottom: 20px;
	text-align: center;
	width: 60%;
	padding: 8% 20%;
}
#product .cont .block.th2 .padding .prices {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#product .cont .block.th2 .padding .buttons {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	padding-left: 20px;
}
#product .cont .block.th2 .padding .buttons p {
	width: 302px;
	padding: 13px 0 11px;
	text-align: center;
	background: #ccc;
	border-radius: 5px;
	font-size: 20px;
    font-family: 'medium';
	color: #fff;
	cursor: pointer;
}
#product .cont .block.th2 .padding .buttons p.buy1 {
	margin-bottom: 10px;
	background: #43b02a;
	position: relative;
	overflow: hidden;
}
#product .cont .block.th2 .padding .buttons p .icon {
	width: 27px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 10px;
}
#product .cont .block.th2 .padding .buttons p.buy1 .icon {
    background: url(../img/buy-2.svg) no-repeat 0px 0px;
}
#product .cont .block.th2 .padding .buttons p.buy2 .icon {
    background: url(../img/buy-3.svg) no-repeat 0px 0px;
}
#product .cont .block.th2 .padding .buttons p.buy2 {
	background: #333;
}
#product .cont .block.th2 .padding .buttons p.buy1.hover,
#product .cont .block.th2 .padding .buttons p.buy1:hover {
	background: #5cbd46;
}
#product .cont .block.th2 .padding .buttons p.buy2:hover {
	background: #4d4d4d;
}

#product .cont .block.th2 .padding .buttons #form-add-to-cart .add {
	width: 302px;
	height: 52px;
	border-radius: 4px;
	overflow:hidden;
	position: absolute;
	background: #4fb039;
	top: 0;
	left: 50%;
	margin-left: -151px;
	display: none;
}
#product .cont .block.th2 .padding .buttons #form-add-to-cart .check {
	width: 0;
	height: 52px;
	position: absolute;
	background: url(../img/add-2.svg) no-repeat 0px 0px;
	top: 0;
	left: 50%;
	margin-left: -151px;
}

#product .cont .block.th2 .padding .prices {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 100%;
}
#product .cont .block.th2 .padding .prices .old {
	display: inline-block;
	border-bottom: 1px solid #b3b3b3;
	color: #b3b3b3;
	height: 7px;
	margin-bottom: 10px;
	font-size: 16px;
}
#product .cont .block.th2 .padding .prices .procent {
	display: inline-block;
	border: 1px solid #c00000;
	color: #c00000;
	padding: 1px 3px;
	border-radius: 2px;
	font-size: 15px;
	margin-left: 5px;
}
#product .cont .block.th2 .padding .prices .new {
	display: block;
	color: #000;
    font-family: 'bold';
	font-size: 24px;
}
#product .cont .block.th2 .padding .prices .new .cur {
	font-size: 20px;
	margin-left: 6px;
}
#product .cont .block.th2 .desc {
	padding: 20px 0;
	border-top: 1px solid #ccc;
}
#product .cont .block.th2 .desc .tit {
	font-size: 22px;
    font-family: 'medium';
	margin-bottom: 10px;
}
#product .cont .block.th2 .desc .text {
	overflow: hidden;
	position: relative;
}
#product .cont .block.th2 .desc .text p {
	font-size: 18px;
	line-height: 22px;
	color: #4d4d4d;
}
#product .cont .block.th2 .desc .more {
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding-top: 20px;
	height: 7px;
	margin-bottom: 26px;
	text-align: left;
	text-transform: uppercase;
}
#product .cont .block.th2 .desc .more p {
	color: #808080;
	padding-right: 20px;
	background: #fff;
	float: left;
	cursor: pointer;
}
#product .cont .block.th2 .desc .more p .arr {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 3px;
    background: url(../img/arr-1.svg) no-repeat 0px 0px;
}
#product .cont .block.th2 .desc .more p:hover {
	color: #333;
}
#product .cont .block.th2 .desc .more p:hover .arr {
	background-position: 0 -10px;
}
#product .cont .block.th2 .desc .more p.open .arr {
	background-position: 0 -20px;
}
#product .cont .block.th2 .desc .more p.open:hover .arr {
	background-position: 0 -30px;
}

/*PRODUCTS*/
#products .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	margin-bottom: 20px;
}
#products .cont .title {
	margin-bottom: 20px;
}
#products .cont .title p {
    font-family: 'bold';
	font-size: 20px;
}
#products .cont .title p a {
	color: #363636;
}
#products .cont .title p a .icon {
	width: 17px;
	height: 17px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}
#products .cont .title p a.rec .icon {
	background: url(../img/best-2.svg) no-repeat 0px 0px;
}
#products .cont .title p a.pop .icon {
	background: url(../img/pop-1.svg) no-repeat 0px 0px;
}
#products .cont .title p a.sim .icon {
	background: url(../img/sim-1.svg) no-repeat 0px 0px;
}
#products .cont .title p a:hover {
	color: #005bbb;
}
#products .cont .title p a:hover .icon {
	background-position: 0 -17px;
}

#products .cont .products {
    padding: 10px 0;
    width: 101%;
    margin-left: -0.5%;
    overflow: hidden;
}
#products .cont .products .line.n2,
#products .cont .products .line.n3,
#products .cont .products .line.n4,
#products .cont .products .line.n5 {
	display: none;
}
#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 {
    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;
}
#products .cont .howmanyprinline {
	display: none;
	width: 5px;
}
#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;
}

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

/*BLACK*/
#black {
	width: 100%;
	height: 100%;
	top: 0;
    background: url(../img/black-1.png);
	position: fixed;
	z-index: 2;
	display: none;
}
#black .block.th2 {
	display: none;
}
#black .block {
	width: 430px;
	padding: 16px;
    background: #fff;
	position: fixed;
	border-radius: 5px;
	margin-top: -600px;
	margin-left: -228px;
	left: 50%;
	display: none;
}
#black .block .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: bold;
	color: #1a1a1a;
	text-align: left;
}
#black .block .title .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 4px;
}
#black .block .title .icon {
	width: 19px;
	height: 19px;
	background: url(../img/icon-4.svg) no-repeat 0px 0px;
}
#black .block .close1 {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 12px;
	right: 13px;
	background: url(../img/close-1.svg) no-repeat 0px 0px;
	cursor: pointer;
}
#black .block .close1:hover {
	background-position: 0px -30px;
}
#black .block p {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #1a1a1a;
}


#black .block .buyform {
	display: block;
	width: 88%;
	margin: 20px auto 0;
	text-align: center;
}
#black .block .buyform .inputcont {
	width: 100%;
	position: relative;
	margin: 10px 0 25px 0;
}
#black .block .buyform .inputcont #buyinput {
	border: 1px solid #666;
	padding: 3%;
	width: 94%;
	border-radius: 5px;
	color: #999;
	font-size: 17px;
	margin-bottom: 10px;
	font-family:'Roboto', Tahoma, Geneva, sans-serif;
}
#black .block .buyform .inputcont #buyinput.active {
	color: #000;
}
#black .block .buyform .inputcont .myerror {
	position: absolute;
	left: 0;
	top: 0;
	padding: 3% 4% 4% 4%;
	width: 93%;
	background: #c00;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	display: none;
}
#black .block .buyform .submit {
    padding: 12px 0 14px 0;
    width: 200px;
    border-radius: 5px;
    color: #fff;
	font-size: 18px;
	font-weight: bold;
    text-transform: uppercase;
    border: none;
    background: #42a32c;
    cursor: pointer;
	font-family: 'regular', Tahoma, Geneva, sans-serif;
	letter-spacing: 1.0px;
	margin-bottom: 10px;
}
#black .block .buyform .submit:hover {
	background: #4fb039;
}

#black .block .close2 {
    padding: 12px 0 14px 0;
    width: 200px;
	margin: 25px auto 0;
    border-radius: 5px;
    color: #fff;
	font-size: 18px;
	font-weight: bold;
    text-transform: uppercase;
    border: none;
    background: #42a32c;
    cursor: pointer;
	font-family: 'regular', Tahoma, Geneva, sans-serif;
	letter-spacing: 1.0px;
	margin-bottom: 10px;
	text-align: center;
}
#black .block .close2:hover {
	background: #4fb039;
}


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

#header .cont,
#menu .cont,
#title .cont,
#product .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%;
}
	
#product .cont .block.th2 .padding {
    width: 80%;
    padding: 8% 10%;
}
	
}
@media
only screen and (max-width : 1320px), only screen and  and (max-device-width : 1320px) {
	
#header .bottom .contacts {
    padding-left: 2%;
    min-width: 414px;
}

#product .cont .block.th2 .padding {
    width: 100%;
    padding: 8% 0;
}
	
}
@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;
}
	
#products .cont .products .pr {
    width: 22%;
}
#products .cont .products .pr.th4 {
	border-right: none;
}
#products .cont .products .pr.th5 {
	display: none;
}

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


#product .cont .block.th1 .sliders {
	width: 440px;
}
#product .cont .block.th1 .sliders .sliderfor {
	width: 440px;
	height: 440px;
}
#product .cont .block.th1 .sliders .sliderfor img {
	width: 440px;
	height: auto;
}
#product .cont .block.th1 .sliders .slidernav {
	width: 460px;
}
#product .cont .block.th1 .sliders .slidernav img {
	width: 60px;
	height: auto;
}
#product .cont .block.th2 .padding .buttons p {
    width: 244px;
}

#products .cont .howmanyprinline {
	width: 4px;
}

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

#products .cont .products .line.n3 {
	display: block;
}

#products .cont .products .pr.th5,
#products .cont .products .pr.th6 {
	display: table-cell;
}
#products .cont .products .pr.th4,
#products .cont .products .pr.th5 {
    border-right: 1px solid #f5f5f5;
}
#products .cont .products .pr.th6,
#products .cont .products .pr.th3 {
    border-right:none;
}

#products .cont .howmanyprinline {
	width: 3px;
}

#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;
}
	
#product .cont .block {
    display: inline-block;;
}
#product .cont .block.th1 {
    width: 100%;
}
#product .cont .block.th2 {
    width: 100%;
    padding: 20px 0;
}
#product .cont .block.th1 .sliders {
	width: 580px;
	margin: auto;
}
#product .cont .block.th1 .sliders .sliderfor {
	width: 580px;
	height: 580px;
}
#product .cont .block.th1 .sliders .sliderfor img {
	width: 580px;
}
#product .cont .block.th1 .sliders .slidernav {
	width: 600px;
}
#product .cont .block.th1 .sliders .slidernav img {
	width: 88px;
	height: auto;
}
#product .cont .block.th2 .padding {
    width: 70%;
    padding: 1% 15% 4%;
}
	
}
@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;
}

#products .cont .products .pr {
	border: none;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#products .cont .products .pr.th4,
#products .cont .products .pr.th5 {
	border: none;
}
#products .cont .products .pr .prcont .stick {
    left: 6px;
}
#products .cont .products .line.n3 {
	display: none;
}
#products .cont .products .line.n2 {
	display: block;
}

#products .cont .howmanyprinline {
	width: 2px;
}

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


#product .cont .block.th1 .sliders {
	width: 440px;
}
#product .cont .block.th1 .sliders .sliderfor {
	width: 440px;
	height: 440px;
}
#product .cont .block.th1 .sliders .sliderfor img {
	width: 440px;
}
#product .cont .block.th1 .sliders .slidernav {
	width: 460px;
	height: auto;
}
#product .cont .block.th1 .sliders .slidernav img {
	width: 60px;
}
#product .cont .block.th2 .padding {
    width: 90%;
    padding: 1% 5% 4%;
}

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

#products .cont .title p {
	text-align: center;
}

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

#product .cont .block.th1 .sliders {
	width: 100%;
}
#product .cont .block.th1 .sliders .sliderfor {
	width: 100%;
	height: auto;
}
#product .cont .block.th1 .sliders .sliderfor img {
	width: 100%;
}
#product .cont .block.th1 .sliders .slidernav {
	width: 100%;
}
#product .cont .block.th1 .sliders .slidernav img {
	width: 100%;
}
#product .cont .block.th1 .sliders .slidernav p {
    margin: 2%;
}
#product .cont .block.th2 .padding {
    width: 95%;
    padding: 1% 2.5% 4%;
}

#black .block {
    width: 280px;
    margin-left: -158px;
}

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

#product .cont .block.th2 .padding {
    width: 100%;
    padding: 1% 0 4%;
}
#product .cont .block.th2 .padding .prices {
    display: inline-block;
	width: 140px;
	margin-left: 10px;
	text-align: center;
}
#product .cont .block.th2 .padding .prices .new {
	padding-top: 2px;
}
#product .cont .block.th2 .padding .buttons {
    display: inline-block;
    width: 100%;
	padding: 0;
	padding-top: 20px;
	text-align: center;
}
#product .cont .block.th2 .padding .buttons p {
	display: inline-block;
	width: 80%;
}

}
@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;
}
#products .cont .products .line.n3,
#products .cont .products .line.n2 {
    display: none;
}
#products .cont .products {
	text-align: center;
}
#products .cont .products .pr.th5,
#products .cont .products .pr.th6 {
	display: inline-block;
}
#products .cont .products .pr {
	display: inline-block;
	width: 90%;
	margin-bottom: 20px;
    padding-bottom: 82px;
}
#products .cont .products .pr .absolute {
    width: 94%;
}

#products .cont .howmanyprinline {
	width: 1px;
}

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

}