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

body {
	font-family:'myMyriad Pro', Tahoma, Geneva, sans-serif;
	background:#f5f5f5;
    font-weight: 400;
    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: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    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 .top {
	background: url(../img/top-1.png);
}
#header .top .cont {
	width: 1400px;
	margin: auto;
	padding: 10px 0;
}
#header .top p {
	text-transform: uppercase;
	font-size: 18px;
    font-weight: bold;
	color: #fff;
	text-align: center;
}
#header .top p .text {
	display: inline-block;
	vertical-align: middle;
}
#header .top p .icon {
	display: inline-block;
	vertical-align: middle;
}
#header .top p .icon .img {
	display: block;
	width: 25px;
	height: 16px;
	margin-right: 10px;
	background: url(../img/credit-1.png) no-repeat;
	margin-bottom: 2px;
}
#header .middle {
	background: #fff;
}
#header .middle .cont {
	width: 1400px;
	margin: auto;
	overflow: hidden;
	padding: 10px 0;
}
#header .middle .cont .left {
	display: table-cell;
	vertical-align: top;
}
#header .middle .cont .left .logo {
	width: 460px;
	overflow: hidden;
	margin-left: -10px;
}
#header .middle .cont .left .logo .block {
	display: inline-block;
	vertical-align: top;
}
#header .middle .cont .left .logo .block.th1 {
	position: relative;
	overflow: hidden;
}
#header .middle .cont .left .logo .block.th1 .eff-1,
#header .middle .cont .left .logo .block.th1 .eff-2,
#header .middle .cont .left .logo .block.th1 .eff-3 {
	width: 158px;
	height: 161px;
	position: absolute;
	top: 0;
	left: 0;
}
#header .middle .cont .left .logo .block.th1 .eff-1 {
	background: url(../img/eff-1.png) no-repeat 0px 0px;
	z-index: 2;
}
#header .middle .cont .left .logo .block.th1 .eff-1.ua {
	background: url(../img/eff-1-ua.png) no-repeat 0px 0px;
}
#header .middle .cont .left .logo .block.th1 .eff-2 {
	background: url(../img/eff-2.png) no-repeat 0px 0px;
}
#header .middle .cont .left .logo .block.th1 .eff-3 {
	background: url(../img/eff-3.png) no-repeat 0px 0px;
	width: 120px;
	height: 150px;
	clip-path: polygon(60% 0, 100% 0, 40% 100%, 0 100%);
}

#header .middle .cont .left .logo .block.th2 {
	width: 290px;
}
#header .middle .cont .left .logo .block a {
	display: block;
}
#header .middle .cont .left .logo .block .img-2 {
	margin-top: 36px;
}
#header .middle .cont .left .logo .block .social {
	float: left;
	overflow: hidden;
	padding: 5px 5px 5px 0;
}
#header .middle .cont .left .logo .block .social a {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 4px;
	text-indent: 30px;
	overflow: hidden;
}
#header .middle .cont .left .logo .block .social a.telegram {
	background: url(../img/telegram-1.png) no-repeat 0px 0px;
}
#header .middle .cont .left .logo .block .social a.instagram {
	background: url(../img/instagram-1.png) no-repeat 0px 0px;
}
#header .middle .cont .left .logo .block .social a.facebook {
	background: url(../img/facebook-1.png) no-repeat 0px 0px;
}
#header .middle .cont .left .logo .block .social a.tiktok {
	background: url(../img/tiktok-1.png) no-repeat 0px 0px;
}
#header .middle .cont .left .logo .block .social a:hover {
	background-position: 0px -25px;
}
#header .middle .cont .right {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
#header .middle .cont .right .topmenu {
	padding-top: 7px;
}
#header .middle .cont .right .topmenu .menu {
	width: 100%;
	display: table-cell;
}
#header .middle .cont .right .topmenu .lang {
	display: table-cell;
	vertical-align: top;
}
#header .middle .cont .right .topmenu .lang ul {
	width: 64px;
}
#header .middle .cont .right .topmenu .lang ul li {
	float: left;
	font-size: 18px;
	text-transform: uppercase;
}
#header .middle .cont .right .topmenu .lang ul li .link {
	display: block;
	width: 30px;
	height: 16px;
	padding: 4px 0;
	text-align: center;
	color: #333;
	border-radius: 20px;
}
#header .middle .cont .right .topmenu .lang ul li.active .link {
	background: #1a1a1a;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding-left:1px;
}
#header .middle .cont .right .topmenu .lang ul li a:hover {
	color: #000;
}
#header .middle .cont .right .topmenu .lang ul li.active a:hover {
	color: #fff;
}
#header .middle .cont .right .topmenu .menu ul {
	width: 100%;
}
#header .middle .cont .right .topmenu .menu ul li {
	display: table-cell;
	font-size: 20px;
	/*border: 1px solid #000;*/
}
#header .middle .cont .right .topmenu .menu ul li.first {
	margin-left:0;
}
#header .middle .cont .right .topmenu .menu ul li .m1 {
	display:none;
}
#header .middle .cont .right .topmenu .menu ul li a {
	display: block;
	color: #000;
	text-align: center;
	padding: 2px 0;
}
#header .middle .cont .right .topmenu .menu ul li a {
	display: block;
	color: #333;
	text-align: center;
	padding: 2px 0;
}
#header .middle .cont .right .topmenu .menu ul li a .house {
	display: none;
}
#header .middle .cont .right .topmenu .menu ul li a:hover {
	color: #000;
}
#header .middle .cont .right .topmenu .menu ul li.active a, #header .middle .cont .right .topmenu .menu ul li.active span.link {
	color: #000;
}
#header .middle .cont .right .topmenu .menu ul li span.link {
	display: block;
	color: #000;
	text-align: center;
	padding: 2px 0;
	cursor: default;
}
#header .middle .cont .right .topmenu .menu ul li.margin {
	width: 10%;
}
#header .middle .cont .right .contacts {
	max-height: 120px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	padding-bottom: 12px;
}

#header .middle .cont .right .contacts .contactsfor {
	border:1px solid #e6e6e6;
	border-radius:6px;
	float: right;
	/*height: 93px;*/
	overflow: hidden;
	position: relative;
	/*width: 938px;*/
	width: 570px;
	/*opacity: 0;*/
}
#header .middle .cont .right .contacts .contactsfor .slide {
	margin: 0 0 0 1000px;
	padding: 32px 30px 34px;
	padding-left: 0;
}

#header .middle .cont .right .contacts .contactsfor p {
	font-size: 24px;
	font-weight: bold;
}
#header .middle .cont .right .contacts .contactsfor p a {
	color: #000;
	margin-left: 30px;
	margin-bottom: 5px;
}
#header .middle .cont .right .contacts .contactsfor p a .icon {
	display: inline-block;
	margin-right: 10px;
	width: 21px;
	height: 23px;
	vertical-align: middle;
}
#header .middle .cont .right .contacts .contactsfor p a.lifecell .icon {
	width: 79px;
	background: url(../img/lifecell-1.png) no-repeat 0px 0px;
}
#header .middle .cont .right .contacts .contactsfor p a.kyivstar .icon {
	width: 98px;
	background: url(../img/kyivstar-1.png) no-repeat 0px 0px;
}
#header .middle .cont .right .contacts .contactsfor p a.vodafone .icon {
	width: 102px;
	background: url(../img/vodafone-1.png) no-repeat 0px 0px;
}
#header .middle .cont .right .contacts .contactsfor p a .tel {
	display: inline-block;
	vertical-align: middle;
}
#header .middle .cont .right .contacts .contactsfor p a:hover .icon {
	background-position: 0px -31px;
}
#header .middle .cont .right .contacts .contactsfor p a.lifecell:hover .tel {
	color: #2864ba;
}
#header .middle .cont .right .contacts .contactsfor p a.kyivstar:hover .tel {
	color: #3bb8ff;
}
#header .middle .cont .right .contacts .contactsfor p a.vodafone:hover .tel {
	color: #fe1a2b;
}

#header .middle .cont .right .contacts .contactsfor .slide.th3 p,
#header .middle .cont .right .contacts .contactsfor .slide.th4 p,
#header .middle .cont .right .contacts .contactsfor .slide.th5 p {
	width: 540px;
	text-align: center;
}


#header .middle .cont .right .contacts .contactsnav {
	overflow: hidden;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 5px;
}
#header .middle .cont .right .contacts .contactsnav .slide {
	float: left;
}
#header .middle .cont .right .contacts .contactsnav .slide .number {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	color: #fff;
	background: #333;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	padding: 3px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
#header .middle .cont .right .contacts .contactsnav .slide .title {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	margin-left: -18px;
	cursor: default;
	overflow: hidden;
	background: #333;
	width:0px;
}
#header .middle .cont .right .contacts .contactsnav .slide .title .padding {
	display: block;
	overflow: hidden;
	width: 300px;
}
#header .middle .cont .right .contacts .contactsnav .slide .title .padding .width {
	float: left;
	display: block;
	padding: 4px 8px 2px 20px;
}
#header .middle .cont .right .contacts .contactsnav .slide.active .title {
	background: #1a1a1a;
}
#header .middle .cont .right .contacts .contactsnav .slide.active .number {
	background: #1a1a1a;
	cursor: default;
}
#header .middle .cont .right .contacts .contactsnav .slide .number:hover {
	background: #1a1a1a;
}

/*HEADER*/

/*MENU*/

#menu .top {
	background:#e6e6e6;
}
#menu .top .cont {
	width: 1400px;
	margin: auto;
}
#menu .top .cont .left {
	display: table-cell;
	vertical-align: top;
}
#menu .top .cont .left .start p {
	display: block;
	width: 230px;
	height: 25px;
	background: #e6e6e6;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 60px;
	cursor: pointer;
}
#menu .top .cont .left .start p span {
	display: inline-block;
	vertical-align:middle;
}
#menu .top .cont .left .start p span.icon {
	width: 18px;
	height: 18px;
	background: url(../img/catalog-1.png) no-repeat 0px 0px;
	margin-bottom: 2px;
}
#menu .top .cont .left .start p span.text {
	margin-left: 19px;
	margin-right: 17px;
}
#menu .top .cont .left .start p span.arrow {
	width: 13px;
	height: 13px;
	background: url(../img/arrow-1.png) no-repeat 0px 0px;
	margin-top: 3px;
}
#menu .top .cont .left .start p span.arrow {
	background-position: 0px 0px;
}
#menu .top .cont .left .start.open p span.arrow {
	background-position: 0px -13px;
}
#menu .top .cont .left .start p:hover {
	background: #ededed;
}
#menu .top .cont .left .start p:hover span.icon {
	background-position: 0px -18px;
}
#menu .top .cont .left .start p:hover span.arrow {
	background-position: 0px -26px;
}
#menu .top .cont .left .start.open:hover p span.arrow {
	background-position: 0px -39px;
}

#menu .top .cont .center {
	display: inline-block;
}
#menu .top .cont .right {
	display: inline-block;
}


#menu .top .cont .center {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#menu .top .cont .center .search {
	width: 90%;
	height: 65px;
	margin: auto;
	position: relative;
}
#menu .top .cont .center .search input {
	width: 96%;
	height: 16px;
	padding: 14px 2%;
	background: #f5f5f5;
	border: none;
	font-size: 20px;
	font-family:'myMyriad Pro', Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	border-radius: 4px;
}
#menu .top .cont .center .search input.submit {
	width: 44px;
	height: 44px;
	background: url(../img/search-1.png) no-repeat 0px 0px;
	position: absolute;
	padding: 0;
	right: 0;
	text-indent: 50px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	z-index: 1;
}
#menu .top .cont .center .search input.submit:hover {
	background-position: 0px -44px;
}
#menu .top .cont .center .search .error {
	position: absolute;
	top: 11px;
	width: 90%;
	height: 12px;
	line-height: 12px;
	padding: 14px 2%;
	background: #c00;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.5px;
	border-radius: 4px;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	display: none;
}


#menu .top .cont .right {
	display: table-cell;
	vertical-align: top;
}
#menu .top .cont .right .basket {
	display: table-cell;
	vertical-align: top;
}
#menu .top .cont .right .basket a {
	display: block;
	color: #000;
	font-size: 20px;
	background: #e6e6e6;
	font-weight: bold;
	width: 252px;
	height: 20px;
	padding: 21px 10px 24px;
	text-align: center;
}
#menu .top .cont .right .basket a .text {
	display: inline-block;
	vertical-align: middle;
}
#menu .top .cont .right .basket a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../img/basket-1.png) no-repeat 0px 0px;
	margin-bottom: 6px;
	margin-right: 12px;
}
#menu .top .cont .right .basket a:hover {
	background: #ededed;
}
#menu .top .cont .right .basket a:hover .icon {
	background-position: 0px -20px;
}
#menu .top .cont .right .basket a .total {
	display: none;
}

#menu .bottom {
	width: 100%;
	position: absolute;
	height: 1px;
	display: none;
}
#menu .bottom.fixed {
	display:block;
}
#menu .bottom .cont {
	width: 1400px;
	margin: auto;
	height: 1px;
}
#menu .bottom .cont .menu {
	display: block;
	position: relative;
	z-index: 2;
	height: 1px;
}
#menu .bottom .cont .contmenu {
	width: 350px;
	background: #e6e6e6;
	/*position: relative;
	z-index: 2;*/
}
#menu .bottom .cont .contmenu ul.products li {
	font-size: 20px;
}
#menu .bottom .cont .contmenu ul.products li a {
	display: block;
	padding: 11px 20px 14px;
	color: #000;
	position: relative;
	background: #fff;
	height: 24px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#menu .bottom .cont .contmenu ul.products li a .icon,
#menu .bottom .cont .contmenu ul.products li a .text {
	display: inline-block;
	vertical-align: middle;
}
#menu .bottom .cont .contmenu ul.products li .icon .img {
	display: block;
	width: 26px;
	height: 25px;
	margin-right: 8px;
	margin-bottom: 2px;
}
#menu .bottom .cont .contmenu ul.products li .th1 .icon .img {
	background: url(../img/th-1.png) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu ul.products li .th2 .icon .img {
	background: url(../img/th-2.png) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu ul.products li .th3 .icon .img {
	background: url(../img/th-3.png) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu ul.products li .th4 .icon .img {
	background: url(../img/th-4.png) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu ul.products li .th5 .icon .img {
	background: url(../img/th-5.png) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu ul.products li .th6 .icon .img {
	background: url(../img/th-6.png) no-repeat 0px 0px;
	margin-bottom: 6px;
}
#menu .bottom .cont .contmenu ul.products li .arrow {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/arrow-2.png) no-repeat 0px 0px;
	position: absolute;
	right: 16px;
	top: 20px;
}
#menu .bottom .cont .contmenu ul.products li a:hover {
	background: #fcfcfc;
}
#menu .bottom .cont .contmenu ul.products li a:hover .arrow {
	background-position: 0 -10px;
}
#menu .bottom .cont .contmenu ul.products li a:hover .icon .img {
	background-position: 0 -25px;
}
#menu .bottom .cont .contmenu ul.products li a.open {
	color: #c72228;
	border-right: 1px solid #fcfcfc;
	background: #fcfcfc;
}
#menu .bottom .cont .contmenu ul.products li a.open .arrow {
	background-position: 0 -20px;
}
#menu .bottom .cont .contmenu ul.products li a.open .icon .img {
	background-position: 0 -50px;
}
#menu .bottom .cont .contmenu ul.products li a.open:hover .arrow {
	background-position: 0 -20px;
}
#menu .bottom .cont .contmenu ul.products li a.open:hover .icon .img {
	background-position: 0 -50px;
}

