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;
}
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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea:focus, input:focus{
    outline: none;
}

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

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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.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 */
#menusl .cont .block.th2 .slider .slick-dots {
	bottom: 10px;
	display:none;
}
#menusl .cont .block.th2 .slider .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 2px;
}
#menusl .cont .block.th2 .slider .slick-dots li button {
	width: 14px;
	height: 14px;
	background: #8a3a9b;
	border-radius: 10px;
	overflow: hidden;
	/*
	display:none;
	*/
}
#menusl .cont .block.th2 .slider .slick-dots li button:before {
	display: none;
}
#menusl .cont .block.th2 .slider .slick-dots li.slick-active button {
	background: #975cb2;
}


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 {
	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 {
	background: #fff;
}
#header .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    padding: 15px 0;
	display: table;
}
#header .cont .block {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
#header .cont .block.th1,
#header .cont .block.th2,
#header .cont .block.th4,
#header .cont .block.th5 {
	width: 1%;
}
#header .cont .block .logo {
	display: block;
	overflow: hidden;
	position: relative;
}
#header .cont .block .logo span {
	display: block;
	position: absolute;
	left: -100px;
	top: 0;
	width: 100px;
	height: 63px;
	background: url(../img/blick-1.png) no-repeat;
}
#header .cont .block.th2 p {
	text-align: center;
	text-transform: uppercase;
	color: #e2ad3c;
    font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.3px;
}
#header .cont .block.th2 p .m1 {
	display: none;
}
#header .cont .block.th3 {
	width: 100%;
}
#header .cont .block.th3 ul {
	display: table;
    width: 90%;
	margin: auto;
}
#header .cont .block.th3 ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/*border: 1px solid #ccc;*/
}
#header .cont .block.th3 ul li a {
	display: inline-block;
	color: #4d4d4d;
}
#header .cont .block.th3 ul li a .icon {
	display: inline-block;
	vertical-align: bottom;
	width: 21px;
	height: 18px;
	margin-right: 8px;
}
#header .cont .block.th3 ul li a.li1 .icon {
	background: url(../img/icon-1.svg) no-repeat 0px 0px;
}
#header .cont .block.th3 ul li a.li2 .icon {
	background: url(../img/icon-2.svg) no-repeat 0px 0px;
}
#header .cont .block.th3 ul li a.li3 .icon {
	background: url(../img/icon-3.svg) no-repeat 0px 0px;
}
#header .cont .block.th3 ul li a.li4 .icon {
	background: url(../img/icon-4.svg) no-repeat 0px 0px;
}
#header .cont .block.th3 ul li a:hover {
	color: #b83ac9;
}
#header .cont .block.th3 ul li a:hover .icon {
	background-position: 0px -18px;
}
#header .cont .block.th4 {
	padding-right: 10px;
}
#header .cont .block.th6 {
	padding-right: 0;
}
#header .cont .block.th4 .phone {
	margin-top: 2px;
}
#header .cont .block.th4 .phone a {
	display: block;
	width: 180px;
	color: #4d4d4d;
}
#header .cont .block.th4 .phone a .icon {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background: url(../img/vodafone-1.svg) no-repeat 0px 0px;
}
#header .cont .block.th4 .phone a:hover {
	color: #e60000;
}
#header .cont .block.th4 .phone a:hover .icon {
	background-position: 0px -15px;
}
#header .cont .block.th5 .viber {
	margin-top: 2px;
}
#header .cont .block.th5 .viber a {
	display: block;
	width: 70px;
	color: #4d4d4d;
}
#header .cont .block.th5 .viber a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 8px;
	background: url(../img/viber-1.svg) no-repeat 0px 0px;
}
#header .cont .block.th5 .viber a:hover {
	color: #8a3a9b;
}
#header .cont .block.th5 .viber a:hover .icon {
	background-position: 0px -21px;
}
#header .cont .block.th6 .langs {
	border-right: 1px solid #666;
	width: 48%;
	margin-top: 2px;
}
#header .cont .block.th6 .mml_links {
	width: 64px;
	text-align: center;
}
#header .cont .block.th6 .mml_links li {
	text-transform: uppercase;
	display: inline-block;
	width: 26px;
	padding: 2px 0 0;
	margin: 0 2px;
}
#header .cont .block.th6 .mml_links li a {
	color: #999;
}
#header .cont .block.th6 .mml_links li.active a {
	color: #4d4d4d;
}
#header .cont .block.th6 .mml_links li a:hover {
	color: #1a1a1a;
}

/*TOPMENU*/
#topmenu {
	background: #4c1c68;
}
#topmenu .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	display: table;
}
#topmenu .cont .block {
	display: table-cell;
	vertical-align: top;
}
#topmenu .cont .block.th1,
#topmenu .cont .block.th3 {
	width: 1%;
}
#topmenu .cont .block.th1 .m-menu {
	display: none;
	vertical-align: middle;
}
#topmenu .cont .block.th1 .m-menu .icon {
	width: 68px;
	height: 68px;
	background: url(../img/m-menu-1.svg) no-repeat 0px 0px;
	margin-right: 10px;
	cursor: pointer;
}
#topmenu .cont .block.th1 .m-logo {
	display: none;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
#topmenu .cont .block.th1 .m-logo span {
	display: block;
	position: absolute;
	left: -100px;
	top: 0;
	width: 100px;
	height: 63px;
	background: url(../img/blick-1.png) no-repeat;
}
#topmenu .cont .block.th1 .m-menu .icon:hover {
	background-position: 0 -68px;
}
#topmenu .cont .block.th2 {
	padding: 0 0 0 5%;
}
#topmenu .cont .block.th1 .start p a {
    display: block;
    width: 312px;
    height: 18px;
    background: #70259b;
    color: #fff;
    font-size: 18px;
	line-height: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
	letter-spacing: 0.5px;
}
#topmenu .cont .block.th1 .start p a .icon {
	display: inline-block;
	margin-right: 10px;
    width: 17px;
    height: 17px;
    background: url(../img/catalog-1.svg) no-repeat 0px 0px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#topmenu .cont .block.th1 .start p a:hover {
    background: #7d32a8;
}
#topmenu .cont .block.th1 .start p a:hover .icon {
	background-position: 0 -17px;
}
#topmenu .cont .block.th1 .start p a:hover .icon {
	background-position: 0px -17px;
}
#topmenu .cont .block.th2 .search {
    width: 100%;
    height: 58px;
    margin: auto;
    position: relative;
}
#topmenu .cont .block.th2 .search input {
    width: 76%;
    height: 16px;
    padding: 11px 11px 11px 38px;
    background: url(../img/search-1.svg) no-repeat 9px 8px, #975cb2;
    border: none;
    font-size: 20px;
	font-family:'Roboto', Tahoma, Geneva, sans-serif;
	font-size: 14px;
    margin-top: 10px;
    border-radius: 5px 0 0 5px;
	color: #4c1c68;
	float: left;
}
#topmenu .cont .block.th2 .search input.submit {
    width: 15%;
    height: 38px;
    padding: 10px 11px 11px;
    background: #70259b;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
	float: left;
	color: #fff;
    font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.3px;
}
#topmenu .cont .block.th2 .search input.submit:hover {
    background: #7d32a8;
}
#topmenu .cont .block.th2 .search .error {
	position: absolute;
	left: 0;
	top: 0;
	background: #c00;
	color: #fff;
    font-weight: bold;
	letter-spacing: 0.3px;
	font-size: 16px;
    margin-top: 10px;
    padding: 11px 25px 11px ;
    width: 76%;
    border-radius: 4px 0 0 4px;
	display: none;
}
#topmenu .cont .block.th3 .basket {
	width: 214px;
    padding: 17px 0 0;
	text-align: right;
}
#topmenu .cont .block.th3 .basket a {
    font-weight: bold;
	letter-spacing: 0.3px;
	color: #e2ad3c;
	font-size: 16px;
}
#topmenu .cont .block.th3 .basket a .icon {
	display: inline-block;
	margin-right: 10px;
    width: 21px;
    height: 21px;
    background: url(../img/cart-1.svg) no-repeat 0px 0px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#topmenu .cont .block.th3 .basket a:hover {
	color: #fcc756;
}
#topmenu .cont .block.th3 .basket a:hover .icon {
	background-position: 0px -21px;
}
#topmenu .cont .block.th3 .basket .amount {
	display: none;
}
#topmenu .cont .block.th3 .basket .m-text {
	display: none;
}

#m-padding {
	display: none;
	width: 100%;
	height: 88px;
}

/*#m-alert {
	padding: 11px 10px 10px;
	background: #8a3a9b;
    font-weight: bold;
	letter-spacing: 0.5px;
	display: none;
}
#m-alert p {
	text-align: center;
	color: #fff;
	font-size: 18px;
}
#m-alert p .icon {
	display: inline-block;
	margin-right: 10px;
	width: 23px;
	height: 16px;
    background: url(../img/money-1.svg) no-repeat 0px 0px;
	margin-bottom: 4px;
	vertical-align: middle;
}*/

