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




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

/*TITLE*/
#title {
	background: #c3eef0;
}
#title .cont {
    width: 1400px;
	margin: auto;
	padding: 20px 0 30px;;
}
#title .cont .left {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	width: 100%;
}
#title .cont .left .title {
	font-weight: bold;
	font-size: 36px;
	color: #000;
	margin-bottom: 4px;
}
#title .cont .left #breadcrumb {
	overflow:hidden;
}

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


#title .cont .right {
	display: table-cell;
	vertical-align: middle;
}
#title .cont .right .blocks {
	width: 336px;
	height: 180px;
}
#title .cont .right .blocks .block {
	overflow: hidden;
}
#title .cont .right .blocks .block .title {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #959595;
	cursor: pointer;
}
#title .cont .right .blocks .block .title .icon {
	width: 24px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-right: 8px;
}
#title .cont .right .blocks .block.th1 .title .icon {
	background: url(../img/credit-4.png) no-repeat 0px 0px;
}
#title .cont .right .blocks .block.th2 .title .icon {
	background: url(../img/credit-5.png) no-repeat 0px 0px;
	margin-right: 6px;
}
#title .cont .right .blocks .block .title .text {
	display: inline-block;
	vertical-align: middle;
}
#title .cont .right .blocks .block .title .arr {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	background: url(../img/arrow-7.png) no-repeat 0px 0px;
}
#title .cont .right .blocks .block .title:hover {
	color: #c72228;
}
#title .cont .right .blocks .block .title:hover .icon {
	background-position: 0px -22px;
}
#title .cont .right .blocks .block .title:hover .arr {
	background-position: 0px -14px;
}
#title .cont .right .blocks .block .title.open .arr {
	background-position: 0px -28px;
}
#title .cont .right .blocks .block .title.open:hover .arr {
	background-position: 0px -42px;
}
#title .cont .right .blocks .block .hide {
	padding: 15px 0px 10px;
	border-bottom: 1px solid #959595;
}
#title .cont .right .blocks .block.th2 .hide {
	display: none;
}
#title .cont .right .blocks .block .hide table tr td.rightalign {
	text-align: right;
}
#title .cont .right .blocks .block .hide table tr td.rightalign p {
	display: inline-block;
}
#title .cont .right .blocks .block .hide p {
	color: #4e5b5c;
	font-size: 18px;
	padding-left: 22px;
	background: url(../img/check-3.png) no-repeat 0px 1px;
	margin-bottom: 5px;
}
/*TITLE*/

/*PRODUCT*/
#product {
	background:#fff;
}
#product .cont {
	width: 1400px;
	margin: auto;
	padding: 26px 0 0;
}
#product .cont .title #breadcrumb {
	overflow:hidden;
	margin-top: -6px;
}

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

#product .cont .white {
	margin-bottom: 20px;
	background: #fff;
	position: relative;
}
#product .cont .white .left {
	display: table-cell;
	vertical-align: top;
}
#product .cont .white .left .sliders {
	width: 518px;
	padding: 20px 20px 20px 0;
	position: relative;
	z-index: 1;
}
#product .cont .white .left .sliders .sliderfor .slidercont  {
    display: block;
    width: 518px;
    height: 518px;
    overflow: hidden;
}
#product .cont .white .left .sliders .sliderfor  {
	position: relative;
	margin-bottom: 13px;
}


#product .cont .white .left .sliders .sliderfor .vth1,
#product .cont .white .left .sliders .sliderfor .vth2,
#product .cont .white .left .sliders .sliderfor .vth3,
#product .cont .white .left .sliders .sliderfor .vth4 {
	width: 68px;
	height: 68px;
	position: absolute;
	z-index: 1;
}
#product .cont .white .left .sliders .sliderfor .vth1 {
	background: url(../img/vth1.png) no-repeat 0px 0px;
	left: 0;
	top: 0;
}
#product .cont .white .left .sliders .sliderfor .vth2 {
	background: url(../img/vth2.png) no-repeat 0px 0px;
	right: 0;
	top: 0;
}
#product .cont .white .left .sliders .sliderfor .vth3 {
	background: url(../img/vth3.png) no-repeat 0px 0px;
	right: 0;
	bottom: 0;
}
#product .cont .white .left .sliders .sliderfor .vth4 {
	background: url(../img/vth4.png) no-repeat 0px 0px;
	bottom: 0;
	left: 0;
}

#product .cont .white .left .sliders .sliderfor .slidercont a  {
    display: block;
	position: relative;
}
#product .cont .white .left .sliders .sliderfor .slidercont a .zoom  {
	position: absolute;
	left: 30px;
	bottom: 30px;
	background: url(../img/zoom-1.png) no-repeat 0px 0px;
	width: 24px;
	height: 24px;
}
#product .cont .white .left .sliders .sliderfor .slidercont a:hover .zoom  {
	background-position: 0px -24px;
}
#product .cont .white .left .sliders .sliderfor .stickers img {
	position: absolute;
}
#product .cont .white .left .sliders .sliderfor .stickers img.new {
	top: -2px;
	right: -2px;
}
#product .cont .white .left .sliders .sliderfor .stickers img.rec {
	top: 8px;
	left: 8px;
}
#product .cont .white .left .sliders .sliderfor .stickers img.stock,
#product .cont .white .left .sliders .sliderfor .stickers img.bu,
#product .cont .white .left .sliders .sliderfor .stickers img.nov {
	bottom: 0;
	right: 0;
}