#menu .bottom .cont .contmenu ul.services {
	padding: 7px 20px 6px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
#menu .bottom .cont .contmenu ul.services li {
	font-size: 18px;
	padding: 3px 0 4px 0;
}
#menu .bottom .cont .contmenu ul.services li a {
	display: block;
	color: #4d4d4d;
	padding-left: 24px;
	background: url(../img/plus-1.png) no-repeat 0px 0px;
}
#menu .bottom .cont .contmenu ul.services li a:hover {
	color: #000;
	background-position: 0px -100px;
}

/**/
#menu .bottom .cont .contmenu ul.products {
	/*position: relative;*/
}
#menu .bottom .cont .contmenu ul.products li .cat {
	position: absolute;
	z-index: 1;
	width: 1400px;
	height: 1px;
	left: 0;
	top: 0;
	display:none;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont {
	margin-left: 349px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0 0 20px;
	background: #fcfcfc;
	min-height: 379px;
}

#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li {
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 18px;
	padding: 0;
	border: 0;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a {
	display:block;
	width: 153px;
	height: 174px;
	position: relative;
	padding: 0;
	border: 0;
	background: none;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .text {
	display: table;
	position: absolute;
	width: 100%;
	height: 48px;
	text-align: center;
	bottom: 0;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .text .middle {
	display: table-cell;
	vertical-align:middle;
	color: #000;
	font-size: 18px;
	bottom: 0;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a:hover .text .middle {
	color:#c72228;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .icon {
	display: block;
	width: 153px;
	height: 153px;
	position: absolute;
	top: 0;
}

#menu .bottom .cont .contmenu ul.products li .cat .catcont .table {
	display:table;
	width: 1010px;
	height: 360px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .middlecont {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .middlecont p {
	display:block;
	background: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 15px 15px 20px;
	width: 450px;
	font-size: 18px;
	line-height: 20px;
	margin: auto;
	background: #fff;
	border-radius: 5px;
	color: #666;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .middlecont p .icon {
	display: block;
	margin: auto;
	margin-bottom: 5px;
	width: 24px;
	height: 24px;
	background: url(../img/nopr-1.png) no-repeat 0px 0px;
}
/**/

/*MENU*/

/*TEXT*/
#text {
}
#text .cont {
    width: 1400px;
	padding: 30px 0;
	margin: auto;
}
#text .cont .white {
	padding: 30px 30px 10px 30px;
	background: #fff;
}

#text .cont .white #breadcrumb {
	overflow:hidden;
	margin-top: -6px;
}

#text .cont .white #breadcrumb li {
	float:left;
	color: #a1a1a1;
	font-size:18px;
	list-style:none;
	margin: 2px 0;
}
#text .cont .white #breadcrumb li a {
	color: #a1a1a1;
	padding-right:5px;
	line-height:18px;
}
#text .cont .white #breadcrumb li a:hover {
	color: #66f;
}
#text .cont .white #breadcrumb li + li:before{
  content:  '/';
  margin:   0 5px 0 0;
}

#text .cont .white h1 {
	font-size: 38px;
	color: #000;
	line-height: 32px;
	margin-bottom: 13px;
	font-weight: bold;
}

#text .cont .white h2,
#text .cont .white h3 {
	font-size: 24px;
	color: #000;
	line-height: 26px;
	margin-bottom: 13px;
	font-weight: bold;
}
#text .cont .white p {
	font-size: 20px;
	color: #4d4d4d;
	line-height: 22px;
	margin-bottom: 13px;
}
#text .cont .white p strong {
	font-weight: bold;
}
#text .cont .white table {
	width: 100%;
}
#text .cont .white table tr td {
	vertical-align: top;
}
#text .cont .white table.checklist {
	margin-top: 18px;
}
#text .cont .white table.checklist tr td {
	width: 25%;
}
#text .cont .white .shops-img img {
	padding: 1%;
	border: 1px solid #ccc;
	width: 30.2%;
	height: auto;
}
#text .cont .white .shops-img img.th1,
#text .cont .white .shops-img img.th2 {
	margin-right: 1%;
}
#text .cont .white table tr td img {
	padding: 10px;
	border: 1px solid #ccc;
	margin-left: 20px;
	margin-top: 2px;
}
#text .cont .white hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-top: 8px;
}
#text .cont .white ul, #text .cont .white ol {
	margin-bottom: 13px;
	margin-right: 13px;
}
#text .cont .white ul li {
	font-size: 20px;
	color: #4d4d4d;
	line-height: 22px;
	margin-bottom: 4px;
}
#text .cont .white ol {
	padding-left: 20px;
}
#text .cont .white ol li {
	font-size: 20px;
	color: #4d4d4d;
	line-height: 22px;
	margin-bottom: 4px;
	list-style: decimal;
	padding-left: 5px;
}
#text .cont .white a {
	color: #69f;
}
#text .cont .white a:hover {
	color: #0cf;
}
#text .cont .white ul.check li a {
	display: block;
	color: #4d4d4d;
	padding-left: 24px;
	background: url(../img/check-6.png) no-repeat 0px 0px;
}
#text .cont .white ul.check li a:hover {
	color: #333;
	background-position: 0px -100px;
}
#text .cont .white ul.check.nota li {
	display: block;
	color: #4d4d4d;
	padding-left: 24px;
	background: url(../img/check-6.png) no-repeat 0px 0px;
}
#text .cont .white ul.disc {
	padding-left: 24px;
}
#text .cont .white ul.disc li {
	list-style: disc;
}
#text .cont .white ul.check.nota li ul.disc {
	margin-top: 5px;
	list-style: outside;
	padding-left: 18px;
}
#text .cont .white ul.check.nota li ul.disc li {
	list-style: disc;
	background: none;
	padding-left: 0px;
	display: list-item;
	margin-bottom: 2px;
}
#text .cont .white a.black {
	color: #000;
}
#text .cont .white a.black:hover {
	color: #c72228;
}

#text .cont .white p.bold {
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
}
#text .cont .white p.bold .number {
	font-weight: bold;
    color: #194030;
    background: #c0ed8a;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	font-size: 14px;
	border-radius: 10px;
	padding: 2px;
	text-align: center;
	width: 15px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 3px;
}
#text .cont .white p.bold .text {
	display: inline-block;
	vertical-align: middle;
}
#text .cont .white p.bold .small {
	display: inline-block;
	font-weight: normal;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
}

#text .cont .white table td.width100 {
	width: 100%;
}
#text .cont .white table.contacts p {
	margin-bottom: 0;
}
#text .cont .white table.contacts p a {
	color: #000;
}

#text .cont .white table.contacts tr td {
	text-align: right;
	padding-bottom: 4px;
}
#text .cont .white table.contacts td.le {
	width: 1%;
	text-align: left;
}

#text .cont .white table.contacts td p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#text .cont .white table.contacts td.le p {
	margin-left:0;
}
#text .cont .white table.contacts tr td p .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	margin-bottom: 2px;
}
#text .cont .white table.contacts tr td p .tel {
	display: inline-block;
	vertical-align: middle;
}
#text .cont .white table.contacts tr td p .map .icon {
	background: url(../img/icon-map-1.png) no-repeat 0px 0px;
}
#text .cont .white table.contacts tr td p .metro .icon {
	background: url(../img/icon-metro-1.png) no-repeat 0px 0px;
}
#text .cont .white table.contacts tr td p .vodafone .icon {
	width: 79px;
	background: url(../img/icon-vodafone-1.png) no-repeat 0px 0px;
}
#text .cont .white table.contacts tr td p .lifecell .icon {
	width: 61px;
	background: url(../img/icon-lifecell-1.png) no-repeat 0px 0px;
}
#text .cont .white table.contacts tr td p .kyivstar .icon {
	width: 77px;
	background: url(../img/icon-kyivstar-1.png) no-repeat 0px 0px;
}
#text .cont .white table.contacts tr td p .vodafone .icon {
	background: url(../img/icon-vodafone-1.png) no-repeat 0px 0px;
}
#text .cont .white table.contacts tr td p .compass .icon {
	background: url(../img/icon-compass-1.png) no-repeat 0px 0px;
}
#text .cont .white table.contacts tr td p .mail .icon {
	background: url(../img/icon-mail-1.png) no-repeat 0px 0px;
}
#text .cont .white table.contacts tr td p .map:hover {
	color: #93ce4d
}
#text .cont .white table.contacts tr td p .metro:hover {
	color: #f54b41
}
#text .cont .white table.contacts tr td p .vodafone:hover {
	color: #fe1a2b;
}
#text .cont .white table.contacts tr td p .kyivstar:hover {
	color: #3bb8ff;
}
#text .cont .white table.contacts tr td p .lifecell:hover {
	color: #2864ba;
}
#text .cont .white table.contacts tr td p .compass:hover {
	color: #80b3ff;
}
#text .cont .white table.contacts tr td p .mail:hover {
	color: #80b3ff;
}
#text .cont .white table.contacts tr td p a:hover .icon {
	background-position: 0px -18px;
}

#text .cont .white table tr td hr {
	margin-bottom: 14px;
}

#text .cont .white h2 a {
	color: #000;
}
#text .cont .white h2 a:hover {
	color: #c72228;
}
#text .cont .white .cat {
	border: 1px solid #e6e6e6;
	background: #fcfcfc;
	border-radius: 5px;
	text-align: center;
    padding: 20px 20px 0;
	margin-bottom: 20px;
}

#text .cont .white .cat .table {
	text-align: center;
	padding-bottom:20px;
}
#text .cont .white .cat .middlecont {
	display:inline-block;
	vertical-align: middle;
	text-align: center;
}
#text .cont .white .cat .middlecont p {
	display:block;
	background: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
	padding: 15px 15px 20px;
	width: 450px;
	font-size: 18px;
	line-height: 20px;
	margin: auto;
	background: #fff;
	border-radius: 5px;
	color: #666;
}
#text .cont .white .cat .middlecont p .icon {
	display: block;
	margin: auto;
	margin-bottom: 5px;
	width: 24px;
	height: 24px;
	background: url(../img/nopr-1.png) no-repeat 0px 0px;
}

#text .cont .white .cat ul {
    margin-bottom:0;
}
#text .cont .white .cat li {
    display: inline-block;
    line-height: 18px;
    margin:0 5px 10px;
}
#text .cont .white .cat li a {
    display: block;
    width: 153px;
    height: 174px;
    position: relative;
}
#menu .bottom .cont .contmenu ul.products li a .icon,
#menu .bottom .cont .contmenu ul.products li a .text {
    display: inline-block;
    vertical-align: middle;
}
#text .cont .white .cat li a .icon {
    display: block;
    width: 153px;
    height: 153px;
    position: absolute;
    top: 0;
}
#text .cont .white .cat li a .text {
    display: table;
    position: absolute;
    width: 100%;
    height: 48px;
    text-align: center;
    bottom: 0;
}
#text .cont .white .cat li a .text .middle {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 18px;
    bottom: 0;
}
#text .cont .white .cat li a:hover .text .middle {
	color: #c72228;
}

#text .cont .white table.repair tr td {
	vertical-align: middle;
}
#text .cont .white table.repair tr td p {
	margin-right: 20px;
	margin-bottom: 20px;
}
#text .cont .white table.repair tr td img {
	margin-left:0;
	margin-right: 20px;
	margin-bottom: 20px;
}
#text .cont .white p.repair {
	text-align: center;
}
#text .cont .white p.repair img {
    padding: 10px;
    border: 1px solid #ccc;
	display: inline-block;
	margin: 0 10px 15px 10px;
}

#text .cont .white table.repair-price tr td {
    padding: 12px 16px;
    background: #f5f5f5;
    font-size: 20px;
    color: #4d4d4d;
}
#text .cont .white table.repair-price tr.grey td {
    background: #f9f9f9;
}
#text .cont .white table.repair-price tr td.ri p {
    text-align: right;
}
#text .cont .white table.repair-price tr td p {
	margin-bottom: 0;
}

#text .cont .white table.repair-price-2 tr td {
    padding: 12px 16px;
    background: #f5f5f5;
    font-size: 20px;
    color: #4d4d4d;
}
#text .cont .white table.repair-price-2 tr.grey td {
    background: #f9f9f9;
}
#text .cont .white table.repair-price-2 tr td p {
	margin-bottom: 0;
}
#text .cont .white table.repair-price-2 tr td.ri p {
    align: right;
}

#text .cont .white .sisea-result-pages {
	margin-right: 10px;
}
#text .cont .white .simplesearch-current-page {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 24px;
    font-weight: bold;
    margin: 0 2px;
	color: #b3b3b3;
}
#text .cont .white .simplesearch-page a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 24px;
    font-weight: bold;
    color: #4d4d4d;
    margin: 0 2px;
}
#text .cont .white .simplesearch-page a:hover {
	color: #000;
	border: 1px solid #b3b3b3;
}

#text .cont .white table tr td img.search-cat-img {
	border: none;
	padding: 0;
	margin-top: 15px;
}
#text .cont .white table.sisea-results-list {
	margin-bottom: 20px;
}
#text .cont .white table.sisea-results-list tr td {
	vertical-align: middle;
    padding: 16px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#text .cont .white table.sisea-results-list tr td p {
	margin-bottom: 0;
}
#text .cont .white table.sisea-results-list tr td.th1 {
	width: 1%;
}
#text .cont .white table.sisea-results-list tr td.th3 {
    width: 20%;
}
#text .cont .white table.sisea-results-list tr td.th1 p {
	text-align: center;
}
#text .cont .white table.sisea-results-list tr td .img {
    margin-right: 10px;
}
#text .cont .white table.sisea-results-list tr td .img img {
	margin-top: 6px;
}
#text .cont .white table.sisea-results-list tr td .img a:hover img {
    border: 1px solid #00a5cf;
}
#text .cont .white table.sisea-results-list tr td .img a.not-border:hover img {
    border:none;
}
#text .cont .white table.sisea-results-list tr td .title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 3px;
}
#text .cont .white table.sisea-results-list tr td .title a {
    color: #000;
}
#text .cont .white table.sisea-results-list tr td .title a:hover {
	color: #00a5cf;
}