/*MENU+SL*/
#menusl .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
#menusl .cont .block.th1 {
	display: table-cell;
	padding: 20px 20px 20px 0;
}
#menusl .cont .block.th1 .menu {
	background: #fff;
	box-shadow: 0px 0px 4px #b3b3b3;
	border-radius: 5px;
	width: 312px;
	padding: 2px 0 10px;
}
#menusl .cont .block.th1 .menu ul li {
	margin-top: 5px;
}
#menusl .cont .block.th1 .menu ul li a {
	display: block;
	color: #666;
	padding: 16px 26px;
}
#menusl .cont .block.th1 .menu ul li ul li {
	margin-top: 0;
}
#menusl .cont .block.th1 .menu ul li ul li a {
	color: #4d4d4d;
	padding: 12px 24px 10px;
}
#menusl .cont .block.th1 .menu ul li ul li a .icon {
	display: inline-block;
	margin-right: 8px;
    width: 25px;
    height: 22px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#menusl .cont .block.th1 .menu ul li ul li.li1 a .icon {
    background: url(../img/cat-1.svg) no-repeat 0px 0px;
}
#menusl .cont .block.th1 .menu ul li ul li.li2 a .icon {
    background: url(../img/cat-2.svg) no-repeat 0px 0px;
}
#menusl .cont .block.th1 .menu ul li ul li.li3 a .icon {
    background: url(../img/cat-3.svg) no-repeat 0px 0px;
}
#menusl .cont .block.th1 .menu ul li ul li.li4 a .icon {
    background: url(../img/cat-4.svg) no-repeat 0px 0px;
}
#menusl .cont .block.th1 .menu ul li ul li.li5 a .icon {
    background: url(../img/cat-5.svg) no-repeat 0px 0px;
}
#menusl .cont .block.th1 .menu ul li ul li.li6 a .icon {
    background: url(../img/cat-6.svg) no-repeat 0px 0px;
}
#menusl .cont .block.th1 .menu ul li a:hover {
	color: #000;
	background: #e6e6e6;
}
#menusl .cont .block.th1 .menu ul li ul li a:hover {
	color: #000;
}
#menusl .cont .block.th1 .menu ul li ul li a:hover .icon {
	background-position: 0px -22px;
}

#menusl .cont .block.th2 {
	display: table-cell;
    width: 100%;
	max-width: 860px;
	vertical-align: top;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
#menusl .cont .block.th2 .slidercont {
	width: 100%;
	opacity: 0;
}
#menusl .cont .block.th2 .slidercont .slider {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}
#menusl .cont .block.th2 .slidercont .slider .slide {
	width: 100%;
	height: 348px;
}
#menusl .cont .block.th2 .slidercont .slider .slide.th1 {
	position: relative;
	z-index: 1;
}
#menusl .cont .block.th2 .slidercont .slider .slide.th2 {
	position: absolute;
	top: 20px;
}
#menusl .cont .block.th2 .slidercont .slider .slide a {
	width: 100%;
	height: 100%;
	display: block;
}
#menusl .cont .block.th2 .slidercont .slider .slide.th1 {
	/*background: url(../img/slide-pause-1s.png) no-repeat 50% 0%;*/
	background: url(../img/slide-1.png) no-repeat 50% 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#menusl .cont .block.th2 .slidercont .slider .slide.th1.ua {
	/*background: url(../img/slide-pause-1s.png) no-repeat 50% 0%;*/
	background: url(../img/slide-1ua.png) no-repeat 50% 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#menusl .cont .block.th2 .slidercont .slider .slide.th2 {
	background: url(../img/slide-1.jpg) no-repeat 50% 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*MOB-CATS*/
#mob-cats {
	display: none;
}
#mob-cats .cont {
	width: 96%;
	margin: auto;
}
#mob-cats .cont .start p a {
    display: block;
    width: 300px;
	margin: auto;
	border-radius: 5px;
    height: 18px;
    background: #70259b;
    color: #fff;
    font-size: 18px;
	line-height: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
#mob-cats .cont .start p a .icon {
	display: inline-block;
	margin-right: 10px;
    width: 17px;
    height: 17px;
    background: url(../img/catalog-1.svg) no-repeat 0px 0px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#mob-cats .cont .start p a:hover {
    background: #7d32a8;
}
#mob-cats .cont .start p a:hover .icon {
	background-position: 0 -17px;
}
#mob-cats .cont .start p a:hover .icon {
	background-position: 0px -17px;
}
#mob-cats .cont .cats ul {
	text-align: center;
	margin-bottom: 20px;
}
#mob-cats .cont .cats ul li {
	display: inline-block;
	width: 46%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #b3b3b3;
	margin: 0 1.5% 3% 1.5%;
	font-size: 18px;
	font-weight: bold;
}
#mob-cats .cont .cats ul li a {
	padding: 3% 3% 2%;
	display: block;
	color: #444544;
	text-align: left;
	line-height: 22px;
}
#mob-cats .cont .cats ul li a .img {
	display: table-cell;
	padding-right: 6px;
	vertical-align: middle;
	width: 1%;
}
#mob-cats .cont .cats ul li a .tit {
	display: table-cell;
	vertical-align: middle;
}

/*PRODUCTS*/
#products .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	overflow: hidden;
}
#products .cont .top {
	position: relative;
}
#products .cont .block.th2 .top {
	margin-top: 30px;
}
#products .cont .top .title p {
	font-size: 18px;
	font-weight: bold;
	padding-left: 4px;
}
#products .cont .top .title p a {
	color: #444544;
}
#products .cont .top .title p a:hover {
	color: #70259b;
}
#products .cont .block .top .title p a .icon {
	display: inline-block;
	margin-right: 5px;
    width: 24px;
    height: 22px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#products .cont .block.th1 .top .title p a .icon {
    background: url(../img/new-1.svg) no-repeat 0px 0px;
}
#products .cont .block.th2 .top .title p a .icon {
    background: url(../img/sale-1.svg) no-repeat 0px 0px;
}
#products .cont .block .top .title p a:hover .icon {
	background-position: 0px -22px;
}
#products .cont .block .top .link {
	position: absolute;
	right: 0;
	top: 14px;
}
#products .cont .block .top .link a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 0 6px 4px;
	width: 150px;
}
#products .cont .block .top .link a .arrow {
	display: inline-block;
	margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url(../img/arrow-1.svg) no-repeat 0px 0px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#products .cont .block .top .link a:hover {
	background: #fff;
	color: #1a1a1a;
	border:1px solid #bfbfbf;
}
#products .cont .block .top .link a:hover .arrow {
	background-position: 0px -10px;
}
#products .cont .block .top .tabs {
	margin-top: 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
#products .cont .block .top .tabs.scroll {
	overflow: hidden;
    overflow-y: hidden;
    overflow-x: scroll;
	padding-bottom: 10px;
	position: static;
	border: none;
}
#products .cont .block .top .tabs .arr {
	width: 42px;
	height: 42px;
	background: #ccc;
	position: absolute;
	bottom: 23px;
	background: url(../img/arrow-4.svg) no-repeat 0px 0px;
	cursor: pointer;
	display: none;
}
#products .cont .block .top .tabs.scroll .arr.right {
	display: block;
}
#products .cont .block .top .tabs .arr.left {
	left: 0px;
	background-position: -42px 0px;
}
#products .cont .block .top .tabs .arr.right {
	right: 0px;
	background-position: 0px 0px;
}
#products .cont .block .top .tabs .arr.left:hover {
	background-position: -42px -40px;
}
#products .cont .block .top .tabs .arr.right:hover {
	background-position: 0px -40px;
}

#products .cont .block .top .tabs ul {
	margin-bottom: -1px;
}
#products .cont .block .top .tabs ul li {
	border: 1px solid #fcfeff;
	border-bottom: 1px solid #ccc;
	border-radius: 4px 4px 0 0;
	padding: 10px 20px;
	color: #666;
	font-size: 18px;
	display: inline-block;
	margin-left: 4px;
	background: #fcfeff;
	cursor: pointer;
	text-align: center;
	z-index: 2;
}
#products .cont .block .top .tabs ul li.active {
	color: #1a1a1a;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fcfeff;
}
#products .cont .block .top .tabs ul li:hover {
	background: #fff;
	color: #1a1a1a;
}
#products .cont .block .top .tabs ul li.active:hover {
	background: #fcfeff;
}