#product .cont .white .left .sliders .slidernav .slidercont {
	width: 531px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 {
    overflow: hidden;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p {
    width: 91px;
    display: inline-block;
    margin: 0;
    margin-right: 13px;
    cursor: pointer;
	border: 1px solid #f5f5f5;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p.active {
	border: 1px solid #ccc;
}

#product .cont .white .left .sliders .slidernav .slick-arrow {
	border: none;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/arrow-10.png) no-repeat 0px 0px;
	text-indent: 50px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	z-index: 2;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-prev {
	left: -8px;
	top: 45px;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-next {
	right: 3px;
	top: 45px;
	background-position: -20px 0;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-prev:hover {
	background-position: 0 -20px;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-next:hover {
	background-position: -20px -20px;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-disabled {
	padding: 0;
	width: 0;
	height: 0;
}

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

#product .cont .white .center {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding: 20px 0 20px 0;
	border-right: 1px solid #ccc;
}
#product .cont .white .center .top {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
#product .cont .white .center .top .marginleft {
	background: #999;
	padding: 20px 0;
	margin-left: 580px;
	margin-right: 20px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#product .cont .white .center .top p {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #4d4d4d;
	cursor: pointer;
	margin-right: 25px;
}
#product .cont .white .center .top p .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	margin-bottom: 2px;
}
#product .cont .white .center .top p .icon.desc {
	background: url(../img/desc-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .top p .icon.char {
	background: url(../img/char-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .top p .icon.sim {
	background: url(../img/sim-2.png) no-repeat 0px 0px;
}
#product .cont .white .center .top p:hover {
	color: #000;
}
#product .cont .white .center .top p:hover .icon {
	background-position: 0px -18px;
}
#product .cont .white .center .top p .text {
	display: inline-block;
	vertical-align: middle;
}

#product .cont .white .center .blocks {
	display: table;
	width: 100%;
	height: 564px;
}
#product .cont .white .center .blocks .block {
	display: table-row;
	vertical-align: middle;
	overflow: hidden;
}
#product .cont .white .center .blocks .block h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#product .cont .white .center .blocks .block .todemo {
	padding-right:22px;
	margin-top:10px;
	display:block;
}
#product .cont .white .center .blocks .block .todemo .m4 {
	display:none;
}
#product .cont .white .center .blocks .block .todemo p {
	width:100%;
	border:1px solid #e04939;
	padding:10px 0;
	text-align:center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
	border-radius:4px;
	color:#e04939;
	cursor:pointer;
	vertical-align:middle;
}
#product .cont .white .center .blocks .block .todemo p .icon {
	width:23px;
	height:15px;
	margin-top:1px;
	margin-right:12px;
	display:inline-block;
	background: url(../img/todemo-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .todemo p:hover {
	border:1px solid #f97f72;
	color:#fa6353;
}
#product .cont .white .center .blocks .block .todemo p:hover .icon {
	background-position: 0px -15px;
}

#product .cont .white .center .blocks .block .hidden {
	overflow: hidden;
}
#product .cont .white .center .blocks .block .stars {
	float: left;
	width: 100px;
	height: 16px;
	margin-top: 7px;
}

#product .cont .white .center .blocks .block .stars .starscont {
	width: 100px;
	height: 16px;
	margin: auto;
}
#product .cont .white .center .blocks .block .stars .starscont .star {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 16px;
	margin-right: 3px;
	background: #d6d6d6;
	overflow: hidden;
}
#product .cont .white .center .blocks .block .stars .starscont .star .white {
	width: 17px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/star-white.png) no-repeat 100% 0px;
}
#product .cont .white .center .blocks .block .stars .starscont .star .yellow {
	width: 17px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f2b501;
}

#product .cont .white .center .blocks .block .art {
	float: right;
	width: 162px;
	padding-right: 20px;
}
#product .cont .white .center .blocks .block .art p {
	display: table-cell;
	color: #4d4d4d;
	font-size: 18px;
	border: 1px solid #e6e6e6;
}
#product .cont .white .center .blocks .block .art p.txt {
	background: #f5f5f5;
	padding: 6px 6px 6px 8px;
	border-radius: 5px 0 0 5px;
}
#product .cont .white .center .blocks .block .art p.num {
	border-left: none;
	background: #fff;
	padding: 6px;
	width: 80px;
	border-radius: 0 5px 5px 0;
	text-align: center;
}
#product .cont .white .center .blocks .block .av {
	float: right;
	margin-top: 4px;
    margin-right: 20px;
}
#product .cont .white .center .blocks .block .av p {
	font-size: 20px;
	line-height: 22px;
	border: 1px solid #79b433;
	padding: 5px 12px 6px 32px;
	border-radius: 3px;
	color: #79b433;
	background: url(../img/av-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .av p.red {
	border: 1px solid #db3127;
	color: #db3127;
	background: url(../img/av-2.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .av p.orange {
	border: 1px solid #f90;
	color: #f90;
	background: url(../img/av-3.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .ad {
	float: left;
	margin-top: 4px;
	text-align: center;
	margin-right: 20px;
}
#product .cont .white .center .blocks .block .ad p {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	color: #666;
	padding: 8px 0 5px 18px;
	background: url(../img/ad-1.png) no-repeat 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}


#product .cont .white .center .blocks .block .prices {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#product .cont .white .center .blocks .block .prices .old {
	float: left;
	text-decoration: line-through;
	font-size: 20px;
	line-height: 24px;
	color: #b3b3b3;
}
#product .cont .white .center .blocks .block .prices .percent {
	float: left;
	font-size: 18px;
	padding: 2px 6px 0px;
    color: #194030;
    background: #C0ED8A;
	border-radius: 3px;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 4px;
}
#product .cont .white .center .blocks .block .prices .real {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 36px;
	text-align: left;
}
#product .cont .white .center .blocks .block .prices .real .cur {
	font-size: 24px;
}
#product .cont .white .center .blocks .block .prices .pricescont {
	display: inline-block;
}
#product .cont .white .center .blocks .block .buttons {
	display: table-cell;
	vertical-align: middle;
}
#product .cont .white .center .blocks .block .buttons p {
	display: block;
	width: 242px;
	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;
}
#product .cont .white .center .blocks .block .buttons p.buy1 {
	margin-bottom: 8px;
	background: #1a1a1a;
	border:1px solid #1a1a1a;
}
#product .cont .white .center .blocks .block .buttons p.buy2 {
	background: #fff;
	border:1px solid #1a1a1a;
	color: #1a1a1a;
}
#product .cont .white .center .blocks .block .buttons p .icon {
	width: 21px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	margin-right: 8px;
}
#product .cont .white .center .blocks .block .buttons p.buy1 .icon {
	background: url(../img/buy-2.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .buttons p.buy2 .icon {
	background: url(../img/buy-3.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .buttons p.buy1:hover {
	background: #333;
}
#product .cont .white .center .blocks .block .buttons p.buy2:hover {
	background: #f5f5f5;
}
#product .cont .white .center .blocks .block .buttons p:hover .icon {
	background-position: 0px -23px;
}

#product .cont .white .center .blocks .block .buttons p.buy1 .add {
	position: absolute;
	width:100%;
	height:100%;
	left: 100%;
	top: 0;
	background: #3c3;
}
#product .cont .white .center .blocks .block .buttons p.buy1 .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;
}
#product .cont .white .center .blocks .block .buttons p.buy1 .add .check .animate {
	position: absolute;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	background: #3c3;
}

#product .cont .white .center .blocks .block .tabs {
	padding-right: 20px;
}
#product .cont .white .center .blocks .block .tabs .bg {
	background: #fbfbfb;
	border-radius: 5px;
	overflow: hidden;
}