#text .cont .white table.sisea-results-list tr td .desc {
	font-size: 18px;
}
#text .cont .white table.sisea-results-list tr td .desc .map {
	padding-left: 18px;
	background: url(../img/map-1.png) no-repeat 0px 0px;
	color: #4d4d4d;
	margin-right: 5px;
}
#text .cont .white table.sisea-results-list tr td .desc .map:hover {
	background-position: 0px -100px;
	color: #db3127;
}
#text .cont .white table.sisea-results-list tr td .desc .art {
	margin-left: 5px;
}
#text .cont .white table.sisea-results-list tr td .desc-cat {
}
#text .cont .white table.sisea-results-list tr td .desc-cat a {
	display: inline-block;
	border:1px solid #ccc;
	border-radius: 5px;
	background:  #f5f5f5;
	color: #666;
	padding: 2px 6px;
	margin-top: 3px;
	font-size: 16px;
	line-height: 18px;
}
#text .cont .white table.sisea-results-list tr td .desc-cat a:hover {
	background:  #fcfcfc;
}
#text .cont .white table.sisea-results-list tr td .more-search-pr a,
#text .cont .white table.sisea-results-list tr td .more-search-cat a {
    display: block;
    width: 210px;
    padding: 10px 0 8px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #79b433;
}
#text .cont .white table.sisea-results-list tr td .more-search-pr a:hover {
    background: #93ce4d;
}
#text .cont .white table.sisea-results-list tr td .more-search-cat a {
    background: #f2b501;
}
#text .cont .white table.sisea-results-list tr td .more-search-cat a:hover {
    background: #ffcf18;
}
#text .cont .white table.sisea-results-list tr td .price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
#text .cont .white table.sisea-results-list tr td .price .num {
    font-size: 24px;
}



/*TEXT*/

/*BASKET*/
#text .cont .white .tableshopcart .top {
	margin-bottom: 15px;
}
#text .cont .white .tableshopcart .top table {
	width: 100%;
}
#text .cont .white .tableshopcart .top table td {
	vertical-align: middle;
}
#text .cont .white .tableshopcart table td h1 {
	margin: 0;
}
#text .cont .white .tableshopcart table td p {
	margin: 0;
}
#text .cont .white .tableshopcart .top .allremove {
	display: block;
	width: 190px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #4d4d4d;
	padding: 8px 0;
	cursor: pointer;
	font-weight: bold;
	margin-top: -15px;
}
#text .cont .white .tableshopcart .top .allremove .icon {
	display: inline-block;
	margin-bottom: 3px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	background: url(../img/allremove-1.png) no-repeat 0px 0px;
}
#text .cont .white .tableshopcart .top .allremove:hover {
	border: 1px solid #e1b0ae;
	color: #db3127;
}
#text .cont .white .tableshopcart .top .allremove:hover .icon {
	background-position: 0px -16px;
}
#text .cont .white .tableshopcart .bottom table {
	width: 100%;
}
#text .cont .white .tableshopcart .bottom table tr.tit td {
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
/*#text .cont .white .tableshopcart .bottom table tr.tit td p {
    text-align: center;
}
#text .cont .white .tableshopcart .bottom table tr.tit td.th1 {
    width: 1%;
}
#text .cont .white .tableshopcart .bottom table tr.tit td.th3,
#text .cont .white .tableshopcart .bottom table tr.tit td.th4 {
    width: 14%;
}
#text .cont .white .tableshopcart .bottom table tr.tit td.th5 {
    width: 5%;
}*/

#text .cont .white .tableshopcart .bottom table tr td.th1 {
    width: 1%;
}
#text .cont .white .tableshopcart .bottom table tr td.th3,
#text .cont .white .tableshopcart .bottom table tr td.th4 {
    width: 14%;
}
#text .cont .white .tableshopcart .bottom table tr td.th5 {
    width: 5%;
}

#text .cont .white .tableshopcart .bottom table tr td.th2 {
	padding-left: 30px;
	padding-right: 5px;
}
#text .cont .white .tableshopcart .bottom table img {
	margin: 0;
}
#text .cont .white .tableshopcart .bottom table a:hover img {
	border: 1px solid #00a5cf;
}
#text .cont .white .tableshopcart .bottom table tr td {
	vertical-align: middle;
	padding: 26px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#text .cont .white .tableshopcart .bottom table .title {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 3px;
}
#text .cont .white .tableshopcart .bottom table .title a {
	color: #000;
}
#text .cont .white .tableshopcart .bottom table .title a:hover {
	color: #00a5cf;
}
#text .cont .white .tableshopcart .bottom table .desc {
	font-size: 18px;
}
#text .cont .white .tableshopcart .bottom table .desc .map {
	padding-left: 18px;
	background: url(../img/map-1.png) no-repeat 0px 0px;
	color: #4d4d4d;
	margin-right: 5px;
}
#text .cont .white .tableshopcart .bottom table .desc .map:hover {
	background-position: 0px -100px;
	color: #db3127;
}
#text .cont .white .tableshopcart .bottom table .desc .art {
	margin-left: 5px;
}
#text .cont .white .tableshopcart .bottom table .price {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#text .cont .white .tableshopcart .bottom table .price .num {
	font-size: 24px;
}
#text .cont .white .tableshopcart .bottom table .count {
	width: 128px;
	background: #f5f5f5;
	overflow: hidden;
	margin: auto;
}
#text .cont .white .tableshopcart .bottom table .count .minus,
#text .cont .white .tableshopcart .bottom table .count .plus {
	float: left;
	background: #f9f9f9;
	width: 41px;
	height: 41px;
	border: 1px solid #f3f3f3;
}
#text .cont .white .tableshopcart .bottom table .count .plus {
	background: url(../img/plus-2.png) no-repeat 0px 0px;
}
#text .cont .white .tableshopcart .bottom table .count .minus {
	background: url(../img/minus-1.png) no-repeat 0px 0px;
}
#text .cont .white .tableshopcart .bottom table .count input {
	float: left;
	text-align: center;
	border: none;
	background: #fff;
	padding: 8px;
	border: 1px solid #ccc;
	width: 24px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family:'myMyriad Pro', Tahoma, Geneva, sans-serif;
}
#text .cont .white .tableshopcart .bottom table .remove {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	background: url(../img/remove-1.png) no-repeat 0px 0px;
	margin: auto;
	cursor: pointer;
}
#text .cont .white .tableshopcart .bottom table .remove:hover {
	background-position: 0px -41px;
	border: 1px solid #e1b0ae;
}
#text .cont .white .tableshopcart .bottom .sum {
	display: block;
	text-align: right;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}
#text .cont .white .tableshopcart .bottom .sum .num {
	font-size: 36px;
	margin-left: 10px;
}
#text .cont .white .tableshopcart .bottom .sum .cur {
	font-size: 24px;
}


#text .cont .white .formshopcart .left {
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #ccc;
}
#text .cont .white .formshopcart .left .leftcont {
	width: 734px;
	margin-top: 15px;
}
#text .cont .white .formshopcart .left .leftcont .top {
	margin-bottom: 30px;
}
#text .cont .white .formshopcart .left .leftcont .top table tr td {
	padding-right: 20px;
	width: 50%;
}
#text .cont .white .formshopcart .left .leftcont .labelcont {
	display: block;
	padding-bottom: 10px;
}
#text .cont .white .formshopcart .left .leftcont label {
	font-size: 22px;
	color: #000;
}
#text .cont .white .formshopcart .left .leftcont label.margin {
	display: block;
	padding-top: 10px;
}
#text .cont .white .formshopcart .left .leftcont label .red {
	display: inline-block;
	position: absolute;
	color: #db3127;
	margin-top: -3px;
	margin-left: 6px;
}
#text .cont .white .formshopcart .left .leftcont .inputcont {
	display: block;
	position: relative;
}
#text .cont .white .formshopcart .left .leftcont .top input {
	width: 92%;
	padding: 8px 4%;
	border: none;
	border: 1px solid #ccc;
    background: #fff;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
	font-style: italic;
    font-size: 20px;
    color: #999;
}
#text .cont .white .formshopcart .left .leftcont .top input:focus {
	color: #000;
	font-style: normal;
}
#text .cont .white .formshopcart .left .leftcont .top input.focus {
	color: #000;
	font-style: normal;
}

#text .cont .white .formshopcart .left .leftcont .middle td {
	padding-bottom: 20px;
	padding-right: 20px;
}
#text .cont .white .formshopcart .left .leftcont .middle .radiocont {
	overflow: hidden;
	position: relative;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio {
	float: left;
	font-size: 20px;
	color:#4d4d4d;
	cursor: pointer;
	margin-bottom: 2px;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio .input {
	display: table-cell;
	vertical-align: top;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio .input .img {
	display: block;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	margin-top: 1px;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio .input .img {
	background: url(../img/radio-1.png) no-repeat 0px 0px;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio .text {
	display: table-cell;
	vertical-align: top;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio input {
	position: absolute;
	margin: 0;
	width: 0;
	height: 0;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio:hover {
	color: #1a1a1a;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio:hover .input .img {
	background-position: 0px -17px;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio.active .input .img {
	background-position: 0px -34px;
}
#text .cont .white .formshopcart .left .leftcont .middle .radio.active:hover .input .img {
	background-position: 0px -51px;
}

#text .cont .white .formshopcart .left .leftcont .middle textarea {
	resize: none;
	width: 93%;
	height: 60px;
	padding: 10px 3%;
	border: none;
	border: 1px solid #ccc;
    background: #fff;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
	font-style: italic;
    font-size: 20px;
    color: #999;
}
#text .cont .white .formshopcart .left .leftcont .middle textarea:focus {
	color: #000;
	font-style: normal;
}
#text .cont .white .formshopcart .left .leftcont .middle textarea.focus {
	color: #000;
	font-style: normal;
}

#text .cont .white .formshopcart .left .leftcont .top .inputcont .error {
    position: absolute;
    top: 4px;
    left: 4px;
	width: 90%;
	padding: 8px 4%;
    height: 18px;
    line-height: 18px;
    background: #c00;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
	display: none;
}
#text .cont .white .formshopcart .left .leftcont .middle .inputcont .error {
    position: absolute;
    top: 3px;
    left: 3px;
	width: 92%;
	padding: 9px 3%;
    height: 18px;
    line-height: 18px;
    background: #c00;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
	display: none;
}
#text .cont .white .formshopcart .left .submitcont {
	position: relative;
    width: 713px;
	height: 62px;
}
#text .cont .white .formshopcart .left .submitcont input {
	width: 100%;
	padding: 17px 0;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #79b433;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	position: absolute;
	opacity: 0;
}
#text .cont .white .formshopcart .left .submitcont input:hover {
	background: #93ce4d;
}
#text .cont .white .formshopcart .left .submitcont .fakesubmit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 17px 0;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #79b433;
	border-radius: 4px;
	cursor: pointer;
}
#text .cont .white .formshopcart .left .submitcont .fakesubmit .text {
	display: inline-block;
	vertical-align: middle;
}
#text .cont .white .formshopcart .left .submitcont .fakesubmit .icon {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	background: url(../img/submit-1.png) no-repeat 0px 0px;
}
#text .cont .white .formshopcart .left .submitcont .fakesubmit.hover {
	background: #93ce4d;
}
#text .cont .white .formshopcart .left .submitcont .fakesubmit.hover .icon {
	background-position: 0px -20px;
}

#text .cont .white .formshopcart .left .opacity {
	width: 100%;
	height: 100%;
	background: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#text .cont .white .formshopcart .left .opacity.show {
	display: block;
	background: url(../img/opacity-1.png);
}

#text .cont .white .formshopcart .left .hide {
	display: none;
}
#text .cont .white .formshopcart .left .hide.show {
	display: table-row;
}
#text .cont .white .formshopcart .left .leftcont .textareacont {
    display: block;
    position: relative;
}
#text .cont .white .formshopcart .left .leftcont .textareacont .error {
    position: absolute;
    top: 3px;
    left: 3px;
	width: 94%;
	padding: 8px 2% 50px;
    height: 18px;
    line-height: 18px;
    background: #c00;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
	display: none;
}

#text .cont .white .formshopcart .left .leftcont .middle input.check14 {
	width: 93%;
	padding: 8px 3%;
	border: none;
	border: 1px solid #ccc;
    background: #fff;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
	font-style: italic;
    font-size: 20px;
    color: #999;
}
#text .cont .white .formshopcart .left .leftcont .middle input.check14:focus {
	color: #000;
	font-style: normal;
}
#text .cont .white .formshopcart .left .leftcont .middle input.check14.focus {
	color: #000;
	font-style: normal;
}

#text .cont .white .formshopcart .right {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
#text .cont .white .formshopcart .right .rightcont {
	display: table-cell;
	vertical-align: top;
}
#text .cont .white .formshopcart .right .rightcont .desc {
	margin-bottom: 30px;
}
#text .cont .white .formshopcart .right .rightcont .dot {
	font-style: italic;
}
#text .cont .white .formshopcart .right .rightcont .dot .icon {
	display: table-cell;
	vertical-align: top;
}
#text .cont .white .formshopcart .right .rightcont .dot .text {
	display: table-cell;
	vertical-align: top;
}
#text .cont .white .formshopcart .right .rightcont .dot .icon .img {
	display: block;
	width: 4px;
	height: 22px;
	background: url(../img/dot-1.png) no-repeat 0px 0px;
	margin-right: 8px;
}
#text .cont .white .formshopcart .right .rightcont .lines {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
}
#text .cont .white .formshopcart .right .rightcont .lines.bordertop {
	border-top: 1px solid #ccc;
}
#text .cont .white .formshopcart .right .rightcont .lines.hide {
	display: none;
}
#text .cont .white .formshopcart .right .rightcont .lines p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
	margin-bottom: 0;
}
#text .cont .white .formshopcart .right .rightcont .lines p.bold {
    display:block;
    margin-left:0;
	margin-bottom: 6px;
}
#text .cont .white .formshopcart .right .rightcont .lines p a {
	color: #000;
}


#text .cont .white .formshopcart .right .rightcont .lines p .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	margin-bottom: 2px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .tel {
	display: inline-block;
	vertical-align: middle;
}
#text .cont .white .formshopcart .right .rightcont .lines p .map .icon {
	width: 12px;
	background: url(../img/icon-map-1.png) no-repeat -6px 0px;
	margin-left: 4px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .metro .icon {
	background: url(../img/icon-metro-1.png) no-repeat 0px 0px;
	margin-left: 2px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .vodafone .icon {
	width: 79px;
	background: url(../img/icon-vodafone-1.png) no-repeat 0px 0px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .lifecell .icon {
	width: 61px;
	background: url(../img/icon-lifecell-1.png) no-repeat 0px 0px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .kyivstar .icon {
	width: 77px;
	background: url(../img/icon-kyivstar-1.png) no-repeat 0px 0px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .vodafone .icon {
	background: url(../img/icon-vodafone-1.png) no-repeat 0px 0px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .compass .icon {
	background: url(../img/icon-compass-1.png) no-repeat 0px 0px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .mail .icon {
	background: url(../img/icon-mail-1.png) no-repeat 0px 0px;
}
#text .cont .white .formshopcart .right .rightcont .lines p .map:hover {
	color: #93ce4d
}
#text .cont .white .formshopcart .right .rightcont .lines p .metro:hover {
	color: #f54b41
}
#text .cont .white .formshopcart .right .rightcont .lines p .vodafone:hover {
	color: #fe1a2b;
}
#text .cont .white .formshopcart .right .rightcont .lines p .kyivstar:hover {
	color: #3bb8ff;
}
#text .cont .white .formshopcart .right .rightcont .lines p .lifecell:hover {
	color: #2864ba;
}
#text .cont .white .formshopcart .right .rightcont .lines p .compass:hover {
	color: #80b3ff;
}
#text .cont .white .formshopcart .right .rightcont .lines p .mail:hover {
	color: #80b3ff;
}
#text .cont .white .formshopcart .right .rightcont .lines p a:hover .icon {
	background-position: 0px -18px;
}
#text .cont .white .formshopcart .right .rightcont .lines p a.map:hover .icon {
	background-position: -6px -18px;
}
#text .cont .white .formshopcart .right .rightcont ul.check {
	margin-top: -5px;
	margin-left: 12px;
}
#text .cont .white .formshopcart .right .rightcont ul.check li {
	padding-left: 24px;
	background: url(../img/check-6.png) no-repeat 0px 0px;
	font-style: italic;
	margin: 0;
}