#products .cont .block .top .tabs .slick-prev,
#products .cont .block .top .tabs .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0px;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    /*background: url(../img/arr-1.png) no-repeat;*/
	background: #ccc;
    z-index: 1;
}
#products .cont .block .top .tabs .slick-prev {
	left: -10px;
    background: url(../img/arrow-4.svg) no-repeat -40px 0px;
}
#products .cont .block .top .tabs .slick-next {
    background: url(../img/arrow-4.svg) no-repeat 0px 0px;
	right: -10px;
}
#products .cont .block .top .tabs .slick-disabled {
	width: 0;
}


/*#products .cont .block .top .tabs .m-arr {
    background: url(../img/arrow-4.svg) no-repeat 0px 0px;
	width: 38px;
	height: 38px;
	position: absolute;
	cursor: pointer;
	top: 0;
	display: none;
}
#products .cont .block .top .tabs .m-arr.right {
    background: url(../img/arrow-4.svg) no-repeat 0px 0px;
	right: 0;
}
#products .cont .block .top .tabs .m-arr.left {
    background: url(../img/arrow-4.svg) no-repeat -40px 0px;
	left: 0;
}
#products .cont .block .top .tabs .m-arr.right:hover {
	background-position: 0px -40px;
}
#products .cont .block .top .tabs .m-arr.left:hover {
	background-position: -40px -40px;
}*/

#products .cont .middle .load {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	margin-top: 100px;
	background: url(../img/load.gif) no-repeat 0px 0px;
	z-index: 1;
	/*display: none;*/
}
#products .cont .middle .numbercardswidthcss {
	width: 6px;
	position: absolute;
	height: 0;
}
#products .cont .middle .products {
	padding: 10px 0;
	width: 101%;
	margin-left: -0.5%;
	/*height: 946px;*/
	overflow: hidden;
	opacity: 0;
	position: relative;
}
#products .cont .middle .products .line.n2 {
	display: none;
}
#products .cont .middle .products .line.n3 {
	display: none;
}
#products .cont .middle .products .line.n4 {
	display: none;
}
#products .cont .middle .products .line.n5 {
	display: none;
}
#products .cont .middle .products .line.n6 {
	display: block;
}
#products .cont .middle .products .pr {
	display: table-cell;
	vertical-align: top;
	padding: 5px;
    width: 16.6%;
	border-left: none;
	position: relative;
	border: 10px solid #fcfeff;
	padding-bottom: 116px;
}
#products .cont .middle .products .pr.stub {
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	padding-top: 0;
}
#products .cont .middle .products .pr .bg {
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    box-shadow: 0px 0px 4px #b3b3b3;
	border-radius: 5px;
}
#products .cont .middle .products .pr .notbg {
	position: relative;
	z-index: 2;
	padding: 16px;
	padding-bottom: 0;
}
#products .cont .middle .products .pr .content {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 18px;
    color: #666;
	padding: 5px 0;
	display: none;
}
#products .cont .middle .products .pr .content.show {
	display: block;
}

#products .cont .middle .products .pr .notbg.upindex {
	position: relative;
	z-index: 3;
	padding-top: 0;
}
#products .cont .middle .products .pr.stub .notbg {
	padding-top: 0;
	padding-bottom: 0;
}

#products .cont .middle .products .pr .contimg {
	position: relative;
}
#products .cont .middle .products .pr .imgload {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 42%;
	margin-top: -30px;
	background: url(../img/load.gif) no-repeat 0px 0px;
	z-index: 0;
	display: none;
}
#products .cont .middle .products .pr .img {
	position: relative;
	margin: auto;
	background: #eadee8;
}
#products .cont .middle .products .pr .img a {
	display: block;
	position: relative;
}
#products .cont .middle .products .pr .img a.abs {
	width: 0;
}
#products .cont .middle .products .pr .img a .zoom {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/zoom-1.svg) no-repeat 0px 0px;
	opacity: 0;
}
#products .cont .middle .products .pr .img a .zoom:hover {
	background-position: 0 -36px;
}
#products .cont .middle .products .pr .img img {
	width: 100%;
	height: auto;
	opacity: 0;
}

#products .cont .middle .products .slick-dots {
	bottom: 25px;
	background: #ccc;
	height: 0;
}
#products .cont .middle .products .nodots .slick-dots {
	opacity: 0;
}
#products .cont .middle .products .slick-dots li {
	margin: 0 2px;
	width: 6px;
	height: 6px;
}
#products .cont .middle .products .slick-dots li button {
	overflow: hidden;
	background: #8a3a9b;
	width: 6px;
	height: 6px;
	padding: 0;
	border-radius: 10px;
	opacity: 0.5;
}
#products .cont .middle .products .slick-dots li.slick-active button {
	opacity: 1;
}

#products .cont .middle .products .pr .stick {
	position: absolute;
	top: 25px;
	right: 25px;
}
#products .cont .middle .products .pr .stick.le {
	position: absolute;
	right: auto;
	left: 20px;
}
#products .cont .middle .products .pr .stick img {
	width: auto;
	height: auto;
	margin-left: 4px;
}
#products .cont .middle .products .pr .name a {
	display: block;
	padding: 10px 0;
	color: #1a1a1a;
	line-height: 20px;
}
#products .cont .middle .products .pr .pars {
	/*border-top: 1px solid #e6e6e6;
	margin-bottom: 10px;*/
}
#products .cont .middle .products .pr .pars.notempty {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
#products .cont .middle .products .pr .colors {
	border-top: 1px solid #e6e6e6;
	padding: 8px 0 0 0;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
#products .cont .middle .products .pr .colors.no {
	height: 25px;
}
#products .cont .middle .products .pr .colors p {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	vertical-align: middle;
	display: inline-block;
	padding-top: 7px;
	float: left;
}
#products .cont .middle .products .pr .colors p.notcolor {
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 0;
	margin-top: 4px;
    background: url(../img/close-2.svg) no-repeat 0px 0px;
}
#products .cont .middle .products .pr .colors ul {
	font-size: 14px;
	color: #666;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
	padding-left: 5px;
	float: right;
	opacity: 0;
}
#products .cont .middle .products .pr .colors ul li {
	display: inline-block;
	margin-left: 3px;
}
#products .cont .middle .products .pr .colors ul li a {
	display: block;
	border-radius: 10px;
	width: 18px;
	height: 18px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#products .cont .middle .products .pr .colors ul li a.border {
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
}
#products .cont .middle .products .pr .colors ul li a .check {
	display: block;
	width: 18px;
	height: 18px;
    background: url(../img/check-1.svg) no-repeat 0px -18px;
	display: none;
}
#products .cont .middle .products .pr .colors ul li a.border .check {
	width: 16px;
	height: 16px;
	background-position: -1px -1px;
}
#products .cont .middle .products .pr .colors ul li a.active .check {
	display: block;
}
#products .cont .middle .products .pr .colors ul li a .check.white {
	background-position: 0 -18px;
}

#products .cont .middle .products .pr .sizes {
	border-top: 1px solid #e6e6e6;
	padding: 8px 0 0 0;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	height: 27px;
}
#products .cont .middle .products .pr .sizes .fixheight {
	overflow: hidden;
}
#products .cont .middle .products .pr .sizes p {
	font-size: 14px;
	line-height: 14px;
	color: #666;
	vertical-align: middle;
	display: inline-block;
	padding-top: 7px;
	float: left;
}
#products .cont .middle .products .pr .sizes ul {
	font-size: 14px;
	color: #666;
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	padding-left: 5px;
	float: right;
	opacity: 0;
}
#products .cont .middle .products .pr .sizes ul li {
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}
#products .cont .middle .products .pr .sizes ul li a {
	display: block;
	border-radius: 3px;
	width: 16px;
	height: 14px;
	padding: 5px 4px 4px;
	border: 1px solid #b8b5ae;
	color: #1a1a1a;
	text-align: center;
	vertical-align: middle;
}
#products .cont .middle .products .pr .sizes ul li a.active {
	border: 1px solid #8a3a9b;
	color: #fff;
	background: #8a3a9b;
}
#products .cont .middle .products .pr .sizes.select {
	height: 27px;
	overflow: visible;
	position: relative;
	z-index: 1;
}
#products .cont .middle .products .pr .sizes.select ul {
	border: 1px solid #b8b5ae;
	border-radius: 3px;
	padding-left: 0;
	margin-left: 5px;
	position: absolute;
	z-index: 1;
	right: 0;
	height: auto;
	/*height: 24px;*/
	height: 0;
	overflow: hidden;
	padding-top: 24px;
}
#products .cont .middle .products .pr .sizes.select ul li {
	display: block;
	background: #fff;
	margin-left: 0;
}
#products .cont .middle .products .pr .sizes.select ul li a {
	display: block;
	border-radius:0;
	width: 16px;
	height: 14px;
	padding: 6px 6px 4px 6px;
	border: none;
	color: #1a1a1a;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	padding-right: 36px;
}
#products .cont .middle .products .pr .sizes.select ul li a:hover {
	background: #f5f5f5;
}
#products .cont .middle .products .pr .sizes.select ul li a.active {
	/*border: none;*/
	color: #1a1a1a;
	background: #f5f5f5;
}
#products .cont .middle .products .pr .sizes.select ul li.absolutepr {
	position: absolute;
	top: 0;
    /*background: url(../img/select-1.svg) no-repeat 100% 0;*/
}
#products .cont .middle .products .pr .sizes.select ul li.absolutepr a {
    background: url(../img/select-1.svg) no-repeat 100% 0;
	border-bottom: 1px solid #e6e6e6;
	border-top: none;
}

