/* Fancybox */
body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.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:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.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{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.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{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* font-family: "OpenSansRegular"; */
@font-face {
	font-family: "OpenSansRegular";
	src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
	src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
	url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "OpenSansLight"; */
@font-face {
	font-family: "OpenSansLight";
	src: url("../fonts/OpenSansLight/OpenSansLight.eot");
	src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"),
	url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
	url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "OpenSansBold"; */
@font-face {
	font-family: "OpenSansBold";
	src: url("../fonts/OpenSansBold/OpenSansBold.eot");
	src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
	url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "UbuntuRegular"; */
@font-face {
	font-family: "UbuntuRegular";
	src: url("../fonts/UbuntuRegular/UbuntuRegular.eot");
	src: url("../fonts/UbuntuRegular/UbuntuRegular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/UbuntuRegular/UbuntuRegular.woff") format("woff"),
	url("../fonts/UbuntuRegular/UbuntuRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "UbuntuBold"; */
@font-face {
	font-family: "UbuntuBold";
	src: url("../fonts/UbuntuBold/UbuntuBold.eot");
	src: url("../fonts/UbuntuBold/UbuntuBold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/UbuntuBold/UbuntuBold.woff") format("woff"),
	url("../fonts/UbuntuBold/UbuntuBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "UbuntuItalic"; */
@font-face {
	font-family: "UbuntuItalic";
	src: url("../fonts/UbuntuItalic/UbuntuItalic.eot");
	src: url("../fonts/UbuntuItalic/UbuntuItalic.eot?#iefix") format("embedded-opentype"),
	url("../fonts/UbuntuItalic/UbuntuItalic.woff") format("woff"),
	url("../fonts/UbuntuItalic/UbuntuItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "UbuntuLight"; */
@font-face {
	font-family: "UbuntuLight";
	src: url("../fonts/UbuntuLight/UbuntuLight.eot");
	src: url("../fonts/UbuntuLight/UbuntuLight.eot?#iefix") format("embedded-opentype"),
	url("../fonts/UbuntuLight/UbuntuLight.woff") format("woff"),
	url("../fonts/UbuntuLight/UbuntuLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "UbuntuLightItalic"; */
@font-face {
	font-family: "UbuntuLightItalic";
	src: url("../fonts/UbuntuLightItalic/UbuntuLightItalic.eot");
	src: url("../fonts/UbuntuLightItalic/UbuntuLightItalic.eot?#iefix") format("embedded-opentype"),
	url("../fonts/UbuntuLightItalic/UbuntuLightItalic.woff") format("woff"),
	url("../fonts/UbuntuLightItalic/UbuntuLightItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "UbuntuMedium"; */
@font-face {
	font-family: "UbuntuMedium";
	src: url("../fonts/UbuntuMedium/UbuntuMedium.eot");
	src: url("../fonts/UbuntuMedium/UbuntuMedium.eot?#iefix") format("embedded-opentype"),
	url("../fonts/UbuntuMedium/UbuntuMedium.woff") format("woff"),
	url("../fonts/UbuntuMedium/UbuntuMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "UbuntuMediumItalic"; */
@font-face {
	font-family: "UbuntuMediumItalic";
	src: url("../fonts/UbuntuMediumItalic/UbuntuMediumItalic.eot");
	src: url("../fonts/UbuntuMediumItalic/UbuntuMediumItalic.eot?#iefix") format("embedded-opentype"),
	url("../fonts/UbuntuMediumItalic/UbuntuMediumItalic.woff") format("woff"),
	url("../fonts/UbuntuMediumItalic/UbuntuMediumItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* font-family: "UbuntuBoldItalic"; */
@font-face {
	font-family: "UbuntuBoldItalic";
	src: url("../fonts/UbuntuBoldItalic/UbuntuBoldItalic.eot");
	src: url("../fonts/UbuntuBoldItalic/UbuntuBoldItalic.eot?#iefix") format("embedded-opentype"),
	url("../fonts/UbuntuBoldItalic/UbuntuBoldItalic.woff") format("woff"),
	url("../fonts/UbuntuBoldItalic/UbuntuBoldItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

*::-webkit-input-placeholder {
	color: #5d5c5c;
	opacity: 1;
}

*:-moz-placeholder {
	color: #5d5c5c;
	opacity: 1;
}

*::-moz-placeholder {
	color: #5d5c5c;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #5d5c5c;
	opacity: 1;
	border: none;
}

a:-webkit-any-link {
	text-decoration: none;
}

a,
a:hover,
a:focus {
	color: #dd0747;
	text-decoration: none;
	outline: none;
}

ul {
	list-style: none;
	display: inline-block;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;

}

*:focus {
	outline: 0;
}

::-moz-focus-inner {
	outline: 0 !important;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
	outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
	background-color: #FFFFFF !important;
	color: #555 !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: #555555 !important;
}

img {
	max-width: 100%;
}

[class^="icon-"], [class*=" icon-"] {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background: none repeat 0 0;
	margin-top: 0;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: FontAwesome, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
}

body {
	font: 15px/17px "OpenSansRegular";
	min-width: 320px;
	position: relative;
	background: #fff;
	color: #5e5d5d;
}

.wrapper {
	position: relative;
	min-width: 320px;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
}

.fixed {
	position: fixed;
}

.anim {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/*------------------------------------*/
.top_header {
	margin-bottom: 35px;
}

.common-home .top_header {
	margin-bottom: 0;
}

.header_topline {
	background-color: #ebe9e9;
	width: 100%;
}

.menu_top {
	display: block;
	margin-bottom: 0;
	padding: 10px 15px;
}

.menu_top li {
	display: inline-block;
	position: relative;
}

.menu_top li:after {
	content: '|';
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	bottom: 0;
}

.menu_top li:last-child:after {
	display: none;
}

.header_topline .menu_top a {
	padding: 0 8px 0 11px;
	font: 15px/1 "OpenSansRegular";
	color: #484848;
	letter-spacing: 1px;
}


.header_topline .menu_top li:first-child a {
	padding-left: 0;
}

.header_topline .menu_top a:hover,
.basket_content .description a:hover,
.breadcrumb a:hover,
.title:hover,
.header_topline .menu_top .language span{
	text-decoration: none;
	color: #dd0747;
}

.header_topline .top_links {
	float: right;
	text-align: right;
}

.logo-col a > img {
	display: block;
}

.entrance span,
.registration span,
.menu_top_cover span {
	color: #484848;
	text-transform: uppercase;
	padding-left: 20px;
	vertical-align: middle;
	font: 15px/1 "OpenSansRegular";
}

.entrance:hover > span,
.registration:hover > span{
	text-decoration:underline;
}

.entrance > span,
.registration > span{
	cursor:pointer;
}

.registration span {
	padding-left: 25px;
}

.registration span.required{
	padding:0 !important;
}

.menu_top_cover span {
	padding-left: 35px;
	vertical-align: baseline;
}

.top_links .entrance {
	margin-right: 20px;
}

.entrance,
.registration{
	display: inline-block;
	padding: 10px 0;
}

.language{
	padding:0 8px;
}
.header_topline .menu_top .language > * {
	padding:0;
}

.entrance,
.entrance.log .icon {
	background-image: url(../image/icons/user.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.entrance.log {
	background-image: none;
	margin-right: 0;
}

.entrance.log .icon {
	font-size: 0;
	padding: 1px 10px;
	vertical-align: top;
	display: inline-block;
}

.registration {
	background-image: url(../image/icons/registr.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.phone_top .mail img:nth-child(2n) {
	display: none;
	margin-right: 10px;
}

.mini_basket,
.menu_top_cover {
	display: none;
}

.menu_top_cover {
	background-image: url(../image/icons/menu.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.mini_basket {
	width: 100%;
	max-width: 35px;
	text-align: center;
	float: right;
	margin-left: 5px;
}

/*dropdown start*/
.min_form {
	display: block;
	color: #5d5c5c;
	background-color: #ffffff;
	padding: 25px 15px 15px;
	position: absolute;
	width: 100%;
	top: 100%;
	right: 0;
	z-index: 999;
	border: 1px solid #afafaf;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
}

/* entrance dropdown*/
.form_entrance {
	min-width: 370px;
	text-align: left;
}

.entrance .form_entrance {
	padding: 20px 25px 15px;
}

.registration .form_entrance {
	padding: 25px 40px 25px 25px;
}

.form_entrance p {
	font: 14px/16px "OpenSansBold";
	margin-bottom: 25px;
	text-transform: uppercase;
	text-align: center;
}

.form_entrance b {
	line-height: 1;
	display: inline-block;
	padding: 8px 0 12px;
	max-width: 75px;
}

.form_line input[type=text],
.form_line input[type=password],
.form_line input[type=email],
.form_line input[type=tel] {
	position: relative;
	border: 1px solid #afafaf;
	padding: 5px 15px;
	float: right;
	width: 100%;
	max-width: 210px;
	border-radius: 0;
	line-height: 1;
}

.entrance .form_line input[type=text],
.entrance .form_line input[type=password]{
	max-width: none;
}

.entrance .form_line input[type=password],
.entrance .form_line input[type=text] {
	padding: 5px 15px 5px 35px !important;
}

.form_line .cover_email input.email:-webkit-autofill {
	padding: 5px 15px 5px 35px !important;
}

.form_line div.cover_email,
.form_line div.cover_password {
	position: relative;
	float: right;
}

.form_line div.cover_email > div,
.form_line div.cover_password > div {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	height: 100%;
	width: 32px;
	background: url(../image/icons/user.png) no-repeat center;
	border-right: 1px #afafaf solid;
}

.form_line div.cover_password > div {
	background: url(../image/icons/key.jpg) no-repeat center;
}

.form_line .cover_email input.email,
.form_line .cover_email input.email:-webkit-autofill,
.form_line .cover_password input.password {
	padding: 5px 15px 5px 35px !important;
}

.login-content.row .right input[type=password],
.login-content.row .right input[type=text]{
	width:100%;
	max-width:250px;
}

.check {
	display: block;
	margin: 5px 0 15px;
	font-size: 12px;

}

.check input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}

.check label {
	vertical-align: middle;
	font-weight: normal;
	margin-bottom: 0;
}

.form_entrance input[type=submit] {
	display: block;
	margin: 15px auto 10px;
	font: 18px/20px "OpenSansBold";
}

.form_entrance .forgot {
	display: block;
	text-align: center;
	color: #dd0747;
	font-size: 12px;
	text-transform: none;
	text-decoration: underline;
	padding: 0;
}

.form_entrance .forgot:hover {
	text-decoration: none;
}

/*contacts dropdown*/
.contacts .mail .header_phones {
	font: 20px/22px "OpenSansRegular";
	color: #5d5c5c;
	background-color: #f6f6f6;
	padding: 25px 0 5px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	right: 25px;
}

.mail .header_phones a {
	color: #5d5c5c !important;
	display: inline-block;
	margin-bottom: 10px;
}

.contacts .mail:hover .min_form,
.top_links .entrance.active .min_form,
.top_links .registration.active .min_form,
.shopping-cart.active .min_form,
.mini_basket.active .min_form,
.back:hover .min_form {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.shopping-cart.active .min_form,
.mini_basket.active .min_form,
.contacts .mail:hover .min_form,
.back .callback-form {
	margin-top: 0;
}

/*basket dropdown*/
.min_form.basket {
	right: 0;
	padding: 15px;
	min-width: 320px;
	max-width: 320px;
	background-color: #ffffff;
}

.min_form.anim.basket .cover {
	max-height: 190px;
	margin-bottom: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.cover::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.cover::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.cover::-webkit-scrollbar-thumb {
	background-color: #dd0747;
}

.basket_content {
	border-bottom: 1px #e4e4e4 solid;
	padding: 10px 0;
}

.basket_content .remove {
	display: inline-block;
	margin-right: 5px;
	width: 100%;
	max-width: 15px;
	vertical-align: top;
	cursor: pointer;
}

.basket_content .product_container {
	border: 2px #ededed solid;
	padding: 5px;
	vertical-align: top;
	display: inline-block;
	margin-right: 7px;
	width: 100%;
	max-width: 75px;
}

.basket_content .product_container img {
	text-align: center;
}

.basket_content .description {
	display: inline-block;
	width: 100%;
	max-width: 140px;
}

.basket_content .description span,
.basket_content .description a {
	display: block;
	color: #5d5c5c;
	font-size: 18px;
}

.basket_content .description a {
	font-size: 14px;
	margin-bottom: 10px;
}

.basket > p {
	font: 14px/16px "OpenSansBold";
	color: #5d5c5c;
}

.basket > p > a {
	font: 18px/20px "OpenSansBold";
	color: #000;
	margin-left: 5px;
}

.basket .button {
	background-color: #dd0747 !important;
	display: block;
	margin: 0 auto;
	text-align: center;
	float: none !important;
	max-width: 140px;
	font: 18px/20px "OpenSansBold";
}

/*all dropdown end*/
/*end header top*/
.header_bottom {
	padding: 15px 15px 3px 15px;
}

.logo-col span {
	font: 24px/26px "OpenSansBold";
	text-transform: uppercase;
	color: #5d5c5c;
}

.phone_top {
	font: 20px/22px "UbuntuRegular";
	margin-bottom: 23px;
	padding-top: 5px;
}

.phone,
.phone_top .mail,
.contacts {
	padding: 0;
}

.contacts,
.entrance,
.registration,
.contacts .mail,
.shopping-cart {
	position: relative;
}

.phone_top a,
.phone_top .fa {
	vertical-align: middle;
}

.phone_top .phones a {
	color: #424242;
}

.phone_top .phones {
	padding-left: 45px;
}

.phone_top .phones a.tel {
	position: relative;
}

.phone_top .phones a.tel:before,
.phone_top .mail .all_contacts:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -45px;
	background: url(../image/icons/phone.jpg) no-repeat;
	height: 37px;
	width: 36px;
}

.phone_top .back {
	color: #518217 !important;
	text-decoration: underline;
	font: 16px/18px "UbuntuItalic";
	text-align: center;
	display: block;
	position: relative;
	cursor: default;
}

.back .callback-form {
	min-width: 190px;
	padding: 15px 10px;
}

.back .callback-form input.telephone {
	padding: 5px;
	margin-right: 9px;
	border: 1px solid #8c8c8c;
	outline: 0;
	display: inline-block;
	font-size: 14px;
	max-width: 124px;
}

.back .callback-form input.button {
	display: inline-block;
	width: 31px;
	height: 30px;
	outline: 0;
	padding: 3px 0;
}

.back .callback-form input.button.done {
	background: #bd0e47 url(../image/success.png) center center no-repeat;
	text-indent: -9999px;
}

.back .callback-form input.telephone.error_field {
	border-color: red;
}

.back .callback-form input.button.loading {
	background: #bd0e47 url(../image/loading.gif) center center no-repeat;
	text-indent: -9999px;
}

.back:hover {
	text-decoration: none;
}

.phone_top .back:hover .min_form {
	margin-top: 3px;
}

.phone_top .mail .all_contacts {
	color: #dd0747;
	position: relative;
}

.phone_top .mail .all_contacts:before {
	background: url(../image/icons/mail.jpg) no-repeat;
}

.phone_top .mail {
	padding-left: 45px;
	padding-bottom: 15px;
}

.search-cover {
	position: relative;
}

.search-cover .search {
	border: 1px #afafaf solid;
	background: #fff url("../image/icons/search.png") 3% 50% no-repeat;
	padding: 9px 0 8px 35px;
	/*	padding: 13px 0 9px 35px;*/
	color: #000;
	width: 100%;
	height: 39px;
	max-width: 360px;
	vertical-align: middle;
	border-radius: 0;
	line-height: 1;
}

.search-cover .search:focus,
.header_bottom input[type=submit]:focus,
.form-group input[type=text]:focus {
	outline: 0;
}

.header_bottom input[type=submit] {
	border: none;
	text-transform: uppercase;
	background-color: #a92441;
	margin: 0 0 0 -6px;
	color: #fff;
	border-radius: 4px;
	padding: 12px 7px;
	vertical-align: middle;
	line-height: 1;
}

.header_bottom input[type=submit]:hover {
	background-color: #ff0a53;
}

.shopping-cart {
	border: 1px #afafaf solid;
	border-radius: 3px;
	margin-bottom: 28px;
	max-width: 207px;
	float: right;
	background: url(../image/icons/basket.jpg) no-repeat 10px 50%;
}

.shopping .button {
	float: right;
}

.total:before {
	content: '';
	background-image: url(../image/icons/border.png);
	background-repeat: no-repeat;
	background-position: 30% 0%;
	position: absolute;
	height: 41px;
	width: 3px;
	top: -1px;
	left: 47px;
}

.simplecheckout .total:before {
	display: none;
}

.total {
	display: inline-block;
	font: 12px/14px "UbuntuRegular";
	vertical-align: middle;
	padding: 6px 5px 6px 55px;
	position: relative;
}

.total p {
	margin-bottom: 0;
	color: #afafaf;
}

.total span {
	color: #5d5c5c;
	margin-left: 5px;
	font: 12px/14px "UbuntuRegular";
}

.button {
	background-color: #dd0747;
	border-radius: 5px;
	padding: 9px 12px;
	font: 14px/16px "OpenSansBold";
	/*display: block;*/
	display: inline-block;
	color: #fff;
	border: none;
	/*max-width: 220px;*/
}

.button:hover, .button:active, .button:focus {
	background-color: #f11355;
	color: #fff;
}

.button img.arrow {
	margin-right: 20px;
	vertical-align: baseline;
}

.shopping .button.shop {
	padding: 9px 17px 8px 45px;
	background-image: url(../image/icons/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 8% 50%;
	background-color: #518217;
	font: 14px/16px "UbuntuMediumItalic";
}

.shopping .button:hover {
	background-color: #6ea72c;
}

/* MegaMenu */
/*toggle menu*/
#megaMenuToggle {
	display: none;
	cursor: pointer;
	width: 100%;
}

.container-megamenu.fixed {
	top: 0;
	position: fixed !important;
	width: 100%;
	background-color: #fff;
	z-index: 99999;
}

.container-megamenu.fixed.opened {
	max-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.megamenuToogle-wrapper .fa-caret-down {
	float: right;
	font-size: 34px;
	line-height: 19px;
	cursor: pointer;
}

.container-megamenu.containerActive .fa-caret-down {
	transform: rotate(180deg);
}

.menu_top.opened {
	width: 100%;
	position: absolute;
	background-color: #575757;
	border-top: 1px #fff solid;
	top: 35px;
	left: 0;
	z-index: 2;
	display: none;
}

/*end toggle menu*/
.megamenu-wrapper {
	position: relative;
	z-index: 4;
	background-color: #a92441;
	width: 100%;
}

.megamenu-wrapper .container {
	padding: 0;
}

ul.megamenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

ul.megamenu > li {
	display: table-cell;
	border-top: 2px transparent solid;
	position: relative;
	vertical-align: middle;
}

ul.megamenu > li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

ul.megamenu > li > a {
	position: relative;
	color: #fff;
	font: 12px "OpenSansRegular";
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: table;
	width: 100%;
	height: 100%;
}

ul.megamenu > li > a > span {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 5px 15px 5px;
}

ul.megamenu > li:last-child > a {
	padding-right: 0;
}

ul.megamenu > li:hover,
ul.megamenu > li.active {
	background-color: #f6f6f6;
	border-top: 2px #dd0747 solid;
}

ul.megamenu > li:hover a,
ul.megamenu > li.active a {
	color:#dd0747;
}

/* Submenu */

ul.megamenu > li > div.sub-menu {
	padding: 20px 14px;
	background: #f6f6f6;
	border: 1px #dedcdc solid;
	border-top:0;
	position: absolute;
	z-index: 20;
	top: 100%;
	width: 100%;
	max-width: 300px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition-property: margin-top, opacity;
	display: table;
	left: 0;
	margin-top: 10px;
}

ul.megamenu .sub-menu ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: table-cell;
}

ul.megamenu > li:last-child > .sub-menu {
	right: 0;
}

/*!* Static Menu *!*/

ul.megamenu li .sub-menu ul li {
	margin-bottom: 8px;
	display: block;
}

ul.megamenu .sub-menu li a {
	color: #6c6c6c;
	font-size: 15px;
	font-family: "OpenSansRegular", sans-serif;
	white-space: nowrap;
}

ul.megamenu .sub-menu li a:hover {
	color: #dd0747;
}

/* Heading MegaMenu */
.megamenuToogle-wrapper {
	position: relative;
	z-index: 20;
}

.megamenuToogle-wrapper .container {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 20px 13px 20px !important;
	text-transform: uppercase;
	background: #dd0747;
	width: 100%;
}

.megamenuToogle-wrapper .container > div {
	float: left;
	width: 15px;
	margin: 1px 9px 0 0;
}

.megamenuToogle-wrapper .container > div span {
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 2px;
	background: #fff;
}

.banner {
	text-align: center;
}

/*--- end header ---*/
main {
	padding: 0 0 40px;
	position: relative;
}

main ul{
	list-style: disc;
}

.catalog .product {
	cursor: pointer;
	padding: 25px 30px 30px;
	text-align: center;
	display: inline-block;
	float: none;
	margin: 0 -2px 10px;
	vertical-align: top;
	border: 1px transparent solid;
}

.catalog .product img {
	display: block;
	margin: 0 auto 35px;
	border: 1px transparent solid;
}

.catalog .product a {
	font: 18px/20px "OpenSansBold";
	text-transform: uppercase;
	color: #5d5c5c;
	display: block;
}

.catalog .product:hover {
	border: 1px #e2e2e2 solid;
}

.catalog .product:hover a {
	color: #dd0747;
}

.shares {
	border-top: 1px #dedcdb solid;
	border-bottom: 1px #dedcdb solid;
	padding: 20px 0 10px;
	margin-bottom: 45px;
	text-align: center;
}

.shares img {
	padding: 0;
}

.shares .col {
	padding-top: 85px;
}

.shares span {
	text-transform: uppercase;
	font: 60px/62px "OpenSansRegular";
	vertical-align: middle;
	margin-bottom: 20px;
	display: block;
	color: #424242;
}

.shares .button {
	font: 18px/1 "UbuntuMediumItalic";
	padding: 15px 25px 15px 45px;
	max-width: 170px;
	margin: 0 auto;
	background-image: url(../image/icons/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 8% 50%;
}

.shares .sale {
	display: none;
	text-transform: uppercase;
	max-width: 330px;
	padding: 15px 55px 15px 10px;
	background-image: url(../image/icons/arrow_sale.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font: 32px/34px "OpenSansRegular";
}

.welcome {
	position: relative;
}

.welcome * {
	/*font: 14px/16px "UbuntuRegular";*/
	font-size: 20px;
	font-family:"UbuntuRegular";
	line-height:1.5;
	margin-bottom: 15px;
}

.toTopcontainer {
	position: absolute;
	left: 90%;
	width: 42px;
	height: 42px;
	bottom: 10%;
}

.toTopcontainer a.scrollToTop {
	display: block;
}

a.scrollToTop.on {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

a.scrollToTop {
	position: fixed;
	display: none;
	width: 42px;
	height: 42px;
	top: 70%;
	margin: 20px 0 0;
	text-indent: -9999999px;
	background-image: url(../image/icons/arrow_top.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #dd0747;
	border-radius: 20px;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-property: margin-top, opacity;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	visibility: hidden;
}

/**/
.footer_top {
	text-align: center;
	margin-bottom: 45px;
}

.footer_top span {
	color: #484848;
	font: 18px/20px "OpenSansBold";
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
}

.footer_top .cover {
	background-color: #ecebeb;
}

.brands {
	padding: 15px 0;
}

.brands .owl-item a {
	display: block;
	margin: 15px 0;
}

.owl-theme .owl-controls .owl-buttons div {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	background: transparent;
	top: 50%;
	left: 0;
	width: 20px;
	height: 40px;
	margin-top: -20px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	left: auto;
	right: -5px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons div:before {
	content: "\f104";
	font-family: "FontAwesome", sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
	color: #8d8b8b;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
}

.owl-theme .owl-controls {
	margin-top: 0;
}

.footer_bottom {
	padding-bottom: 30px;
	font-size: 12px;
}

/*

.footer_bottom .esse {
	padding-left: 0;
}
*/

.footer_bottom .esse a,
.follow_us a {
	color: #5d5c5c
}

.follow_us a:hover,
.footer_bottom .esse a:hover {
	text-decoration: underline;
}

.follow_us {
	float: right;
	font-size: 14px;
	text-align: right;
	/*padding-right: 0;*/
	color: #5d5c5c;
}

.follow_us a {
	color: #5d5c5c;
	padding: 5px 0 5px 30px;
	background-image: url(../image/icons/inst_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/*--- PAGE NEWS ---*/
.breadcrumb {
	background-color: transparent;
	margin-bottom: 30px;
	padding: 8px 0;
}

.breadcrumb .fa {
	margin-left: 8px;
}

.breadcrumb a {
	font: 18px/20px "OpenSansRegular";
	color: #5d5c5c;
	text-decoration: underline;
}

.headline,
h1 {
	font: 24px/26px "OpenSansRegular";
	color: #dd0747;
	margin-bottom: 20px;
}

.sort {
	text-align: right;
}

.headline > h1,
h1 {
	margin-top: 0;
}

h2 {
	font: 20px/22px "OpenSansRegular";
	color: #dd0747;
	margin-bottom: 15px;
}

.blank {
	border: 1px #dedcdb solid;
	padding: 20px 15px 10px;
}

.news_container {
	border-bottom: 1px #dedcdb solid;
	padding: 0 15px 20px 0;
	text-align: center;
	margin: 0 0 20px;
}

.news_container img {
	border: 1px #dedcdb solid;
	padding: 0;
	text-align: center;
}

.news_container .news_description {
	text-align: justify;
	/*font: 18px/20px "OpenSansRegular";*/
	font-family:"OpenSansRegular";
	font-size:20px;
	line-height:1.5;
	text-align:justify;
	color: #5d5c5c;
}

.news_container .news_description .date {
	font: 12px/14px "OpenSansRegular";
	color: #949393;
	float: right;
	display: block;
}

.news_description .title {
	display: block;
}

.title {
	font: 18px/20px "OpenSansBold";
	margin: 20px auto;
	max-width: 645px;
	color: #5d5c5c;
	text-decoration: none;
}

.title a {
	color: #5d5c5c;
}

.news_container .news_description .button {
	margin: 27px auto 0;
	padding: 9px 10px 8px 35px;
	max-width: 145px;
	background-image: url(../image/icons/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 8% 50%;
}

.pagination .links b,
.pagination .links a {
	display: block;
	border-right: 1px solid #e4e4e4;
	padding: 8px 9px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #bf0f48;
	font: 14px/16px "UbuntuLight";
	float: left;
}

.pagination .links a {
	display: block;
	border-right: 1px solid #e4e4e4;
	color: #5d5c5c;
	background: transparent;
}

.pagination .links {
	border: 1px solid #e4e4e4;
	display: inline-block;
}

.pagination .links a:last-child {
	border-right: none;
}

.pagination .links a:hover {
	color: #fff;
	background: #bf0f48;
}

/*PAGE CATALOG*/

.catalog {
	margin-bottom: 35px;
	display: block;
	position: relative;
	/*padding: 15px;*/
}

.common-home .catalog {
	padding: 0px 15px 0;
}

.catalog .product_cover {
	padding: 25px 0 15px;
	border: 1px solid #e4e4e4;
	margin: 0 -1px 2px 0;
	text-align: center;
	width: 100%;
	max-width: 283px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font: 12px/14px "OpenSansRegular";
}

.catalog .product_cover a {
	color: #bf0f48;
	text-decoration: underline;
}

.catalog .product_cover a.title {
	text-decoration: none;
	padding: 0 10px;
	margin: 0 0 10px;
	display: inline-block;
}

.catalog .product_cover a:hover {
	text-decoration: none;
}

.catalog .product_cover .image{
	position:relative;
	margin: 0 0 15px;
}

.catalog .product_cover .image img:first-child{
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:-1;
	opacity:0;
}

.product_cover:hover .image img:first-child{
	z-index:5;
	opacity:1;
}

.product_cover .attributes {
	border-bottom: 1px solid #e4e4e4;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 15px 5px;
}

.product_cover .bottom {
	text-align: left;
	padding: 0 15px;
}

.product_cover .attributes .left {
	padding-right: 0;
}

.product_cover .attributes .right {
	color: #0f0f0f;
	padding-left: 0;
}

.product_cover .bottom .price {
	font: 14px/16px "OpenSansBold";
	display: inline-block;
	color: #0f0f0f;
}

.product_cover .bottom .price-new,
.product_cover .bottom .price-old,
.product_cover .bottom .button {
	font: 18px/20px "OpenSansBold" !important;
	display: inline-block;
}
.price-old{
	text-decoration:line-through;
	color:#5d5c5c!important;
}
.price-new{
	color:#dd0747!important;
}

.product_cover .bottom .button {
	border: 0;
	padding: 9px 15px 9px 45px;
	max-width: 160px;
	float: right;
	background-image: url(../image/icons/basket.png);
	background-repeat: no-repeat;
	background-position: 8% 50%;
}

.pagination.products {
	text-align: center;
	margin: 0 auto 35px;
}

.showmore {
	font: 24px/26px "OpenSansRegular";
	color: #0f0f0f;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: block;
	margin: 25px auto;
	cursor: pointer;
}

.showmore:hover {
	text-decoration: none;
	color: #bf0f48;
}

.fa-spin {
	color: #518217;
	font-size: 25px;
	margin-left: 10px;
	display: none;
}

.showmore.loading .fa-spin {
	display: inline-block;
}

.pagination.products {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 35px;
	width: 100%;
}

/* PAGE PRODUCT_CART*/
.product-info {
	border: 1px #dedcdb solid;
	position: relative;
	margin: 0 0 50px;
}

.product-info .lightbox-images {
	display: none;
}

.product-info > .left {
	padding: 30px 50px 40px;
	border-right: 1px solid #e4e4e4;
}

.product-info .left .image {
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 40px;
	margin-bottom: 35px;
}

.product-info .image-additional {
	width: 100%;
}

.owl-carousel .owl-item {
	text-align: center;
}

.last-viewed .owl-carousel .owl-item {
	padding: 0 5px;
}

.last-viewed .owl-carousel .owl-item .product_cover {
	max-width: 275px;
}

.product-info .image-additional a {
	display: inline-block !important;
	border: 1px #dedcdb solid;
	text-align: center;
	padding: 12px;
	margin: 0 12px;
	max-width: 98px;
}

.product-info .image-additional img {
	max-width: 100%;
}

.product-info .right {
	padding: 30px 30px 20px 25px;
	text-align: center;
}

.product-info .right .top,
.product-info .left .top,
.product-info .right .manufacturer {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e4e4e4;
}

.product-info .right .top p,
.product-info .left .top p {
	font: 24px/26px "OpenSansRegular";
	color: #dd0747;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.product-info .right .top span,
.product-info .left .top span {
	color: #484848;
	font: 14px/16px "OpenSansRegular";
}

.product-info .right .manufacturer,
.in_store {
	font: 18px/20px "OpenSansRegular";
}

.product-info .right .price {
	font: 28px/30px "OpenSansRegular";
	margin-bottom: 30px;
}

.product-info .right .price span {
	font: 36px/38px "OpenSansBold";
	margin-left: 15px;
	color: #0f0f0f;
}

.quantity {
	margin: 0 auto 30px;
}

.quantity .quantity-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	margin-right: -4px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.quantity .quantity-wrapper span {
	display: block;
	color: #fff;
	border-bottom: 1px #fff solid;
	text-align: center;
	background-color: #dd0747;
	border-radius: 5px 0 0 0;
	cursor: pointer;
	padding: 5px 0;
}

.quantity .quantity-wrapper span:last-child {
	border-radius: 0 0 0 5px;
	border-bottom: 0;
}

.right .quantity input[type='text'] {
	padding: 15px 0 14px 20px;
	font: 18px/1 "OpenSansRegular";
	width: 80px;
	border: 1px solid #dd0747;
	vertical-align: top;
	text-align: left;
	outline: 0;
	border-radius: 0;
	min-height: 55px;
	margin-right: -15px;
}

.right .quantity .button {
	display: inline-block;
	background-image: url(../image/icons/quantity_b.png);
	background-repeat: no-repeat;
	background-position: 8% 50%;
	padding: 14px 17px 11px 55px;
	max-width: 156px;
	margin-left: -5px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	font: 22px/1 "OpenSansBold";
	min-height: 55px;
	cursor: pointer;
}

.in_store {
	margin-bottom: 20px;
}

.in_store .stock-status {
	padding: 10px 0 10px 50px;
}

.in_store .stock-status i.fa{
	color:#518217;
	font-size:45px;
	vertical-align:middle;
}

.in_store .stock-status i.fa-exclamation{
	color:#dd7e07;
}

.in_store .stock-status i.fa-times{
	color:#dd0747;
}

.right .call_back {
	background-color: #f5f4f4;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 20px 60px;
	background-image: url(../image/icons/call.png);
	background-repeat: no-repeat;
	background-position: 100px 50%;
}

.right .call_back .back {
	color: #518217;
	text-decoration: underline;
	position: relative;
	display: inline;
	cursor: pointer;
}

.right .call_back .back .callback-form {
	max-width: 200px;
}

.right .call_back p {
	vertical-align: middle;
	font: 18px/20px "OpenSansRegular";
	margin-bottom: 5px;
}

.characteristics {
	margin-bottom: 40px;
}

.characteristics .title {
	display: block;
	text-align: center;
}

.characteristics .write-up {
	/*font: 17px/19px "OpenSansRegular";*/
	margin-bottom: 30px;
	/*padding: 0 15px;*/
	font-family:"OpenSansRegular";
	font-size:20px;
	line-height:1.5;
	text-align:justify;
}

.product-attributes {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.product-attributes ul {
	list-style:none;
}
.product-attributes ul.top {
	padding: 0;
}

.product-attributes > ul > li:nth-child(2n) {
	background-color: #faf9f9;
}
.product-attributes li ul {
	width: 100%;
}

.product-attributes li ul li {
	width: 50%;
	float: left;
	padding: 8px 15px 3px;
}

.product-attributes li ul li:nth-child(2n) {
	color: #0f0f0f;
}

/*page shopping cart*/
.manufacturer-content a:hover {
	text-decoration: underline;
	color: #dd0747;
}

/*#simplecheckout_customer,
#simplecheckout_shipping {
	display: none;
}*/

.simplecheckout-step {
	border: 1px #e4e4e4 solid;
	padding: 10px 15px;
	margin-bottom: 30px;
	overflow:hidden;
}

#simplecheckout_cart {
	margin-bottom: 0;
}

.simple-content {
	margin: 0;
}

table.simplecheckout-cart {
	margin: 0 !important;
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

.simplecheckout-cart th {
	padding: 12px 5px 11px;
	font: 14px/16px "OpenSansRegular";
	border-bottom: 0;
	background-color: #f5f4f4;
	color: #484848;
	display: table-cell;
}

.simplecheckout-cart td {
	font: 18px/20px 'OpenSansRegular';
	color: #5d5c5c;
}

.simplecheckout-cart td {
	border-bottom: 0;
	vertical-align: baseline;
}

.simplecheckout-cart td.name a,
.simplecheckout-cart td.model {
	text-decoration: underline;
	color: #5d5c5c;
}

.simplecheckout-cart td.name a:hover,
.simplecheckout-cart td.model:hover {
	text-decoration: none;
}

.simplecheckout-cart-total {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	text-align: right;
}

#simplecheckout_comment textarea {
	width: 100% !important;
	border-bottom: 1px #e4e4e4 solid;
	border-top: 1px #e4e4e4 solid;
	background-color: #f5f4f4;
	border-right: 0;
	border-left: 0;
	height: 108px;
	padding: 10px 15px;
}

.simplecheckout-cart td.quantity .cover {
	display: inline-block;
	vertical-align: middle;
	margin-right: -7px;
}

.simplecheckout-cart td.quantity .cover div {
	background-color: #dd0747;
	color: #fff;
	padding: 5px 10px 4px;
	font: 18px/10px "OpenSansRegular";
	border-radius: 3px 0 0 0;
	cursor: pointer;
}

.simplecheckout-cart td.quantity .cover .less {
	border-top: 1px #fff solid;
	border-radius: 0 0 0 3px;
}

.simplecheckout-cart td.quantity input[type=text] {
	border: 1px solid #dd0747;
	padding: 9px 0;
	max-width: 50px;
	width: 100%;
	font-size: 14px;
	line-height: 1;
	border-radius: 0 3px 3px 0;
}

.simplecheckout-button-center.center > .button.button_oc.btn {
	/*max-width: 170px;*/
	margin: 0 auto;
}

.simplecheckout-button-right .button {
	padding: 10px 15px 10px 60px;
	background-image: url(../image/icons/basket.png);
	background-repeat: no-repeat;
	background-position: 18px 50%;
	margin-right: 15px;
}

.simple-content .buttons {
	text-align: center;
}

.simplecheckout-button-right, .simplecheckout-button-left {
	float: none;
	display: inline-block;
	margin: 0 auto 15px;
	vertical-align: top;
}

.simplecheckout-button-right .button, .simplecheckout-button-left .button {
	display: inline-block;
	/*max-width: 275px;*/
	font-size: 22px;
	line-height: 24px;
	padding-top: 12px;
	padding-bottom: 15px;
}

.simplecheckout-button-left .button,
.buttons .left,
.buttons .left .button {
	background-color: #5d5c5c;
}

.simplecheckout-button-left .button:hover,
.buttons .left:hover,
.buttons .left .button:hover {
	background-color: #7d7a7a;
}

.simplecheckout-cart td span.mobile_text {
	display: none;
}

#notification {
	position: fixed;
	width: 400px;
	top: 45%;
	left: 50%;
	margin-left: -200px;
	z-index: 999;
}

.success {
	background: #EAF7D9 url(../image/success.png) 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.success a {
	color: #dd0747;
	text-decoration: underline;
}

.warning {
	background: #FFD1D1 url(../image/warning.png) 10px center no-repeat;
	border: 1px solid #F8ACAC;
	display: block;
	/*max-width: 250px;*/
	margin: 15px auto;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

main .content {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.form tr td:first-child {
	width: 190px;
}

table.form td {
	padding: 4px;
}

table.form > * > * > td {
	color: #000000;
}

.required,
.simplecheckout-required {
	color: #dd0747 !important;
	font-weight: bold !important;
}

.simpleregister-button-block {
	border: 0 !important;
}

.simplecheckout-cart td.first-name,
.simplecheckout-cart td.quantity .cover input[type=text] {
	display: none;
}
.simplecheckout-cart td.quantity{
	min-width: 90px;
}
.account-address a.button {
	display: inline-block;
}

.buttons {
	padding: 6px;
	margin-bottom: 20px;
}

.buttons .left {
	float: left;
	text-align: left;
	border-radius: 5px;
}

.buttons .right {
	float: right;
	text-align: right;
}

.product-manufacturer-info .category-info {
	display: none;
}

.account-logout main .buttons > .center > a,
.login-content .button {
	max-width: 120px;
	margin-top: 25px;
}

.account-logout .breadcrumb,
.account-logout main .buttons {
	padding: 0;
}

.account-account main a {
	color: #5d5c5c;
}

.account-account main a:hover {
	text-decoration: underline;
}

.openSubMenu,
span.more-link {
	display: none;
}

.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 990;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6) /*url(../image/loading.gif) no-repeat center*/;
}

#agreement_checkbox {
	margin-bottom: 20px;
	display: block;
	float: left;
}

#agreement_checkbox input {
	margin: 4px 10px 0 0;
	display: inline-block;
	vertical-align: bottom;
}

.simpleregister label {
	line-height: 1;
	vertical-align: top;

}

.simpleregister-button-right .button {
	float: right;
}

.simpleregister-button-right {
	float: none;
}
	.con-showrooms{
	display: inline-block;
	position: relative;
	padding-left: 10px;
	width: 425px;
	vertical-align: top;
	}
	.con-showmap{
	display: inline-block;
	position: relative;
	padding-left: 200px;
	width: 525px;
	vertical-align: top;
	}
	.con-grafic {
	padding-top: 51px!important;
	}
		.con-phone {
	padding-top: 51px!important;
	}
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.con-showmap{
	padding-left:10px !important;	
	width: 425px!important;
	}
	.con-grafic {
    width: 226px !important;
    padding-left: 10px;
	}
	.phone_top {
		font: 15px/19px "UbuntuRegular";
		margin-bottom: 3px;
	}

	.header_bottom .search {
		max-width: 280px;
	}

	.brands_list a {
		max-width: 121px;
	}

	ul.megamenu > li > a {
		font: 12px/14px "OpenSansRegular";
	}

	/*page catalog*/
	.catalog .product_cover {
		max-width: 233px;
	}

	.product_cover .bottom .button a {
		font: 14px/20px "OpenSansBold";
	}

	.product_cover .bottom .button img {
		margin-right: 6px;
	}

	.product_cover .bottom {
		padding: 0 10px 5px;
	}

	.product_cover .attributes .right {
		font: 12px/15px "OpenSansRegular";
	}

	/*page product_cart*/
	.product-info .row .right {
		padding: 20px 25px;
	}

	.product-info .row .right .cart {
		margin-bottom: 25px;
	}

	.right .call_back {
		background-position: 55px 50%;
	}

	.quantity {
		margin: 0 auto 15px;
	}

	.product-info .right .manufacturer {
		margin-bottom: 20px;
	}
	.con-phone {
	padding-bottom: 62px!important;
	}

	.con-showrooms{
	display: inline-block;
	position: relative;
	padding-left: 10px;
	width: 425px;
	vertical-align: top;
	}
	

}

@media (max-width: 995px) {
	.banner {
		display: none
	}

	.container-megamenu {
		height: 46px;
		overflow: hidden;
	}

	.container-megamenu #megaMenuToggle {
		display: block;
	}

	.megamenu-wrapper {
		background: #d6d3d3;
		position: relative;
	}

	.container-megamenu.containerActive {
		height: auto;
	}

	.megamenu-wrapper .container {
		padding: 0 !important;
		width: 100%;
	}

	ul.megamenu {
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
		display: block;
		width: auto;
		height: auto;
	}

	ul.megamenu > li {
		display: block;
		width: 100%;
		border-top: 1px solid #dfdddd;
		position: relative;
		margin: 0;
		max-width: none;
		padding: 10px 0;
	}

	ul.megamenu > li:hover,
	ul.megamenu > li.active {
		background-color: #d6d3d3;
		border-top: 1px solid #dfdddd;
	}

	ul.megamenu li a {
		padding: 12px 0 7px 25px;
		width: 100%;
		font-size: 15px;
		text-align: left;
		color: #575757;
		text-transform: uppercase;
		text-decoration: none;
		display: inline;
		height: auto;
		position: relative;
	}

	ul.megamenu .sub-menu ul {
		display: block;
		padding-top: 10px;
	}

	ul.megamenu .sub-menu > ul > li {
		position: relative;
		display: block;
		width: 100% !important;
	}

	ul.megamenu > li > a > span {
		display: inline;
		padding: 0;
	}

	ul.megamenu li.with-sub-menu .openSubMenu {
		display: block;
		font-family: FontAwesome, sans-serif;
		color: #5f5f5f;
		font-weight: 400;
		font-size: 16px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
		padding: 10px 40px;
		cursor: pointer;
	}

	ul.megamenu li.with-sub-menu.active .openSubMenu {
		transform: rotate(180deg);
	}

	/* Submenu */
	ul.megamenu > li.with-sub-menu.active > div {
		opacity: 1;
		visibility: visible;
		height: auto;
		padding: 0;
		display: block;
	}

	ul.megamenu > ul > li:hover > div {
		opacity: 0;
		visibility: hidden;
		height: 0;
		padding: 0;
	}

	ul.megamenu > li:hover > .sub-menu {
		margin-top: 10px;
	}

	ul.megamenu > li > div.sub-menu {
		display: none;
		left: 0;
		top: 100%;
		max-width: 100%;
		background-color: #575757;
		position: relative;
		opacity: 0;
		padding: 0 15px;
		visibility: hidden;
	}

	ul.megamenu li .sub-menu ul li {
		padding: 10px 0 5px 20px;
		border-bottom: 1px #7c7c7c solid;
	}

	ul.megamenu li .sub-menu ul li:last-child {
		border-bottom: none;
	}

	.horizontal ul.megamenu > li > .sub-menu a {
		color: #fff;
		display: block;
		text-transform: none;
		padding: 5px 0;
	}

	.horizontal .visible {
		padding: 5px 0 5px 0 !important;
	}

	.horizontal .visible > div {
		margin: 0 !important;
		border: none !important;
		padding: 0 0 0 10px !important;
	}

	ul.megamenu > li > .sub-menu {
		position: relative;
		display: none;
		opacity: 1;
		visibility: visible;
	}

	.catalog .product,
	.catalog .product:hover {
		border: none;
	}

	.catalog .product img {
		padding: 15px;
		border: 1px #e2e2e2 solid;
	}

	.catalog .product a {
		font: 14px/16px "OpenSansBold";
	}


}

@media (min-width: 996px) {
	.megamenu-wrapper {
		display: block !important;
	}
	.con-showrooms {
	padding-left:40px!important;
	width:450px;
	}
	.con-write {
	padding-bottom: 25px!important;	
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.header_topline .menu_top a {
		padding: 0 8px;
	}

	.contacts .mail .header_phones {
		font: 17px/1 "OpenSansRegular";
		padding: 20px 5px 5px;
	}

	.logo-col span {
		font: 14px/20px "OpenSansBold";
	}

	.phone_top img {
		max-width: 17%;
	}

	.phone_top .mail img {
		max-width: 14%;
	}

	.phone_top .phones,
	.phone_top .mail {
		padding-left: 40px;
	}

	.search-cover {
		padding: 0;
	}

	.shopping {
		padding-left: 0;
	}

	.shopping-cart {
		margin-bottom: 15px;
	}

	.total {
		font: 10px/12px "UbuntuRegular";
	}

	.total span {
		font: 11px/14px "UbuntuRegular";
	}

	.shopping .button.shop {
		padding: 9px 10px 8px 40px;
	}

	.button img.arrow {
		margin-right: 10px;
	}

	.shares .col {
		padding-top: 0;
	}

	.search-cover .search {
		padding: 4px 0 5px 35px;
		height: 31px;
	}

	.header_bottom input[type=submit] {
		padding: 8px 7px;
	}

	/*page catalog*/
	.catalog .product_cover {
		max-width: 238px;
	}

	/*page product_cart*/
	.product-info .thumbs .item {
		padding: 5px;
		margin: 0 5px;
	}

	.left .owl-theme .owl-controls .owl-buttons div {
		left: -6px;
	}

	.left .owl-theme .owl-controls .owl-buttons div.owl-next {
		right: -12px;
		left: auto;
	}

	.product-info .right .top p,
	.product-info .slideshow .top p {
		font: 20px/22px "OpenSansRegular";
		margin-bottom: 10px;
	}

	.product-info .right .top,
	.product-info .left .top,
	.product-info .right .manufacturer {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.right .call_back {
		background-position: 5px 50%;
	}

	.product-info .right .price {
		margin-bottom: 20px;
	}

	.product-info .right .price span {
		margin-left: 0;
		display: block;
		font: 30px/32px "OpenSansBold";
	}

	.right .call_back {
		padding: 15px;
	}

	.right .call_back p {
		font: 17px/19px "OpenSansRegular";
	}

	.characteristics table td {
		padding: 8px 5px;
	}

	.simplecheckout-cart td.quantity input[type=text] {
		max-width: 30px;
	}
			.con-grafic {
    width: 226px !important;
    padding-left: 10px;
	}
			.con-showrooms {
	padding-bottom: 25px!important;	
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	.top_header {
		margin-bottom: 25px;
	}

	main {
		padding: 0 0 30px;
	}

	.phone_top .back {
		margin-top: 5px;
		font: 18px/20px "UbuntuBoldItalic";
	}

	.menu_top_cover {
		padding: 10px 0 10px 10px;
		display: inline-block;
	}

	.menu_top {
		display: none;
	}

	.menu_top.opened {
		display: block;
		padding: 0 15px;
	}

	.menu_top.opened > li {
		display: block;
		width: 100%;
		position: relative;
		margin: 0;
		color:#fff;
		border-bottom: 1px #7c7c7c solid;
		padding: 11px 20px 10px;
	}
	
	.menu_top.opened > li:after{display:none}

	.menu_top.opened li a,
	.menu_top.opened li span	{
		color: #fff;
		padding: 0;
		text-transform: uppercase;
	}

	.header_bottom .shopping-cart {
		display: none;
	}

	.shopping-cart {
		width: 100%;
		max-width: 35px;
		text-align: center;
		float: right;
		border-radius: 3px;
		vertical-align: middle;
		background-image: url(../image/icons/basket_min.png);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #5d5c5c;
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.shopping-cart .total {
		display: block;
		padding: 14px 15px;
	}

	.shopping-cart .total p {
		display: none;
	}

	.shopping-cart:before {
		height: 0;
	}

	.mini_basket {
		display: inline-block;
		padding-top: 5px;
	}

	.mini_basket .button.shop {
		display: none;
	}

	.phone_top .phones a.tel:before {
		height: 0;
		width: 0;
	}

	.phone_top .mail .all_contacts:before {
		background: url(../image/icons/mail.png) no-repeat;
		top: 6px;
		left: -35px;
	}

	.phone_top .mail {
		padding-bottom: 0;
	}

	.phone_top .phones {
		padding-left: 15px;
	}

	.shopping .button.shop {
		padding: 9px 10px 8px 35px;
	}

	.header_bottom {
		text-align: center;
	}

	.logo-col {
		margin-bottom: 0px;
	}

	.logo-col a.logo {
		display: block;
	}

	.logo-col a > img {
		margin: 0 auto;
	}

	.logo-col span {
		font: 21px/20px "OpenSansBold";
	}

	.header_topline .top_links {
		padding-right: 10px;
	}

	.phone_top .mail,
	.phone_top .phones .tel {
		font: 28px/30px "UbuntuRegular";
	}

	.phone_top .mail,
	.phone_top .phones {
		margin-bottom: 0px;
	}

	.phone_top .mail .all_contacts {
		display: none;
	}

	.phone_top .call_back {
		font: 18px/20px "UbuntuItalic";
	}

	.contacts .mail .header_phones {
		font: 20px/1 "OpenSansRegular";
		padding: 20px 10px;

	}

	.mail .header_phones a {
		display: block;
		margin-bottom: 0;
	}

	.contacts .mail .header_phones {
/*		right: 0;
		background: #f6f6f6;*/
		display:none;
	}

	.search-cover {
		margin-bottom: 3px;
	}

	.welcome {
		/*padding: 0 30px;*/
	}

	.shopping .button {
		float: none;
		max-width: 170px;
		margin: 0 auto;
	}

	.footer_bottom {
		text-align: center;
	}

	.footer_bottom .esse {
		padding: 0 15px;
	}

	.follow_us {
		float: none;
		text-align: center;
		margin-bottom: 13px;
	}

	.contacts, .entrance, .registration, .shopping-cart {
		position: static;
	}

	.mini_basket {
		margin-left: 15px;
	}

	.form_entrance {
		min-width: 322px;
		max-width: 323px;
	}

	.form_entrance p {
		font: 12px/14px "OpenSansBold";
	}

	.min_form,
	.registration .form_entrance,
	.entrance .form_entrance {
		padding: 20px 15px 15px;
	}

	.form_entrance b {
		font-size: 14px;
		max-width: 65px;
	}

	.entrance .form_entrance .form_line {
		padding-right: 15px;
	}

	.shares {
		border-top: none;
		border-bottom: none;
	}

	.shares span,
	.shares .button {
		display: none;
	}

	.shares .sale {
		display: block;
	}

	.showmore {
		font: 20px/22px "OpenSansRegular";
		margin: 0 auto;
	}

	.footer_top {
		border-top: 1px #dedcdb solid;
		border-bottom: 1px #dedcdb solid;
		padding: 20px 0;
		margin-bottom: 20px;
	}

	.news_container .news_description .date {
		display: none;
	}

	.news_container .title {
		margin: 0 auto 20px;
	}

	.news_container img {
		margin-bottom: 15px;
	}

	.breadcrumb,
	.headline {
		margin-bottom: 15px;
	}

	.breadcrumb a {
		font: 15px/17px "OpenSansRegular";
	}

	/*page catalog*/
	.catalog {
		padding: 0 15px;
		margin-bottom: 0;
	}

	.catalog.last-viewed {
		padding: 0 30px;
	}

	.catalog .product_cover {
		max-width: 100%;
		margin-bottom: 15px;
	}

	.heading {
		padding: 0;
	}

	.heading .sort {
		text-align:left;
		margin:20px 0;
	}

	.pagination.products {
		border-bottom: none;
		padding: 0;
		margin-bottom: 25px;
		text-align: left;
	}

	.product_cover .title {
		display: block;
		margin-top: 0
	}

	.product_cover .attributes .left,
	.product_cover .attributes .right {
		font: 14px/16px "OpenSansRegular";
	}

	.product_cover .bottom .button a {
		font: 22px/24px "OpenSansBold";
	}

	/*page product_cart*/
	.product-info {
		margin: 0;
	}

	.product-info .top h1 {
		margin-bottom: 10px;
		margin-top: 0;
	}

	.big-images .owl-item {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.product-info .left .top {
		text-align: center;
	}

	.product-info .left {
		padding: 20px 15px 0;
		border-right: 0;
	}

	.product-info .left .image a > img {
		margin: 0 auto;
	}

	.product-info .right {
		padding: 15px;
		border-left: 0;
	}

	.product-info .right .price span {
		margin-top: 10px;
	}

	.right .call_back {
		margin: 0 -15px;
		background-image: none;
	}

	.characteristics .title {
		text-transform: uppercase;
	}

	.product-attributes {
		margin: 0;
	}

	.characteristics table td {
		font-size: 14px;
	}

	table.simplecheckout-cart tr {
		border: 1px #e4e4e4 solid;
		margin-bottom: 15px;
	}

	.simplecheckout-cart td {
		font: 15px/17px 'OpenSansRegular';
	}

	.simplecheckout-step {
		padding: 0;
		border: none;
	}

	.simplecheckout-cart td.remove {
		padding-right: 8px;
		padding-left: 6px;
	}

	.simplecheckout-button-right, .simplecheckout-button-left {
		display: block;

	}

	.simplecheckout-button-right .button, .simplecheckout-button-left .button {
		display: block;
		margin: 0 auto;
	}
	.con-grafic {
    width: 226px !important;
    padding-left: 10px;
	}
	.con-phone {
    width: 160px;
    padding-left: 13px;
	padding-bottom: 62px!important;
	}

	.con-img {
    width: 310px;
    height: 234px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 500px) {
	.collapsed:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 4em;
		background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#fff));
		background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
		background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
		background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
		background: linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
	}
	.collapsed {
		overflow: hidden;
		max-height: 10em;
	}
	span.more-link{
		display:block;
		color:#3e77aa;
		cursor:pointer;
		font-size:18px;
		padding-right: 20px;
	}
	span.more-link:after{
		content:'';
		position:relative;
		display:inline-block;
		vertical-align:middle;
		width: 14px;
		height: 10px;
		margin-left:10px;
		background-image:url(../image/showmore.png);
		background-repeat:no-repeat;
		background-position: 0 -26px;
	}
	span.more-link span{
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	span.more-link:hover{
		color:#fb3f4c;
	}
	body.product-product span.more-link:hover:after{
		background-position: 0 -14px;
	}
	.catalog .product {
		padding: 7px 10px;
	}

	.catalog .product img {
		margin: 0 auto 10px;
	}

	.entrance span, .registration span, .menu_top_cover span {
		font: 12px/1 "OpenSansRegular";
	}

	.header_topline .top_links {
		padding-left: 0;
	}

	.shares {
		margin-bottom: 25px;
	}

	.footer_top {
		margin-bottom: 20px;
	}

	/*page news*/
	.breadcrumb a {
		font: 14px/20px "OpenSansRegular";
	}

	.news_container .news_description {
		padding: 0;
		font: 16px/18px "OpenSansRegular";
	}

	table.form tr td:nth-child(2n) input {
		max-width: 140px;
	}

	.account-address .content a.button {
		max-width: 150px;
		margin-bottom: 15px;
		float: right;
		margin-right: 10px;
	}

	#notification {
		width: 300px;
		margin-left: -150px;
	}

	table.simplecheckout-cart thead {
		display: none;
	}

	table.simplecheckout-cart tr {
		border: 1px #e4e4e4 solid;
		margin-bottom: 15px;
		padding: 15px 10px;
		display: inline-block;
		width: 100%;
		position: relative;
	}

	.simplecheckout-cart td.name {
		display: none;
	}

	.simplecheckout-cart td.first-name {
		display: inline-block;
		width: 47%;
		float: left;
	}

	.simplecheckout-cart td.first-name a {
		font: 18px/20px "OpenSansBold";
		color: #5d5c5c;
		text-decoration: underline;
	}

	.simplecheckout-cart td.first-name > a > img {
		border: 1px #e4e4e4 solid;
		padding: 10px;
		display: block;
		margin: 15px auto;
	}

	.simplecheckout-cart td.model,
	.simplecheckout-cart td.quantity,
	.simplecheckout-cart td.price,
	.simplecheckout-cart td.total {
		display: inline-block;
		width: 53%;
		float: right;
		text-align: right;
		font-size: 17px;

	}

	.simplecheckout-cart td.total span {
		margin: 0;
	}

	.simplecheckout-cart td span {
		display: inline-block;
		font-size: 14px;
	}

	.simplecheckout-cart td.model {
		padding-top: 35px;
	}

	.simplecheckout-cart td.remove {
		position: absolute;
		top: 5px;
		right: 15px;
	}

	.simplecheckout-cart td.model {
		text-decoration: none;
	}

	.simplecheckout-cart-total {
		text-align: left;
	}

	#simplecheckout_comment .simplecheckout-block-content {
		margin: 15px 0;
	}

	.simplecheckout-cart td.quantity {
		position: relative;
		margin-bottom: 0;
	}

	.simplecheckout-cart td.quantity .cover {
		margin-right: 0;
		width: 100%;
		max-width: 100px;
	}

	.simplecheckout-cart td.quantity .cover div.more,
	.simplecheckout-cart td.quantity .cover div.less {
		max-width: 30px;
		width: 30px;
		border-radius: 3px;
		padding: 8px;
		text-align: center;
		height: 30px;
		float: left;
		margin-right: -1px;
	}

	.simplecheckout-cart td.quantity .cover div.less {
		border-top: 0;
		margin-right: 0;
		margin-left: -2px
	}

	.simplecheckout-cart td.quantity .cover input[type=text] {
		display: inline-block;
	}

	.simplecheckout-cart td.quantity input[type=text] {
		display: none;
	}

	.simplecheckout-cart td.quantity input[type=text] {
		max-width: 40px;
		min-height: 30px;
		border-radius: 0;
		max-height: 30px;
		float: left;
	}

	.collapsed:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 4em;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
		background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	}

	.collapsed {
		overflow: hidden;
		max-height: 10em;
	}

	span.more-link {
		/*display: block;
		text-align: center;
		color: #dd0747;
		cursor: pointer;
		font-size: 14px;
		padding-right: 20px;*/
	}

	span.more-link span {
		/*text-decoration: underline;*/
	}

	span.more-link:hover {
		/*color: #fb3f4c;*/
	}

	.product-attributes {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	.toTopcontainer {
		left: 85%;
	}
	
		.con-grafic {
	padding-top: 0px!important;	
	padding-bottom:15px !important;
	width: 285px !important;
	padding-left: 28px !important;
	}
	.con-phone {
	padding-top: 0px!important;	
	padding-bottom:15px !important;
	}
	.con-showrooms{
	width: 345px!important;	
	}
	.con-showmap{
	width: 345px!important;	
	}

}

@media only screen and (max-width: 385px) {
	.header_topline {
		position: relative;
	}

	.header_bottom input[type=submit] {
		font-size: 12px;
	}

	.search-cover .search {
		padding: 3px 0 3px 35px;
		height: 28px;
	}

	.shopping-cart > .min_form.basket {
		right: 10px;
		min-width: 300px;
	}

	.entrance.log .text {
		padding: 5px 0;
	}

	.form_entrance {
		min-width: 320px;
	}

	.catalog .product {
		padding: 20px 15px;
	}

	.catalog .product:nth-child(2n) {
		padding: 20px 15px 20px 0;
	}

	.header_topline .top_links {
		text-align: left;
	}

	.header_topline .top_links .entrance.log {
		text-align: right;
		width: 82%;
		display: inline-block;
		font-size: 13px;
		padding: 5px 0;
	}

	.top_links .entrance, .menu_top_cover {
		padding-right: 9px;
		padding-left: 8px;
	}

	.menu_top_cover img {
		width: 30%;
	}

	.header_topline .top_links {
		padding-left: 5px;
	}

	.top_links .entrance {
		margin-right: 0;
		background-position: 10px center;
	}

	.mini_basket {
		margin-left: 5px;
	}

	.header_bottom .search {
		max-width: 255px;
	}

	.shares .sale {
		font: 26px/34px "OpenSansRegular";
		max-width: 290px;
	}

	.follow_us {
		margin-bottom: 15px;
	}

	.product_cover .attributes .left,
	.product_cover .attributes .right {
		font: 13px/16px "OpenSansRegular";
	}

	.product_cover .bottom .price {
		font: 13px/16px "OpenSansBold";
	}

	.toTopcontainer {
		left: 80%;
	}

	/*page product_cart*/
	.product-info .slideshow .top {
		text-align: center;
	}

	.right .call_back {
		padding: 10px 5px;
	}

	.right .call_back p {
		font: 14px/16px "OpenSansRegular";
	}

	.characteristics p {
		font: 15px/17px "OpenSansRegular";
		margin-bottom: 15px;
	}

	.characteristics {
		margin-bottom: 0;
	}

	.characteristics table td {
		padding: 5px;
	}

	.characteristics table tr td {
		font-size: 12px;
	}

	.characteristics table tr td:nth-child(2n) {
		font-size: 14px;
	}

	.account-newsletter table.form tr td:first-child {
		width: 140px;
	}

	.simplecheckout-warning-block {
		font-size: 15px;
	}

	.quantity input[type='text'] {
		padding: 15px 0 14px 15px;
		width: 60px;
		margin-right: -4px;
	}

	.quantity .button {
		padding: 14px 8px 11px 52px;
		max-width: 145px;
		margin-left: -16px;
	}

	.simplecheckout-cart td.first-name a {
		font: 16px/18px "OpenSansBold";

	}

	.simplecheckout-cart td.first-name {
		width: 37%;
		padding: 0;
	}

	table.simplecheckout-cart tr {
		padding: 10px;
	}

	.simplecheckout-cart td.model,
	.simplecheckout-cart td.quantity,
	.simplecheckout-cart td.price,
	.simplecheckout-cart td.total {
		width: 63%;
		font-size: 15px;
	}
	.con-grafic {
	padding-top: 0px!important;	
	padding-bottom:15px !important;
	width: 285px !important;
	padding-left: 28px !important;
	}
	.con-phone {
	padding-top: 0px!important;	
	padding-bottom:15px !important;
	}
	.con-showrooms{
	width: 345px!important;	
	}
	.con-showmap{
	width: 345px!important;	
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
	.characteristics .top {
		max-width: 290px;
	}

	.simplecheckout-cart td {
		font: 13px/15px 'OpenSansRegular';
		padding: 5px;
	}

	.simplecheckout-cart td.quantity input[type=text] {
		padding: 9px 0 8px;
	}

}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
.con-img {
float: left;
width: 338px;
height: 293px;	
}
.con-phone {
display: inline-block;
position: relative;
width: 200px;
padding-left: 35px;
vertical-align: top;
padding-bottom: 0px;
}
.con-grafic {
display: inline-block;
position: relative;
width: 300px;
padding-left: 10px;
vertical-align: top;	
}
.con-write {
display: inline-block;
position: relative;
width: 285px;
padding-left: 25px;
}

.simplecheckout-free-shipping{
	text-align:center;
	font-size: 18px;
	font-weight:bold;
	padding:10px;
	border: 2px solid #955767;
	margin:15px 0;
}
.checkout-heading{
	background-color:#f5f4f4;
	padding:10px;
}



.video-preview{
	position:relative;
	overflow:hidden;
}
.square{
	margin-top:100%;
}
.product-slider-for iframe,
.video-preview .icon{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.product-slider-nav .square{
	margin-top:87px;
}
.video-preview .icon{
	left:50%;
	transform:translateX(-50%);
	width:90px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 489.2 489.2' style='enable-background:new 0 0 489.2 489.2;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M439.6,0h-390C22.2,0,0,22.2,0,49.6v390c0,27.4,22.2,49.6,49.6,49.6h390c27.4,0,49.6-22.2,49.6-49.6V49.7 C489.3,22.3,467,0,439.6,0z M300.6,47.8h42.5v42.5h-42.5V47.8z M223.4,47.8h42.5v42.5h-42.5V47.8L223.4,47.8z M146.1,47.8h42.5 v42.5h-42.5V47.8z M111.3,441.6H68.8v-42.5h42.5V441.6z M111.3,90.3H68.8V47.8h42.5V90.3z M188.6,441.6h-42.5v-42.5h42.5V441.6z M265.8,441.6h-42.5v-42.5h42.5V441.6z M343.1,441.6h-42.5v-42.5h42.5V441.6z M352.5,256.7l-163.1,94.2c-9.2,5.3-20.8-1.3-20.8-12 V150.5c0-10.7,11.6-17.3,20.8-12l163.1,94.2C361.8,238,361.8,251.4,352.5,256.7z M420.4,441.6h-42.5v-42.5h42.5V441.6z M420.4,90.3 h-42.5V47.8h42.5V90.3z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
	background-size:contain;
	background-repeat:no-repeat;
}
.product-slider-nav .slick-prev:before,
.product-slider-nav .slick-next:before{
	content: "\f104";
	font-family: "FontAwesome", sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
	color: #8d8b8b;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
}
.product-slider-nav .slick-next:before{
	content: "\f105";
}
.product-slider-nav .slick-slide {
	padding: 15px;
	margin: 1px 5px;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	cursor: pointer;
}

.video{
	position:relative;
}

.image-additional .video:before {
	content: '';
	display: block;
	margin-top: 100%;
}

.image-additional .video > *{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:1;
}

.video .video_icon{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:20%;
	height:20%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='YouTube_Icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721' xml:space='preserve'%3E%3Cpath id='Triangle' fill='%23FFFFFF' d='M407,493l276-143L407,206V493z'/%3E%3Cpath id='The_Sharpness' opacity='0.12' fill='%23420000' d='M407,206l242,161.6l34-17.6L407,206z'/%3E%3Cg id='Lozenge'%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='512.5' y1='719.7' x2='512.5' y2='1.2' gradientTransform='matrix(1 0 0 -1 0 721)'%3E%3Cstop offset='0' style='stop-color:%23E52D27'/%3E%3Cstop offset='1' style='stop-color:%23BF171D'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3 h-0.4c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5 C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3 s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5 C1023.2,238.9,1013,156.3,1013,156.3z M407,493V206l276,144L407,493z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.simpleregister{
	    padding: 20px 15px;
    background-color: #F2F2F2;
}