#text .cont .white .formshopcart .right .rightcont .desc {
	display: none;
}
#text .cont .white .formshopcart .right .rightcont .desc.th00,
#text .cont .white .formshopcart .right .rightcont .desc.th01 {
	display: block;
}

/*BASKET*/

/*CARDS*/
#cards {
	background:#fff;
}
#cards .cont {
	width: 1400px;
	margin: auto;
}

#cards .cont .title {
	padding-top: 30px;
	margin-bottom: 5px;
}
#cards .cont .title p .left {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#cards .cont .title p .left .icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../img/rec-1.png) no-repeat 0px 0px;
	margin-bottom: 5px;
	margin-right: 8px;
}
#cards .cont .title p .left .icon.rec {
	background: url(../img/rec-1.png) no-repeat 0px 0px;
}
#cards .cont .title p .left .icon.new {
	background: url(../img/new-1.png) no-repeat 0px 0px;
}
#cards .cont .title p .left .icon.all {
	background: url(../img/all-1.png) no-repeat 0px 0px;
}
#cards .cont .title p .left .icon.services {
	background: url(../img/services-1.png) no-repeat 0px 0px;
	margin-bottom: 3px;
}
#cards .cont .title p .left:hover {
	color: #333;
}
#cards .cont .title p .left:hover .icon {
	background-position: 0 -20px;
}

#cards .cont .title p .right {
	display: inline-block;
	vertical-align: middle;
	float: right;
	font-size: 18px;
	color: #000;
	padding: 3px 24px 3px 14px;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	background: url(../img/more-1.png) no-repeat 100% 0px;
}
#cards .cont .title p .right:hover {
	background-position: 100% -50px;
}


#cards .cont .cards {
	display: block;
	background: #fff;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#cards .cont .cards .pr {
	/*padding-right: 26px;
	padding-left: 25px;*/
	border-right: 1px solid #e6e6e6;
	width: 238px;
	display: table-cell;
	position: relative;
	padding-bottom: 60px;
	padding-top: 2px;
}

#cards .cont .cards .pr.th1 {
	/*padding-left: 0px;*/
}
#cards .cont .cards .pr.th5 {
	border-right:none;
	/*padding-right: 0px;*/
}

/*Не забыть добавить prcont на сайт! с расстояниями вместо отступами */

#cards .cont .cards .pr .prcont {
	padding-right: 26px;
	padding-left: 25px;
}
#cards .cont .cards .pr.th1 .prcont {
	padding-left: 0px;
}
#cards .cont .cards .pr.th5 .prcont {
	padding-right: 0px;
}

#cards .cont .cards .pr .img {
	display: block;
	margin: auto;
	position: relative;
	display: table-row;
	background: #f5f5f5;
}
#cards .cont .cards .pr .img {
	display: block;
}
#cards .cont .cards .pr .img .imgs {
	display: block;
	width: 238px;
	height: 238px;
	overflow: hidden;
}
#cards .cont .cards .pr .img .imgs .slick-dots {
    bottom:0px;
	left: 50%;
	margin-left:-20px;
	text-align: left;
	padding-left:;
	width: 50px;
	height: 10px;
}
#cards .cont .cards .pr .img .imgs .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
	margin-right: 1px;
	overflow: hidden;
	vertical-align: top;
}
#cards .cont .cards .pr .img .imgs .slick-dots li button {
    width: 4px;
    height: 4px;
	padding: 0;
	background: #194030;
	border-radius: 5px;
}
#cards .cont .cards .pr .img .imgs .slick-dots li.slick-active button {
	background: #c0ed8a;
}
#cards .cont .cards .pr .img .slick-dotted.slick-slider {
    margin-bottom:0;
}
#cards .cont .cards .pr .img .stickers img {
	position: absolute;
}
#cards .cont .cards .pr .img .stickers img.new {
	top: -2px;
	right: -2px;
}
#cards .cont .cards .pr .img .stickers img.rec {
	top: 8px;
	left: 8px;
}
#cards .cont .cards .pr .img .stickers img.stock,
#cards .cont .cards .pr .img .stickers img.bu,
#cards .cont .cards .pr .img .stickers img.nov {
	bottom: 0;
	right: 0;
}
#cards .cont .cards .pr .name {
	display:block;
	margin-top: -10px;
}
#cards .cont .cards .pr .name a {
	display: block;
	padding-top: 12px;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 22px;
	padding-top: 25px;
}
#cards .cont .cards .pr .name a:hover, #cards .cont .cards .pr .name a.red {
	color: #333;
}
#cards .cont .cards .pr .stars {
	position: absolute;
	width: 100%;
	height: 16px;
	bottom: 60px;
	left: 0;
}
#cards .cont .cards .pr .stars .starscont {
	width: 100px;
	height: 16px;
	margin: auto;
	padding-left: 3px;
}
#cards .cont .cards .pr .stars .starscont .star {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 16px;
	margin-right: 3px;
	background: #d6d6d6;
	overflow: hidden;
}
#cards .cont .cards .pr .stars .starscont .star .white {
	width: 17px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/star-white.png) no-repeat 100% 0px;
}
#cards .cont .cards .pr .stars .starscont .star .yellow {
	width: 17px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f2b501;
}
#cards .cont .cards .pr .bottom {
	position: absolute;
	width: 100%;
	bottom:0;
	left: 0;
	overflow: hidden;
}
#cards .cont .cards .pr .bottom .bottomcont {
	padding: 0 18px;
}
#cards .cont .cards .pr.th1 .bottom .bottomcont {
    padding-left: 0;
}
#cards .cont .cards .pr.th5 .bottom .bottomcont {
    padding-right: 0;
}
#cards .cont .cards .pr .bottom .prices {
	display: table-cell;
	vertical-align: middle;
}
#cards .cont .cards .pr .bottom .prices .old {
	float: left;
	text-decoration: line-through;
	font-size: 20px;
	color: #b3b3b3;
}
#cards .cont .cards .pr .bottom .prices .percent {
	float: left;
	font-size: 14px;
	color: #194030;
	padding: 1px 3px;
	background: #C0ED8A;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 4px;
}
#cards .cont .cards .pr .bottom .prices .real {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}
#cards .cont .cards .pr .bottom .buttons {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#cards .cont .cards .pr .bottom .buttons .buy {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 8px 11px 33px;
	background: url(../img/buy-1.png) no-repeat -4px -2px;
	cursor: pointer;
	border-radius: 3px;
	float: right;
	overflow: hidden;
	position: relative;
}
#cards .cont .cards .pr .bottom .buttons .buy:hover {
	background-position: -4px -56px;
}
#cards .cont .cards .pr .bottom .buttons .buy .add {
	position: absolute;
	width:100%;
	height:100%;
	left: 100%;
	top: 0;
	background: #3c3;
}
#cards .cont .cards .pr .bottom .buttons .buy .add .check {
	position: absolute;
	width:30px;
	height:30px;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
	overflow: hidden;
	background: url(../img/add-1.png) no-repeat 0px 0px;
}
#cards .cont .cards .pr .bottom .buttons .buy .add .check .animate {
	position: absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	background: #3c3;
}

#cards .cont .cards .reset {
	display: none;
}
#cards .cont .cards .slick-slide {
	float: none;
}
#cards .cont .cards .imgs .slick-slide {
	float: left;
}
#cards .cont .cards .slick-prev, #cards .cont .cards .slick-next {
	width: 20px;
	height: 20px;
	background: url(../img/arrow-10.png) no-repeat 0px 0px;
	margin-top: -10px;
	text-indent: 25px;
	overflow: hidden;
	z-index: 1;
}
#cards .cont .cards .slick-prev {
	left: -10px;
	background-position: 0 0;
}
#cards .cont .cards .slick-next {
	right: -10px;
	background-position: -20px 0;
}
#cards .cont .cards .slick-prev:hover {
	background-position: 0 -20px;
}
#cards .cont .cards .slick-next:hover {
	background-position: -20px -20px;
}
#cards .cont .cards .slick-disabled {
	width: 0;
}

#cards.gray-bg {
	background: #e6e6e6;
	padding:20px 0 30px;
}
#cards.gray-bg .cont .title {
    margin-bottom: 25px;
}

#cards .cont .alllist {
	overflow: hidden;
}
#cards .cont .alllist .left {
	float: left;
	width: 563px;
}
#cards .cont .alllist .right {
	float: right;
	width: 817px;
}
#cards .cont .alllist .left .block {
	/*width: 543px;*/
	padding: 20px 0 20px 20px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
#cards .cont .alllist .right .block {
	/*width: 797px;*/
	padding: 20px 0 20px 20px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}
#cards .cont .alllist .block .img {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
}
#cards .cont .alllist .block .txt {
	display: table-cell;
	vertical-align: top;
	padding-left: 16px;
	width: 100%;
}
#cards .cont .alllist .block .txt .tit {
	margin-bottom: 10px;
}
#cards .cont .alllist .block .txt .tit a {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
#cards .cont .alllist .block .txt .tit a span {
	display: inline-block;
	vertical-align: middle;
}
#cards .cont .alllist .block .txt .tit a span.icon {
	width: 29px;
	height: 27px;
	margin-bottom: 4px;
}
#cards .cont .alllist .block .txt .tit a span.icon.th1 {
	margin-left: -7px;
	background: url(../img/all-tit-1.png) no-repeat 0px 0px;
}
#cards .cont .alllist .block .txt .tit a span.icon.th2 {
	margin-left: -7px;
	background: url(../img/all-tit-2.png) no-repeat 0px 0px;
}
#cards .cont .alllist .block .txt .tit a span.icon.th3 {
	margin-left: -7px;
	background: url(../img/all-tit-3.png) no-repeat 0px 0px;
}
#cards .cont .alllist .block .txt .tit a span.icon.th4 {
	margin-left: -2px;
	background: url(../img/all-tit-4.png) no-repeat 0px 0px;
}
#cards .cont .alllist .block .txt .tit a span.icon.th5 {
	margin-left: -4px;
	background: url(../img/all-tit-5.png) no-repeat 0px 0px;
}
#cards .cont .alllist .block .txt .tit a span.icon.th6 {
	margin-left: -4px;
	margin-bottom:10px;
	background: url(../img/all-tit-6.png) no-repeat 0px 0px;
}
#cards .cont .alllist .block .txt .tit a span.text {
	margin: 0 12px 0 6px;
}
#cards .cont .alllist .block .txt .tit a span.arr {
	width: 14px;
	height: 14px;
	background: url(../img/arrow-4.png) no-repeat 0px 0px;
}
#cards .cont .alllist .block .txt .tit a:hover {
	color: #333;
}
#cards .cont .alllist .block .txt .tit a:hover span.arr {
	background-position: 0px -14px;
}
#cards .cont .alllist .block .txt .tit a:hover span.icon {
	background-position: 0px -27px;
}
#cards .cont .alllist .block .txt .list ul li {
	font-size: 18px;
	margin-top: 3px;
	position: relative;
	padding: 1px 0;
}
#cards .cont .alllist .block .txt .list ul li .opacity {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/opacity-1.png);
}
#cards .cont .alllist .block .txt .list ul li a {
	padding-left: 14px;
	color: #000;
	display: block;
	background: url(../img/li-1.png) no-repeat 0px 0px;
}
#cards .cont .alllist .block .txt .list ul li a:hover {
	color: #333;
	background-position: 0px -100px;
}


#cards .cont .cards .reset {
	display: none;
}
#cards .cont .cards .slick-slide {
	float: none;
}
#cards .cont .cards .imgs .slick-slide {
	float: left;
}
#cards .cont .cards .slick-prev, #cards .cont .cards .slick-next {
	width: 20px;
	height: 20px;
	background: url(../img/arrow-10.png) no-repeat 0px 0px;
	margin-top: -10px;
	text-indent: 25px;
	overflow: hidden;
	z-index: 1;
}
#cards .cont .cards .slick-prev {
	left: -10px;
	background-position: 0 0;
}
#cards .cont .cards .slick-next {
	right: -10px;
	background-position: -20px 0;
}
#cards .cont .cards .slick-prev:hover {
	background-position: 0 -20px;
}
#cards .cont .cards .slick-next:hover {
	background-position: -20px -20px;
}
#cards .cont .cards .slick-disabled {
	width: 0;
}

/*CARDS*/

/*GREY*/
#grey {
	margin-bottom: 28px;
}
#grey .cont {
    width: 1400px;
	margin: auto;
	padding-top:30px;
}
#grey .cont .hiddentext {
	overflow: hidden;
	position: relative;
}
#grey .cont .hiddentext h1,
#grey .cont .hiddentext h2,
#grey .cont .hiddentext h3 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
#grey .cont .hiddentext p {
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 22px;
}
#grey .cont .hiddentext p a {
	color: #2162cf;
}
#grey .cont .hiddentext p a:hover {
	color: #317eff;
}
#grey .cont .hiddentext td.padding {
	padding-right: 20px;
}
#grey .cont .more {
	border-bottom: 1px solid #ccc;
	height: 16px;
	text-align: center;
}
#grey .cont .more p {
	display: inline-block;
	margin: auto;
	background: #f5f5f5;
	padding: 5px 15px;
	font-size: 18px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
#grey .cont .more p .arr {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url(../img/arrow-6n.png) no-repeat 0px 0px;
	margin-bottom: 2px;
}
#grey .cont .more p .text {
	display: inline-block;
	vertical-align: middle;
}
#grey .cont .more p:hover {
	color: #000;
}
#grey .cont .more p:hover .arr {
	background-position: 0 -11px;
}
#grey .cont .more p.open .arr {
	background-position: 0 -22px;
}
#grey .cont .more p.open:hover .arr {
	background-position: 0 -33px;
}
/*GREY*/

/*GREEN*/
#green {
	background: #007747;
}
#green .cont {
    width: 1400px;
	margin: auto;
	padding: 40px 0 20px;
	overflow: hidden;
}
#green .cont .block {
	display:inline-block;
	overflow: hidden;
	width: 335px;
	margin-right:20px;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}
#green .cont .block.right {
	margin-right:0px; 
}
#green .cont .block .img {
	display: table-cell;
	vertical-align: middle;
}
#green .cont .block .img img {
	display: block;
}
#green .cont .block .text {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	padding: 0 14px;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}
/*GREEN*/
/*FOOTER*/
#footer {
	background: #fff;
}
#footer .cont {
    width: 1400px;
	margin: auto;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