#product .cont .white .center .blocks .block .tabs .tab .tabtitle {
	padding: 15px;
	font-size: 20px;
	color: #808080;
	border-bottom: 1px solid #f4f4f4;
	cursor:pointer;
}
#product .cont .white .center .blocks .block .tabs .tab.th3 .tabtitle {
	border-bottom: none;
}
#product .cont .white .center .blocks .block .tabs .tab .tabtitle:hover {
	background: #fdfdfd;
}
#product .cont .white .center .blocks .block .tabs .tab .tabtitle .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ccc;
	margin-right: 10px;
}
#product .cont .white .center .blocks .block .tabs .tab.th1 .tabtitle .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ccc;
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 4px;
}
#product .cont .white .center .blocks .block .tabs .tab.th1 .tabtitle .text {
	display: inline-block;
	vertical-align: middle;
}
#product .cont .white .center .blocks .block .tabs .tab.th1 .tabtitle .icon {
	background: url(../img/tab-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab.th2 .tabtitle .icon {
	background: url(../img/tab-2.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab.th3 .tabtitle .icon {
	background: url(../img/tab-3.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab.th1 .tabtitle:hover .icon {
	background-position: 0px -18px;
}
#product .cont .white .center .blocks .block .tabs .tab .tabtitle .arr {
	width: 18px;
	height: 18px;
	float: right;
	background: url(../img/arrow-13.png) no-repeat 0px 0px;
	margin-top: 2px;
}
#product .cont .white .center .blocks .block .tabs .tab .tabtitle:hover .arr {
	background-position: 0px -18px;
}
#product .cont .white .center .blocks .block .tabs .tab.open .tabtitle .arr {
	background-position: 0px -36px;
}
#product .cont .white .center .blocks .block .tabs .tab.open .tabtitle:hover .arr {
	background-position: 0px -54px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden {
	display: none;
	background: #fff;
	padding: 15px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden h2,
#product .cont .white .center .blocks .block .tabs .tab .hidden h3,
#product .cont .white .center .blocks .block .tabs .tab .hidden h4,
#product .cont .white .center .blocks .block .tabs .tab .hidden h5,
#product .cont .white .center .blocks .block .tabs .tab .hidden h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4d4d4d;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden p {
	font-size: 20px;
	margin-bottom: 10px;
	color: #4d4d4d;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden ul {
	margin-bottom: 10px;
	padding-left:20px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden ul li {
	font-size: 20px;
	color: #4d4d4d;
	list-style:disc outside;
}

#product .cont .white .center .blocks .block .tabs .tab .hidden table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	border-top: 1px solid #efefef;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden table tr td {
	padding: 12px 12px;
	/*background: #f5f5f5;*/
	background: #fdfdfd;
    font-size: 20px;
    color: #4d4d4d;
	border-bottom: 1px solid #efefef;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden table tr td p {
	margin-bottom: 0;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden table tr th p {
	margin-top: 20px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden table tr td.ri p {
	text-align: right;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden table tr.grey td {
	/*background: #f9f9f9;*/
	background: #fbfbfb;
}

#product .cont .white .center .blocks .block .tabs .tab .hidden .lines {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines.th3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table {
	width: 100%;
	margin: 0;
	border: none;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td {
	vertical-align: middle;
	background: none;
	border: none;
	padding: 0;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p {
	margin-bottom: 2px;
	text-align: right;
	color: #000;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p a {
	color: #000;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td.le {
	padding-right: 20px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td.le p {
	text-align: left;
	color: #4d4d4d;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	margin-bottom: 2px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .tel {
	display: inline-block;
	vertical-align: middle;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .map .icon {
	background: url(../img/icon-map-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .metro .icon {
	background: url(../img/icon-metro-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .vodafone .icon {
	width: 79px;
	background: url(../img/icon-vodafone-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .lifecell .icon {
	width: 61px;
	background: url(../img/icon-lifecell-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .kyivstar .icon {
	width: 77px;
	background: url(../img/icon-kyivstar-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .vodafone .icon {
	background: url(../img/icon-vodafone-1.png) no-repeat 0px 0px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .map:hover {
	color: #93ce4d
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .metro:hover {
	color: #f54b41
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .vodafone:hover {
	color: #fe1a2b;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .kyivstar:hover {
	color: #3bb8ff;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p .lifecell:hover {
	color: #2864ba;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td p a:hover .icon {
	background-position: 0px -18px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo {
	margin-bottom: 10px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell {
	display: table-cell;
	vertical-align: middle;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo input {
	border: none;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell.th1 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell.th1 input {
	width: 92%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 4%;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
    font-size: 20px;
	border-radius: 5px 0 0 5px;
	color: #999;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell.th1 input:focus {
	color: #000;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell.th1 input.focus {
	color: #000;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell input.submit {
	display: block;
	width: 180px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 10px 0;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
    font-size: 20px;
	border-radius: 0 5px 5px 0;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell input.submit:hover {
	background: #f9f9f9;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell .error {
    position: absolute;
    top: 3px;
	left: 3px;
    width: 92%;
    height: 12px;
    line-height: 12px;
    padding: 14px 4%;
    background: #c00;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 4px 0 0 4px;
	display: none;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden p.title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #000;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden p.aligncenter {
    text-align: center;
}

#product .cont .white .center .blocks .block .reasons {
	margin-right: 20px;
}
#product .cont .white .center .blocks .block .reasons .title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#product .cont .white .center .blocks .block .reasons .title .icon {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	background: url(../img/star-1.png) no-repeat 0px 0px;
	margin-bottom: 1px;
	margin-right: 6px;
}
#product .cont .white .center .blocks .block .reasons .title .text {
	display: inline-block;
	vertical-align: middle;
}
#product .cont .white .center .blocks .block .reasons .title .green {
	display: inline-block;
	vertical-align: middle;
	color: #6da52c;
}
#product .cont .white .center .blocks .block .reasons .title .round {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #79b433;
	width: 20px;
	height: 20px;
	font-size: 20px;
	padding: 2px;
	border-radius: 15px;
	text-align: center;
}
#product .cont .white .center .blocks .block .reasons ul li {
	padding-left: 24px;
	background: url(../img/check-1.png) no-repeat 0px 1px;
	font-size: 20px;
	color: #4d4d4d;
	margin-bottom: 3px;
}
#product .cont .white .center .blocks .block .reasons .hiddenlist {
	position: relative;
	overflow: hidden;
}
#product .cont .white .center .blocks .block .reasons .more {
	border-bottom: 1px solid #ccc;
	height: 8px;
	text-align: center;
	margin-top: 10px;
	background: #fff;
}
#product .cont .white .center .blocks .block .reasons .more p {
	display: inline-block;
	background: #fff;
	color: #333;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 15px;
	cursor: pointer;
}
#product .cont .white .center .blocks .block .reasons .more .arr {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-bottom: 3px;
	width: 11px;
	height: 11px;
	background: url(../img/arrow-11.png) no-repeat 0px 1px;
}
#product .cont .white .center .blocks .block .reasons .more .text {
	display: inline-block;
	vertical-align: middle;
}
#product .cont .white .center .blocks .block .reasons .more p:hover {
	color: #db3127;
}
#product .cont .white .center .blocks .block .reasons .more p:hover .arr {
	background-position: 0px -10px;
}
#product .cont .white .center .blocks .block .reasons .more p.open .arr {
	background-position: 0px -21px;
}
#product .cont .white .center .blocks .block .reasons .more p.open:hover .arr {
	background-position: 0px -32px;
}
#product .cont .white .center .blocks .block.th2 .hidden {
	padding: 10px 0;
	padding-top: 60px;
	padding-bottom: 92px;
	position: relative;
	margin-right: 20px;
}
#product .cont .white .center .blocks .block.th2 .hidden .opacity {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	z-index: 1;
	top:0;
}
#product .cont .white .center .blocks .block.th2 .hidden .vth5 {
	width: 100%;
	height: 53px;
	background: url(../img/vth5.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
}
#product .cont .white .center .blocks .block.th2 .hidden .vth6 {
	width: 100%;
	height: 76px;
	background: url(../img/vth6.png) no-repeat 50% 50%;
	position: absolute;
	bottom: 0;
}

#product .cont .white .right {
	display: table-cell;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
}
#product .cont .white .right.vth7 {
	background: url(../img/vth7.png) no-repeat 50% 85%;
}
#product .cont .white .right .blocks {
	width: 245px;
	background: #fff;
	
}
#product .cont .white .right .blocks .block {
	border-bottom: 1px solid #ccc;
	
}
#product .cont .white .right .blocks .title p {
	padding: 20px 20px 20px 0;
	position: relative;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}
#product .cont .white .right .blocks .title p .icon {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 19px;
	margin-right: 8px;
}
#product .cont .white .right .blocks .th1 .title p .icon {
	background: url(../img/right-icon-1.png) no-repeat 0px 0px;
}
#product .cont .white .right .blocks .th2 .title p .icon {
	background: url(../img/right-icon-2.png) no-repeat 0px 0px;
}
#product .cont .white .right .blocks .th3 .title p .icon {
	background: url(../img/right-icon-3.png) no-repeat 0px 0px;
	margin-bottom: 2px;
}
#product .cont .white .right .blocks .th4 .title p .icon {
	background: url(../img/right-icon-4.png) no-repeat 0px 0px;
	margin-bottom: 2px;
}
#product .cont .white .right .blocks .th5 .title p .icon {
	background: url(../img/right-icon-5.png) no-repeat 0px 0px;
	margin-bottom: 2px;
}
#product .cont .white .right .blocks .title p .text {
	display: inline-block;
	vertical-align: middle;
}
#product .cont .white .right .blocks .title p .arr {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -4px;
	display:block;
	width: 12px;
	height: 12px;
	background: url(../img/arrow-12.png) no-repeat 0px 0px;
}
#product .cont .white .right .blocks .title p:hover {
	color: #db3127;
}
#product .cont .white .right .blocks .title p:hover .arr {
	background-position: 0px -12px;
}
#product .cont .white .right .blocks .title p:hover .icon {
	background-position: 0px -19px;
}
#product .cont .white .right .blocks .open .title p .arr {
	background-position: 0px -24px;
}
#product .cont .white .right .blocks .open .title p:hover .arr {
	background-position: 0px -36px;
}
#product .cont .white .right .blocks .block .hide {
	display: none;
	padding-bottom: 10px;
}
#product .cont .white .right .blocks .block .hide p {
	color: #6b7f80;
	font-size: 16px;
	padding-left: 28px;
	margin-bottom: 10px;
	margin-left: 4px;
    font-style: italic;
}
#product .cont .white .right .blocks .block .hide p a {
	color: #69f;
}
#product .cont .white .right .blocks .block .hide p a:hover {
	color: #0cf;
}
#product .cont .white .right .blocks .block .hide .check {
	color: #4e5b5c;
	font-size: 20px;
	padding-left: 26px;
	margin-bottom: 6px;
	background: url(../img/check-5.png) no-repeat 0px 1px;
    font-style: normal;
}