#products .cont .middle .products .pr .absolute {
	text-align: center;
	position: absolute;
	bottom: 16px;
	width: 84%;
	z-index: 1;
	padding: 0 6%;
	
}
#products .cont .middle .products .pr .absolute .count {
	display: inline-block;
	width: 58%;
	/*width: 120px;*/
	overflow: hidden;
	vertical-align: middle;
	padding-right: 2%;
}
#products .cont .middle .products .pr .absolute .count input {
	width: 33%;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 7px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	margin: 0;
	user-select: none;
}
#products .cont .middle .products .pr .absolute .count .minus {
	width: 30%;
	height: 34px;
	border-radius: 5px 0 0 5px;
    background: url(../img/minus-1.svg) no-repeat 50% 0px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	user-select: none;
}
#products .cont .middle .products .pr .absolute .count .minus:hover {
	background-position: 50% -34px;
}
#products .cont .middle .products .pr .absolute .count .plus {
	width: 30%;
	height: 34px;
	border-radius: 0 5px 5px 0;
    background: url(../img/plus-1.svg) no-repeat 50% 0px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	user-select: none;
}
#products .cont .middle .products .pr .absolute .count .plus:hover {
	background-position: 50% -34px;
}
#products .cont .middle .products .pr .absolute .prices {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	text-align: left;
}
#products .cont .middle .products .pr .absolute .prices p {
	display: inline-block;
	float: right;
}
#products .cont .middle .products .pr .absolute .prices .new {
	font-size: 20px;
	font-weight: bold;
	display: block;
}
#products .cont .middle .products .pr .absolute .prices .new strong {
	font-size: 24px;
}
#products .cont .middle .products .pr .absolute .prices .old {
	font-size: 14px;
	color: #666;
	padding-right: 2px;
	border-bottom: 1px solid #666;
	display: inline-block;
	height: 6px;
}
#products .cont .middle .products .pr .absolute .button {
	display: block;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	background: #8a3a9b;
	margin-top: 15px;
	letter-spacing: 0.5px;
	cursor: pointer;
	width: 100%;
	position: relative;
}
#products .cont .middle .products .pr .absolute .button:hover {
	background: #a454b5;
}
#products .cont .middle .products .pr .absolute .button .buy {
	padding: 14px 0;
}
#products .cont .middle .products .pr .absolute .button .add {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -20px;
	display: none;
}
#products .cont .middle .products .pr .absolute .button .add .check {
	width: 0;
	height: 40px;
	position: absolute;
    background: url(../img/add-1.svg) no-repeat 0px 0px;
	top: 0;
	left: 0;
}

/*#products .cont .middle .fakeprs {
	width: 100%;
	display: table;
}
#products .cont .middle .fakeprs .pr {
	padding-bottom: 20px;
}*/

#products .cont .middle .products .pr.th19,
#products .cont .middle .products .pr.th20 {
	display: none;
}

#products .cont .middle .addproduct {
	border-bottom: 1px solid #ccc;
	height: 13px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 40px;
	background: #ccc;
    background: url(../img/add-products-1.png);
	margin-top: -46px;
	position: relative;
	z-index: 2;
}
#products .cont .middle .padding {
	display: inline-block;
	background: #fcfeff;;
	padding: 0 20px;
	position: relative;
}
/*#products .cont .middle .padding .arr {
	width: 62px;
	height: 30px;
	border-radius: 4px;
    background: url(../img/arrow-2.svg) no-repeat 0px 0px;
	cursor: pointer;
	position: relative;
}*/
#products .cont .middle .padding .arr {
	width: 170px;
	padding: 8px 0 6px 5px;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	text-align: center;
    color: #fff;
	font-size: 14px;
    font-weight: bold;
	text-transform: uppercase;
    background: #8a3a9b;
	letter-spacing: 0.5px;
}
#products .cont .middle .padding .arr .arrow {
    width: 10px;
    height: 10px;
    background: url(../img/arrow-7.svg) no-repeat 0px 0px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
#products .cont .middle .padding .arr:hover {
	background:#a454b5;
}
/*#products .cont .middle .padding .arr:hover {
	background-position: 0 -30px;
}*/
#products .cont .middle .addproduct .arr .load2 {
	width: 100%;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	background: #8a3a9b;
	border-radius: 4px;
	display: none;
}
#products .cont .middle .addproduct .arr:hover .load2 {
	background: #a454b5;
}
#products .cont .middle .addproduct .arr .load2 .gif {
	width: 100%;
	height: 30px;
    background: url(../img/load2.gif) no-repeat 50% -1px;
}
#products .cont .middle .padding .arr.nomoreproducts {
	background: #d9d9d9;
	cursor: default;
}
#products .cont .middle .padding .opacity {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}
#products .cont .middle .padding .opacity.show {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}

/*BANNER*/
#banner {
	width:100%;
	background:#4e1c66;
	margin-bottom: 30px;
	margin-top: 30px;
}
#banner .top {
	width:100%;
	height:5px;
	background: url(../img/top.png) repeat-x;
	position:absolute;
}
#banner .bottom {
	width:100%;
	height:5px;
	background: url(../img/bottom2.png) repeat-x;
	position:absolute;
}
#banner .cont {
	width:1160px;
	margin:auto;
	position:relative;
	padding-bottom: 20px;
}
#banner .cont .th2 {
	position: absolute;
	top: 54px;
	margin-left: 20px;
}
#banner .cont .link {
	position:absolute;
	right:0;
	top:190px;
	width:360px;
	height:49px;
	background: url(../img/banner3.png) no-repeat 0px 0px;
}
#banner .cont .link.ua {
	background: url(../img/banner3-ua.png) no-repeat 0px 0px;
}
#banner .cont .link:hover {
	background-position:0px -49px;
}

#all-cats .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
#all-cats .cont .top {
	position: relative;
	margin-bottom: 20px;
}
#all-cats .cont .top .title p {
	font-size: 18px;
	font-weight: bold;
	padding-left: 4px;
}
#all-cats .cont .top .title p a {
	color: #444544;
}
#all-cats .cont .top .title p a:hover {
	color: #70259b;
}
#all-cats .cont .top .title p a .icon {
	display: inline-block;
	margin-right: 5px;
    width: 24px;
    height: 22px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#all-cats .cont .top .title p a .icon {
    background: url(../img/all-cats-1.svg) no-repeat 0px 0px;
}
#all-cats .cont .top .title p a:hover .icon {
	background-position: 0px -22px;
}

#all-cats .cont .bottom {
	padding: 4px;
}
#all-cats .cont .bottom .bg {
	background: #fff;
	box-shadow: 0px 0px 4px #b3b3b3;
	border-radius: 6px;
	padding: 30px;
}
#all-cats .cont .bottom table {
	width: 100%;
}
#all-cats .cont .bottom table tr td {
	border-right: 1px solid #ccc;
	padding-left: 2%;
}
#all-cats .cont .bottom table tr td tr td {
	border-right: none;
	padding-left: 0;
}
#all-cats .cont .bottom table tr td.noborder {
	border-right: none;
}
#all-cats .cont .bottom table tr td.nopadding {
	padding-left: 0;
}
#all-cats .cont .bottom table tr td.toppadding {
	padding-top: 15px;
}
#all-cats .cont .bottom .tit {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 25px;
	color: #1a1a1a;
}
#all-cats .cont .bottom p.name {
	margin-bottom: 15px;
}
#all-cats .cont .bottom p a {
	color: #1a1a1a;
}
#all-cats .cont .bottom p a:hover {
	color: #000;
}
#all-cats .cont .bottom p a {
	color: #444544;
}
#all-cats .cont .bottom p a .icon {
	display: inline;
	margin-right: 6px;
}
#all-cats .cont .bottom p a .icon .img {
	width: 13px;
	height: 13px;
	display: inline-block;
}
#all-cats .cont .bottom p a.gold .icon .img {
	background: url(../img/gold-1.svg) no-repeat 0px 0px;
}
#all-cats .cont .bottom p a.silver .icon .img {
	background: url(../img/silver-1.svg) no-repeat 0px 0px;
}
#all-cats .cont .bottom p a:hover .icon .img {
	background-position: 0px -13px;
}
#all-cats .cont .bottom p a.gold:hover {
	color: #dfa325;
}
#all-cats .cont .bottom p a.silver:hover {
	color: #7c7c7c;
}