#footer .cont .left {
	display: table-cell;
	vertical-align: top;
}
#footer .cont .left .leftcont {
    width: 460px;
}
#footer .cont .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer .cont .title a {
	color: #1a1a1a;
}
#footer .cont .title a .icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 2px;
}
#footer .cont .left .title a .icon {
	background: url(../img/footer-icon-1.png) no-repeat 0px 0px;
}
#footer .cont .title a .text {
	display: inline-block;
	vertical-align: middle;
}
#footer .cont .title a:hover {
	color: #444;
}
#footer .cont .title a:hover .icon {
	background-position: 0px -15px;
}
#footer .cont .block p {
	font-size: 18px;
	color: #1a1a1a;
	margin-bottom: 4px;
	line-height: 20px;
}
#footer .cont .block p a {
	color: #1a1a1a;
}
#footer .cont .block p .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-bottom: 2px;
}
#footer .cont .block p .icon .img {
	width: 14px;
	height: 14px;
	display: block;
}
#footer .cont .left .block p a .icon.n1 .img {
	background: url(../img/footer-icon-n1.png) no-repeat 0px 0px;
}
#footer .cont .left .block p a .icon.n2 .img {
	background: url(../img/footer-icon-n2.png) no-repeat 0px 0px;
}
#footer .cont .left .block p a .icon.n3 .img {
	background: url(../img/footer-icon-n3.png) no-repeat 0px 0px;
}
#footer .cont .block p a:hover {
	color: #444;
}
#footer .cont .left .block p a:hover .icon .img {
	background-position: 0px -14px;
}
#footer .cont .block p img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
#footer .cont .left .block p a .icon.tel {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 15px;
	margin-bottom: 1px;
	background: url(../img/footer-icon-tel.png) no-repeat 0px 0px;
}
#footer .cont .left .block p a:hover .icon.tel {
	background-position: 0px -15px;
}
#footer .cont table {
	margin-bottom: 6px;
}
#footer .cont td.padding {
	padding-right: 20px;
}
#footer .cont .right {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
#footer .cont .right .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1a1a1a;
}
#footer .cont .right .title a {
	color: #1a1a1a;
}
#footer .cont .right .title .icon {
	width: 16px;
	height: 15px;
}
#footer .cont .right .block.th1 .title .icon {
	background: url(../img/footer-icon-2.png) no-repeat 0px 0px;
	margin-bottom: 5px;
}
#footer .cont .right .block.th2 .title .icon {
	background: url(../img/footer-icon-3.png) no-repeat 0px 0px;
}
#footer .cont .right .block.th3 .title .icon {
	background: url(../img/footer-icon-4.png) no-repeat 0px 0px;
}
#footer .cont .right .block.th3 .title .icon.pop {
	background: url(../img/footer-icon-5.png) no-repeat 0px 0px;
}
#footer .cont .right .title a:hover {
	color: #444;
}
#footer .cont .right .block .title a:hover .icon {
	background-position: 0px -15px;
}
#footer .cont .right .block.th3 .title a:hover .icon.pop {
	background-position: 0px -15px;
}
#footer .cont .right .block ul {
	margin-bottom: 20px;
}
#footer .cont .right .block li {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 4px;
	margin-left: 6px;
}
#footer .cont .right .block li a {
	display: block;
	color: #1a1a1a;
	padding-left: 16px;
	background: url(../img/li-2.png) no-repeat 0px 0px;
}
#footer .cont .right .block li a:hover {
	background-position: 0px -100px;
	color: #444;
}
#footer .cont .right .block {
	display: table-cell;
	padding-right: 30px;
}
#footer .cont .right .block.th3 {
	padding-right:0;
}
#footer .cont .right .bottom {
	padding-left: 6px;
}
#footer .cont .right .bottom .line {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
}
#footer .cont .right .bottom .line p.look {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	color: #1a1a1a;
	width: 100%;
	font-style: italic;
}
#footer .cont .right .bottom .line p.social {
	display: table-cell;
	vertical-align: middle;
}
#footer .cont .right .bottom .line p.social .socialcont {
	display: block;
	width: 116px;
}

#footer .cont .right .bottom .line p.social .socialcont a {
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 4px;
	text-indent: 30px;
	overflow: hidden;
}
#footer .cont .right .bottom .line p.social .socialcont a.telegram {
	background: url(../img/telegram-1.png) no-repeat 0px 0px;
}
#footer .cont .right .bottom .line p.social .socialcont a.instagram {
	background: url(../img/instagram-1.png) no-repeat 0px 0px;
}
#footer .cont .right .bottom .line p.social .socialcont a.facebook {
	background: url(../img/facebook-1.png) no-repeat 0px 0px;
}
#footer .cont .right .bottom .line p.social .socialcont a.tiktok {
	background: url(../img/tiktok-1.png) no-repeat 0px 0px;
}
#footer .cont .right .bottom .line p.social .socialcont a:hover {
	background-position: 0px -25px;
}

#footer .cont .right .bottom .up {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}
#footer .cont .right .bottom .up p {
	border: 1px solid #333;
	background: #333;
	width: 200px;
	padding: 15px 0;
	text-align: center;
	color: #ccc;
	text-transform: uppercase;
	font-size: 20px;
	cursor: pointer;
	border-radius: 4px;
}
#footer .cont .right .bottom .up p .icon {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: 2px;
	background: url(../img/up-1.png) no-repeat 0px 0px;
}
#footer .cont .right .bottom .up p .text {
	display: inline-block;
	vertical-align: middle;
}
#footer .cont .right .bottom .up p:hover {
	border: 1px solid #444;
	background: #444;
}
#footer .cont .right .bottom .up p:hover .icon {
	background-position: 0px -15px;
}
#footer .rights {
	background:#000;
}
#footer .rights p {
	color: #999;
	font-size: 20px;
	text-align: center;
	padding: 18px 0;
}
/*FOOTER*/

/*BUTTON*/
#button {
	position: fixed;
	width: 40px;
	height: 40px;
	left: 20px;
	bottom: 20px;
	z-index: 3;
}
#button .cont {
	position:absolute;
	width: 40px;
	height: 40px;
	border-radius: 30px;
}
#button .cont .icon {
	position:absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 40px;
}
#button .cont .icon.th1 {
	background: url(../img/button-icon-1.png) no-repeat 0px 0px;
}
#button .cont .icon.th2 {
	background: url(../img/button-icon-2.png) no-repeat 0px 0px;
}
#button .cont .icon:hover {
	background-position: 0px -40px;
}
#button .cont .border {
	position:absolute;
	width: 36px;
	height: 36px;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -20px;
	border: 2px solid #039;
	border-radius: 40px;
	opacity: 0.4;
}
#upcont {
	position: fixed;
	width: 36px;
	height: 36px;
	bottom: 64px;
	left: 23px;
	display: none;
}
#upcont .up {
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: url(../img/up-2.png) no-repeat 0px 0px;
}
#upcont .up:hover {
	background-position: 0px -36px;
}
/*BUTTON*/
/*BLACK*/
#black {
	position:fixed;
	width: 100%;
	height: 100%;
	background: url(../img/opacity-2.png);
	z-index: 3;
	top: 0;
	display: none;
}
#black .buttons {
	position: absolute;
	left: 20px;
	bottom: 60px;
	width: 40px;
	display: none;
}
#black .buttons .button {
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent: 46px;
	border-radius: 40px;
}
#black .buttons .button a {
	display: block;
	width: 40px;
	height: 40px;
}
#black .buttons .button.th1 a {
	background: url(../img/button-icon-3.png) 0px 0px no-repeat;
}
#black .buttons .button.th2 a {
	background: url(../img/button-icon-5.png) 0px 0px no-repeat;
}
#black .buttons .button.th3 a {
	background: url(../img/button-icon-6.png) 0px 0px no-repeat;
}
#black .buttons .button.th4 a {
	background: url(../img/button-icon-7.png) 0px 0px no-repeat;
}
#black .buttons .button.th5 a {
	background: url(../img/button-icon-4.png) 0px 0px no-repeat;
}
#black .buttons .button a:hover {
	background-position: 0px -40px;
}
/*BLACK*/

/*BLACK3*/
#black3 {
	position:fixed;
	width: 100%;
	height: 100%;
	background: url(../img/opacity-2.png);
	z-index: 3;
	top: 0;
	display: none;
}
#black3 .block {
	position: absolute;
	width: 420px;
	padding: 20px;
	background:#fff;
	margin-top: 50px;
	margin-left: -230px;
	left: 50%;
	border: 1px solid #333;
	box-shadow: 0px 0px 10px #000;
	border-radius: 5px;
	margin-top: -500px;
	display: none;
}
#black3 .block p {
    font-size: 20px;
    margin-bottom: 10px;
    color: #4d4d4d;
	line-height: 22px;
}
#black3 .block p.center {
	text-align: center;
}
#black3 .block .check {
    margin-bottom: 10px;
}
#black3 .block .check li {
	display: block;
	color: #4d4d4d;
	padding-left: 24px;
	line-height: 22px;
	margin-bottom: 2px;
    font-size: 20px;
	background: url(../img/check-6.png) no-repeat 0px 0px;
}
#black3 .block hr {
    margin: 0;
	border: none;
	border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 15px;
}
#black3 .block .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#black3 .block .close {
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	position: absolute;
	top: 20px;
	right: 20px;
	/*background: url(../img/remove-1.png) no-repeat -8px -8px;*/
	background: url(../img/close-1.png) no-repeat 2px 2px;
	cursor: pointer;
}
#black3 .block .close:hover {
	/*background-position: -8px -49px;*/
	background-position: 2px -19px;
	border: 1px solid #e1b0ae;
}
#black3 .block .close2 {
	display: block;
	width: 156px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 10px 0;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
    font-size: 20px;
	border-radius: 5px 5px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin: auto;
}
#black3 .block .close2:hover {
	background: #f9f9f9;
}

#black3 .block .icons {
	margin-bottom: -7px;
	text-align: center;
}
#black3 .block .icons .icon {
	height: 28px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100px;
	cursor: pointer;
	margin: 0 5px;
}
#black3 .block .icons .viber {
	width: 71px;
	background: url(../img/viber-1.png) no-repeat 0px 0px;
}
#black3 .block .icons .telegram {
	width: 98px;
	background: url(../img/telegram-3.png) no-repeat 0px 0px;
}
#black3 .block .icons .icon:hover {
	background-position: 0 -28px;
}
#black3 .block .small {
	font-size: 16px;
	font-style: italic;
	text-align: center;
}
/*BLACK3*/

#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer {
	width: 100%;
	padding-right: 20px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .bordercont {
	padding: 20px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	margin-right: 20px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th1 {
	float: left;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 {
	float: right;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer a {
	padding: 0;
	border: none;
	background: none;
	line-height: 22px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th1 a {
	display: block;
	width: 160px;
	height: 66px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a {
	display: block;
	width: 240px;
	padding: 12px 0 9px;
	text-align: center;
	margin: 12px 0 0 0;
	background: #c0ed8a;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #284030;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a .icon {
	width: 17px;
	height: 15px;
	display: inline-block;
	background: url(../img/photocustomer-1.png) 0px 0px no-repeat;
	margin-bottom: 5px;
	margin-right: 8px;
	vertical-align: middle;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a:hover {
	background: #c8f592;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a:hover .icon {
	background-position: 0 -15px;
}

#text .cont .white table.frame {
	margin-bottom: 20px;
	width: 48%;
	border: 2px solid #b7b7b7;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	margin-bottom: 2%;
}
#text .cont .white table.frame.nomargin {
	margin-right:0;
}
#text .cont .white table.frame tr td {
	width: 50%;
	padding: 10px 20px 20px;
	position: relative;
}
#text .cont .white table.frame tr.title td {
	padding: 15px 0 0 0;
}
#text .cont .white table.frame tr td.border {
	border-right: 1px dashed #e6e6e6;
}
#text .cont .white table.frame tr td p {
	margin: 0;
}
#text .cont .white table.frame tr td p.m1 {
	display: none;
	margin-bottom: 10px;
}
#text .cont .white table.frame tr td p a {
	display: block;
}
#text .cont .white table.frame tr td p img {
	width: 100%;
	height: auto;
	padding: 0;
	border: none;
	margin: 0;
	display: block;
}
#text .cont .white table.frame tr td p.mono {
	display: block;
	margin-top: 10px;
}
#text .cont .white table.frame tr td p.mono.h30 {
	background: url(../img/h30.png) no-repeat 50% 80%;
}
#text .cont .white table.frame tr td p.mono.h60 {
	background: url(../img/h60.png) no-repeat 50% 80%;
}
#text .cont .white table.frame tr td p.mono.h90 {
	background: url(../img/h90.png) no-repeat 50% 80%;
}
#text .cont .white table.frame tr td p.mono.h120 {
	background: url(../img/h120.png) no-repeat 50% 80%;
}
#text .cont .white table.frame tr td p.mono.h150 {
	background: url(../img/h150.png) no-repeat 50% 70%;
}
#text .cont .white table.frame tr td p.mono.h180 {
	background: url(../img/h180.png) no-repeat 50% 70%;
}
#text .cont .white table.frame tr td p.mono.h210 {
	background: url(../img/h210.png) no-repeat 50% 70%;
}
#text .cont .white table.frame tr td p.mono.h240 {
	background: url(../img/h240.png) no-repeat 50% 70%;
}

@media
only screen and (max-width : 1400px), only screen and  and (max-device-width : 1400px) {
	
#header .top .cont {
    width: 96%;
}
#header .middle .cont {
    width: 96%;
}
#header .middle .cont .right .contacts .contactsfor .slide {
    padding: 34px 20px;
	padding-left: 0;
}
#header .middle .cont .right .contacts .contactsfor p a {
    margin-left: 20px;
}
#header .middle .cont .right .contacts .contactsfor {
	max-width: 680px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th2  {
    /*padding: 18px 20px;
	padding-left: 5px;*/
	padding: 17px 10px 16px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th1 p,
#header .middle .cont .right .contacts .contactsfor .slide.th2 p,
#header .middle .cont .right .contacts .contactsfor .slide.th3 p,
#header .middle .cont .right .contacts .contactsfor .slide.th4 p,
#header .middle .cont .right .contacts .contactsfor .slide.th5 p {
	width: 550px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th1 p {
	text-align: center;
}
#header .middle .cont .right .contacts .contactsfor .slide.th2 p a {
	display:inline-block;
}

#menu .top .cont {
	width: 96%;
}
#menu .bottom .cont {
	width: 96%;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .table {
	width: 96%;
}
#menu .bottom .cont .contmenu ul.products li .cat {
	width: 100%;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li {
    margin-bottom: 1%;
    margin-right: 1%;
    width: 15%;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a {
	display: block;
    width: 100%;
    height: 165px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .icon {
    width: 100%;
	height: auto;
}

#green .cont {
	width: 96%;
}
#green .cont .block {
    width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#green .cont .block.right {
	margin-right:0;
}