#product .cont .white.lower .left {
	padding: 20px;
}
#product .cont .white.lower .left .blocks {
	width: 518px;
}
#product .cont .white.lower .center {
	padding: 20px;
	border-right: none;
}
#product .cont .white.lower .center.m-show {
	display: none;
	border-bottom: 1px solid #ccc;
}
#product .cont .white.lower p.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}
#product .cont .white.lower p {
	font-size: 20px;
	margin-bottom: 10px;
	color: #4d4d4d;
}
#product .cont .white.lower .left p.aligncenter {
	text-align: center;
}
#product .cont .white.lower .demo {
	margin: 15px 0;
}
#product .cont .white.lower .left .lines {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}
#product .cont .white.lower .left .lines.th3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
#product .cont .white.lower .left .lines table {
	width: 100%;
}
#product .cont .white.lower .left .lines table tr td {
	vertical-align: middle;
}
#product .cont .white.lower .left .lines table tr td p {
	margin-bottom: 2px;
	text-align: right;
	color: #000;
}
#product .cont .white.lower .left .lines table tr td p a {
	color: #000;
}
#product .cont .white.lower .left .lines table tr td.le {
	padding-right: 20px;
}
#product .cont .white.lower .left .lines table tr td.le p {
	text-align: left;
	color: #4d4d4d;
}
#product .cont .white.lower .left .lines table tr td p .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	margin-bottom: 2px;
}
#product .cont .white.lower .left .lines table tr td p .tel {
	display: inline-block;
	vertical-align: middle;
}
#product .cont .white.lower .left .lines table tr td p .map .icon {
	background: url(../img/icon-map-1.png) no-repeat 0px 0px;
}
#product .cont .white.lower .left .lines table tr td p .metro .icon {
	background: url(../img/icon-metro-1.png) no-repeat 0px 0px;
}
#product .cont .white.lower .left .lines table tr td p .vodafone .icon {
	width: 79px;
	background: url(../img/icon-vodafone-1.png) no-repeat 0px 0px;
}
#product .cont .white.lower .left .lines table tr td p .lifecell .icon {
	width: 61px;
	background: url(../img/icon-lifecell-1.png) no-repeat 0px 0px;
}
#product .cont .white.lower .left .lines table tr td p .kyivstar .icon {
	width: 77px;
	background: url(../img/icon-kyivstar-1.png) no-repeat 0px 0px;
}
#product .cont .white.lower .left .lines table tr td p .vodafone .icon {
	background: url(../img/icon-vodafone-1.png) no-repeat 0px 0px;
}
#product .cont .white.lower .left .lines table tr td p .map:hover {
	color: #93ce4d
}
#product .cont .white.lower .left .lines table tr td p .metro:hover {
	color: #f54b41
}
#product .cont .white.lower .left .lines table tr td p .vodafone:hover {
	color: #fe1a2b;
}
#product .cont .white.lower .left .lines table tr td p .kyivstar:hover {
	color: #3bb8ff;
}
#product .cont .white.lower .left .lines table tr td p .lifecell:hover {
	color: #2864ba;
}
#product .cont .white.lower .left .lines table tr td p a:hover .icon {
	background-position: 0px -18px;
}
#product .cont .white.lower .left .demo .tablecell {
	display: table-cell;
	vertical-align: middle;
}
#product .cont .white.lower .left .demo input {
	border: none;
}
#product .cont .white.lower .left .demo .tablecell.th1 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#product .cont .white.lower .left .demo .tablecell.th1 input {
	width: 92%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 4%;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
    font-size: 20px;
	border-radius: 5px 0 0 5px;
	color: #999;
}
#product .cont .white.lower .left .demo .tablecell.th1 input:focus {
	color: #000;
}
#product .cont .white.lower .left .demo .tablecell.th1 input.focus {
	color: #000;
}
#product .cont .white.lower .left .demo .tablecell input.submit {
	display: block;
	width: 180px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 10px 0;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
    font-size: 20px;
	border-radius: 0 5px 5px 0;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