/*BOTTOM-TEXT*/
#bottomtext .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	padding-bottom: 40px;
}

#bottomtext .cont td.padding {
	padding-right: 20px;
    width: 49%;
}
#bottomtext .cont h1,
#bottomtext .cont h2,
#bottomtext .cont h3,
#bottomtext .cont h4,
#bottomtext .cont h5,
#bottomtext .cont h6  {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    color: #4d4d4d;
	letter-spacing: 0.3px;
	line-height: 22px;
}
#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: 22px;
    color: #4d4d4d;
    margin-bottom: 15px;
	text-align: justify;
}
#bottomtext .cont .hiddentext .showing {
	height: 0;
}
#bottomtext .cont .hiddentext a {
	color: #2c4cff;
	border-bottom:1px solid #2c4cff;
}
#bottomtext .cont .hiddentext a:hover {
	color: #0027ff;
	border-bottom:1px solid #fcfeff;
}

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

/*FOOTER*/
#footer {
	background: #626262;
}
#footer .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
	padding: 20px 0 10px;
}
#footer .cont .tit {
	color: #e9e9e9;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
#footer .cont p {
	color: #b3b3b3;
	margin-bottom: 5px;
}
#footer .cont .block.th1 .margin {
	margin-bottom: 15px;
}
#footer .cont .block.th2 .margin {
	margin-bottom: 10px;
}
#footer .cont .block.th1 tr td strong {
	display: inline-block;
	width: 42px;
	text-align: center;
	padding: 1px 6px;
	background: #b3b3b3;
	border-radius: 4px;
	color: #626262;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-left: 5px;
	margin-right: 20px;
}
#footer .cont .block.th1 .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: 3px;
	margin-right: 8px;
	vertical-align: middle;
}
#footer .cont .block.th1 .time .icon {
    background: url(../img/time-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th1 .alert .icon {
    background: url(../img/alert-1.svg) no-repeat 0px 0px;
}
#footer .cont .block {
	display: table-cell;
	vertical-align: top;
}
#footer .cont .block.th1 {
	padding-right: 20px;
	min-width: 600px;
}
#footer .cont .block.th2 {
	width: 100%;
}
#footer .cont .block.th2 .min {
	width: 100%;
	display: block;
	background: #b3b3b3;
	border-radius: 4px;
	text-align: center;
	padding: 10px 0 8px;
	color: #444544;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
}
#footer .cont .block.th2 .min strong {
	font-size: 20px;
	margin-left: 5px;
}
#footer .cont .block.th2 .min strong .stronger {
	font-size: 26px;
	margin-right: 5px;
}
#footer .cont .block.th2 .min .icon {
	display: inline-block;
	width: 25px;
	height: 21px;
	margin-bottom: 6px;
	margin-right: 10px;
	vertical-align: middle;
    background: url(../img/money-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 p a {
	color: #b3b3b3;
}
#footer .cont .block.th2 .contacts tr td {
	padding-right: 48px;
}
#footer .cont .block.th2 .contacts tr td.last {
	padding-right: 0;
}
#footer .cont .block.th2 p.phone a .icon {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 6px;
    background: url(../img/vodafone-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 p.phone a:hover .icon {
	background-position: 0px -17px;
}
#footer .cont .block.th2 p a:hover {
	color: #e6e6e6;
}
#footer .cont .block.th2 p.viber a .icon {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 6px;
    background: url(../img/viber-2.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 p.viber a:hover .icon {
	background-position: 0px -22px;
}
#footer .cont .block.th2 p.mail a .icon {
	width: 18px;
	height: 17px;
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 6px;
    background: url(../img/mail-1.svg) no-repeat 0px 0px;
}
#footer .cont .block.th2 p.mail a:hover .icon {
	background-position: 0px -17px;
}
#footer .cont .block.th2 .links {
	width: 100%;
}
#footer .cont .block.th2 .links tr td {
}
#footer .cont .block.th2 .links tr td.last {
	width: 1%;
}
#footer .cont .block.th2 .links tr td.dot {
	vertical-align: middle;
	text-align: center;
	width: 10%;
}
#footer .cont .block.th2 .links tr td.dot p {
	display:inline-block;
	width: 4px;
	height: 4px;
	background: #b3b3b3;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 4px;
}
#footer .cont .block.th2 .links tr td p a .dot {
	position: absolute;
    width: 4px;
    height: 4px;
    background: #b3b3b3;
    border-radius: 5px;
	left: 0;
	top: 5px;
    display: none;
}

#footer .copyright {
	padding: 20px 0;
	background: #4d4d4d;
}
#footer .copyright p {
	text-align: center;
	color: #898989;
}


/*MOB-MENU*/
#mob-menu {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 4;
	margin-top: 80px;
	left: -100%;
	display: none;
	overflow: hidden;
	overflow-y: visible;
	border-top: 10px solid #fff;
}
#mob-menu .top {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#mob-menu .top .langs {
	border-right: 1px solid #666;
	width: 32px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#mob-menu .top .mml_links {
	width: 64px;
	text-align: center;
}
#mob-menu .top .mml_links li {
	text-transform: uppercase;
	display: inline-block;
	width: 26px;
	padding: 2px 0 0;
	margin: 0 2px;
}
#mob-menu .top .mml_links li a {
	color: #666;
}
#mob-menu .top .mml_links li.active a {
	color: #1a1a1a;
}
#mob-menu .top .mml_links li a:hover {
	color: #1a1a1a;
}
#mob-menu .top .close {
	display: block;
	width: 50px;
	height: 50px;
    background: url(../img/close-1.svg) no-repeat 0px 0px;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
#mob-menu .top .close:hover {
	background-position: 0px -50px;
}
#mob-menu .middle .padding {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#mob-menu .middle .menu.border {
	margin: 5px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#mob-menu .middle .menu li {
	padding: 4px 20px;
}
#mob-menu .middle .menu li a {
	color: #444544;
	display: block;
	padding: 4px 0;
}
#mob-menu .middle .menu li a .icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	margin-right: 6px;
	margin-bottom: 6px;
}
#mob-menu .middle .menu li.li1 a .icon {
    background: url(../img/li-1.svg) no-repeat 0px 0px;
}
#mob-menu .middle .menu li.li2 a .icon {
    background: url(../img/li-2.svg) no-repeat 0px 0px;
}
#mob-menu .middle .menu li.li3 a .icon {
    background: url(../img/li-3.svg) no-repeat 0px 0px;
}
#mob-menu .middle .menu li a:hover {
	color: #000;
}
#mob-menu .middle .menu li a:hover .icon {
	background-position: 0 -18px;
}
#mob-menu .middle .menu li a .arr {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
	background: #ccc;
	margin-left: 6px;
	margin-bottom: 1px;
}
#mob-menu .middle .menu li a .arr {
    background: url(../img/arrow-3.svg) no-repeat 0px 0px;
}
#mob-menu .middle .menu li a.open .arr {
	background-position: -18px 0;
}
#mob-menu .middle .menu li a:hover .arr {
	background-position: 0 -18px;
}
#mob-menu .middle .menu li a.open:hover .arr {
	background-position: -18px -18px;
}
#mob-menu .middle .submenu {
	padding: 5px 20px;
	background: #f5f5f5;
	margin: 0 0 10px 0;
	display: none;
}
#mob-menu .middle .submenu li a {
	padding: 20px;
	background: #f5f5f5;
	margin: 10px 0;
}
#mob-menu .middle .submenu li {
	margin-top: 5px;
}
#mob-menu .middle .submenu li a {
	display: block;
	color: #666;
	padding: 6px 0;
}
#mob-menu .middle .submenu li ul li a {
	color: #4d4d4d;
	padding: 1px 0;
}
#mob-menu .middle .submenu li ul li a .icon {
	display: inline-block;
	margin-right: 8px;
    width: 25px;
    height: 22px;
	margin-bottom: 4px;
	vertical-align: middle;
}
#mob-menu .middle .submenu li ul li.li1 a .icon {
    background: url(../img/cat-1.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li2 a .icon {
    background: url(../img/cat-2.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li3 a .icon {
    background: url(../img/cat-3.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li4 a .icon {
    background: url(../img/cat-4.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li5 a .icon {
    background: url(../img/cat-5.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li ul li.li6 a .icon {
    background: url(../img/cat-6.svg) no-repeat 0px 0px;
}
#mob-menu .middle .submenu li a:hover {
	color: #000;
}
#mob-menu .middle .submenu li ul li a:hover {
	color: #000;
}
#mob-menu .middle .submenu li ul li a:hover .icon {
	background-position: 0px -22px;
}


#mob-menu .middle .menu li a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 18px;
	margin-right: 8px;
}
#mob-menu .middle .menu li.li4 a .icon {
	background: url(../img/icon-1.svg) no-repeat 0px 0px;
	margin-right: 10px;
}
#mob-menu .middle .menu li.li5 a .icon {
	background: url(../img/icon-2.svg) no-repeat 0px 0px;
	margin-right: 10px;
}
#mob-menu .middle .menu li.li6 a .icon {
	background: url(../img/icon-3.svg) no-repeat 0px 0px;
	margin-right: 10px;
}
#mob-menu .middle .menu li.li7 a .icon {
	background: url(../img/icon-4.svg) no-repeat 0px 0px;
	margin-right: 10px;
}
#mob-menu .middle .menu li a:hover {
	color: #b83ac9;
}
#mob-menu .middle .menu li a:hover .icon {
	background-position: 0px -18px;
}