#footer .cont {
	width: 96%;
}
#footer .cont .left .leftcont {
    width: 250px;
}
#footer .cont td {
	display: block;
}
#footer .cont td.padding {
    padding-right:0;
}
#footer .cont .left .block p a .icon {
	display: table-cell;
	vertical-align: top;
}
#footer .cont .left .block p a .icon .img {
	margin-right: 8px;
	margin-top: 2px;
}
#footer .cont .left .block p a .text {
	display: table-cell;
	vertical-align: top;
}
#footer .cont .left table {
	margin-left: 23px;
}
#footer .cont .left .block p a .icon.tel {
	margin-right: 7px;
	margin-bottom: 4px;
}
#footer .cont .right .block {
    padding-right: 20px;
}

#text .cont {
	width: 96%;
}
#text .cont .white table tr td img {
	max-width: 420px;
	height: auto;
}
#text .cont .white table.checklist tr td {
    width: auto;
}

#text .cont .white .formshopcart .left .leftcont {
    width: 620px;
}
#text .cont .white .formshopcart .left .submitcont {
    width: 600px;
}

#cards .cont {
    width: 96%;
}

#cards .cont .cards .pr {
	width: 20%;
}
#cards .cont .cards .pr .prcont {
	padding-right: 8%;
	padding-left: 8%;
}
#cards .cont .cards .pr.th1 .prcont {
	padding-left: 0px;
}
#cards .cont .cards .pr.th5 .prcont {
	padding-right: 0px;
}
#cards .cont .cards .pr .img .imgs {
    width: 185px;
    height: 185px;
	margin: auto;
}
#cards .cont .cards .pr .img .imgs img {
    width: 185px;
    height: auto;
}
#cards .cont .cards .pr .bottom {
    text-align: center;
}
#cards .cont .cards .pr .bottom .buttons .buy {
	width: 37px;
	height: 35px;
	width: 45px;
	height: 43px;
	padding: 0;
	text-indent: 50px;
    /*border: 4px solid #1a1a1a;*/
    background-position: 0px 0px;
}
#cards .cont .cards .pr .bottom .buttons .buy:hover {
    /*border: 4px solid #333;*/
    background-position: 0px -54px;
}

}

@media
only screen and (max-width : 1200px), only screen and  and (max-device-width : 1200px) {
	
#header .middle .cont {
	position: relative;
}
#header .middle .cont .right .topmenu {
	position: absolute;
	right: 0px;
	top: 10px;
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
}
#header .middle .cont .right .contacts {
    margin-top: 84px;
}
#header .middle .cont .left {
	padding-top: 42px;
}
#header .middle .cont .right .topmenu .menu {
	display: block;
}
#header .middle .cont .right .topmenu .menu ul {
	width: 70%;
	margin: auto;
}
#header .middle .cont .right .topmenu .lang {
	display: block;
	position: absolute;
	right: 0;
	top: 46px;
}


#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a {
	height: 145px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .text .middle {
    font-size: 16px;
}
#menu .bottom .cont .contmenu ul.services li {
    font-size: 16px;
}

#green .cont {
	text-align: center;
}
#green .cont .block {
    width: 31.3%;
	margin: 0 1% 1.5% 1%;
	text-align: left;
}
#green .cont .block.right {
	margin: 0 1% 1.5% 1%;
}

#footer .cont .right .block {
	width: 26%;
	padding: 0;
}
#footer .cont .right .block.th3 {
	width: 44%;
}

#text .cont .white ul, #text .cont .white ol {
    margin-right: 5px;
}
#text .cont .white table tr td img {
    max-width: 386px;
}

#text .cont .white .formshopcart .left .leftcont {
    width: 500px;
}

#text .cont .white .formshopcart .left .leftcont .middle td {
	display: block;
	padding: 0;
	padding-bottom: 10px;
}
#text .cont .white .formshopcart .left .leftcont .middle input.check14 {
    width: 90%;
}
#text .cont .white .formshopcart .left .leftcont .middle textarea {
    width: 90%;
}
#text .cont .white .formshopcart .left .submitcont {
    width: 482px;
}
#text .cont .white .formshopcart .left .leftcont .top .inputcont .error {
    width: 89%;
    font-size: 17px;
}
#text .cont .white .formshopcart .left .leftcont .middle .inputcont .error {
    width: 89%;
    font-size: 17px;
}
#text .cont .white .formshopcart .left .leftcont .textareacont .error {
    width: 91%;
    font-size: 17px;
}
	
#text .cont .white .shops-img img {
	width: 30%;
}

#cards .cont .cards .pr .img .imgs {
    width: 162px;
    height: 162px;
}
#cards .cont .cards .pr .img .imgs img {
    width: 162px;
    height: 162px;
}
#cards .cont .alllist .left {
    width: 44%;
}
#cards .cont .alllist .right {
    width: 54%;
}
#cards .cont .alllist .left .block .img img {
    width: 152px;
}
#cards .cont .alllist .right .block .img img {
    width: 194px;
}
#cards .cont .allservices .white .right .block td.th1 ul {
    width: 279px;
}
	
#text .cont .white .frames {
	text-align: center;
}
#text .cont .white table.frame {
    width: 88%;
    margin-right:0;
}
	
}
@media
only screen and (max-width : 1080px), only screen and  and (max-device-width : 1080px) {
	
#header .middle .cont .right .topmenu .menu ul {
    width: 80%;
}
#header .middle .cont .right {
	vertical-align: bottom;
	padding-top: 14px;
}
#header .middle .cont .right .contacts {
    margin-top: 54px;
}
#header .middle .cont .right .contacts .contactsfor {
	max-width: 376px;
	/*height: 150px;*/
}
	
#header .middle .cont .right .topmenu .lang {
    top: 42px;
}

#header .middle .cont .right .contacts .contactsfor .slide.th1 {
	padding: 27px 20px 31px 6px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th2 {
	padding: 13px 20px 17px 6px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th3,
#header .middle .cont .right .contacts .contactsfor .slide.th4,
#header .middle .cont .right .contacts .contactsfor .slide.th5 {
	padding: 41px 20px 45px 6px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th1 p,
#header .middle .cont .right .contacts .contactsfor .slide.th2 p,
#header .middle .cont .right .contacts .contactsfor .slide.th3 p,
#header .middle .cont .right .contacts .contactsfor .slide.th4 p,
#header .middle .cont .right .contacts .contactsfor .slide.th5 p {
	width: 310px;
	text-align: right;
	padding-right: 40px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th1 p a,
#header .middle .cont .right .contacts .contactsfor .slide.th2 p a,
#header .middle .cont .right .contacts .contactsfor .slide.th3 p a,
#header .middle .cont .right .contacts .contactsfor .slide.th4 p a,
#header .middle .cont .right .contacts .contactsfor .slide.th5 p a {
	display: inline-block;
	margin: 0;
	margin-bottom: 3px;
}

#menu .top .cont .left .start p {
    padding: 20px 30px;
}
#menu .top .cont .right .basket a {
    width: 210px;
}
#menu .top .cont .right .basket a .plural {
	display: none;
}
#menu .top .cont .center .search input {
    width: 92%;
    padding: 14px 4%;
}
#menu .bottom .cont .contmenu {
    width: 290px;
}
	
#menu .bottom .cont .contmenu ul.products li .cat .catcont {
    margin-left: 289px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li {
    margin-bottom:0;
    margin-right:8%;
    width:42%;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a {
	height:auto;
	display: table;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .icon {
    position:relative;
	height: 63px;
    width:auto;
	display: table-cell;
	vertical-align: middle;
	margin-right: 5px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .text {
	display: table-cell;
    position:relative;
    width:100%;
    height: auto;
    text-align: left;
    bottom: auto;
	vertical-align: middle;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .middlecont p {
    width:270px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .text .middle {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
#menu .bottom .cont .contmenu ul.services li {
	font-size: 18px;
}

#cards .cont .cards {
    overflow: visible;
}
#cards .cont .cards .pr {
	border-right: none;
	border-left: 1px solid #e6e6e6;
}
#cards .cont .cards .pr.th1 {
	border-left: none;
}
#cards .cont .alllist .left .block {
    padding: 20px 0 20px 0;
}
#cards .cont .alllist .right .block {
    padding: 20px 0 20px 0;
}
#cards .cont .alllist .block .img {
    display:block;
    padding-right:0;
    border-right:none;
	text-align: center;
}
#cards .cont .alllist .left .block .img img {
    width:auto;
}
#cards .cont .alllist .right .block .img img {
    width:auto;
	margin-bottom: 12px;
}
#cards .cont .alllist .block .txt .tit a span.arr {
    display: inline-block;
}

#cards .cont .allservices .white .right .block table td {
	display: block;
}
#cards .cont .allservices .white .right .block td.th1 ul {
    width:auto;
}
#cards .cont .allservices .white .right .block .tit .icon {
	display: table-cell;
	padding-right: 6px;
	vertical-align: top;
}
#cards .cont .allservices .white .right .block .tit .text {
	display: table-cell;
	vertical-align: top;
}
#cards .cont .allservices .white .left a img {
    width: 300px;
}

#green .cont .block {
    width: 48%;
	margin: 0 1% 1.5% 1%;
}
#green .cont .block.right {
	margin: 0 1% 1.5% 1%;
}

#footer .cont .right .block.th3 {
	display: block;
    width: 100%;
	padding: 0;
}
#footer .cont .right .block.th3 td {
    display: table-cell;
}

#text .cont .white table tr td {
	display: block;
	width: auto;
}
#text .cont .white table tr td img {
	display: block;
    width: auto;
	margin: 0 auto;
	margin-top: 10px;
}
#text .cont .white table.checklist tr td {
	display: inline-block;
	width: 40%;
}
#text .cont .white ul, #text .cont .white ol {
    margin: 0;
	margin-bottom: 10px;
}
#text .cont .white table.checklist ul, #text .cont .white table.checklist ol {
	margin-bottom:0;
}
#text .cont .white table.contacts tr td {
	display: table-cell;
}

#text .cont .white .tableshopcart .bottom table tr td {
	display: table-cell;
}
#text .cont .white .tableshopcart .top table td {
	display: table-cell;
}
#text .cont .white .tableshopcart .bottom table .desc .map {
	display: block;
}
#text .cont .white .tableshopcart .bottom table .desc .art {
	display: block;
	margin-left: 2px;
}
#text .cont .white .tableshopcart .bottom table .desc .m1 {
	display: none;
}

#text .cont .white .formshopcart .left .leftcont .top table tr td {
    width: auto;
	padding-right: 0;
}
#text .cont .white .formshopcart .left .leftcont .top input {
    width: 88%;
    padding: 8px 3%;
}
#text .cont .white .formshopcart .left .leftcont .middle input.check14 {
    width: 88%;
}
#text .cont .white .formshopcart .left .leftcont .middle textarea {
    width: 88%;
}
#text .cont .white .formshopcart .left .leftcont .top input.name {
	margin-bottom: 20px;
}
#text .cont .white .formshopcart .left .leftcont .top .inputcont .error {
    padding: 8px 3%;
    width: 86%;
}
#text .cont .white .formshopcart .left .leftcont .middle .inputcont .error {
    width: 87%;
}
#text .cont .white .formshopcart .left .leftcont .textareacont .error {
    width: 89%;
}
#text .cont .white .formshopcart .left .leftcont {
    width: 386px;
}
#text .cont .white .formshopcart .left .submitcont {
    width: 378px;
}
	
#text .cont .white .shops-img {
	text-align: center;
}
#text .cont .white .shops-img img {
	width:auto;
	margin: 0;
	display: inline-block;
    max-width: 91%;
    padding: 10px;
	margin-bottom: 10px;
}
#text .cont .white .shops-img img.th1,
#text .cont .white .shops-img img.th2 {
	margin-right: 0px;
}

#text .cont .white table.repair tr td table tr td {
	display: table-cell;
}
#text .cont .white table.repair-price tr td {
	display: table-cell;
}
	
#text .cont .white table.sisea-results-list tr td {
    display: table-cell;
}
#text .cont .white table.sisea-results-list tr td .desc .map {
	display: block;
}
#text .cont .white table.sisea-results-list tr td .desc .art {
	display: block;
	margin-left: 2px;
}
#text .cont .white table.sisea-results-list tr td .desc .m1 {
    display: none;
}
#text .cont .white table.sisea-results-list tr td .more-search-pr a .m2 {
    display: none;
}
#text .cont .white table.sisea-results-list tr td .more-search-pr a,
#text .cont .white table.sisea-results-list tr td .more-search-cat a {
    width: 140px;
}
	
#text .cont .white table.frame tr td {
	display: table-cell;
}

}

@media
only screen and (max-width : 870px), only screen and  and (max-device-width : 870px) {
	
#header .middle .cont .right .topmenu .menu ul {
    width: 100%;
}
#header .middle .cont .right .contacts .contactsfor {
	max-width: 296px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th1 p,
#header .middle .cont .right .contacts .contactsfor .slide.th2 p,
#header .middle .cont .right .contacts .contactsfor .slide.th3 p,
#header .middle .cont .right .contacts .contactsfor .slide.th4 p,
#header .middle .cont .right .contacts .contactsfor .slide.th5 p {
	width: 270px;
	padding-right:0;
}

#menu .top .cont .center .search input {
    width: 88%;
    padding: 14px 6%;
}

#footer .cont {
	padding-bottom: 70px;
}
#footer .cont .right .bottom {
	position: absolute;
	width: 96%;
	left: 0;
	bottom: 20px;
	padding: 0;
}
#footer .cont .right .bottom .up {
    padding-left: 20px;
}
	
#text .cont .white table.checklist tr td {
    width: 48%;
}

#text .cont .white .tableshopcart .bottom table tr td.th2 {
    padding-left: 15px;
}
#text .cont .white .tableshopcart .bottom table tr td.th3,
#text .cont .white .tableshopcart .bottom table tr td.th4,
#text .cont .white .tableshopcart .bottom table tr td.th5 {
	padding: 0 5px;
}
#text .cont .white .tableshopcart .bottom table tr td.th5 {
	padding-right: 0;
}
#text .cont .white .formshopcart .left .leftcont {
    width: 330px;
}
#text .cont .white .formshopcart .left .submitcont {
    width: 312px;
}
#text .cont .white .formshopcart .left .leftcont .middle .inputcont .error {
    width: 86%;
}
#text .cont .white .formshopcart .left .leftcont .textareacont .error {
    width: 88%;
}

#cards .cont .cards .pr .img .imgs {
    width: 194px;
    height: 194px;
}
#cards .cont .cards .pr .img .imgs img {
    width: 194px;
    height: 194px;
}

#text .cont .white table.gallery tr td {
    display: inline-block;
	width: 50%;
}
#text .cont .white table.gallery tr td.th1,
#text .cont .white table.gallery tr td.th2,
#text .cont .white table.gallery tr td.th3,
#text .cont .white table.gallery tr td.th4 {
	width: 48%;
	padding: 0;
	border: none;
	padding-bottom: 3%;
}
#text .cont .white table.gallery tr td.th1,
#text .cont .white table.gallery tr td.th3 {
	padding-right: 3%;
}
#text .cont .white table.gallery tr {
    border-bottom:none;
}