#product .cont .white.lower .left .demo .tablecell input.submit:hover {
	background: #f9f9f9;
}
#product .cont .white.lower .left .demo .tablecell .error {
    position: absolute;
    top: 3px;
	left: 3px;
    width: 92%;
    height: 12px;
    line-height: 12px;
    padding: 14px 4%;
    background: #c00;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 4px 0 0 4px;
	display: none;
}
#product .cont .white.lower .center h1,
#product .cont .white.lower .center h2,
#product .cont .white.lower .center h3,
#product .cont .white.lower .center h4,
#product .cont .white.lower .center h5,
#product .cont .white.lower .center h6 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4d4d4d;
}
#product .cont .white.lower .center table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}
#product .cont .white.lower .center table tr td {
	padding: 12px 16px;
	background: #f5f5f5;
    font-size: 20px;
    color: #4d4d4d;
}
#product .cont .white.lower .center table tr td p {
	margin-bottom: 0;
}
#product .cont .white.lower .center table tr td.ri p {
	text-align: right;
}
#product .cont .white.lower .center table tr.grey td {
	background: #f9f9f9;
}
/*PRODUCT*/

/*CARDS*/
#cards {
	background:#fff;
	margin-bottom: 40px;
}
#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 .red {
	font-size: 16px;
	line-height: 18px;
	padding: 1px 6px 1px;
	border-radius: 3px;
	border: 1px solid #db3127;
	color: #db3127;
	position:absolute;
	top:12px;
	right:12px;
	z-index:2;
	background: #fff;
}
#cards .cont .cards .pr .img .orange {
	font-size: 16px;
	line-height: 18px;
	padding: 1px 6px 1px;
	border-radius: 3px;
	border: 1px solid #f90;
	color: #f90;
	position:absolute;
	top:12px;
	right:12px;
	z-index:2;
	background: #fff;
}

#cards .cont .cards .pr .img .vth1,
#cards .cont .cards .pr .img .vth2,
#cards .cont .cards .pr .img .vth3,
#cards .cont .cards .pr .img .vth4 {
	width: 45px;
	height: 45px;
	position: absolute;
	z-index: 1;
}
#cards .cont .cards .pr .img .vth1 {
	background: url(../img/vth8.png) no-repeat 0px 0px;
	left: 0;
	top: 0;
}
#cards .cont .cards .pr .img .vth2 {
	background: url(../img/vth9.png) no-repeat 0px 0px;
	right: 0;
	top: 0;
}
#cards .cont .cards .pr .img .vth3 {
	background: url(../img/vth10.png) no-repeat 0px 0px;
	right: 0;
	bottom: 0;
}
#cards .cont .cards .pr .img .vth4 {
	background: url(../img/vth11.png) no-repeat 0px 0px;
	bottom: 0;
	left: 0;
}

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

/*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*/
/*BLACK2*/
#black2 {
	position:fixed;
	width: 100%;
	height: 100%;
	background: url(../img/opacity-2.png);
	z-index: 3;
	top: 0;
	display: none;
}
#black2 .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;
}
#black2 .block p {
    font-size: 20px;
    margin-bottom: 10px;
    color: #4d4d4d;
	line-height: 22px;
}
#black2 .block p.center {
	text-align: center;
}
#black2 .block .check {
    margin-bottom: 10px;
}
#black2 .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;
}
#black2 .block hr {
    margin: 0;
	border: none;
	border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 15px;
}
#black2 .block .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
#black2 .block .close {
	display: block;
	width: 21px;
	height: 21px;
	border: 1px solid #ccc;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../img/close-1.png) no-repeat 0px 0px;
	cursor: pointer;
}
#black2 .block .close:hover {
	background-position: 0px -21px;
	border: 1px solid #e1b0ae;
}
#black2 .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;
}
#black2 .block .close2:hover {
	background: #f9f9f9;
}

#black2 .block .quick {
	margin: 20px 0;
}
#black2 .block .quick .tablecell {
	display: table-cell;
	vertical-align: middle;
}
#black2 .block .quick input {
	border: none;
}
#black2 .block .quick .tablecell.th1 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#black2 .block .quick .tablecell.th1 input {
	width: 92%;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 4%;
    font-family: 'myMyriad Pro', Tahoma, Geneva, sans-serif;
    font-size: 20px;
	border-radius: 5px 0 0 5px;
	color: #999;
}
#black2 .block .quick .tablecell.th1 input:focus {
	color: #000;
}
#black2 .block .quick .tablecell.th1 input.focus {
	color: #000;
}
#black2 .block .quick .tablecell input.submit {
	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: 0 5px 5px 0;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