#mob-menu .bottom {
	padding: 20px;
}

#mob-menu .bottom .phone {
	margin-top: 2px;
	display: inline-block;
	margin-right: 5px;
}
#mob-menu .bottom .phone a {
	display: block;
	width: 180px;
	color: #1a1a1a;
}
#mob-menu .bottom .phone a .icon {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	margin-right: 8px;
	background: url(../img/vodafone-1.svg) no-repeat 0px 0px;
}
#mob-menu .bottom .phone a:hover {
	color: #e60000;
}
#mob-menu .bottom .phone a:hover .icon {
	background-position: 0px -15px;
}
#mob-menu .bottom .viber {
	margin-top: 2px;
	display: inline-block;
}
#mob-menu .bottom .viber a {
	display: block;
	width: 70px;
	color: #1a1a1a;
}
#mob-menu .bottom .viber a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 8px;
	background: url(../img/viber-1.svg) no-repeat 0px 0px;
}
#mob-menu .bottom .viber a:hover {
	color: #8a3a9b;
}
#mob-menu .bottom .viber a:hover .icon {
	background-position: 0px -21px;
}

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


#header .cont {
    width: 96%;
    max-width: none;
}
#header .cont .block.th4 {
	padding-right: 0;
}
#topmenu .cont {
    width: 96%;
    max-width: none;
}
#menusl .cont {
    width: 96%;
    max-width: none;
}
#products .cont {
    width: 96%;
    max-width: none;
}
#all-cats .cont {
    width: 96%;
    max-width: none;
}
#bottomtext .cont {
    width: 96%;
    max-width: none;
}
#footer .cont {
    width: 96%;
    max-width: none;
}
	
}

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

#products .cont .middle .products .pr .absolute .count {
    width: 54%;
}
#products .cont .middle .products .pr .absolute .prices {
    width: 44%;
}
	
}

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

#header .cont .block {
    padding-right: 10px;
}
#header .cont .block.th3 ul {
    width: 100%;
}
	
#all-cats .cont .bottom table tr td {
    border-right: none;
    padding-left: 2%;
}
	
#footer .cont .block.th2 .links tr td.m-hide-1 {
	display: none;
}
	
}

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


#products .cont .middle .products .line.n6 {
	display: none;
}
#products .cont .middle .products .line.n5 {
	display: block;
}
#products .cont .middle .products .line.n4 {
	display: none;
}
#products .cont .middle .products .line.n3 {
	display: none;
}
#products .cont .middle .products .line.n2 {
	display: none;
}
#products .cont .middle .products .pr {
    width: 20%;
}
/*#products .cont .middle .products .pr.th11,
#products .cont .middle .products .pr.th12 {
	display: none;
}*/
	
/*#products .cont .middle .fakeprs .pr.th6 {
	display: none;
}*/

#all-cats .cont .bottom table tr td {
    border-right: 1px solid #ccc;
}
#all-cats .cont .bottom table tr td tr td {
	display: block;
	margin-bottom: 10px;
}
	
#footer .cont .block.th2 .links tr td.m-hide-2 {
	display: none;
}
#footer .cont .block.th2 .contacts tr td {
    padding-right: 20px;
}
	
#products .cont .middle .numbercardswidthcss {
	width: 5px;
}
	
#products .cont .middle .products .pr.th19,
#products .cont .middle .products .pr.th20 {
	display: table-cell;
}
	
}
@media
only screen and (max-width : 1276px), only screen and  and (max-device-width : 1276px) {

#header .cont .block.th3 ul li {
    display: inline-block;
	width: 35%;
	text-align: left;
	margin-bottom: 4px;
	padding-left: 10%;
}
#header .cont .block.th4 {
    display: inline-block;
	width: 100%;
	padding-top: 12px;
}
#header .cont .block.th5 {
    display: inline-block;
	width: 100%;
	padding-top: 2px;
}
#header .cont .block.th4 .phone {
    margin-left: 3px;
}
#header .cont .block.th3 {
    width: 50%;
}
#topmenu .cont .block.th1 .start p a {
    width: 220px;
}
#menusl .cont .block.th1 .menu {
    width: 220px;
}

}

@media
only screen and (max-width : 1220px), only screen and  and (max-device-width : 1220px) {
	
#products .cont .middle .products .line.n6 {
	display: none;
}	
#products .cont .middle .products .line.n5 {
	display: none;
}
#products .cont .middle .products .line.n4 {
	display: block;
}
#products .cont .middle .products .line.n3 {
	display: none;
}
#products .cont .middle .products .line.n2 {
	display: none;
}
#products .cont .middle .products .pr {
    width: 25%;
}
/*#products .cont .middle .products .pr.th11,
#products .cont .middle .products .pr.th12 {
	display: table-cell;
}*/

/*#products .cont .middle .fakeprs .pr.th5,
#products .cont .middle .fakeprs .pr.th6 {
	display: none;
}*/
	
#banner .cont {
    width: 96%;
}
#banner .cont .link {
    top: 138px;
}
#banner .cont .th1 {
	width: 420px;
	height: auto;
	margin-right: 0;
}
#banner .cont .th2 {
	width: 420px;
	height: auto;
	position: absolute;
	top: 32px;
}

#products .cont .middle .numbercardswidthcss {
	width: 4px;
}

}

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

#header .cont .block.th2 p {
	text-align: left;
}	
#header .cont .block.th2 p .m1 {
	display: inline;
}	
#header .cont .block.th2 p .m2 {
	display: none;
}
#header .cont .block.th3 {
    width: 54%;
}
#header .cont .block.th3 ul li {
    width: 40%;
    padding-left: 8%;
}
#header .cont .block.th6 .langs {
    border-right:none;
    width: auto;
    margin-top: -16px;
	border-bottom: 1px solid #666;
	height: 20px;
}
#header .cont .block.th6 .mml_links {
    width: 24px;
}
#header .cont .block.th6 .mml_links li {
    padding: 0;
    margin: 0;
	width: auto;
	margin-bottom: 11px;
	text-align: center;
}
#topmenu .cont .block.th1 .start p a {
    width: 242px;
}
#topmenu .cont .block.th2 .search input {
    width: 70%;
}
#topmenu .cont .block.th2 .search .error {
    width: 70%;
}
#menusl .cont .block.th1 .menu {
    width: 242px;
}
	
#menusl .cont .block.th2 {
    max-width: 320px;
}
/*#menusl .cont .block.th2 {
    max-width: 662px;
}
#menusl .cont .block.th1 .menu ul li a {
    padding: 8px 0;
}
#menusl .cont .block.th1 .menu ul li ul li a {
    padding: 3px 0;
}*/
	
#footer .cont .block.th1 {
    min-width: 400px;
}
#footer .cont .block.th1 .alert {
	position: relative;
	padding-left: 24px;
	line-height: 20px;
}
#footer .cont .block.th1 .alert .icon {
	position: absolute;
	left: 0;
}
	
}

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

#products .cont .middle .products .line.n6 {
	display: none;
}	
#products .cont .middle .products .line.n5 {
	display: none;
}
#products .cont .middle .products .line.n4 {
	display: none;
}
#products .cont .middle .products .line.n3 {
	display: block;
}
#products .cont .middle .products .line.n2 {
	display: none;
}
#products .cont .middle .products .pr {
    width: 33.3%;
}

/*#products .cont .middle .fakeprs .pr.th4,
#products .cont .middle .fakeprs .pr.th5,
#products .cont .middle .fakeprs .pr.th6 {
	display: none;
}*/

#products .cont .block .top .tabs ul li {
    padding: 10px 16px;
}
#header .cont .block.th3 ul li {
    padding-left: 2%;
	min-width: 180px
}
#topmenu .cont .block.th1 .start p a {
    width: 220px;
}
#topmenu .cont .block.th2 .search input.submit {
    width: 17%;
}
/*#menusl .cont .block.th1 .menu {
    width: 178px;
}*/
#menusl .cont .block.th1 .menu ul li a {
    padding: 10px 26px;
}
#menusl .cont .block.th1 .menu ul li ul li a {
    padding: 8px 24px 6px;
}
#menusl .cont .block.th2 {
    max-width: 578px;
}