#text .cont .white table.frame {
	width: 100%;
}
	
}
@media
only screen and (max-width : 780px), only screen and  and (max-device-width : 780px) {

#header .middle .cont .left .logo {
    width: 386px;
}
#header .middle .cont .left .logo .block.th2 {
    width: 225px;
}
#header .middle .cont .left .logo .block .img-2 {
	overflow: hidden;
	width: 228px;
	height: 40px;
    margin-top: 40px;
}
#header .middle .cont .right {
    vertical-align: top;
}
#header .middle .cont .right .contacts {
    overflow: visible;
	margin-top: 60px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th1 p,
#header .middle .cont .right .contacts .contactsfor .slide.th2 p,
#header .middle .cont .right .contacts .contactsfor .slide.th3 p,
#header .middle .cont .right .contacts .contactsfor .slide.th4 p,
#header .middle .cont .right .contacts .contactsfor .slide.th5 p {
	width: 258px;
	padding-right:0;
}
#header .middle .cont .right .contacts .contactsfor {
	max-width: 268px;
}
#header .middle .cont .right .contacts .contactsnav {
	width: 300px;
	padding-left: 0;
	bottom: auto;
	top: 98px;
	text-align: right;
}
#header .middle .cont .right .contacts .contactsnav .slide {
	float: none;
	display: inline-block;
}
#header .middle .cont .right .contacts .contactsfor .slide.th1 {
	padding: 17px 20px 14px 6px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th2 {
	padding: 3px 20px 0px 6px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th3,
#header .middle .cont .right .contacts .contactsfor .slide.th4,
#header .middle .cont .right .contacts .contactsfor .slide.th5 {
	padding: 30px 20px 29px 6px;
}

#menu .bottom .cont .contmenu {
    width: 224px;
}
#menu .bottom .cont .contmenu ul.products li a {
    height: auto;
    padding: 11px 30px 11px 10px;
}
#menu .bottom .cont .contmenu ul.products li a .icon, #menu .bottom .cont .contmenu ul.products li a .text {
	display: table-cell;
}
#menu .bottom .cont .contmenu ul.products li .arrow {
    right: 10px;
	top: 50%;
	margin-top: -5px;
}
#menu .top .cont .left .start p {
    padding: 20px 12px;
	width: 200px;
    font-size: 22px;
}
#menu .top .cont .left .start p span.text {
    margin-left: 9px;
    margin-right: 8px;
}
#menu .top .cont .right .basket a {
    width: 160px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont {
    margin-left: 223px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li {
    margin-right: 4%;
    width: 46%;
}
#menu .bottom .cont .contmenu ul.services {
    padding: 7px 10px 6px;
}
#menu .top .cont .right .basket a .icon {
    margin-right: 6px;
}

#text .cont .white table.checklist tr td {
    width: 100%;
}

#text .cont .white .tableshopcart .bottom table tr td.th2 {
    width: 100%;
}
#text .cont .white .tableshopcart .bottom table tr td.th3,
#text .cont .white .tableshopcart .bottom table tr td.th4,
#text .cont .white .tableshopcart .bottom table tr td.th5 {
    display:inline-block;
	border: none;
	width: 128px;
	float: right;
	padding: 0;
}
#text .cont .white .tableshopcart .bottom table tr td.th3 {
	padding-top: 20px;
}
#text .cont .white .tableshopcart .bottom table tr td.th4 {
	padding: 10px 0;
}
/*#text .cont .white .tableshopcart .bottom table tr td.th1 {
	width: 114px;
}
#text .cont .white .tableshopcart .bottom table tr td.th2 {
	width: 278px;
}*/
#text .cont .white .tableshopcart .bottom table tr.tit {
	display: none;
}
#text .cont .white .tableshopcart .bottom table tr td {
	border: none;
}
#text .cont .white .tableshopcart .bottom table tr {
	border-bottom: 1px solid #ccc;
}
#text .cont .white .tableshopcart .bottom table {
	border-top: 1px solid #ccc;
}
	
#text .cont .white .formshopcart .left .leftcont {
    width: 306px;
}
#text .cont .white .formshopcart .right {
    padding-left: 12px;
}
#text .cont .white .formshopcart .left .submitcont {
    width: 290px;
}

#cards .cont .cards .pr .img .imgs {
    width: 168px;
    height: 168px;
}
#cards .cont .cards .pr .img .imgs img {
    width: 168px;
    height: 168px;
}

#cards .cont .alllist .left {
    float: none;
    width: 100%;
}
#cards .cont .alllist .right {
    float: none;
    width: 100%;
}
#cards .cont .alllist .block .img {
    display: table-cell;
    padding-right: 10px;
    border-right: 1px solid #e6e6e6;
}
#cards .cont .alllist .right .block .img img {
    width: 238px;
	margin-bottom: 0;
}
#cards .cont .allservices .white .left a {
	width: 472px;
	margin: auto;
}
#cards .cont .allservices .white .left a img {
    width: auto;
}
#cards .cont .allservices .white .left {
    display: block;
    padding-right:0;
    border-right:none;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}
#cards .cont .allservices .white .right {
    display: block;
    padding-left:0;
}

#text .cont .white table.sisea-results-list tr td {
	border: none;
}
#text .cont .white table.sisea-results-list tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}	
#text .cont .white table.sisea-results-list tr td.th3,
#text .cont .white table.sisea-results-list tr td.th4 {
    display: inline-block;
    border: none;
    width: 140px;
    float: right;
    padding: 0;
}	
#text .cont .white table.sisea-results-list tr td.th3 {
	margin-bottom: 10px;
	padding-top: 40px;
}
#text .cont .white table.sisea-results-list tr td .more-search-cat {
	margin-top: 28px;
}
	
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer a {
    width: 132px;
	font-size: 18px;
	line-height: 20px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a {
    width: 208px;
}
	
}
@media
only screen and (max-width : 674px), only screen and  and (max-device-width : 674px) {
	
#header .middle .cont .left {
    display:block;
    width: 438px;
	margin: auto;
}
#header .middle .cont .left .logo {
    width: 438px;
	margin: auto;
	position: relative;
	overflow: visible;
}
#header .middle .cont .left .logo .block .img-2 {
    width:auto;
    height:auto;
	margin-top: 8px;
}
#header .middle .cont .left .logo .block.th1 {
	margin-top: -8px;
	height: 150px;
	margin-bottom: 10px;
	margin-left: -10px;
}
#header .middle .cont .left .logo .block.th2 {
    width: 290px;
	position: relative;
	z-index: 1;
}
#header .middle .cont .right {
    display:block;
	padding: 0;
	margin: auto;
	margin-top: -84px;
	width: 438px;
	height: 102px;
}
#header .middle .cont .right .contacts {
    overflow:hidden;
    margin-top:0;
    width: 438px;
	margin: auto;
	margin-top: 6px;
	padding-bottom: 30px;
}
#header .middle .cont .right .contacts .contactsfor {
	max-width: 272px;
	border: none;
}
#header .middle .cont .right .contacts .contactsnav {
	top: auto;
	bottom: -3px;
}
	
#header .middle .cont .right .contacts .contactsfor .slide.th1 {
	padding: 12px 0 13px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th2 {
	padding: 0;
}
#header .middle .cont .right .contacts .contactsfor .slide.th3,
#header .middle .cont .right .contacts .contactsfor .slide.th4,
#header .middle .cont .right .contacts .contactsfor .slide.th5 {
	padding: 25px 0 25px;
}
#header .middle .cont .right .contacts .contactsfor .slide.th1 p a,
#header .middle .cont .right .contacts .contactsfor .slide.th2 p a,
#header .middle .cont .right .contacts .contactsfor .slide.th3 p a,
#header .middle .cont .right .contacts .contactsfor .slide.th4 p a,
#header .middle .cont .right .contacts .contactsfor .slide.th5 p a {
	margin-bottom:0;
}
	
#header .middle .cont .left .logo .block .social {
	position: absolute;
	left: -142px;
	bottom: -111px;
    padding: 5px;
	z-index: 2;
}
	
#header .middle .cont .right .topmenu {
    position: absolute;
    right: 0px;
    top: 10px;
    padding-top: 0;
    padding-bottom:0;
    border-bottom:none;
}
#header .middle .cont .right .topmenu .lang {
	width: 438px;
	height: 58px;
	margin: auto;
	position: relative;
	right: auto;
	top: auto;
}
#header .middle .cont .right .topmenu .lang ul {
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 2;
}
#header .middle .cont .right .topmenu .menu ul {
	padding-bottom: 7px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	z-index: 2;
}
#header .middle .cont .right .topmenu .menu ul li {
    font-size: 18px;
}
#header .middle .cont .right .topmenu .menu ul li.margin.edge {
	display: none;
}

#menu {
	padding-top: 60px;
	background: #fff;
}
#menu .top .cont {
	position: relative;
}
#menu .top .cont .center .search {
	position: absolute;
	left: 0;
	bottom: 68px;
}
#menu .top .cont .center .search {
    width: 100%;
}
#menu .top .cont .center .search input {
	border: 1px solid #e6e6e6;
    padding: 14px 2%;
    width: 96%;
}
#menu .top .cont .center .search input.submit {
	top: 1px;
	border: none;
}
#menu .top .cont .center .search .error {
    top: 12px;
	left: 1px;
}

#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding {
    padding: 20px 0 0 10px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .icon {
    height: 50px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .text .middle {
    font-size: 16px;
}
#menu .bottom .cont .contmenu ul.services li {
    font-size: 16px;
}

#green .cont .block .text {
    font-size: 18px;
    line-height: 20px;
}

#footer .cont .right .block {
    display:block;
	width: 100%;
}

#text .cont .white .formshopcart .left {
    display:block;
    vertical-align: top;
    border-right: none;
    border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#text .cont .white .formshopcart .left .leftcont {
    width: 100%;
}
#text .cont .white .formshopcart .left .leftcont .top table tr td {
	display: table-cell;
    width: 50%;
}
#text .cont .white .formshopcart .left .leftcont .top .inputcont .error {
    width: 85%;
}
#text .cont .white .formshopcart .left .leftcont .middle td {
	display: table-cell;
}
#text .cont .white .formshopcart .left .leftcont .middle td.le {
    padding-right: 10px;
}
#text .cont .white .formshopcart .left .leftcont .top {
    margin-bottom: 5px;
}
#text .cont .white .formshopcart .left .submitcont {
    width: 100%;
	margin-bottom: 20px;
}
#text .cont .white .formshopcart .right {
    padding-left: 0;
}
	
#cards .cont .cards .pr .img .imgs {
    width: 148px;
    height: 148px;
}
#cards .cont .cards .pr .img .imgs img {
    width: 148px;
    height: 148px;
}

#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .bordercont {
    margin-right: 10px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th1 {
    float: none;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 {
    float: none;
	text-align: center;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th1 a {
	width: 100%;
	height: auto;
	text-align: center;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a {
	display: inline-block;
}
	
}
@media
only screen and (max-width : 620px), only screen and  and (max-device-width : 620px) {

#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li {
    margin-right: 2%;
    width: 98%;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .text .middle {
    font-size: 18px;
}
#menu .bottom .cont .contmenu ul.services li {
    font-size: 18px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont ul li a .icon {
    margin-right: 10px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .middlecont {
    vertical-align: top;
}

#green .cont .block {
    width: 335px;
    margin: 0 0 2%;
}
#green .cont .block.right {
    margin: 0 0 2%;
}
#green .cont .block .text {
    font-size: 20px;
    line-height: 22px;
}
	
#footer .cont .right .block.th3 {
	margin-bottom: 20px;
}
#footer .cont .right .block.th3 td {
    display:block;
}
#footer .cont .right .block.th3 td ul {
	margin: 0;
}

#text .cont .white table tr td img {
    max-width: 96%;
	margin: 0;
    margin-top: 10px;
}
	
#text .cont .white table.repair tr td img {
    max-width:none;
	margin: 0;
	margin-right: 20px;
	margin-bottom: 20px;
}

#text .cont .white .tableshopcart .bottom table img {
    max-width:none;
}
#text .cont .white .formshopcart .left .leftcont .middle textarea {
    width: 93%;
}
#text .cont .white .formshopcart .left .leftcont .middle input.check14 {
    width: 93%;
}
#text .cont .white .formshopcart .left .leftcont .middle .inputcont .error {
    width: 91%;
}
#text .cont .white .formshopcart .left .leftcont .textareacont .error {
    width: 93%;
}

#cards .cont .alllist .left .block {
    padding: 20px 0 20px 10px;
}
#cards .cont .alllist .block .img {
    padding-right: 0;
}
#cards .cont .alllist .left .block .img img {
    width: 186px;
}
#cards .cont .alllist .right .block .img img {
    width: 186px;
}

#cards .cont .cards .pr .img .imgs {
    width: 234px;
    height: 234px;
}
#cards .cont .cards .pr .img .imgs img {
    width: 234px;
    height: 234px;
}
	
#text .cont .white table.sisea-results-list tr td .img img {
    max-width: none;
    margin: 0;
	margin-right: 20px;
}
#text .cont .white table.sisea-results-list tr td .img a.not-border img {
	width: 130px;
	margin-right: 5px;
	height: auto;
}

#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .bordercont {
    padding: 10px 0;
	border-bottom: 0;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a {
    margin: 8px 0 0 0;
}

#text .cont .white table.frame {
	margin-bottom: 40px;
}
#text .cont .white table.frame tr td p img {
    max-width: none;
}
#text .cont .white table.frame tr td {
    display:block;
    width: 92%;
    padding: 20px;
}
#text .cont .white table.frame tr td p img {
}

#text .cont .white .frame tr.title {
	display: none;
}
#text .cont .white table.frame tr td.border {
    border-right: none;
    border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 20px;
}
#text .cont .white table.frame tr td p.m1 {
	display: block;
}
#text .cont .white table.frame tr td p.mono {
	display: none;
}

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

#header .middle .cont .right .topmenu .menu ul li.hide {
	display: none;
}
#header .top p {
    font-size: 16px;
}
#header .middle .cont .right .topmenu .menu ul li .m1 {
	display:block;
}
#header .middle .cont .right .topmenu .menu ul li .m2 {
	display:none;
}
#header .middle .cont .right .contacts .contactsfor .slide.th3,
#header .middle .cont .right .contacts .contactsfor .slide.th4,
#header .middle .cont .right .contacts .contactsfor .slide.th5 {
	padding: 25px 0 26px;
}


#menu .bottom .cont .contmenu ul.products li .cat .catcont .middlecont p {
    width: 70%;
}
	
#footer .cont {
    padding-bottom: 20px;
}
#footer .cont .left {
    display:block;
	padding-bottom: 10px;
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 20px;
}
#footer .cont .left .leftcont {
    width: 100%;
}
#footer .cont .left table {
    margin-left: 0;
    width: 100%;
}
#footer .cont .left .leftcont td {
    display: table-cell;
}
#footer .cont .right {
    padding-left:0;
	display: block;
}
#footer .cont .right .block {
    display: table-cell;
	width: 50%;
}
#footer .cont .right .block.th3 table {
	width: 100%;
}
#footer .cont .right .block.th3 td {
    display: table-cell;
}
#footer .cont .right .bottom {
    position:relative;
    width: auto;
    left: auto;
    bottom: auto;
}
#footer .cont .right .bottom .line {
	display: block;
}
#footer .cont .right .bottom .up {
	display: block;
	padding: 0;
	margin-top: 20px;
}
#footer .cont .right .bottom .up p {
	width: 99%;
}