#black2 .block .quick .tablecell input.submit:hover {
	background: #f9f9f9;
}
#black2 .block .quick .tablecell .error {
    position: absolute;
    top: 3px;
	left: 3px;
    width: 92%;
    height: 12px;
    line-height: 12px;
    padding: 14px 4%;
    background: #c00;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 4px 0 0 4px;
	display: none;
}
#black2 .block .icons {
	margin-bottom: -7px;
	text-align: center;
}
#black2 .block .icons .icon {
	height: 28px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100px;
	cursor: pointer;
	margin: 0 5px;
}
#black2 .block .icons .viber {
	width: 71px;
	background: url(../img/viber-1.png) no-repeat 0px 0px;
}
#black2 .block .icons .telegram {
	width: 98px;
	background: url(../img/telegram-3.png) no-repeat 0px 0px;
}
#black2 .block .icons .icon:hover {
	background-position: 0 -28px;
}
#black2 .block .small {
	font-size: 16px;
	font-style: italic;
	text-align: center;
}
/*BLACK2*/

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

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

#title .cont {
	width: 96%;
}

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

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

#product .cont {
    width: 96%;
}
#product .cont .white .left .sliders {
    width: 411px;
}
#product .cont .white.lower .left .blocks {
    width: 411px;
}
#product .cont .white .left .sliders .sliderfor .slidercont {
    width: 411px;
    height: 411px;
}
#product .cont .white .left .sliders .sliderfor .slidercont a img {
    width: 411px;
    height: auto;
}
#product .cont .white .left .sliders .slidernav .slidercont {
    width: 426px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p {
    width: 70px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p img {
    width: 70px;
    height: auto;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-next,
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-prev {
    top: 34px;
}
#product .cont .white .center .top .marginleft {
    margin-left: 473px;
}
#product .cont .white .right .blocks {
    width: 225px;
}

#product .cont .white .center .blocks .block .buttons p {
    width: 194px;
}	
#product .cont .white .center .blocks .block .lines p.credit {
    padding: 6px 8px;
}
#product .cont .white.lower .left .demo .tablecell input.submit {
    width: 140px;
}
	
}

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

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

/*#product .cont .white .right {
    display:block;
}*/
#product .cont .white .left .sliders {
    width: 342px;
}
#product .cont .white.lower .left .blocks {
    width: 410px;
}
#product .cont .white .left .sliders .sliderfor .slidercont {
    width: 342px;
    height: 342px;
}
#product .cont .white .left .sliders .sliderfor .slidercont a img {
    width: 342px;
}
#product .cont .white .left .sliders .slidernav .slidercont {
    width: 356px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p {
    width: 56px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p img {
    width: 56px;
    height: auto;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-next,
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-prev {
    top: 29px;
}
#product .cont .white .center .top .marginleft {
    margin-left: 404px;
}
#product .cont .white .center .blocks .block .buttons p {
    width: 180px;
}
#product .cont .white .center .blocks .block .buttons p .icon {
    margin-right: 5px;
}
#product .cont .white .center .blocks .block .lines p.credit {
    padding: 6px 4px;
    font-size: 17px;
    margin: 0;
}
#product .cont .white .center .blocks .block .lines p.credit.th1 {
    margin-right: 3px;
}
#product .cont .white .center .blocks .block .lines p.credit .icon {
    margin-right: 6px;
}
#product .cont .white .right .blocks {
    width: 206px;
}
#product .cont .white .right .blocks .title p {
	font-size: 19px;
}
#product .cont .white .right .blocks .block .hide .check {
	font-size: 19px;
}
#product .cont .white .right .blocks .title p .arr {
    right: 0px;
}
#product .cont .white .right {
    padding: 0px 20px 20px 15px;
}
#product .cont .white .center .blocks .block .ad {
    width: 210px;
}
#product .cont .white .center .blocks .block .ad p {
	display: block;
    font-size: 16px;
    padding: 8px 0px 5px 0px;
	background-position: 0px 1px;
}
	
}
@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;
}

/*#product .cont .white .left {
	padding-top: 64px;
}*/
#product .cont .white {
    margin-bottom: 0;
}
#product .cont .white .center {
    border-right: none;
}
#product .cont .white .center .blocks {
    height: auto;
}
#product .cont .white .right {
    display:block;
	padding-top: 20px;
}
#product .cont .white .center .top .marginleft {
    margin-left: 20px;
}
#product .cont .white .right .blocks {
    width: 100%;
	text-align: center;
}
#product .cont .white .right .blocks .block {
	width: 29%;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
	border: none;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#product .cont .white .right .blocks .block.th1,
#product .cont .white .right .blocks .block.th2,
#product .cont .white .right .blocks .block.th4 {
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}
#product .cont .white .center .blocks .block.th2 .hidden {
    padding: 30px 0;
    position: relative;
    margin-right: 20px;
}
#product .cont .white .right .blocks .title p {
    padding: 12px 20px 12px 0;
}
#product .cont .white .right .blocks .title p .arr {
    margin-top: -5px;
}
#product .cont .white .center .blocks .block .buttons p {
    width: 242px;
}
#product .cont .white .center .blocks .block .lines p.credit {
    padding: 6px 14px;
}
#product .cont .white.lower .left .blocks {
    width: 342px;
}
#product .cont .white.lower .left .lines table tr td {
	display: block;
}
#product .cont .white.lower .left .demo .tablecell input.submit {
    width: 114px;
}
#product .cont .white.lower .left .demo .tablecell .error {
	font-weight: normal;
	font-size: 18px;
}
#cards .cont .title {
    padding-top: 0;
}

#product .cont .white .center .blocks .block.th2 .hidden .vth5,
#product .cont .white .center .blocks .block.th2 .hidden .vth6 {
	display:none;
}

}

@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;
}
	
#title .cont {
    padding: 0;
}
#title .cont .right .blocks .block .hide {
    padding: 10px 0px 5px;
}
#title .cont .right .blocks {
    width: 230px;
    height: 222px;
}
#title .cont .right .blocks .block .title .arr {
    right:0;
}
#title .cont .right .blocks .block .hide table tr td {
	display: block;
}
#title .cont .right .blocks .block .hide table tr td.rightalign {
	text-align: left;
	padding-left:0;
}

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

#product .cont .white .center .blocks .block .buttons p {
    width: 180px;
}
#product .cont .white .center .blocks .block .prices {
    text-align: left;
}
#product .cont .white .center .blocks .block .art {
	margin-top: 4px;
}
#product .cont .white .center .blocks .block .art p.txt {
    padding: 16px 6px 16px 8px;
}
/*#product .cont .white .center .blocks .block .ad {
    width: 100%;
	float: none;
}
#product .cont .white .center .blocks .block .av {
	margin-top: -42px;
}*/
#product .cont .white .center .blocks .block .stars {
    margin-top: 0;
}
#product .cont .white .center .blocks .block .av {
    margin-right: 0;
    margin-top: 8px;
}
#product .cont .white .center .blocks .block .av p {
    padding: 1px 6px 2px 30px;
	background-position: 0px -4px;
}
#product .cont .white .center .blocks .block .hidden.m1 {
	overflow: visible;
	padding-right: 20px;
}