#footer .cont .block {
    display: block;
}
#footer .cont .block.th1 {
	min-width:auto;
	padding: 0;
}
#footer .cont .block.th2 .links tr td.m-hide-1,
#footer .cont .block.th2 .links tr td.m-hide-2 {
    display: table-cell;
}

#products .cont .middle .numbercardswidthcss {
	width: 3px;
}
	
#products .cont .middle .products .pr.th19,
#products .cont .middle .products .pr.th20 {
	display: none;
}

}

@media
only screen and (max-width : 900px), only screen and  and (max-device-width : 900px) {
	
#header .cont .block.th2 {
	display: none;
}
#topmenu .cont .block.th2 .search input.submit {
    width: 24%;
}
#topmenu .cont .block.th2 .search input {
    width: 58%;
}
#topmenu .cont .block.th2 .search .error {
    width: 58%;
}
	
#menusl .cont .block.th1 .menu {
    width: 220px;
}
#menusl .cont .block.th2 {
    max-width: 512px;
}
#menusl .cont .block.th2 .slidercont .slider .slide.th1,
#menusl .cont .block.th2 .slidercont .slider .slide.th2 {
	background-position: 40% 0%;
}
#products .cont .block .top .tabs ul li {
    padding: 10px 10px;
}

#banner .cont {
	width: 446px;
	padding-bottom: 20px;
	overflow: hidden;
}
#banner .cont .th1 {
    width: 420px;
    margin-right:0;
}
#banner .cont .th2 {
	position: static;
	top: auto;
	margin-top: 10px;
}
#banner .cont .link {
	display: block;
	position: static;
	top: auto;
	margin-top: 10px;
	float: right;
}
	
#bottomtext .cont td {
	display: block;
}
#bottomtext .cont td.padding {
	padding-right: 0;
    width: 100%;
}
	
}

@media
only screen and (max-width : 796px), only screen and  and (max-device-width : 796px) {
	
#header {
	display: none;
}
#topmenu {
    background: #fff;
	box-shadow: 0 0 3px #777;
	position: fixed;
	z-index: 4;
}
#topmenu .cont {
	padding: 10px 0;
}
#topmenu .cont .block.th1 .start {
	display: none;
}
#topmenu .cont .block.th1 .m-menu {
	display: table-cell;
}
#topmenu .cont .block.th1 .m-logo {
	display: table-cell;
}
#topmenu .cont .block.th2 .search {
	margin-top: 2px;
}
#topmenu .cont .block.th2 .search input {
	padding: 0 3%;
	height: 42px;
    background: #e9e9e9;
    border:none;
    font-size: 20px;
    border-radius: 5px;
    color: #1a1a1a;
	width: 93%;
	margin-top: 8px;
}
#topmenu .cont .block.th2 .search input.submit {
    border: none;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 0;
	overflow: hidden;
	text-indent: 50px;
	background: url(../img/search-2.svg) no-repeat 0px 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 5px;
}
#topmenu .cont .block.th2 .search input.submit:hover {
	background: url(../img/search-2.svg) no-repeat 0px 0px;
}
#topmenu .cont .block.th2 .search .error {
    width: 73%;
}
#topmenu .cont .block.th3 {
	width: 20%;
	padding-left: 5%;
}
#topmenu .cont .block.th3 .basket {
    width: auto;
	height: 28px;
    padding: 0;
    text-align: left;
	margin-top: 18px;
}
#topmenu .cont .block.th3 .basket .amount {
	display: block;
}
#topmenu .cont .block.th3 .basket .m-text {
	display: block;
}
#topmenu .cont .block.th3 .basket .pc-text {
	display: none;
}
#topmenu .cont .block.th3 .basket a {
	position: relative;
    color: #1a1a1a;
}
#topmenu .cont .block.th3 .basket a .icon {
    display:block;
	float: left;
    margin:0;
    width: 28px;
    height: 28px;
    background: url(../img/cart-2.svg) no-repeat 0px 0px;
    vertical-align: top;
}
#topmenu .cont .block.th3 .basket a .amount {
    display:block;
    width: 19px;
    height: 19px;
    background: #dfa631;
	border: 2px solid #fff;
	position: absolute;
	left: -13px;
	top: -6px;
	border-radius: 14px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
#topmenu .cont .block.th3 .basket .m-text {
	padding-left: 40px;
	text-align: right;
	padding-top: 6px;
	text-align: center;
	font-size: 18px;
}
#topmenu .cont .block.th3 .basket a:hover {
	color: #1a1a1a;
}
#topmenu .cont .block.th3 .basket a:hover .icon {
	background-position: 0px 0px;
}
#topmenu .cont .block.th3 .basket a:hover .amount {
	background: #f8bf4a;
}
#m-padding {
	display: block;
}
#menusl .cont .block.th2 .slidercont .slider .slide.th1,
#menusl .cont .block.th2 .slidercont .slider .slide.th2 {
	background-position: 50% 0%;
}
#menusl .cont {
    width: 100%;
}
#menusl .cont .block.th1 .menu {
	display: none;
}
#menusl .cont .block.th1 {
    padding: 0;
	display: block;
}
#menusl .cont .block.th2 {
	width: 100%;
	max-width: none;
	display: block;
	padding-top: 0;
}
#menusl .cont .block.th2 .slidercont .slider {
    border-radius: 0;
	padding-bottom: 20px;
}
	
.slick-dots {
    width: 300px;
    margin-left: -150px;
}
#menusl .cont .block.th2 .slider .slick-dots {
    bottom: 0px;
}
#menusl .cont .block.th2 .slider .slick-dots li {
    width: 34px;
    height: 6px;
	margin: 0 5px;
}
#menusl .cont .block.th2 .slider .slick-dots li button {
    width: 34px;
    height: 6px;
	background: #d6d6d6;
}
#menusl .cont .block.th2 .slider .slick-dots li.slick-active button {
    background: #a19e97;
}
#menusl .cont .block.th2 .slidercont .slider .slide.th2 {
	top: 0;
}
	
#mob-menu {
	display: block;
}
	
#products .cont .block .top .link {
    top: 0;
}
	
/*#m-alert {
	display: block;
}*/
	
#mob-cats {
	display: block;
}
	
#all-cats .cont .bottom .tit {
    margin-bottom: 0;
}
#all-cats .cont .bottom table tr td {
	display: block;
	border: none;
	padding-left: 0;
}
#all-cats .cont .bottom table tr td tr td {
	display: table-cell;
}
#all-cats .cont .bottom table tr td.toppadding {
    padding-top: 0;
}
#all-cats .cont .bottom p.name {
    margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 15px;
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}
#all-cats .cont .bottom table tr td table {
	/*width: 75%;*/
}

#footer .cont .block.th2 .links tr td.m-hide-1 {
    display: none;
}

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

#products .cont .middle .products .line.n6 {
	display: none;
}	
#products .cont .middle .products .line.n5 {
	display: none;
}
#products .cont .middle .products .line.n4 {
	display: none;
}
#products .cont .middle .products .line.n3 {
	display: none;
}
#products .cont .middle .products .line.n2 {
	display: block;
}
#products .cont .middle .products .pr {
    width: 46%;
}

/*#products .cont .middle .fakeprs .pr.th3,
#products .cont .middle .fakeprs .pr.th4,
#products .cont .middle .fakeprs .pr.th5,
#products .cont .middle .fakeprs .pr.th6 {
	display: none;
}*/
	
#topmenu .cont .block.th2 .search .error {
    width: 68%;
}

#mob-cats .cont .cats ul li a .img img {
    width: 80px;
	height: auto;
}

#footer .cont .block.th2 .links tr td.m-hide-2 {
    display: none;
}

#products .cont .middle .numbercardswidthcss {
	width: 2px;
}
	
#products .cont .middle .products .pr.th19,
#products .cont .middle .products .pr.th20 {
	display: table-cell;
}

}
@media
only screen and (max-width : 630px), only screen and  and (max-device-width : 630px) {
	
#products .cont {
    overflow: visible;
}
/*#products .cont .block .top .tabs ul li {
    padding: 10px 6px;
	margin-left: 2px;
}
#products .cont .block .top .link {
    top: -2px;
}*/
#topmenu .cont .block.th2 .search .error {
    width: 85%;
    padding: 11px;
	border-radius: 5px;
}

}
@media
only screen and (max-width : 584px), only screen and  and (max-device-width : 584px) {
	
#topmenu .cont .block.th2 {
	position: relative;
	padding: 0;
}
#topmenu .cont .block.th2 .search {
	position: absolute;
	margin: 0;
	background: #fff;
	padding: 5px 0;
	right: 0;
}
#topmenu .cont .block.th3 {
    width: 24%;
}
#topmenu .cont .block.th1 {
	border-right: 20px solid #fff;
}
#topmenu .cont .block.th2 .search {
	width: 45px;
}
#topmenu .cont .block.th2 .search input#search-1 {
	position: absolute;
	width: 96%;
	padding: 0 2%;
	display:none;
}
#topmenu .cont .block.th2 .search input {
    background: #fff;
}
#topmenu .cont .block.th2 .search input.submit {
    top: 5px;
}
#topmenu .cont .block.th2 .search .error {
    padding: 12px;
    margin-top: 14px;
}
	