#text .cont .white table.contacts tr td {
    display: block;
}
#text .cont .white table.contacts td p {
    margin-left:0;
}

#text .cont .white .tableshopcart .bottom table tr {
	text-align: right;
}
#text .cont .white .tableshopcart .bottom table tr td {
	text-align: left;
}
#text .cont .white .tableshopcart .bottom table tr td.th1 {
    display:inline-block;
	width: 116px;
	padding-bottom: 0;
}	
#text .cont .white .tableshopcart .bottom table tr td.th2 {
    display:inline-block;
	width: 64%;
	padding-bottom: 0;
	padding-right: 0;
}

#text .cont .white .tableshopcart .bottom table tr td.th3,
#text .cont .white .tableshopcart .bottom table tr td.th4,
#text .cont .white .tableshopcart .bottom table tr td.th5 {
    display: inline-block;
    float:none;
	width: 116px;
}
#text .cont .white .tableshopcart .bottom table tr td.th3 {
    padding-top: 0;
	width: 116px;
}
#text .cont .white .tableshopcart .bottom table tr td.th4 {
	width: 148px;
}
#text .cont .white .tableshopcart .bottom table tr td.th5 {
	width: 42px;
}
#text .cont .white .tableshopcart .bottom table .count {
	float: right;
	margin-right: 16px;
}
#text .cont .white .formshopcart .left .leftcont .top table tr td {
    display: block;
    width: auto;
}
#text .cont .white .formshopcart .left .leftcont .top input {
    width: 93%;
}
#text .cont .white .formshopcart .left .leftcont .middle td {
    display: block;
}
#text .cont .white .formshopcart .left .leftcont .top input.phone {
	margin-bottom: 15px;
}
#text .cont .white .formshopcart .left .leftcont .top .inputcont .error {
    width: 91%;
}

#cards .cont .cards .pr .img .imgs {
    width: 168px;
    height: 168px;
}
#cards .cont .cards .pr .img .imgs img {
    width: 168px;
    height: 168px;
}
#cards .cont .cards .slick-prev {
    left: -6px;
}
#cards .cont .cards .slick-next {
    right: -6px;
}

#cards .cont .alllist .left .block {
    padding: 20px;
}
#cards .cont .alllist .right .block {
    padding: 20px;
}
#cards .cont .alllist .block .txt {
    padding-left: 0;
}
#cards .cont .alllist .block .img {
    display: block;
	padding-bottom: 18px;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
#cards .cont .alllist .left .block .img img {
    width: auto;
	max-width: 100%;
}
#cards .cont .alllist .right .block .img img {
    width: auto;
	max-width: 100%;
}
#cards .cont .allservices .white .left a {
    width:auto;
}
#cards .cont .allservices .white .left a img {
    max-width: 100%;
}
	

#text .cont .white table.sisea-results-list tr {
	text-align: center;
}
#text .cont .white table.sisea-results-list tr td {
	text-align: left;
}
#text .cont .white table.sisea-results-list tr td.th1 {
    display:inline-block;
	width: 136px;
	padding-bottom: 0;
}	
#text .cont .white table.sisea-results-list tr td.th2 {
    display:inline-block;
	width: 64%;
	padding-bottom: 0;
	padding-right: 0;
}
#text .cont .white table.sisea-results-list tr td.th3 {
    padding-top: 10px;
	margin-bottom: 30px;
}
#text .cont .white table.sisea-results-list tr td.th3 {
	float: left;
    width: auto;
	margin-left: 152px;
}
#text .cont .white table.sisea-results-list tr td.th4 {
	float: right;
    width: auto;
	padding-top: 5px;
}
#text .cont .white table.sisea-results-list tr td .more-search-cat {
    margin-top: 0;
	margin-bottom: 30px;
}
	
#black3 .block {
    width: 380px;
    margin-left: -210px;
}

#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a {
    width: 185px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding .photocustomer p.th2 a .m1 {
	display: none;
}

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

#header .top .cont {
    width: 300px;
	padding: 4px 0;
}
#header .top p .icon .img {
	display: none;
}	
#header .top p .text {
	line-height: 18px;
}
	
#header .middle .cont {
	padding: 0;
}
#header .middle .cont .left {
	padding: 0;
	width: 290px;
}
#header .middle .cont .left .logo {
	text-align: center;
	width: 100%;
}
#header .middle .cont .left .logo .block.th1 {
    height:auto;
	float: left;
	margin:0;
	margin-left: -10px;
}
#header .middle .cont .left .logo .block.th2 {
	margin-top: -10px;
}


#header .middle .cont .right {
	width: 296px;
	margin: 0 auto;
	height: auto;
	position: relative
}
#header .middle .cont .right .contacts {
	width: 100%;
	margin: 0;
	padding: 0;
}
#header .middle .cont .right .contacts .contactsnav {
    text-align: center;
	margin: auto;
	right: auto;
	position: relative;
	margin-bottom: 10px;
}
#header .middle .cont .right .contacts .contactsfor {
	float: none;
	margin: auto;
}

#header .middle .cont .right .topmenu {
	position:absolute;
	width: 135px;
	height: 100px;
	/*border-left: 1px solid #e6e6e6;*/
	padding:0 0 0 12px;
	left: 145px;
	top: -210px;
	z-index: 3;
	/*padding-bottom: 36px;*/
}
#header .middle .cont .right .topmenu .menu ul {
	padding: 0;
	border: none;
}
#header .middle .cont .right .topmenu .menu ul li,
#header .middle .cont .right .topmenu .menu ul li.hide {
	display: block;
	float: left;
	width: 100%;
}
#header .middle .cont .right .topmenu .menu ul li span.link,
#header .middle .cont .right .topmenu .menu ul li a {
    text-align: left;
	padding: 0;
	/*1*/
	margin-bottom: 2px;
}
	

#header .middle .cont .left .logo .block .social {
	bottom: auto;
	left: auto;
	/*1*/
	top: -21px;
	left: 173px;
	width: 124px;
}
#header .middle .cont .left .logo .block .social a {
	margin-bottom: 5px;
}
#header .middle .cont .right .topmenu .lang {
    width: 100%;
    height: 1px;
}
#header .middle .cont .right .topmenu .lang ul {
    bottom:auto;
	top: 158px;
	right:-4px;
}
#header .middle .cont .right .topmenu .menu ul li .m1 {
	display:none;
}
#header .middle .cont .right .topmenu .menu ul li .m2 {
	display:block;
}
	

#header .middle .cont .right .contacts .contactsfor .slide.th1 {
    padding: 13px 0 13px;
}


#menu .top .cont .center {
	position: absolute;
}
#menu .top .cont .center {
    display: inline-block;
}
#menu .top .cont .left {
	display: block;
}
#menu .top .cont .left .start p {
    width: 100%;
    padding: 20px 0;
}
#menu .top .cont .left .start p span.text {
    margin-left: 19px;
    margin-right: 17px;
}
#menu .bottom .cont .contmenu {
    width: 100%;
}

#menu .top .cont .right {
	display: block;
	position: absolute;
	width: 50px;
	height: 65px;
	top: 0;
	right: 0;
	overflow: hidden;
}
#menu .top .cont .left .start p {
	width: 88%;
}
#menu .top .cont .left .start p span.text {
    margin-left: 16px;
    margin-right: 15px;
}
#menu .top .cont .right .basket a .total {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	padding: 1px;
	background: #000;
	color: #e6e6e6;
	border-radius: 50px;
	border: 2px solid #e6e6e6;
	font-size: 16px;
	top: 17px;
	left: 22px;
	text-align: center;
}
#menu .top .cont .right .basket a .text {
	display: none;
}
#menu .top .cont .right .basket a .icon {
	position: absolute;
	left: 10px;
	top: 22px;
}

#menu .bottom .cont .contmenu ul.products li .cat {
    position:relative;
	height: auto;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont {
    margin:0;
}
#menu .bottom .cont .contmenu ul.products li a.open .arrow {
    background-position: 0 -30px;
}

#menu .bottom .cont .contmenu ul.products li a.open:hover .arrow {
	background-position: 0 -30px;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .padding {
    min-height:auto;
    border-left: 1px solid #fcfcfc;
    border-right: 1px solid #fcfcfc;
    border-bottom: 1px solid #e6e6e6;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .table {
    height:auto;
}
#menu .bottom .cont .contmenu ul.products li .cat .catcont .middlecont p {
	margin-bottom: 20px;
}

#menu .bottom {
    position: relative;
    height:auto;
}
#menu .bottom .cont {
    height:auto;
}
#menu .bottom .cont .menu {
    height:auto;
}

#green .cont .block {
    width: 100%;
}
#green .cont .block .text {
    font-size: 18px;
    line-height: 20px;
}
	
#footer .cont .left table {
    margin-left: 23px;
}
#footer .cont .left .leftcont td {
    display: block;
}
#footer .cont .right .block {
    display: block;
    width:auto;
}

#menu .bottom .cont .contmenu ul.products li a {
    border-left: 1px solid #e6e6e6;
}
#menu .bottom .cont .contmenu ul.services {
    border-left: 1px solid #e6e6e6;
}

#header .middle .cont .left .logo .block.th2 {
    z-index: 3;
}

#text .cont .white {
    padding: 15px 15px 5px 15px;
}
#text .cont .white table tr td img {
    max-width: 91%;
}
#text .cont .white table.contacts td.le {
    width: 100%;
	margin-top: 10px;
}
#text .cont .white p.bold {
	text-align: center;
	border-bottom: 1px dashed #e6e6e6;
	padding-bottom: 15px;
}
#text .cont .white p.bold .number {
    margin-bottom: 1px;
}

#text .cont .white .tableshopcart .top table td {
    display: block;
}
#text .cont .white .tableshopcart .top .allremove {
	float: right;
	margin-top: 10px;
}
#text .cont .white .tableshopcart .bottom table tr {
	text-align: center;
}
#text .cont .white .tableshopcart .bottom table tr td.th1 {
    width:auto;
}
#text .cont .white .tableshopcart .bottom table tr td.th2 {
    width:auto;
	padding: 0;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 5px;
}
#text .cont .white .tableshopcart .bottom table tr td.th3 {
    width: 100%;
}
#text .cont .white .tableshopcart .bottom table tr td.th4,
#text .cont .white .tableshopcart .bottom table tr td.th5 {
	margin-bottom: 15px;
}
#text .cont .white .tableshopcart .bottom table .desc .map {
    display: inline-block;
}
#text .cont .white .formshopcart .left .leftcont .middle textarea {
    height: 75px;
}
#text .cont .white .formshopcart .left .leftcont .textareacont .error {
    padding: 8px 2% 65px;
}
#text .cont .white .formshopcart .right .rightcont .lines {
	text-align: right;
}
#text .cont .white .formshopcart .right .rightcont .lines p.bold {
	padding-bottom: 10px;
}

#menu .bottom .cont .contmenu ul.products li a {
    border-left: 1px solid #e6e6e6;
}
#menu .bottom .cont .contmenu ul.services {
    border-left: 1px solid #e6e6e6;
}

#cards .cont .title p {
	text-align: center;
}
#cards .cont .title p .left {
	display: inline-block;
	float: none;
	margin: 2px 10px;
}
#cards .cont .title p .right {
	display: inline-block;
	float: none;
	margin: 2px 10px;
}

#cards .cont .cards .cardscont {
    width: 280px;
	margin: auto;
}
#cards .cont .cards .pr {
    border:none;
}
#cards .cont .cards .pr.th1 .prcont {
    padding-left: 8%;
}
#cards .cont .cards .pr.th5 .prcont {
    padding-right: 8%;
}
#cards .cont .cards .pr.th1 .bottom .bottomcont {
    padding-left: 18px;
}
#cards .cont .cards .pr.th5 .bottom .bottomcont {
    padding-right: 18px;
}
#cards .cont .cards .pr .img .imgs {
    width: 238px;
    height: 238px;
}
#cards .cont .cards .pr .img .imgs img {
    width: 238px;
    height: 238px;
}
#cards .cont .cards .slick-prev {
    left: -10px;
}
#cards .cont .cards .slick-next {
    right: -10px;
}
#cards .cont .cards .pr .bottom .buttons .buy {
    padding: 12px 8px 11px 33px;
    text-indent: 0;
    width: auto;
    height: auto;
	background-position: -4px -2px;
}
#cards .cont .cards .pr .bottom .buttons .buy:hover {
	background-position: -4px -56px;
}

#cards .cont .alllist .right .block {
    padding: 15px;
}
#cards .cont .alllist .block .txt .tit a {
    font-size: 20px;
}
#cards .cont .alllist .block .txt .tit a span.arr {
    display: none;
}
#cards .cont .allservices .white {
    background: #fff;
    padding: 15px;
}
#cards .cont .allservices .white .left a {
    font-size: 21px;
}

#text .cont .white table.repair tr td table tr td {
	display: block;
	text-align: center;
}
#text .cont .white table.repair tr td table tr td img {
	display: inline-block;
	margin-bottom: 5px;
}

#text .cont .white p.sisea-paging {
	text-align: center;
}
#text .cont .white .sisea-result-pages {
	display: inline-block;
}
#text .cont .white .simplesearch-current-page,
#text .cont .white .simplesearch-page a {
    margin: 5px 2px;
}
#text .cont .white table.sisea-results-list tr td.th2 {
    width: 100%;
	text-align: center;
}
#text .cont .white table.sisea-results-list tr td .desc .map {
    display: inline-block;
}
#text .cont .white table.sisea-results-list tr td.th3 {
    float: none;
    margin-left: 0;
	width: 100%;
	margin-bottom: 10px;
}
#text .cont .white table.sisea-results-list tr td.th4 {
    float: none;
	margin-bottom: 20px;
}
#text .cont .white table.sisea-results-list tr td .more-search-cat {
    margin-bottom: 0;
}

#black3 .block {
    width: 240px;
    margin-left: -140px;
}
	
#text .cont .white table.gallery tr td img {
    max-width: 100%;
}
#text .cont .white table.gallery tr td.th1,
#text .cont .white table.gallery tr td.th2,
#text .cont .white table.gallery tr td.th3,
#text .cont .white table.gallery tr td.th4 {
	width: 100%;
	padding: 0;
	border: none;
	padding-bottom: 3%;
}
#text .cont .white table.gallery tr td img {
    margin-bottom: 10px;
}
#text .cont .white table.gallery tr td.th2,
#text .cont .white table.gallery tr td.th4 {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 30px;
	margin-bottom:  30px;
}

#text .cont .white table.sisea-results-list tr td .img {
    margin-right: 0;
}

#header .middle .cont .left .logo .block.th2 {
    z-index: 3;
}

#text .cont .white table.frame tr td {
        width: 86%;
}

}