#product .cont .white .center .blocks .block .todemo {
	float:left;
	width:94%;
}

#product .cont .white .center .blocks .block.th2 .hidden {
    padding: 20px 0;
}

#product .cont .white .center .blocks .block .lines p.credit {
	width: 100%;
	padding: 6px 0;
}
#product .cont .white .center .blocks .block .lines p.credit.th1 {
	margin-bottom: 4px;
}
#product .cont .white .center .blocks .block .reasons .title {
    font-size: 18px;
}
#product .cont .white .center .blocks .block .reasons .title .round {
    font-size: 18px;
    width: 18px;
    height: 18px;
}
#product .cont .white .center .blocks .block .reasons ul li {
    padding-left: 22px;
    font-size: 18px;
	background-position: 0px 0px;
}
#product .cont .white .right .blocks .block {
    width: 27%;
}
#product .cont .white .right .blocks .block.th2 {
    width: 32%;
}
#product .cont .white .right .blocks .block.th4,
#product .cont .white .right .blocks .block.th5 {
    width: 30%;
}
#product .cont .white.lower .left .blocks {
    width: 270px;
}
#product .cont .white.lower .left .lines table tr td.le p {
	margin-bottom: 10px;
}
#product .cont .white.lower .left .demo .tablecell .error {
    line-height: 16px;
    padding: 5px 4%;
	height: 30px;
}
	
#product .cont .white .center .blocks .block .tabs .tab .hidden .demo .tablecell input.submit {
    width: 116px;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden .lines table tr td.le .m1 {
	display: inline-block;
}
#product .cont .white .center .blocks .block .tabs .tab .hidden table tr td {
    padding: 12px 12px 12px 0;
}
	
	
}
@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: 272px;
	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;
}

#title .cont {
	padding: 20px 0;
}
#title .cont .left {
    display:block;
	padding: 20px 0 0 0;
}
#title .cont .left .title {
	text-align: center;
	padding-bottom: 30px;
    font-size: 30px;
}
#title .cont .left #breadcrumb {
	margin-bottom: 10px;
}
#title .cont .left #breadcrumb li {
    float: none;
    display: inline;
	line-height: 20px;
}
#title .cont .left #breadcrumb li a {
    padding-right: 0;
}
#title .cont .right {
    display:block;
}
#title .cont .right .blocks {
    width:100%;
    height:auto;
    border-top: 1px solid #9aadaf;
}
#title .cont .right .blocks .block.th1 .hide {
    display: none;
}
#title .cont .right .blocks .block .hide table {
    width:auto;
}
#title .cont .right .blocks .block .hide table tr td {
    display: table-cell;
}
#title .cont .right .blocks .block .hide table tr td.rightalign {
	text-align: right;
	padding-left: 10px;
}
#title .cont .right .blocks .block .title .arr {
	display: inline-block;
	vertical-align: middle;
    position:relative;
    right: auto;
    top: auto;
    margin:0;
	margin-left: 10px;
}

#product .cont .white .left {
    display:block;
    border-right:none;
	border-bottom: 1px solid #ccc;
}
#product .cont .white .left .sliders {
    width: 518px;
	margin: auto;
}
#product .cont .white .left .sliders .sliderfor .slidercont {
    width: 518px;
    height: 518px;
}
#product .cont .white .left .sliders .sliderfor .slidercont a img {
    width: 518px;
}
#product .cont .white .left .sliders .slidernav .slidercont {
    width: 531px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p {
    width: 91px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p img {
    width: 91px;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-next,
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-prev {
    top: 45px;
}
#product .cont .white .center {
    display:block;
	padding: 0;
	padding-top: 20px;
}
#product .cont .white .center .blocks {
    display: block;
	padding: 0;
    height: auto;
	width: 100%;
}
#product .cont .white .center .blocks .block {
    display: block;
    vertical-align: middle;
    overflow: hidden;
	width: 100%;
}

#product .cont .white .center .blocks .block .todemo {
	float:none;
	width:99%;
}

#product .cont .white .center .blocks .block h1 {
	margin-right: 0;
}
#product .cont .white .center .blocks .block .stars {
    margin-top: 7px;
}
#product .cont .white .center .blocks .block .art {
    margin: 0;
	padding: 0;
}
#product .cont .white .center .blocks .block .art p.txt {
    padding: 6px 6px 6px 8px;
}
#product .cont .white .center .blocks .block .hidden.m1 {
    overflow: hidden;
	padding: 0;
}
#product .cont .white .center .blocks .block .av {
    margin-top: 12px;
}
#product .cont .white .center .blocks .block .av p {
    padding: 5px 12px 6px 32px;
	background-position: 0px 0px;
}
#product .cont .white .center .blocks .block .ad {
    width: auto;
    float: right;
	margin: 0;
	margin-top: 9px;
}
#product .cont .white .center .blocks .block.th2 .hidden {
    margin-right: 0;
}
#product .cont .white .center .blocks .block .tabs {
    padding-right: 0;
}
#product .cont .white .center .blocks .block .ad p {
	padding-left: 20px;
}
#product .cont .white .center .blocks .block .prices {
    text-align: center;
}
#product .cont .white .center .blocks .block .buttons {
    padding-right: 0;
}
#product .cont .white .center .blocks .block .buttons p {
    width: 242px;
}
#product .cont .white .center .blocks .block .lines p.credit {
    width: auto;
    padding: 6px 14px;
}
#product .cont .white .center .blocks .block .lines p.credit.th1 {
	margin-bottom: 0;
}
#product .cont .white .center .blocks .block .lines {
    margin-right: 0;
	margin-bottom: 0;
}
#product .cont .white .center .blocks .block .reasons {
    margin-right: 0;
	display: none;
}
#product .cont .white .right .blocks .block.th1,
#product .cont .white .right .blocks .block.th2,
#product .cont .white .right .blocks .block.th3,
#product .cont .white .right .blocks .block.th4,
#product .cont .white .right .blocks .block.th5 {
    width: 100%;
	padding: 0;
	margin-bottom: 5px;
}
#product .cont .white .right .blocks .title p {
    padding: 12px 20px 12px 10px;
}
#product .cont .white .right .blocks .block .hide {
    padding: 0 10px 10px 10px;
}
#product .cont .white .right .blocks .title p .arr {
    right: 16px;
}
#product .cont .white.lower .left .blocks {
    width: 100%;
}
#product .cont .white.lower .left .lines table tr td {
    display: table-cell;
}
#product .cont .white.lower .left .demo .tablecell input.submit {
    width: 180px;
}
#product .cont .white.lower .left .demo .tablecell .error {
    font-size: 20px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    padding: 14px 4%;
}
#product .cont .white.lower .center {
    width: auto;
}

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