#menusl .cont .block.th2 .slidercont .slider .slide {
    max-height: 260px;
}

/*#products .cont .block .top .tabs {
	overflow: hidden;
	height: 40px;
}
#products .cont .block .top .tabs ul {
	width: 500px;
	position: absolute;
}
#products .cont .block .top .tabs ul li {
    padding: 10px 15px;
}*/
/*#products .cont .block .top .tabs .m-arr.right {
	display: block;
}*/
	
#products .cont .block .top .tabs ul {
	width: 96%;
	overflow: visible;
	padding: 0 20px;
	margin: auto;
	margin-bottom: -1px;
}
#products .cont .block .top .tabs ul li {
	margin: 0;
}

#all-cats .cont .bottom .bg {
    padding-bottom: 20px;
}
#all-cats .cont .bottom .tit {
    margin-bottom: 10px;
}
#all-cats .cont .bottom table tr td tr td {
    display: block;
}
#all-cats .cont .bottom p.name {
    margin-top: 10px;
}
	

#footer .cont .block.th2 .links tr td {
    display: inline-block;
	width: 48%;
}
#footer .cont .block.th2 .links tr td.m-hide-1,
#footer .cont .block.th2 .links tr td.m-hide-2 {
    display: inline-block;
}
#footer .cont .block.th2 .links tr td.dot {
    display: none;
}
#footer .cont .block.th2 .links tr td p a {
	display: block;
	position: relative;
	padding-left: 14px;
	margin-right:10px;
}
#footer .cont .block.th2 .links tr td p a .dot {
    display:block;
}
	
#footer .cont .block.th2 .contacts tr td {
    padding-right: 10px;
}
#footer .cont p {
	color: #DEDEDE;
    margin-bottom: 10px;
}
#footer .cont .block.th1 tr td strong {
	color: #454545;
}
#footer .cont .block.th2 p a {
	color: #DEDEDE;
}
#footer .cont .block.th2 p a:hover {
	color: #fff;
}
#footer .copyright p {
	color: #bfbfbf;
}
	
}
@media
only screen and (max-width : 500px), only screen and  and (max-device-width : 500px) {

#topmenu .cont .block.th3 {
    padding-left: 10px;
}
#topmenu .cont .block.th1 .m-logo img {
	width: 120px;
	height: auto;
}
#topmenu .cont .block.th2 .search {
	right: 50%;
	margin-right: -20px;
}
#topmenu .cont .block.th1 .m-menu .icon {
    margin-left: -10px;
}
	
#menusl .cont .block.th2 .slidercont .slider {
    width: 150%;
    margin-left: -25%;
}
	
#menusl .cont .block.th2 .slidercont .slider .slide {
    max-height: 200px;
}
	
/*#products .cont .block .top .tabs ul li {
    padding: 10px;
}*/
#products .cont .block .top .link {
	display: none;
}
#products .cont .top .title {
	text-align: center;
	padding: 30px 0;
}
	
#products .cont .middle .products {
	text-align: center;
}
#products .cont .middle .products .line.n2 {
    display: none;
}
#products .cont .middle .products .line.n3 {
    display: none;
}
#products .cont .middle .products .line.n4 {
    display: none;
}
#products .cont .middle .products .line.n5 {
    display: none;
}
#products .cont .middle .products .line.n6 {
    display: none;
}
#products .cont .middle .products .pr {
	width: 280px;
	display: inline-block;
}
/*#products .cont .middle .products .pr.th11 {
	width: 280px;
	display: inline-block;
}
#products .cont .middle .products .pr.th12 {
	width: 280px;
	display: inline-block;
}*/
	

/*#products .cont .middle .products .pr.th7,
#products .cont .middle .products .pr.th8,
#products .cont .middle .products .pr.th9,
#products .cont .middle .products .pr.th10,
#products .cont .middle .products .pr.th11,
#products .cont .middle .products .pr.th12,
#products .cont .middle .products .pr.th13,
#products .cont .middle .products .pr.th14,
#products .cont .middle .products .pr.th15,
#products .cont .middle .products .pr.th16,
#products .cont .middle .products .pr.th17,
#products .cont .middle .products .pr.th18 {
	display: none;
/*}*/
	
/*#products .cont .middle .products .pr.th7,
#products .cont .middle .products .pr.th8,
#products .cont .middle .products .pr.th9,
#products .cont .middle .products .pr.th10,
#products .cont .middle .products .pr.th11,
#products .cont .middle .products .pr.th12,
#products .cont .middle .products .pr.th13,
#products .cont .middle .products .pr.th14,
#products .cont .middle .products .pr.th15,
#products .cont .middle .products .pr.th16,
#products .cont .middle .products .pr.th17,
#products .cont .middle .products .pr.th18 {
	display: none;
}*/
	
#products .cont .middle .products .pr.stub {
	display: none;
}

/*#products .cont .middle .addproduct {
    border-bottom:none;
    height:auto;
	background: #ccc;
    margin: 0;
	padding: 30px 0 10px;
	margin-top: -82px;
	position: relative;
	z-index: 1;
    background: url(../img/add-products-1.svg) no-repeat 0px 0px;
}*/
	
/*#products .cont .middle .fakeprs .pr.th2,
#products .cont .middle .fakeprs .pr.th3,
#products .cont .middle .fakeprs .pr.th4,
#products .cont .middle .fakeprs .pr.th5,
#products .cont .middle .fakeprs .pr.th6 {
	display: none;
}
#products .cont .middle .fakeprs {
	display: none;
}*/
	
/*#products .cont .middle .padding {
    padding:0;
}*/
	
#mob-cats .cont .start p a {
    width: 280px;
}
#mob-cats .cont .cats ul li {
	display: inline-block;
    width: 280px;
	margin: 0 1.5% 3% 1.5%;
}
#mob-cats .cont .cats ul li a .img {
	padding-right: 20px;
}

#banner .cont {
	width: 90%;
}
#banner .cont .th1 {
	width: 100%;
}
#banner .cont .th2 {
	width: 100%;
	height: auto;
	margin-left: 0;
}
#banner .cont .link {
	width: 264px;
	height: 36px;
	float: none;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 10px;
}
#banner .cont .link:hover {
	background-position:0px -36px;
}
	
#footer .cont .block.th2 .contacts tr td {
	display: inline-block;
}
	
#footer .cont .block.th2 .min {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
#footer .cont .block.th2 .min .icon {
    display: block;
	margin: auto;
	margin-bottom: 5px;
}
#footer .cont .block.th1 tr td strong {
    padding: 1px;
    margin-right: 10px;
}

/*#products .cont .block .top .tabs ul li {
    padding: 10px 5px;
}*/

#products .cont .middle .numbercardswidthcss {
	width: 1px;
}
	
#products .cont .middle .products .pr.th19,
#products .cont .middle .products .pr.th20 {
	display: inline-block;
}
	
}
@media
only screen and (max-width : 386px), only screen and  and (max-device-width : 386px) {

#menusl .cont .block.th2 .slidercont .slider .slide {
    max-height: 190px;
}
#topmenu .cont .block.th1 .m-menu .icon {
    width: 52px;
}
#products .cont .middle .products .pr {
	width: 240px;
}
/*#products .cont .middle .products .pr.th11 {
	width: 240px;
}
#products .cont .middle .products .pr.th12 {
	width: 240px;
}*/

#bottomtext .cont .hiddentext p {
    text-align: left;
}

}

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

#menusl .cont .block.th2 .slidercont .slider .slide {
    max-height: 170px;
}
/*#m-alert p {
    font-size: 17px;
}*/
#topmenu .cont .block.th2 {
}

#footer .cont .block.th1 table tr td {
	display: block;
}
#footer .cont .block.th1 tr td strong {
    padding: 1px 6px;
}
#footer .cont .block.th2 .links tr td {
    width: 90%;
}
#footer .cont .block.th2 .links tr td.last {
    width: 90%;
}

#products .cont .block .top .tabs .slick-prev {
	left: -5px;
}
#products .cont .block .top .tabs .slick-next {
	right: -5px;
}

}