#product .cont .white.lower .center {
	display: none;
}
#product .cont .white.lower .center.m-show {
	display: block;
}
#product .cont .white.lower .left .m-hide {
	display: none;
}
#product .cont .white .center .blocks .block .av {
    float: left;
}
	
#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%;
}
	
#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;
}

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

#product .cont .white .center .top p {
    margin-right: 22px;
}
#product .cont .white .left .sliders {
    width: 487px;
	margin: auto;
}
#product .cont .white .left .sliders .sliderfor .slidercont {
    width: 487px;
    height: 487px;
}
#product .cont .white .left .sliders .sliderfor .slidercont a img {
    width: 487px;
}
#product .cont .white .left .sliders .slidernav .slidercont {
    width: 500px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p {
    width: 85px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p img {
    width: 85px;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-next,
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-prev {
    top: 45px;
}

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

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

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

#product .cont .white .center .top .marginleft {
    padding: 10px 0 16px;
}
#product .cont .white .center .top p {
    display: block;
    margin-right:0;
	margin-top: 3px;
}

#product .cont .white .left .sliders {
    width: 387px;
}
#product .cont .white .left .sliders .sliderfor .slidercont {
    width: 387px;
    height: 387px;
}
#product .cont .white .left .sliders .sliderfor .slidercont a img {
    width: 387px;
}
#product .cont .white .left .sliders .slidernav .slidercont {
    width: 400px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p {
    width: 65px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p img {
    width: 65px;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-next,
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-prev {
    top: 32px;
}
#product .cont .white .center .blocks .block .lines p.credit {
    padding: 6px 10px;
}
#product .cont .white .center .blocks .block .buttons p {
    width: 190px;
}

#black2 .block {
    width: 380px;
    margin-left: -210px;
}
#black2 .block .quick .tablecell input.submit {
    width: 136px;
}
#black2 .block .quick .tablecell .error {
    font-size: 18px;
}

#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;
}
	
#footer .cont .left table {
    margin-left: 23px;
}
#footer .cont .left .leftcont td {
    display: block;
}
#footer .cont .right .block {
    display: block;
    width:auto;
}

#title .cont .right .blocks .block .hide table tr td {
    display:block;
}
#title .cont .right .blocks .block .hide table tr td.rightalign {
    text-align: left;
	padding-left: 0;
}

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

#product .cont .white .left .sliders {
    width: 258px;
}
#product .cont .white .left .sliders .sliderfor .slidercont {
    width: 258px;
    height: 258px;
}
#product .cont .white .left .sliders .sliderfor .slidercont a img {
    width: 258px;
}
#product .cont .white .left .sliders .slidernav .slidercont {
    width: 270px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p {
    width: 39px;
}
#product .cont .white .left .sliders .slidernav .slide-for-5 p img {
    width: 39px;
}
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-next,
#product .cont .white .left .sliders .slidernav .slick-arrow.slick-prev {
    top: 20px;
}
#product .cont .white .center .blocks .block .art p.txt {
    padding: 6px 4px 6px 4px;
}
#product .cont .white .center .blocks .block .art {
    width: 148px;
}
#product .cont .white .center .blocks .block .av {
	width: auto;
	float: none;
	text-align: center;
}
#product .cont .white .center .blocks .block .av p {
	display: inline-block;
    padding: 1px 10px 2px 30px;
    background-position: 0px -4px;
}
#product .cont .white .center .blocks .block .ad {
	width: auto;
	float: none;
}
#product .cont .white .center .blocks .block .ad p {
	display: inline-block;
}
#product .cont .white .center .blocks .block.th2 .hidden {
    padding: 0;
}
#product .cont .white .center .blocks .block .prices {
    display:block;
    width:auto;
	padding: 20px 0;
}
#product .cont .white .center .blocks .block .buttons {
	display: block;
	margin-bottom: 20px;
}
#product .cont .white .center .blocks .block .buttons p {
    width: 98%;
	margin: auto;
}
#product .cont .white .center .blocks .block .lines p.credit.th1 {
    margin-bottom: 4px;
}
#product .cont .white .center .blocks .block .lines p.credit {
    width: 100%;
    padding: 6px 0;
}
#product .cont .white .center .blocks .block .reasons .title .icon {
    display:table-cell;
    vertical-align: top;
	padding-right: 8px;
}
#product .cont .white .center .blocks .block .reasons .title .m1 {
    display:table-cell;
    vertical-align: top;
}
	
#product .cont .white .center .blocks .block h1 {
	text-align: center;
}
#product .cont .white.lower .left .lines table tr td {
    display: block;
}
#product .cont .white.lower .left .demo .tablecell {
    display: block;
}
#product .cont .white.lower p.title {
	text-align: center;
}
#product .cont .white.lower .left p {
	text-align: center;
}
#product .cont .white.lower .left .demo .tablecell.th1 input {
    width: 92%;
    padding: 10px 3%;
	margin: auto;
    border-radius: 5px;
}
#product .cont .white.lower .left .demo .tablecell .error {
    width: 92%;
    padding: 16px 3%;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #c00;
	left: 0;
	top: 0;
}
#product .cont .white.lower .left .demo .tablecell input.submit {
    width: 99%;
    padding: 10px 0;
    border-radius: 5px;
	margin-top: 5px;
}
#product .cont .white.lower .center table tr td {
	display: block;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 0;
}
#product .cont .white.lower .center table tr td p {
	color: #000;
}
#product .cont .white.lower .center table tr td.ri {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 2px;
	padding-bottom: 10px;
}
#product .cont .white.lower .center table tr td.ri p {
	color: #666;
}

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

#black2 .block {
    width: 240px;
    margin-left: -140px;
}
#black2 .block .quick .tablecell {
    display:block;
}
#black2 .block .quick .tablecell.th1 input {
    width: 217px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
#black2 .block .quick .tablecell input.submit {
    width: 239px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
	border-top: none;
}
#black2 .block .quick .tablecell .error {
    width: 213px;
    line-height: 12px;
    padding: 14px 10px;
    border-radius: 4px 4px 0 0;
	letter-spacing: normal;
	text-align: center;
}

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

#product .cont .white .center .blocks .block .todemo .m3 {
	display:none
}

#product .cont .white .center .blocks .block .todemo .m4 {
	display:inline;
}

}