/*
grey dark:	#57585A
green dark:	#ba0000
green light:	#77A941
blue		#5EC6CD
yellow		#F2C230
grey light:	#a7a8aa	



бардовый: #ba0000
body #f0d4ae;
container: fff3e3;


*/

#adg_main_top:after {
	display:block;
	content:'';
	clear: both;
}



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

@font-face {
font-family: 'futuris';
src: url('./fonts/FuturaFuturisC-Bold.eot');
src: url('./fonts/FuturaFuturisC-Bold.eot?#iefix') format('embedded-opentype'),
url('./fonts/FuturaFuturisC-Bold.woff') format('woff'),
url('./fonts/FuturaFuturisC-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}


@font-face {
font-family: 'futuris';
src: url('./fonts/FuturaFuturisC-Italic.eot');
src: url('./fonts/FuturaFuturisC-Italic.eot?#iefix') format('embedded-opentype'),
url('./fonts/FuturaFuturisC-Italic.woff') format('woff'),
url('./fonts/FuturaFuturisC-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}

@font-face {
font-family: 'futuris';
src: url('./fonts/FuturaFuturisC-BoldItalic.eot');
src: url('./fonts/FuturaFuturisC-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('./fonts/FuturaFuturisC-BoldItalic.woff') format('woff'),
url('./fonts/FuturaFuturisC-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}

/* font-family: 'futuris'; */





@-webkit-keyframes fadeIn {
  from {
    top: -20px;
  }
  to {
    top: 0px;
  }
}
@-moz-keyframes fadeIn {
  from {
    top: -20px;
  }
  to {
    top: 0px;
  }
}
@keyframes fadeIn {
  from {
    top: -20px;
  }
  to {
    top: 0px;
  }
}


@keyframes pulse {
		0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}
}
@keyframes tossing {
  0% {transform: rotate(-6deg);}
  50% {transform: rotate(6deg);}
  100% {transform: rotate(-6deg);}
}
@keyframes circle-anim {
  0% {transform: scale(0.5); opacity: .9;}
  60% {transform: scale(1); opacity: 0;}
	100% {transform: scale(1); opacity: 0;}
}














body {
    overflow-y:scroll;
				scroll-behavior: smooth;
				-webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
    height: 10px;
    width: 10px;
    background: #d0b48e;
}

body::-webkit-scrollbar-track {
				-webkit-border-radius: 5px;
    border-radius: 5px;   
}

body::-webkit-scrollbar-thumb:vertical{
     background: #ba0000;
					border-radius: 5px;
}


.scrollDisabled {
	overflow:hidden;
}

.scrollDisabled::-webkit-scrollbar {
	visibility: hidden;
}



.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
#myloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../image/loading.gif") center no-repeat #fff;
}


#mobileDetector {
	width:100px;
	height:0px;
	position: absolute;
	top:0;
	right:0;
	z-index: -1;
}


/************************************************************************
*************************************************************************
color old: #57585A;
color old: #ff0000;


синий:		#57585A
желтый:		#e9be5a
красный:	#ED3237
голубой:	#00AFEF
*************************************************************************
************************************************************************/
html {
	scroll-behavior: smooth;
}
html, body {
 height: 100%;
 min-height: 100vh;
	background: #f0d4ae;
}
body {
  font-family: 'futuris', sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  padding: 0;
  margin: 0;
    border-radius: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #ba0000;
}
h1, h2, h3 {
  text-align: center;
  margin: 0 0 30px 0;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

#common-home h1,
#common-home h2 {
    text-align:center;
    line-height: 30px;
    margin:0 0 30px 0;
				padding:0;
    position: relative;
}


ul, ol {
	margin:0 0 20px 20px;
}

a {
  color: #57585A;
  text-decoration: none;
}
a:hover {
  color: #13345C;
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color:inherit;
    cursor: pointer;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    color:inherit;
}


.img-thumbnail {
    border:0;
    padding:0;
    border-radius: 0;
}

legend {
  padding: 7px 0px
}
label {
  font-weight: normal;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}





input[type=checkbox], 
input[type=radio] {
	margin:3px 0 0 0;
	box-sizing:inherit;
	display:inline-block;
	vertical-align:text-top;
	line-height: 100%;
}











div.required .control-label:after {
  content: '';
  font-weight: bold;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-inline > li:last-child {}
/**************************************************
!!! ADG DROP
***************************************************/
.adg-drop {
  position: relative;
}
.adg-drop-btn {
  display: block;
  cursor: pointer;
}

.adg-drop-content {
  z-index: 50;
  display: none;
  position: absolute;
  right: 0;
		top:40px;
  width: 100%;
		background: #ba0000;
		border-radius: 10px;
		padding:10px;
		border:2px solid #fff;
}
.show {
  display: block;
}
/**************************************************
/// ADG DROP
***************************************************/

#cart-total,
.login-top > span,
.adg-drop-btn span,
#top-contacts-full > div > a > span {
	display:none;
	position: absolute;
	left:50%;
	top:40px;
	background: #fff;
	padding:5px 15px;
	font-size: 20px;
	color:#57585A;
	line-height: 30px;
	border-radius: 10px;
	font-weight: bold;
	transform:translateX(-50%);
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	z-index: 99999;
}

button:hover #cart-total,
.login-top:hover > span,
.adg-drop-btn:hover span,
#top-contacts-full > div > a:hover > span {
	display: none;
}



#cart-total:before,
.login-top > span:before,
.adg-drop-btn span:before,
#top-contacts-full > div > a > span:before {
	content:'';
	display: block;
	position: absolute;
	top:-10px;
	left:calc(50% - 8px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #ffffff transparent;
}


.readmore {
	display:block;
	font-size: 15px;
	line-height: 20px;
	padding:5px 0px 5px 10px;
	background: #fff;
	color:#ba0000;
	border:2px solid #ba0000;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.readmore:after {
	content:'';
	display:block;
	float: right;
	width:30px;
	height: 30px;
	overflow: hidden;
	background: url("../image/images/icons.svg") -1110px 0px no-repeat;
	background-size: 1810px 120px;
	margin: -5px 0 -5px 0px;
	transition: ease all 0.1s;
}

.readmore:hover:after {
	margin-left: 5px;
}



/************************************************************************
*************************************************************************
MyIco
*************************************************************************
************************************************************************/
.myico {
  display: inline-block;
  overflow: hidden;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  background: url("../image/images/icons.svg?v=10") 0 0 no-repeat;
  background-size: 1810px 120px;
  vertical-align: middle;
		transition: ease opacity 0.1s;
}

.myico:hover {
	opacity: 0.8;
}






.ico-cart {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-position: -120px 0px;
}

.button-clear .ico-cart {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  background-position: -120px -30px;
}

.ico-home {
  background-position: -30px -30px;
}
.ico-close {
  background-position: -420px -30px;
  background-color: #f00;
	border-radius: 50%;
}
.ico-plus {
  background-position: -1050px 0px;
}
.ico-minus {
  background-position: -1080px 0px;
}
.btn-addtocart:hover .ico-cart {
  background-position: -120px -30px;
}
.ico-dropdown {
  background-position: -821px -30px;
  width: 8px;
}
.ico-dropup {
  background-position: -791px -30px;
  width: 8px;
}
.ico-prev {
  background-position: -660px -0px;
}
.ico-next {
  background-position: -630px -0px;
}
/* My Ico Top  Menu */
.ico-menu-mobile {
  background-position: -240px -30px;
}
#topmenu-trigger.opened .ico-menu-mobile {
  background-position: -420px 0px;
}

.ico-wish {
	background-position: -60px -30px;
}


.ico-register {
		
  background-position: -390px -30px;
}
.ico-login {		
  background-position: -300px -30px;
}
/* Top Phones */
.ico-phone {
  background-position: -180px -30px;
}
.ico-phone2 {
  background-position: -210px -30px;
}

.ico-phone3 {
  background-position: -180px -30px;
}

.ico-phone-v {
  background-position: -930px -30px;
}
.ico-phone-k {
  background-position: -960px -30px;
}
.ico-time {
  background-position: -990px -30px;
}

.ico-map {
  background-position: -270px -30px;
}
/* My Ico Top Search */
.ico-search {
  background-position: -90px -30px;
}
#search .ico-search {
  background-position: -90px -30px;
}

.ico-search2 {
  background-position: -90px -30px;
}

.ico-remove {
  background-position: -420px -0px;
}

.ico-fb {
  background-position: -510px -30px;
}

.ico-ig {
  background-position: -480px -30px;
		background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.ico-viber {
  background-position: -570px -30px;
}

.ico-telegram {
  background-position: -540px -30px;
}

.ico-watsap {
  background-position: -600px -30px;
}


.ico-support {
	background-position: -1290px -30px;
}

.ico-toggler {
	background-position: -1230px -30px;
}

#support-toggler.opened .ico-toggler {
	background-position: -420px -30px;
}

.ico-totop {
	background-position: -630px -30px;
}

.ico-share {
  background-position: -1380px -30px;
}

.button:hover .ico-share,
.button:active .ico-share {
  background-position: -1380px 0px;
}

/************************************************************************
*************************************************************************
ADG
*************************************************************************
************************************************************************/
#adg {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.adg_inc {
  min-width: 320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
		background: #fff3e3;
}
#adg_main {
  flex: 1 0 auto;
}
#adg_main > .adg_inc {
  display: flex;
	flex-wrap: wrap;
  padding-bottom:0px;
		padding-top:0px;
		background:#fff3e3 url("../image/images/bg.jpg") 50% 100% repeat;
}
  #adg_main > .adg_inc > #column-left,
		#adg_main > .adg_inc > #column-right, 
	#content {
  position: relative;
  padding: 0;
}

#adg_main > .adg_inc > #column-left + 	#content {
	width:80%;
	border-left:2px dashed #fff;
	padding-left:20px;
}

#adg_main > .adg_inc > #column-left {
	margin-right:20px;
	padding:15px 0;	
}

#content {
  flex:1;
}

#content {
	font-size:18px;
	line-height: 26px;
}


#content p {
	text-align:justify;
}

#adg_main_middle {
	position: relative;
	display:flex;
}

#adg_main_bottom {
	padding:20px 0;
}


#adg_main_middle #column-left, 
#adg_main_middle #column-right {
 width:50%;
	padding:0 20px 20px 0;
	margin:0;
	position: relative;
	display: block;
	align-items:center;
}


#adg_main_middle #column-right {
	padding:0 0 20px 20px;
	display:flex;
	flex-flow: column wrap;
	justify-content: space-between;
}

#adg_main_middle #column-right > div {
	max-width:100%;
	width:100%;
}


/* footer */
#adg_footer .adg_inc {
	display: flex;
	justify-content:center;
	background: #ba0000;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}

#adg_footer hr {
  display: none;
}
#adg_footer a {
  color: inherit;
}
#adg_footer a:hover {
  color: inherit;
}
#adg_footer h5 {
  font-weight: bold;
  color: inherit;
}

#adg_footer p {
	margin:0;
	color:#fff;
}


/************************************************************************
*************************************************************************
Callback
*************************************************************************
************************************************************************/
#support-toggler,
#support-widget {bottom:20px;left:20px;position:fixed;z-index:22;}

#support-widget {bottom:80px; display:none; }
#support-widget.opened {display:block;}


#support-widget > a {
	display:block;
	position: relative;
	width:50px;
	height: 50px;
	padding:8px;
	border:2px solid #fff;
	color:#fff;
	border-radius: 50%;
	margin-bottom:10px;
	box-shadow: 5px 0 10px rgba(0,0,0,0.3);
}

#support-widget > a span {
	position: absolute;
	display:block;
	left:calc(100% + 15px);
	top:50%;
	transform: translateY(-50%);
	border:2px solid #fff;
	line-height: 24px;
	padding:8px;
	border-radius: 10px;
	font-size: 20px;
	box-shadow: -5px 0 10px rgba(0,0,0,0.2);
	white-space: nowrap;
	background: #fff;
	color:#ba0000;
}

#support-widget > a span:before {
	content:'';
	display:block;
	position: absolute;
	left:-10px;
	top:calc(50% - 8px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 8px 0;
	border-color: transparent #ffffff transparent transparent;
}

#support-toggler {
	width:50px;
	height: 50px;
	cursor: pointer;
	
}
#support-toggler .toggler-circle {
box-shadow: 5px 0 10px rgba(0,0,0,0.2);
}
#support-toggler.opened  {
	
}
/*
.bg-vr {background:#7360f2;}
.bg-tg {background:#7360f2;}
.bg-tel {background:#33c658;}
.bg-wa {background:#00e676;}
.bg-sp {background:#5EC6CD;}
*/

.bg-vr,
.bg-tg,
.bg-tel,
.bg-wa,
.bg-sp {background:#ba0000;}


.toggler-waves {position: absolute; left:-15px; top:-15px; width:80px;height:80px; border:4px solid #fff; border-radius:50%; animation:  circle-anim 4s infinite ease; transition:ease all 0.5s;}
.toggler-circle{background-color:#ba0000;width:100%; height:100%; padding:8px;position:absolute;border-radius: 50%;border: 2px solid #fff;animation: tossing 2s infinite;}

/************************************************************************
*************************************************************************
Top
*************************************************************************
************************************************************************/
#top {
  background: #aaa;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
#top .adg_inc {
  padding-top: 10px;
  padding-bottom: 10px;
}
/************************************************************************
*************************************************************************
Top
*************************************************************************
************************************************************************/

/************************************************************************
*************************************************************************
language
*************************************************************************
************************************************************************/

#form-language,
#ocd_multilang {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.language-select, 
.language-select:hover, 
.language-select:active {
  margin: 0;
  padding: 0;
  line-height: 30px;
		width:30px;
  text-align: center;
  border: 0;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 1px;
  background: none;
	color:#fff !important;
	transition: ease all 0.1s;
	opacity: 1;
	text-decoration: none !important;
}

.language-select:hover {
 color:#fff;
	opacity: 0.8;
}


.language-select.language-active {
    color:#ba0000 !important;
				background: #fff;
    border-radius: 50%;
    width:30px;
	font-weight:normal;
    
}

#form-language i {
  display: block;
  margin: 0 5px;
  padding: 0;
  line-height: 30px;
  font-style: normal;
  color: #999;
}





/************************************************************************
*************************************************************************
header
*************************************************************************
************************************************************************/
#adg_header {
	position: relative;
	width:100%;
 padding:0;
}


#adg_header .adg_inc { 
	padding:0;
}


#slider_header,
#top-info_top,
#top-info_bottom {
	 display: block;
		position: relative;
  margin: 0;
  padding: 0;
		width:100%;	
		background: #ba0000;
}

#slider_header {
	height: auto;
}

#top-info_top {
  height: 70px;
}


#top-info_bottom {
 height: 40px;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;	
	display:flex;
	justify-content: space-between;
	padding:10px 20px;
}

#top-info_bottom > span {
	display:block;
	white-space: nowrap;
}

#top-info_bottom a {
	display: inline-block;
	color:#fff;
	text-decoration: none !important;
	margin:0 10px; 
	white-space:nowrap;
}
#top-info_bottom sup {
	top:-25%;
	font-size: 75%;
	line-height: 100%;
}

#top-info_bottom .top-info_bottom_phones i {font-style:normal;	}

#top-links {
	position: absolute;
	right:20px;
	top:calc(50% - 15px);
	height: 30px;
	width:180px;	
	transition: ease all 0.1s;
}


#top-links:after {
	content:'';
	clear: both;
	display: block;
}

#cart {
	position: absolute;
	right:0;
}


.login-top,
.drop_user {
	position: absolute;
	right:40px;
}


.drop_search {
	position: absolute;
	right:80px;
	top:0;
}

.drop_search .adg-drop-content {
	right:-80px;
	max-width: 100vw;
}


#language-top {
	position: absolute;
	right:120px;
	top:0;
}


/************************************************************************
*************************************************************************
Header logo
*************************************************************************
************************************************************************/
#logo  {
  display: block;
  position: absolute;
		left:auto;
		right:calc(50% + 20px);
		bottom:20px;
		width:360px;
		height: 49px;
		z-index: 3;
}






#logo > a,
#logo > span {
	display:block;
	width:100%;
	height: 100%;
	text-decoration: none !important;
	background:url("../image/images/logo.svg") 0 0 no-repeat;
	background-size: contain;
}


#logo > a,
#logo > span {
  filter: url(#sofGlow);
}

.logo_before,
.logo_after {
	font-style: normal;
	color:#000;
	line-height: 30px;
	font-size: 30px;
	display:block;
	position: absolute;
	filter: url(#sofGlow);
	top:-3%;
}

.logo_before {
	left:0;
	top:0;
	transform:translateX(-100%);
	
}
.logo_after {
	transform:translateX(100%);	
	font-weight: bold;
	right:0;
}


#logophone {
	display:block;
	position: absolute;
	bottom:20px;
	left:calc(50% + 20px);
	width:380px;
	height: 49px;
	background:url("../image/images/logophone.svg") 0 0 no-repeat;
	background-size: contain;
	z-index: 3;
	filter: url(#sofGlow);
}


/************************************************************************
*************************************************************************
Header Slider
*************************************************************************
************************************************************************/
#slider_header_body {
	position: relative;
  background: #efefef;
  width: 100%;
  height: 100%;
	overflow: hidden;
	max-width: 100%;
  }
#slider_header_body .slide {
					position: absolute;
					display:flex;
					align-content: center;
					align-items: center;
					justify-content: center;
					left:0;
					top:0;
     width:100%;
					opacity: 0;
					transition: ease-in-out opacity 1s;
					background-size: cover;
	    background-repeat: no-repeat;
					background-position: 50% 50%;
}

#slider_header_body > img,
#slider_header_body .slide img {
	display: block;
	opacity: 0;
	width:100%;
	height: auto;
	min-height: 280px;
}

#slider_header_body .slide.show {
				opacity: 1;
}

/************************ CAL_HEADER *************************/

#slider_header_kalendar {
	position: absolute;
	left:50%;
	top:15%;
	transform: translateX(-50%);
	width:250px;
	height:250px;
	color:#330000;
	text-align: left;
	background: url("../image/images/kalendar_image.png") no-repeat;
	background-size: cover;
	font-family: 'Yeseva One', cursive;
}

#slider_header_kalendar > div {
	display:block;
	position: absolute;
	top:24%;
	left:26%;
	height: 60%;
	width:46%;
	font-size: 100px;
	line-height: 100px;
	transform: rotate(20deg);
}

#slider_header_kalendar i {
	display:block;
	font-style: normal;
	text-align:center;
	width:100%;
	}


#slider_header_kalendar i.cur-date-m {font-size:20%;line-height: 110%; transform: rotate(-8deg); margin-bottom:2%;}
#slider_header_kalendar i.cur-date-d {font-size:50%;line-height: 100%; transform: rotate(2deg); margin-bottom:3%;}
#slider_header_kalendar i.cur-date-w {font-size:18%;line-height: 100%; transform: rotate(5deg);margin-bottom:3%;}
#slider_header_kalendar i.cur-date-y {font-size:30%;line-height: 100%; transform: rotate(10deg); margin-left:-5%;}
/************************ Календарик *************************/


/************************************************************************
*************************************************************************
Header Phones
*************************************************************************
************************************************************************/
#top-contacts-full {
	position: relative;
	float: left;
}

#top-contacts-full > div {
	display:flex;
}

#top-contacts-full .myico {
	display:block;
}

#top-contacts-full > div > a  {
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-right:5px;
	position: relative;
}

#top-contacts-full > div > a > b:before  {
	font-weight: normal;
}

#top-contacts-full > div > a > b:after  {
	font-weight: normal;
}


#top-contacts-full > div > a.pnumber {
	display:none;
}








#top-contacts-mobile {
		display:none;
  position: relative;
  float: right;
  margin: 0;
  text-align: right; 
}


/************************************************************************
*************************************************************************
Header Alternative
*************************************************************************
************************************************************************/


#top-info-alter {
	position:relative;
	padding:30px 20px 20px 20px;
	background: #f0d4ae;
	display:block;
	
}

#top-info-alter:after {
	display:block;
	float:none;
	clear: both;
	content: '';
}

#top-info-alter #logo {
	position:relative;
	bottom:0;
	right:0;
	left:0;
	top:0;
	margin:0 auto 0 20px;
	float:left;
}

#top-info-alter #logo > a,
#top-info-alter #logo > span,
#top-info-alter .logo_before,
#top-info-alter .logo_after{
  filter:none !important;
}

#top-info-alter_bottom {
	position:absolute;
	top:calc(50% + 5px);
	right:10px;
	transform:translateY(-50%);
	overflow:hidden;
}

.top-info-alter_bottom_phones {
	color:#ba0000;
	font-size:20px;
	line-height: 100%;
	display:flex;
	align-items: center;
}

.top-info-alter_bottom_phones a {
	color:inherit;
	text-decoration: none;
	display:block;
	margin:10px;
	white-space: nowrap;
}

.top-info-alter_bottom_phones a i {
	display:none;
}

.slim_header #adg_main > .adg_inc {
	border-radius:10px 10px 0 0;
	padding-top:30px;
	
}

.slim_header #adg_main > .adg_inc:before {
	content:'';
	display:block;
	position:absolute;
	height:20px;
	width:calc(100% - 40px);
	border-top:20px dotted #f0d4ae;
	top:-10px;
	left:20px;
}

#top-info-alter:before {
	content:'';
	display:block;
	position:absolute;
	height:20px;
	width:calc(100% - 40px);
	border-top:20px dotted #ba0000;
	top:-12px;
	left:20px;
}








/************************************************************************
*************************************************************************
Header Search
*************************************************************************
************************************************************************/

.drop_user .adg-drop-content {
		width: 200px;
	right:-40px;
}



#search {
  position: relative;
  width: 100%;
  margin: 0;
		padding:0;
		height: 40px;
}
#search .input-lg {
  position: absolute;
  top: 0;
  right: 35px;
  left: 0;
  width: calc(100% - 35px);
  height: 40px;
  line-height: 40px;
		font-size: 20px;
  padding: 0 10px;
  border: 0;
		border-radius: 5px;
  outline: none;
  box-shadow: none !important;
  background: none;
}
#search .input-lg:focus {
  border: 0;
		background: #fff;
		color:#000;
}
#search button {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  line-height: 30px;
  padding: 0;
  height: 30px;
  width: 30px;
  border: 0;
  background: none;
  border-radius: 0;
}

#search .btn-lg {
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}
#search button:hover .ico-search {
  opacity: 0.8;
}
#search ::placeholder {
  color: #fff;
  font-size: 20px;
  opacity: 1; /* Firefox */
  transition: ease all 0.2s;
}
#search:focus ::placeholder {
  opacity: 0;
}


/************************************************************************
*************************************************************************
Search Results
*************************************************************************
************************************************************************/

.search-page_box,
.search-page_param {
	display:flex;
	justify-content: space-between;	
}

.search-page_param {
	margin:20px 0;	
}

.search-page_box > div {
	margin:0;
	flex-basis:250px;
}

.search-page_box > div:first-child {
	flex-basis:100%;
	margin-right:10px;
}

.search-page_param select {
	min-width:250px;
}

.search-page_submit {
	order:0;
	flex-basis:100%;
}
.search-page_param-config {
	order:1;
	flex-basis:250px;
	margin-left:10px;
	text-align: right;
}

/************************************************************************
*************************************************************************
Header Cart
*************************************************************************
************************************************************************/


#cart .cart-content {
	display:none;
}

#cart > button {
	display: block;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  width: auto;
  height: 30px;
  border-radius: 0;
  background: none;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  font-weight: normal;
}
.ico-cart-big {
  display:block;
  width: 30px;
  height: 30px;
  background-position: -120px -30px;
}
#cart-total {
  white-space: nowrap;
}

#cart-total b {
	display:block;
}

#cart-total u {
 text-decoration: none;
}

#cart-total > em {
  text-decoration: none;
	display: none;
}


/************************************************************************
*************************************************************************
HEADER NEWS
*************************************************************************
************************************************************************/
#anons_top {}
#anons_top .adg_inc {
  position: relative;
}
.news-header {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 10px 0 0;
  background: #e9be5a;
  height: 30px;
  overflow: hidden;
}
.news-header__item {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
}
.news-header__item-title {
  color: #e9be5a;
  padding: 0 15px;
  background: #000;
  margin-right: 10px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  white-space: nowrap;
}
.news-header__item-text {
  display: block;
  font-style: normal;
  line-height: 16px;
  vertical-align: middle;
  color: #000;
  font-weight: normal;
  white-space: nowrap;
}
/************************************************************************
*************************************************************************
MenuTop
*************************************************************************
************************************************************************/
/************************************************************************
Menu defaults
************************************************************************/
#adg_topmenu {
  position: absolute;
		width:calc(100% - 220px);
  left: 0;
  padding: 0;
  top: 0;
}
#topmenu {
  margin: 0;
  padding: 0;
}
#topmenu a {
  cursor: pointer;
  font-weight: normal;
}
#topmenu a:hover {
  text-decoration: none;
}
#topmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#topmenu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topmenu p {
  margin-bottom: 7px;
}
/************************************************************************
Top Level Items
************************************************************************/
#topmenu.topmenubig ul li.top-li.articleslist {
  display: none;
}
#topmenu.topmenubig {
  text-align: left;
}
#topmenu.topmenubig > ul {
  display: flex;
		width:100%;
		justify-content: space-around;
  text-align: center;
  margin: 0;
  position: relative;
}
#topmenu.topmenubig ul li.top-li {
  display: block;
		position: relative;
  z-index: 20;
  margin: 0;
}
#topmenu.topmenubig ul li.top-li:hover {
  z-index: 10000;
}





#topmenu.topmenubig ul li a.top-li-a {
 color: #fff;
 line-height: 24px;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	display:flex;
	width:auto;
	height: 76px;
	text-align: center;
 padding:0 10px;
 position: relative;
 text-transform: uppercase;
	text-decoration: none !important;
}

#topmenu.topmenubig ul li a.top-li-a b {
	display:block;
	height: auto;
}



#topmenu.topmenubig ul li.top-li:hover a.top-li-a,
#topmenu.topmenubig ul li.top-li a.top-li-a.active {

  text-decoration: none;
}





#topmenu.topmenubig div.bigdiv {
  display: none;
  position: absolute;
  left: 50%;
	transform: translateX(-50%);
  top: 60px;
  z-index: 5;
  padding: 10px 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  width: auto;
  max-width: calc(100vw - 40px);
	background: #fff;
	border-radius: 10px;
	border:2px solid #ba0000;
}

#topmenu.topmenubig div.bigdiv:before {
	content:'';
	display: block;
	position: absolute;
	top:-10px;
	left:calc(50% - 8px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #ba0000 transparent;
}







#topmenu .linkoftopitem {
    display:none;
}




#topmenu.topmenubig .topmenu-left {
	margin:0 !important;
}


#topmenu.topmenubig .topmenu-left > .withchild > a {
	display:block;
	color:#000;
	font-size: 16px;
	line-height: 20px;
	padding:10px 10px;
	text-align: left;
	white-space: nowrap;
	border-radius: 10px;
	margin:5px;
}

#topmenu.topmenubig .topmenu-left > .withchild > a:hover {
	background:#77A941;
	color:#fff;
	text-decoration: none !important;
}

#topmenu.topmenubig .topmenu-left > .withchild > a.theparent.active {
	background:#ba0000;
	color:#fff;
}






#topmenu.topmenubig ul li.li-catalog {
	position:static;
}

#topmenu.topmenubig ul li.li-catalog div.bigdiv {
	transform:none;
	left: 0;
}


#topmenu.topmenubig ul li.li-catalog .bigdiv {
	position:absolute;
	left:0;
	width:auto;
	background: #fff3e3;
}

#topmenu.topmenubig ul li.li-catalog .topmenu-left,
#topmenu.topmenusmall ul li.li-catalog .topmenu-left {
	display:flex;
	flex-wrap: wrap;
	min-width: 130px;
	width:100%;
	justify-content: space-around;
}

#topmenu.topmenubig ul li.li-catalog .topmenu-left .withimage,
#topmenu.topmenusmall ul li.li-catalog .topmenu-left .withimage {
	padding:10px;
}

#topmenu.topmenubig ul li.li-catalog .topmenu-left .withimage {
	width:20%;
}


#topmenu.topmenusmall ul li.li-catalog .topmenu-left .withimage {
	padding:5px;
}


#topmenu.topmenubig ul li.li-catalog .topmenu-left .withimage img,
#topmenu.topmenusmall ul li.li-catalog .topmenu-left .withimage img {
	display:block;
	margin:0 auto 10px auto;
	border:2px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0,0,0,0.6);
	max-width:100%;
}

#topmenu.topmenusmall ul li.li-catalog .topmenu-left .withimage img {
	width:140px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}


#topmenu.topmenubig ul li.li-catalog .topmenu-left .withimage a,
#topmenu.topmenusmall ul li.li-catalog .topmenu-left .withimage a {
	color:#ba0000;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	display:block;
	max-width: 100%;
	text-align: center !important;	
	padding:0 !important;
}


#topmenu.topmenusmall ul li.li-catalog .topmenu-left .withimage a {
	font-size: 14px;
	max-width: 140px;
}

#topmenu.topmenubig ul li.li-catalog div.bigdiv:before {
	display:none;
}

/************************************************************************
MOBILE SUBMENU TOGGLER
************************************************************************/
#topmenu .superdropper {
  display: none;
}
/************************************************************************
SEPARATOR
************************************************************************/
#topmenu ul li.top-li.sep {
  display: none;
}
#topmenu ul li div.bigdiv .addingaspace {
  display: block;
  clear: both;
}
/************************************************************************
OTHER
************************************************************************/
.home-youtube {
padding:40px 0 60px 0;
}

.home-advantages {
	padding: 20px 0;
}

.home-advantages ul,
.home-advantages li {
	list-style: none;
	margin:0;
	padding:0;
}

.home-advantages ul {
	display:flex;flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}

.home-advantages li {
	flex:0;
	margin:10px auto;
	min-width: 190px;
	padding:0 5px;
}

.home-advantages li img {
	display:block;
	margin:0 auto 10px auto;
	border-radius: 50%;
	height: auto;
	width:100px;
	max-width:100%;
}

.home-advantages li img + br {
	display:none;
}











/** preloader **/

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.title-button {
	float: left;
	margin: auto 7px auto auto;
}

.load-pagination {
	float: right;
	margin: auto;
	display: none;
}

.ring-pagination {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 10px;
    border: 6px dashed #00ff00;
    border-radius: 100%;
}


.load-pagination .ring-pagination {animation: loading-format 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;}
@keyframes loading-format {
    0 {transform: rotate(0deg);}
    50% {transform: rotate(180deg);}
    100% {transform: rotate(360deg);}
}
.row-pagination-container + .pagination-bottom {
	display:none !important;
}


.row-pagination-container {
	padding:20px 0;
}

.btn-load-pagination {
	display: flex;
	margin: 0 auto;
	text-align: center;
	position: relative;
}



/* FIXES */
.row {
	margin-left:0;
	margin-right:0;
}


.video-container {
    overflow: hidden;
    position: relative;
    max-width:100%;
				width:600px;
				margin:0 auto;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.price i,
#price i,
.discount-table b i,
.checkbox-container b i {
	font-style:normal;
	font-weight: normal;
	font-size: 70%;
	line-height: inherit;
}


.adress-block {
	margin-bottom:20px;
}

.adress-block .item {
	border:1px solid #57585A;
	padding:10px;
	border-radius: 10px;
}

.form-horizontal .form-group {
	margin:0 0 20px 0;
}
.txt-agree {
	text-align:center;
	margin:0 0 20px 0;
	font-size:12px;
	line-height: 20px;
	font-weight: 400;
}

.txt-agree a {
	text-decoration:underline;
}

.txt-agree input {
	display:inline-block !important;
	margin:0 5px !important;
	width:20px !important;
	height: 20px !important;
	vertical-align: middle !important;
}



.stop-scrolling {
	position:fixed;
	overflow: hidden;
}

a#topmenu-trigger {
  display: none;
  height: 30px;
  width: 30px;
  background: none;
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 0;
	cursor: pointer;
}
a#topmenu-trigger.topmenuon {
  display: block !important;
}
a#topmenu-trigger.opened {
  z-index: 1000;
	left:10px;
	top:10px;
}
#topmenu.topmenusmall {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255,255,255,0.95);
  padding: 70px 20px 20px 20px;
		height: 100vh;
	overflow-y: auto;
	
}
#topmenu.topmenusmall ul, #topmenu.topmenusmall ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#topmenu.topmenusmall ul li.top-li > .bigdiv {
  display: none;
  margin: 0 20px;
}

#topmenu.topmenusmall ul li.top-li.li-catalog > .bigdiv {
  display: none;
  margin: 0;
}



#topmenu.topmenusmall ul li.top-li:after {
  content: '';
  display: block;
  margin: 0 20px;
  padding: 0;
  height: 1px;
  background: #fff;
  opacity: 0.5;
}
#topmenu.topmenusmall a {
  display: block;
  color: #ba0000;
  padding: 10px 20px;
  line-height: 20px;
}
#topmenu.topmenusmall ul li.top-li > .bigdiv > div {
  position: relative;
}
#topmenu.topmenusmall ul li.top-li > .bigdiv > div > div {
  position: relative;
}


#topmenu.topmenusmall ul li.top-li > .bigdiv .child-level a {
    padding-left:40px;
}






#topmenu.topmenusmall a.top-li-a.active {	
	color:#330000;
}
#topmenu.topmenusmall .bigdiv a.theparent.active {
	color:#330000;
}
#topmenu.topmenusmall .bigdiv .flyouttoright a.theparent {}
#topmenu.topmenusmall ul li.top-li > .bigdiv > .linkoftopitem {
  background: #ba0000; 
		color:#fff;
  margin: 10px 0;
  text-align: center;
}
#topmenu.topmenusmall .articleslist .linkoftopitem {
  display: none;
}
#topmenu.topmenusmall .articleslist .bigdiv {
  padding-bottom: 10px;
}
#topmenu.topmenusmall .withchildfo {
  position: relative;
}
#topmenu.topmenusmall a.superdropper {
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  z-index: 2;
}
#topmenu.topmenusmall a.superdropper:after {
  display: block;
  content: '';
  clear: both;
  background: url("../image/images/icons.svg?v=10") -810px 0px no-repeat;
  position: absolute;
  right: 20px;
  top: 5px;
  height: 30px;
  width: 30px;
  transform: rotate(-90deg);
  border-radius: 50%;
}
#topmenu.topmenusmall .exped > a.superdropper:after {
  transform: rotate(0deg);
}
/* EXPAND */
#topmenu.topmenusmall {
  display: none;
}
#topmenu.topmenusmall.exped {
  display: block;
}
#topmenu.topmenusmall ul li.top-li.exped > .bigdiv {
  display: block;
	margin-left:-15px;
	margin-right:-15px;
	width:calc(100% + 30px);
	max-width:calc(100% + 30px);
}
/************************************************************************
*************************************************************************
MENU LEFT
*************************************************************************
************************************************************************/
.dbcategory, 
.dbcategory ul, 
.dbcategory ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dbcategory {
	width:100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	overflow: hidden;
}


a.dbcategory-item {
  position: relative;
  display: block;
  padding: 10px 20px;
  margin: 0;
  background:none;
  color: #000;
  border: 0;
  line-height: 20px;
	text-decoration: none;
}

a.dbcategory-item:hover {
  color: #000;
  background: #f0d4ae;
  text-shadow: none;
		text-decoration: none;
}

a.dbcategory-item.active, 
a.dbcategory-item.active:hover,
a.dbcategory-item.active2, 
a.dbcategory-item.active2:hover {
  color: #ba0000;
  background: #f0d4ae;
  text-shadow: none;
		text-decoration: none;
}


/************************************************************************
SUBCATEGORIES MARGINS
************************************************************************/
.dbcategory li {
  margin-bottom: 1px;
}

.dbcategory > li:last-child {
	margin-bottom:0;
}

.dbcategory li li {
  margin-bottom: 0;
}
.dbcategory-item + ul {
  overflow: hidden;
  margin-top: 1px;
}
/************************************************************************
SUBCATEGORIES PADDING
************************************************************************/
.dbcategory li > a.dbcategory-item {
  padding-left: 15px;
}
.dbcategory li li > a.dbcategory-item {
  padding-left: 30px;
}
.dbcategory li li li > a.dbcategory-item {
  padding-left: 45px;
}
.dbcategory li li li li > a.dbcategory-item {
  padding-left: 60px;
}
.dbcategory li li li li li > a.dbcategory-item {
  padding-left: 75px;
}
/************************************************************************
TOGGLER
************************************************************************/

.dbcategory a.dbcategory-item > span {
  position: absolute;
  right: 5px;
  top: calc(50% - 15px);
	width:31px;
	height: 31px;
	border-radius: 8px;
	padding:8px
}

.dbcategory a.dbcategory-item > span:after {
  display: block;
  content: '';
  background-image: url("../image/images/icons.svg?v=10");
  background-position: -525px 0px;
		background-size: 905px 60px;
		width:15px;
		height: 15px;
}


.dbcategory li.open > a.dbcategory-item > span:after {
  background-position: -540px 0px;
}

.dbcategory a.dbcategory-item:hover > span {
	background-color: #ba0000;
}

.dbcategory a.dbcategory-item:hover > span:after {
  background-position: -525px -15px;
}

.dbcategory li.open > a.dbcategory-item:hover > span:after {
  background-position: -540px -15px;
}


.dbcategory a.dbcategory-item.with-childs {
	padding-right:40px;
}



/*ACCORDION DISABLED */
.dbcategory-item + ul {
	display:none;
}

.dbcategory-item.active + ul,
.dbcategory-item.opened + ul{
	display:block;
}

.dbcategory a.dbcategory-item.opened > span:after,
.dbcategory a.dbcategory-item.active > span:after {
  background-position: -540px -0px;
}


.dbcategory a.dbcategory-item.opened:hover > span:after,
.dbcategory a.dbcategory-item.active:hover > span:after {
  background-position: -540px -15px;
}


/*ACCORDION DISABLED */


/************************************************************************
*************************************************************************
Manufacturers
*************************************************************************
************************************************************************/
.home-manufacturers {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: top;
  width: calc(100% + 5px);
  margin: 0 -15px 60px 0;
  padding: 0;
  list-style: none;
}
.home-manufacturers li {
  display: block;
  list-style: none;
  margin: 0 5px 5px 0;
  padding: 0;
  width: calc(20% - 5px);
}
.home-manufacturers li > a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.home-manufacturers li > a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
  padding: 5px;
}
.home-manufacturers li > a:hover img {
  border: 1px solid #57585A;
}
.home-manufacturers li > a b {
  display: none;
}
.catalog-section {
  display: block;
  border: 0;
  margin-bottom: 20px;
}
.catalog-section, .catalog-section:hover {
  text-decoration: none;
  color: #000
}
.catalog-section:hover .catalog-section__caption {
  background: #f8f8f8
}
.catalog-section__image {
  height: 120px;
  max-height: 120px;
  position: relative;
  padding: 10px
}
.catalog-section__img {
  display: block;
  padding: 10px;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.catalog-section__caption {
  border-top: 1px solid #dfdcdc;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  display: none;
}
/************************************************************************
*************************************************************************
Content
*************************************************************************
************************************************************************/
.home-main-bottom > .row > div > div {
  margin-bottom: 40px;
}
.home-main-bottom > .row > div > div:first-child {
  margin-top: 40px;
}

/* alert */
.alert {
 padding: 8px 14px 8px 14px;
	margin:0;
	text-align: center;
}
/* breadcrumb */
.breadcrumb {
  margin: 15px 0;
	width:100%;
  padding: 0;
  list-style: none;
  line-height: 20px;
  text-align: left;
  color: #000;
	background-color: transparent;
}
.breadcrumb a, 
.breadcrumb a:hover, 
.breadcrumb a:visited {
  color: #ba0000;
}

.breadcrumb b {
	color:#000;
	font-weight: normal !important;
}

.breadcrumb > li + li {
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li {
  padding: 0 0 0 15px;
}
.breadcrumb > li + li:before {
  content: '';
  display: block;
  position: absolute;

  left: 0;
  transform: rotate(-90deg);
        background: url("../image/images/icons.svg?v=10") -405px 0px no-repeat;
        background-size: 905px 60px;
        width:15px;
        height: 15px;
        top:2px;
}
.pagination {
     margin: 0;
    display:flex;
    justify-content: center;
}

.pagination>li>a,
.pagination>li>span {
    display:block;
    text-align: center;
    position: relative;
    float: none;
    padding: 0;
    margin: 0 3px;
    line-height: 28px;
    width:30px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius:0 !important;
}

.pagination>li>span {
    color:#000;
    border-color:#fff;
}

.pagination>li>a:focus, 
.pagination>li>a:hover {
    background-color: #000;
    color:#fff;
    border: 1px solid #000;
}

.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: #ebad09;
    color:#000;
    border: 1px solid #ebad09;
    
}














/* buttons */

.form-control {
    border-radius:4px;
}
.buttons {
  margin: 0;
}
.btn {
  display:block;
  padding: 0 30px;  
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border:0;
}


.button,
#button-cart,
.btn-default,
.btn-primary,
.btn-success {
  text-align: center;
    display:block;
				height: 40px;
				line-height: 36px;
				padding: 0 30px;
    background: #ba0000; 
    color:#fff;
    font-weight: normal;
    filter:grayscale(0);
    transition: ease all 0.1s;
    letter-spacing: 1px;
    text-transform: uppercase;   
				border-radius: 10px;
				border:2px solid #ba0000;
	cursor:pointer;
}
.button:active,
.button:hover,
#button-cart:hover,
#button-cart:active,
.btn:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-default:hover, 
.btn-default:active,
.btn-success:hover,
.btn-success:active, 
.btn-primary.active,
.btn-default.active,
.btn-primary.disabled,
.btn-default.disabled,
.btn-primary[disabled],
.btn-default[disabled] {
    background: transparent;
    font-weight: normal;
    text-align: center;
    border-radius: 10px;
    color:#ba0000 !important;
				border:2px solid #ba0000;
}

.button-clear,
.button-clear:hover, 
.button-clear:active,
.button-clear:hover,
.button-clear:active{
	display:inline-block;
	border:0;
	padding:0;
	width:30px;
	height: 30px;
	margin:0;
	background: none;
	vertical-align: middle;
}

.button-clear + .button-clear {
	margin-left:10px;
}


.btn-danger {
  background: #aa0000;
  color: #fff;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background: #aa0000;
  color: #fff;
}
/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

/* product list */
.sub-cats ul, .sub-cats ul li {
  list-style: none;
  display: block;
  margin: 5px;
  padding: 0;
}
.sub-cats > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 20px -5px;
  width: calc(100% + 10px);
}
.sub-cats ul li > a {
  display: block;
  white-space: nowrap;
  padding: 5px 15px;
  background: #57585A;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
.adg_products {
  display: flex;
  margin: 0 -10px;
  width: calc(100% + 20px);
  flex-wrap: wrap;
	justify-content: center;
}


.product-list {
  width: calc(100% - 10px);
  margin: 0 5px 20px 5px;
  position: relative;
}
.product-grid {
  margin: 0 10px 20px 10px;
  border: 1px solid #f0d4ae;
  position: relative;
		border-radius: 10px;
		background: #f0d4ae;
		box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	display:flex;
	align-items: stretch;
}
.product-grid:hover {
  border-color:#ba0000;
		box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.carousel-item {
  width: auto;
  margin: 0 10px;
  position: relative;
  border: 1px solid #f0d4ae;
  padding: 0;
  min-height: 100%;
	border-radius: 10px;
	transition: ease all 0.1s;
	background: #f0d4ae;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	display:flex;
	flex-direction: column;
}
.carousel-item:hover {
	border: 1px solid #ba0000;
}
.price-old {
  text-decoration: line-through;
  font-weight: normal;
  font-style: normal;
  font-size: 70%;
	line-height: inherit;
  margin-left: 5px;
  display: inline-block;
}
.product-thumb {
  border: 0;
  margin: 9px;
	display:flex;
	flex-direction: column;
		flex-grow: 1;
}

.product-thumb .caption {
	padding-top:10px;
	text-align: center;
}


.product-thumb .caption > a {
	text-align: center;
	display:block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color:#000;
	height: 100%;
	width:100%;
}

.product-thumb:hover .caption > a {
	color:#ba0000;
}


.product-thumb .image {
	width:100%;
  text-align: center;
  margin:auto;
		flex-grow: 1;
	display:flex;
	flex-direction: column;
}
.product-thumb .image a {
	width:100%;
  display: flex;
		flex-grow: 1;
}

.product-thumb .image img {
  margin: auto;
  max-width: 100%;
  height: auto;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
  
}
.product-thumb h4 {
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 15px;
	font-weight: bold;
}
.product-thumb .model {
  display: none;
}
.product-thumb .model.instock {
  display: none;
}

.product-thumb .price {
	display:none;
}


.product-thumb .price > small, .product-thumb .price > span, .product-thumb .attributes > span {
  display: block;
  font-weight: bold;
}
.product-thumb .price > small, .product-thumb .price > span {

}
.product-thumb .attributes > span b {
  font-weight: normal;
}
.product-thumb .price > small u, .product-thumb .price > span u, .product-thumb .attributes > span u {
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
}

.product-thumb .price > span u {
	display:none;
}

.product-thumb .attributes > span u:after {
  content: ':';
}
.product-thumb .product-options {
  margin-top: 10px;
}
.product-thumb .product-options > div {
  margin-bottom: 10px;
}





.product-options .form-group {
  position: relative;
}
.product-thumb .text-danger {
  position: absolute;
  display: block;
  right: 5px;
  left: 5px;
  width: calc(100% - 10px);
  text-align: center !important;
  top: -30px;
  margin: 0;
  color: #f00;
  line-height: 30px;
  padding: 0;  
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.product-thumb .btn-addtocart {
	display:none;
  color: #ba0000;
  background-color: #fff;
  border:0	;
  width: calc(100% - 10px);
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  position: absolute;
  bottom: 5px;
  right: 5px;
		border-radius: 8px;
	text-transform: uppercase;
}
.product-thumb .btn-addtocart:hover {
 color: #fff;
	border:0;
 background-color: #ba0000;
}
.rating .fa-stack {}
.rating .fa-star-o {
  color: #999;
}
.rating .fa-star {
  color: #FC0;
}
.rating .fa-star + .fa-star-o {
  color: #E69500;
}
h2.price {
  margin: 0;
}
.btn-addtowish {
	display:none;
}


/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.information {
  margin-top: 30px;
}
.product-info {
  display: flex;
  flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: flex-start;
}
.product-info-left {
  padding: 10px 0;
  width: 40%;
		min-width: 280px;
		background: #fff;
		border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.product-info-right {
		padding: 0 0 0 40px;
  width: 60%;
		min-width: 280px;
}

.product-info-right .description {
	position: relative;
	margin-bottom:30px;
}

.description2 {
	background: #fff;
	padding:30px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.product-info-right > div {
 margin: 0 0 30px 0;
 padding: 20px 20px 10px 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
  
}








/* ZOOM */
















#owl-main-block {  
    margin-bottom: 15px;
}



#owl-main-block .item {
  padding: 0;
  margin: 0;
  text-align: center;
}

.product-gallery .item {
	display:flex;
	justify-content:center;
	max-width: 100%;
}

.SingleItem div,
.SingleItem a,
.SingleItem a > img,
.owl-item div,
.owl-item a,
.owl-item a > img {
	max-width: 100% !important;
}



.product-gallery .item > a {
  display: block;
  padding: 10px;
	margin:10px;
		background: #f0d4ae;
		border-radius: 10px;
		box-shadow: 0 3px 5px rgba(0,0,0,0.4);
}

.product-gallery .item > a > img {
    display: block;
  		width: auto;
  		height: auto;
  		margin: 0 auto;
    overflow: hidden;
				box-shadow: 0 3px 5px rgba(0,0,0,0.4);
}



.additional-images {
    display:flex;
    justify-content: center;
}

#owl-nav-block {
  position: relative;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
    text-align:center;
}

#owl-nav-block > div {
    display:flex;
}

#owl-nav-block .item {
  margin: 5px;
  width: 82px;
	height: 82px;
  text-align: center;
  cursor: pointer;
  padding:0px;
		border-radius: 50%;
		overflow: hidden;
		background: #f0d4ae;
		box-shadow: 0 1px 3px rgba(0,0,0,0.4);
		border:1px solid #fff;    
}

#owl-nav-block .item img {
 display:block;
	
}

#owl-nav-block .item.current {
  border: 1px solid #ba0000;
}
#owl-main-block.owl-product-gallery {
  position: relative;
}


#owl-nav-block::-webkit-scrollbar {
        height: 5px;
        width: 5px;
        background: #a7a8aa;
     
    }
#owl-nav-block::-webkit-scrollbar-thumb:horizontal{
        background: #57585A;
        
    }
















.cart-block {
  margin: 15px 0 10px 0;
  padding: 0;
	display: flex;
}
.cart-block .addtocart-group {
  width: calc(100% - 30px);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.qinput, 
.product-options > div.qinput {
  display: flex;
	align-items: center;
  height: 50px;
  width: 92px;
  margin: 0;
  flex-wrap: nowrap;
  position: absolute;
  left: 5px;
  bottom: 10px;
	border:2px solid #ba0000;
	border-radius: 10px;	
}

.product-options > div.qinput {
	height: 32px;
 width: 92px;
	flex-wrap: wrap;
}



.qinput label {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 20px;
  height: 20px;
  width: 100%;
  white-space: nowrap;
}
td > .qinput, .cart-block .qinput {
  position: relative;
  left: auto;
  bottom: auto;
}

.cart-block .qinput {
	margin-right:10px;
}
.qinput input[type="text"] {
  color: #fff;
  background: #ba0000;
  width: 30px;
}
.qinput button, .qinput input[type="text"] {
  height: 30px;
  line-height: 20px;
  border: 0;
  text-align: center;
  width: 30px;
  margin: 0;
  padding: 0;
}
.qinput input[type="text"] {
  color: #fff;
  background: #ba0000;
}
.qinput button {
  background: none;
}
.product-params > span, 
.product-params > small, 
.product-params > div > span,
.product-params > div > small {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.product-params u {
  text-decoration: none;
  display: inline-block;
  margin: 0;
  font-weight: normal;
}
.product-params > .price-block > span, .product-params > .price-block > small {

}
.product-params.prices u {

}


.product-params > div.discount-table {
	display:inline-flex;
	align-content: stretch;
	align-items: stretch;
	justify-content: center;
	overflow: hidden;
	margin:0 -10px 30px -10px;
	flex-wrap:wrap;
}



.product-params > div.discount-table > span {
	display:block;
	border:1px solid #ba0000;
	border-radius: 5px;
	margin:5px;
}



.product-params > div.discount-table > span > u,
.product-params > div.discount-table > span > b {
	text-decoration:none;
	display:block;
	padding:5px 10px;
	text-align: center;
	white-space: nowrap;
}

.product-params > div.discount-table > span > u {
	color:#fff;
	background: #ba0000;
}






#button-cart {
  padding: 10px 20px;
  line-height: 30px;
  height: 50px;  
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
#button-cart:before {
  display: block;
  float: left;
  content: '';
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  background: url("../image/images/icons.svg?v=10") -150px -30px no-repeat;
}





#button-cart:hover:before,
#button-cart:active:before {
	background-position:-150px 0px;
}


#button-cart.in_cart:before {
	background-position:-1050px -30px;
}

#button-cart.in_cart:hover:before,
#button-cart.in_cart:active:before {
	background-position:-1050px 0px;
}

.checkbox-options {
	margin-bottom:20px;
}

.checkbox-options > div > div  {
	position: relative;
}

.checkbox-options > label {
	margin:0 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

.checkbox-container label {
	cursor:pointer;
	margin-bottom:10px;
}
.checkbox-container label b {
	cursor:pointer;
	display:inline-block;
	margin:0 0 0 5px;
	padding:0 5px;
	color:#000;
	font-weight:normal;
	background: #f0d4ae;border-radius: 5px;
	font-size: 90%;
}



.product-bottom {
}

.product-bottom .adg_inc {
    padding-top:30px;
    padding-bottom:30px;
}



.contact-page-bottom {
	background: #fff;
	border-radius: 10px;
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
	padding:30px 20px;
}


.product-bottom .adg_inc > div >ul,
.contact-page-bottom ul {
    margin:0 0 15px 0;
    padding:0 0 0 20px;
}

.contact-page-bottom table {
    border:0;
    padding:0;
    margin:0 auto;
    text-align: left;
    width:100%;
}

.contact-page-bottom table p {
    margin:0 !important;
}


.contact-page-bottom table td {
    line-height:30px;
    padding:20px;
    vertical-align: top;
    text-align: left;
    width:50%;
}


.contact-page-bottom table h3 {
    font-size: 20px;
    line-height: 20px;
    margin:0 0 20px 0;
}


.contact-page-bottom table li {
	list-style:none;
}



.contact-page-form,
.message-page {
   padding:30px 0 0 0;
}

.contact-page-form form > fieldset,
form#testimonial > fieldset,
.message-page > div.inc {
 padding:20px 20px 5px 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
	max-width: 600px;
	margin:0 auto;
}

.message-page > div.inc {
	text-align:center;
	max-width: 800px;
}


.contact-page-form fieldset fieldset .form-group {
	margin:0;
}

.contact-page-form .buttons,
.testimotials-page .buttons,
.message-page .buttons {
	padding:30px 0;
	text-align: center;
}

.contact-page-form .buttons .button,
.testimotials-page .buttons .button,
.message-page .buttons .button {
	margin:0 auto;
	display:inline-block;
}


.contact-page-map div {
    margin:0;
    padding:0;
    height:500px;
    width:100%;
    overflow: hidden;
    background: #ccc;
    border:0;
}




.youtube-embed-wrapper {
  max-width: 640px;
  margin:0 auto;
  position: relative;  
}
.youtube-embed-wrapper > div {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
    overflow: hidden;
}
.youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* CATEGORIES */
.productsall-page {
	display:flex;
	align-items: flex-start;
}

.productsall-page_left {
	width:calc(240px);
}

.productsall-page_right {
	width:calc(100% - 280px);
	margin-left:40px;
	flex:1;
}

.productsall-page_left-menu {
	background: #fff;
	border-radius: 10px;
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
}

.productsall-page_left-menu ul,
.productsall-page_left-menu ul li {
	margin:0;
	padding:0;
	list-style: none;
}

.productsall-page_left-menu > ul {
	padding:20px 0;
}

.productsall-page_left-menu > ul > li >a {
display:block;
	text-align: left;
		line-height: 20px;
	font-size: 16px;
	padding:5px 20px;
}



	.productsall-page_right img {
		max-width:100%;
	}
	
	.productsall-page_right > div  > p > img {
		display:block;
		margin:0 auto;
		box-shadow: 0 2px 5px rgba(0,0,0,0.4);
		border-radius: 10px;
	}



.category-list {
  margin: 0 -5px 10px -5px;
  width: calc(100% + 10px);
}
.category-list ul, 
.category-list li {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.category-list li {
  display: block;
  margin: 0 5px 15px 5px;
  line-height: 15px;
    max-width: calc(50% - 10px);
    text-align: center;
    position: relative;
}
.category-list li a {
  display: block;
  padding:10px;
  color: #000;
  background: #fff;
    height: 100%;
    text-decoration: none !important;
}



.category-list li a > img {
    display:block;
    margin:0 auto 10px auto;
    width:100%;
    max-width: 100%;
    height: auto;
    border:1px solid #aaa;
    border-radius: 0;
}

.category-list li a:hover > img,
.category-list li a:focus > img {
    border-color: #000;
}





#owl-main-block.owl-category-gallery {
	margin-bottom:50px;
}

.owl-category-gallery .owl-dots {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-tap-highlight-color: transparent;
}

#owl-main-block.owl-category-gallery .owl-item {
	padding:10px;
}

#owl-main-block.owl-category-gallery .item {
	display:flex;
	justify-content: center;
}

.owl-category-gallery .owl-item a {
	display: block;
	max-width:100%;
	max-height: 100%;
	padding:10px;
	background: #f0d4ae;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.owl-category-gallery .owl-item a > img {
	display: block;
	max-width:100%;
	max-height: 100%;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}


/* FILTERS IN CATEGORY */
.filters > div {
  display: flex;
  justify-content: flex-end;
}
.filters > div > div {
  display: flex;
  position: relative;
  margin: 0 0 15px 15px;
}
.filters .input-group-addon {
  width: auto;
}







/* CATEGORY WALL */
.categorywall-top {
	width:100%;
	min-width: 100%;
	flex:1;
}

.categorywall-home {
   padding:0;
   position: relative;
			margin:0 0 20px 0;
}

.categorywall {
  display: flex;
  flex-wrap: wrap;
  margin:0 -10px;
  width: calc(100% + 20px);
  justify-content: center;
  text-align: center; 
}

.categorywall-home ul {
  margin: 10px -10px;
  width:calc(100% + 20px);
  padding: 0;
  list-style: none;
  display: flex;
  justify-content:center;
}


.categorywall-home ul > li {
  margin:10px;
  flex-basis:calc(20% - 20px);
		max-width:calc(20% - 20px);
  list-style: none;
		padding:0;
}




.categorywall-home ul > li > a {
    display: block;
    color:#ba0000;
    position: relative;
    padding:0;
				margin:0 auto;
    border:0;    
				text-decoration: none !important;
				line-height: 100%;
				font-size: 20px;
				text-transform: uppercase;
}



.categorywall-home ul > li > a > img {
  margin: 0 auto 15px auto;
  display: block;
		width:100%;
  max-width: 260px;  
  height: auto;
		border-radius: 12.5%;
		overflow: hidden;
		box-shadow: 0 3px 5px rgba(0,0,0,0.8);
}



.categorywall-home ul > li > a > span,
.categorywall-home ul > li > a > b {
	display:block;
	text-align: center;
	width:260px;
	max-width: 100%;
	margin:0 auto;
	overflow: hidden;
}



.categorywall-home ul > li > a > span b {
	font-weight: bold;
}


.categorywall-home a:hover > span, 
.categorywall-home a:focus > span {
}


.categorywall-home ul ul {
	display:none;
}





.categories-desc {
	background: #fff;
	padding:4%;
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
	border-radius: 10px;
	margin-bottom:30px;
}




.news-home-32 {
    padding:40px 0 90px 0;
    background: #efefef;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.news-home-32:before {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    content: '';
    display: block;
    background: #fff;
    opacity: 0.9;
}

.news-home-32 .news-home {
  display: flex;  
  flex:1 1 auto;
  flex-wrap: wrap;
  padding:0;
  margin:0 -15px;
  width:calc(100% + 30px);
  justify-content:center;
}
.news-home-32 .news-home > div {
  margin: 0 15px 30px;
width:calc(33.33% - 30px);
  text-align: center;
  display:flex;
}

.news-home-32 .news-home-block {
    width: 100%;
    min-width: 258px;
    background:#57585A;
    padding:30px 15px 70px 15px;
    margin:0 auto;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.4);
    color:#fff;
    position: relative;
    transition: ease all 0.1s;
}


.news-home-32 .news-home .news-home-block:hover {
   background:#444; 
    box-shadow: 0 2px 3px rgba(0,0,0,0.7);
}

.news-home-32 .news-home .image {
   margin:0;
   display: block;
   position: relative;
}

.news-home-32 .news-home .image img {
   margin:0 auto;
   display: block;
    border:0;
    height:128px;
    width:128px;
}


.news-home-32 .news-home .image img {
    filter: invert(1);
}



.news-home-32 .news-home .news-home-block:hover .image img {
    filter: invert(86%) sepia(11%) saturate(7017%) hue-rotate(339deg) brightness(98%) contrast(84%);
}





.news-home-32 .news-home .image:after {
    display:block;
    content:'';
    width:50%;
    height: 4px;
    border-radius: 2px;
    margin:40px auto 30px auto;
    background: #fff;
}


.news-home-32 .news-home h4 {
  text-align:inherit;
  margin: 0 0 15px 0;
  line-height: 30px;
  font-size: 24px;
  font-weight: normal;
    color:#fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-home-32 .news-home-date {
    display:none;
}

.news-home-32 .news-home .caption {
    margin-bottom:15px;
}

.news-home-32 .news-home-readmore {
  margin: 0;
    position: absolute;
    bottom:15px;
    left:25%;
    width:50%;
  padding: 15px 30px;
  line-height: 20px;
  
  font-size: 20px;
  display: inline-block;
    border:0;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #7d6a3f 0%, #5d4a1f 62.5%, #5d4a1f 100%);
    box-shadow: -1px 1px 2px rgba(0,0,0,0.5);
    text-shadow: 0 0 2px rgba(0,0,0,0.9);
    color:#fff;
    font-weight: normal;
    text-align: center;
    filter:grayscale(0);
    transition: ease all 0.1s;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.news-home-32 .news-home-readmore:hover {
    background: radial-gradient(ellipse farthest-corner at left top, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at right bottom, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.5);
    font-weight: normal;
    text-align: center;
    filter:grayscale(1);
}



.news-right > div {
	display:block;
	margin:0 0 30px 0;
	position: relative;
}




.news-right > div:after {
	content:'';
	display:block;
	clear: both;
}

.news-right-block {
	display:flex;
	position: relative;
}

#adg_main_middle .news-right-block {
	border-radius:10px;
	padding:18px;
	border:2px solid #ba0000;
	background: rgba(255,255,255,1);
}

.news-right-block .image {
	width:30%;
	min-width:150px;
	max-width: 280px;
	padding:0;
	margin:0;
	overflow: hidden;
}

.news-right-block .image img {
	max-width:100%;
	height: auto;
	border-radius: 10px;
}


.news-right-block .caption {
	flex: 1;
	padding:0 0 0 20px;
	margin:0;
}

.news-right-block .caption h4 {
	margin:0 0 10px 0;
	text-align: left;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}


.news-right .readmore {
	position: absolute;
	right:10px;
	bottom:-15px;
}



.news-category {
    display:flex;
    flex-wrap: wrap;
    justify-content:flex-start; 
    width:calc(100% + 20px);
    margin:0 -10px;
}

.news-category > div {
    margin:0 10px 30px;
    text-align: center;
    width:calc(50% - 20px);
    padding:10px;
}

.news-category > div {
	display:block;
	margin:0 0 30px 0;
}

.news-category > div:after {
	content:'';
	display:block;
	clear: both;
}

.news-category-block {
	display:flex;
	position: relative;
}

.news-category-block .image {
	width:30%;
	min-width:150px;
	max-width: 280px;
	padding:0;
	margin:0;
	overflow: hidden;
}

.news-category-block .image img {
	max-width:100%;
	height: auto;
	border-radius: 10px;
	margin:0 auto;
}


.news-category-block .caption {
	flex: 1;
	padding:0 0 0 20px;
	margin:0;
	text-align: left;
}

.news-category-block .caption h4 {
	margin:0 0 10px 0;
	text-align: left;
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
}


.news-category .readmore {
	float:right;
	margin-top:5px;
}


.news-home-42 h2 {
	display:none;
}







.news-full .thumbnails {
    list-style:none;
    padding:0;
    border:0;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    width:calc(100% + 20px);
    margin:0 -10px;
}
.news-full .thumbnails li {
    display:block;
    margin:0 10px 10px;
    text-align: center;
    width:calc(20% - 20px);
    background: #a7a8aa;
    padding:10px;
}


.news-full .thumbnails li a.thumbnail {
    margin:0;
    padding:0;
    border:0;
    display:block;
}




.newscat_999999 .news-category {
    display:flex;
    flex-wrap: wrap;
    justify-content:flex-start; 
    width:calc(100% + 20px);
    margin:0 -10px;
}

.newscat_999999 .news-category > div {
    margin:0 10px 30px;
    text-align: center;
    width:calc(20% - 20px);
    background: #a7a8aa;
    padding:10px;
}


.newscat_999999.news-category > div a img {
    margin:0  auto;
    display:block;
    max-width: 100%;
    width:100%;
    height: auto;
}

.newscat_999999 .news-category > div a img {
    max-width:128px;
    margin-top:20px;
    margin-bottom: 20px;
}














.module-carousel {
  margin: 0;
}


.module-carousel.module-latest {
	margin-bottom:50px;
}

.module-carousel.module-latest h2,
.module-carousel.module-featured h2 {
	margin-bottom:10px;
}


.home_block_29 {
    padding:30px 0 90px 0;
    position: relative;
    background: #fff;
}


.home_block_41 {
    padding:30px 0 90px 0;
    position: relative;
    background: #fff;
	max-width: 2160px;
	margin:0 auto;
}

.infopage ul {
    margin:0 0 20px 0;
    padding:0 0 0 20px;
}




.ocpb-agree {display: none;}



.testimotials-page {
  width:100%;  
}


.testimonials {
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:0 -15px 30px -15px;
    width:calc(100% +30px);
}

.testimonial {
    display:block;
    margin:0 15px 30px 15px;
    line-height: 24px;
    text-align: left;
    width:calc(33.33% - 30px);
    min-width: 280px;
    padding:15px;
    background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.testimonial h3 {
    line-height:29px;
    margin:0 0 10px 0;
    text-align:inherit;
}


.testimonial h3 img {
    display:inline-block;
    height: 13px;
    margin:8px 0;
}

.testimonial .info {
    line-height: 15px;
    color:#777;
    margin-bottom: 10px;
    text-align:inherit;
}

.testimonial .text {
    font-style: normal;
    font-weight: normal;
}


#testimonial0 {
    padding:0;
    position: relative;
	margin:0;
}

#testimonial0 > div {
	padding:0;
}

#testimonial0 h2 {
	margin:0 0 10px 0;
	line-height: 100%;
	font-size: 20px;
}

#testimonial0 h2 a,
#testimonial0 h2 a:hover,
#testimonial0 h2 a:active,
#testimonial0 h2 a:focus {
    color:inherit;
    text-decoration: none;
}

.testimonials-mod {
		border-radius: 10px;
	
	border:2px solid #fff;
}

.testimonials-mod .owl-stage-outer {
	border-radius: 10px;
}

.owl-carousel.testimonials-mod .item {
    padding:0; 
    position: relative;
    height: 100%;
}


.owl-carousel.testimonials-mod .item > div {
 position:relative;
 padding:15px;
}

.owl-carousel.testimonials-mod .item > div.inc {
 background: #fff;
	border-radius: 8px;
	position: absolute;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	top:5px;
	left:5px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.owl-carousel.testimonials-mod h3 {
    line-height:29px;
    margin:0 0 10px 0;
    font-size: 20px;
    text-align:inherit;
}

.owl-carousel.testimonials-mod .info {
	display:none;
}


.owl-carousel.testimonials-mod .owl-item img {
    width:auto;
    height: 13px;
    display:block;
    margin:8px auto;
}



.home-testimonials-button {
	background:#fff;
	border-radius: 10px;
	padding:10px 20px;
	margin:0;
	width:100%;
	text-align: left;
	box-shadow: 0 3px 10px rgba(0,0,0,0.7);
	display:flex;
	align-items: center;
	justify-content: space-between;
}


.home-testimonials-button > p {
	margin:0 20px 0 0;
	line-height: 20px;
	width:auto;
}





















#anons-img0 {
	background:#fff;
	border-radius: 10px;
	margin:0;
	width:100%;
	position: relative;
}

.anons-img img {
	display:none;
	width:auto;
	height: 100%;
}

#anons-img0 img {
	display:none;
}

#anons-img0 .item {
	display:block;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

#anons-img0 .item a,
#anons-img0 .item div {
	display:block;
	width:100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	
}

#anons-img0 {height:280px;}













.grecaptcha-badge { visibility: hidden; }



#modalFeedback  .modal-dialog {
    max-width:280px;
}


#modalFeedback  .modal-content {
    border-radius:5px;
}

#modalFeedback h3 {
    text-align:center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    padding:0;
    margin:0 0 15px 0;
}


#modalFeedback input[type="text"] {
    margin:0 0 15px 0;
    color:#000;
    border:1px solid #000;
    line-height: 28px;
    width:100%;
    max-width:280px;
}


#modalFeedback .modal-body {border-radius:5px; padding:15px; overflow: hidden;}
#modalFeedback .form-horizontal .form-group {
    margin:0;
}


#modalFeedback #button_send_feedback {
    width:100%;
    border-radius: 0 !important;
    border: 0 !important;
}


#modalFeedback .alert {
    padding:0 !important;
    margin:0 0 15px 0 !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    text-align: center !important;
}







.ocpb-oneclick {
    text-align:center;
}

.ocpb-oneclick-form {
    display:flex;
    justify-content: center;
    margin:0 -10px;
    width:calc(100% + 20px);
}
.ocpb-oneclick .ocpb-oneclick-form .form-group {
    width:auto;
    max-width: 200px;
    margin:5px 10px;
    padding:0;
}

#button-oneclick {
    width:100%;
}












.nav-tabs {
  margin:0;
  border:0;
    padding:0;
}

.nav-tabs:after {
    display:block;
    content:'';
    clear: both;
}

.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 0;text-decoration: none;
    background-color: transparent;
    color: #777;
}

.nav-tabs > li > a:hover {
  border-color: transparent !important;  
    background: transparent !important;  
    color: #000;
}



.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #000 !important;
    cursor: default !important;
    background-color: #fff !important;
    border: 1px solid #777 !important;
    border-bottom-color: transparent !important;
}


.tab-content > .tab-pane {
    border:1px solid #777;
    border-radius: 0;
    padding:15px;
    overflow: hidden;
}
.tab-content .tab-pane {
 
}

.tab-content .tab-pane.active {

}



.information .tab-content  {}



.information .tab-content input[type="text"] {
    margin:0 0 15px 0;
    color:#000;
    border:1px solid #000;
    line-height: 28px;
    width:100%;
    max-width:280px;
}

.information .tab-content textarea  {
    border:1px solid #000;
}


.information .tab-content .form-horizontal .form-group {
    margin:0;
}


.setrating {
    margin-bottom:15px !important;
}

















#scroller {
	position: fixed;    
	bottom: 20px; 
	right:10px;  
	width: 50px;
	height: 50px;
	display:none;
	z-index: 9;
	background:#ba0000;
	border:2px solid #fff;
	padding:6px 8px 10px 8px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: -5px 0 10px rgb(0, 0, 0, 0.3);
}

#scroller .myico {
	transform: rotate(-90deg);
}




/***************************************************************************************
LOGIN POPUP
***************************************************************************************/

.login .content{
	background-color:#fff;
	border-radius:10px;
	width:400px;
	margin:40px auto 10px;
	padding:10px 15px 15px;
	overflow:hidden;
	position:relative;
}

.login .content h3{color:#000;text-align:center;font-size:24px;font-weight:normal;margin:0 0 0 0;padding:0;line-height:30px;}
.login .content h4{color:#555}
.login .content .hint{color:#999;padding:0;margin:15px 0 7px}
.login .content .forget-form,
.login .content .login-form {padding:0; margin:0}
.login .content .form-control{background-color:#fff;height:43px;color:#000;border:1px solid #efefef}
.login .content .form-control:active,
.login .content .form-control:focus{border:1px solid #57585A}

.login .content .form-control::-moz-placeholder{color:#57585A;opacity:1}
.login .content .form-control:-ms-input-placeholder{color:#57585A}
.login .content .form-control::-webkit-input-placeholder{color:#57585A}

.login .content select.form-control{padding-left:9px;padding-right:9px}

.login .content .forget-form,
.login .content .register-form{display:none}

.login .content .form-title{font-weight:normal;margin-bottom:25px}

.login .content .create-account {
	margin:0 -17px -17px -17px;
	width:calc(100% + 34px);
	padding:17px 0;
	text-align:center;
	background-color:#ba0000;
	border-radius:0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	color:#fff;
}

.login .content .create-account:hover {
	background:#77A941;
}

.login .content .create-account > p {
	margin:0;
	text-align: inherit;
}

.login .content .create-account a {
	color:inherit;
}


.login-options{margin-top:30px;margin-bottom:30px;overflow:hidden}
.login-options h4{float:left;font-weight:600;font-size:15px;color:#7d91aa!important}
.login .content .form-actions .checkbox{margin-left:0;padding-left:0}
.login .content .forget-form .form-actions{border:0;margin-bottom:0;padding-bottom:20px}
.login .content .register-form .form-actions{border:0;margin-bottom:0;padding-bottom:0}

.login .content .form-actions{clear:both;border:0;padding:10px 0 20px 0;margin:0;display:flex;justify-content: space-between;}
.login .content .login_button {display:block; margin:0;}
.login .content .forget-password {font-size:14px;display:block;margin:0;line-height: 40px;}



.login .content .check{color:#8290a3}.login .content .rememberme{margin-left:8px}




.login .content .create-account a{display:inline-block;margin-top:5px}.login .copyright{text-align:center;margin:0 auto 30px 0;padding:10px;color:#7a8ca5;
font-size:13px}
.padding-2{padding: 0 2px;margin-bottom: 10px;}


.sharebuttons_container .adg_inc {
	padding:0;
	border-top:2px dashed #fff;
	background:#fff3e3 url("../image/images/bg.jpg") 50% 0 repeat;
}

.sharebuttons {
	display:flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin:0;
	padding:10px 20px;
}
.button.sharebutton {
	display:block;
	padding:0 10px 0 10px;
	font-size: 12px;
}

.sharebuttons > div {
	display:none;
	line-height: 36px;
	margin:1px;
}

.sharebuttons.opened > div {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sharebuttons.opened > div > a {
	display:block;
	margin:3px;
}







@media (max-width:440px){
.login .content,
.login .logo {margin-top:10px}	
.login .content {width:280px}	
.login .content h3{font-size:22px}
.forget-password{display:inline-block;margin-top:20px}
.login-options .social-icons{float:left;padding-top:3px}
.login .checkbox{font-size:13px}
}














@media (min-width: 320px) {
  .adg_inc {
    max-width: 100%;
  }
  #content.content-1-cols, #content.content-2-cols, #content.content-3-cols {
    width: 100%;
  }


	
	
  .product-grid {
    width: calc(100% - 20px);
  }
    
    .category-list ul > li {
        width:calc(50% - 10px)
    } 
    
}
@media (min-width: 480px) {
		.product-grid {
    width: calc(50% - 20px);
  }
    .category-list ul > li {
        width:calc(50% - 10px)
    }
}
@media (min-width: 840px) {
	
#adg_main > .adg_inc > #column-left + 	#content {
	width:70%;
}    

#adg_main > .adg_inc > #column-left {
	width:calc(30% - 20px);
} 
  .product-grid {
    width: calc(33.33% - 20px);
  }
    .category-list ul > li {
        width:calc(33.33% - 10px)
    }
}
@media (min-width: 1140px) {
  .adg_inc {
    max-width: 1140px
  }
  #content.content-1-cols {
    width: 100%;
    padding: 0;
  }
  #content.content-2-cols {
    width: calc(100% - 260px);
    padding: 0 0 0 20px;
  }
  #content.content-3-cols {
    width: calc(100% - 520px);
    padding: 0 20px;
  }
#adg_main > .adg_inc > #column-left + 	#content {
	width:73%;
}    

#adg_main > .adg_inc > #column-left {
	width:calc(27% - 20px);
}  
    
  .product-grid {
    width: calc(33.33% - 20px);
  }
  .common-home .product-grid {
    width: calc(20% - 10px);
  }
}
@media (min-width: 1420px) {
  .adg_inc {
    max-width: 1420px
  }

#adg_main > .adg_inc > #column-left + 	#content {
	width:75%;
}
	
#adg_main > .adg_inc > #column-left {
	width:calc(25% - 20px);
}
  .product-grid {
    width: calc(33.33% - 20px);
  }
  .common-home .product-grid {
    width: calc(16.66% - 20px);
  }
    .category-list ul > li {
        width:calc(25% - 10px)
    }
}
@media (min-width: 1700px) {
  .adg_inc {
    max-width: 1700px;
  }
	
#adg_main > .adg_inc > #column-left + 	#content {
	width:80%;
}
	
#adg_main > .adg_inc > #column-left {
	width:calc(20% - 20px);
}
  .product-grid {
    width: calc(25% - 20px);
  }
    .category-list ul > li {
        width:calc(20% - 10px)
    }
}


@media (max-width: 1700px) {
	
	#top-info_bottom {font-size:19px;}
	#top-info_bottom a {margin:0 5px;	}

		#slider_header_kalendar {
			top:10%;
		}
#anons-img0 {height:180px;}
}

@media (max-width: 1420px) {
	
	#top-info_bottom {font-size:16px;}
	#top-info_bottom a {margin:0 5px;	}
	#top-info_bottom .top-info_bottom_phones i {display:none;	}

#anons-img0 {height:90px;}
	
#mobileDetector {
	width:90px;
}
	
	
#slider_header_kalendar {
	width:180px;
	height:180px;
	top:5%;
}
	
#slider_header_kalendar > div {
	top:22%;
	left:26%;
	font-size: 80px;
	line-height: 80px;
}
	
	#slider_header_kalendar i.cur-date-m {
		font-size:18%;
		line-height: 120%;
	}
	
}
@media (max-width: 1180px) {
	
	
	#top-info_bottom {font-size:14px;}
	#top-info_bottom a {margin:0 5px;	}
	
#mobileDetector {
	width:80px;
}
	
 
.news-full .thumbnails li {
    width:calc(25% - 20px);
}
	
	
.categorywall-home ul > li > a {
				font-size: 16px;
				text-transform: uppercase;
}	
	
	
}
@media (max-width: 1140px) {
#anons-img0,
#testimonial0,
.home-testimonials-button {
	margin-bottom:20px;
}
	
	#anons-img0 {
		height:30vw;
		order: 3;
		margin-bottom:40px;
	}

#mobileDetector {
	width:70px;
}
	
	
	
#logo,
#logophone {
		width:calc(40vw);
		height: calc(40vw / 6.1);
		z-index: 3;
		right:auto;
		left:auto;
	bottom:1vw;
}
	#logo {
		left:5vw;
	}
	#logophone {
		right:5vw;
	}
	
.logo_before,
.logo_after {
	line-height: 3vw;
	font-size: 3vw;
}
	
	
#top-info-alter #logo {
	width:300px;
	height: 41px;
	bottom:0;
	right:0;
	left:0;
	top:0;
}
	
#top-info-alter .logo_before,
#top-info-alter .logo_after {
	line-height: 24px;
	font-size: 24px;
}
	
	
	
    
    
.news-home-32 .news-home > div {
    width:calc(50% - 20px);
} 
    
    
    
    
  #button-cart {
    padding: 10px 15px;
  }

   
    
    
  #top-contacts-full {
    display: none;
  }
  #top-contacts-mobile {
    display: block;
  }
  
	



	
	
#adg_main_middle {
	flex-wrap: wrap;
}


#adg_main_middle #column-left, 
	#adg_main_middle #column-right {
 width:100%;
	padding:0 0 30px 0;
}
	
	#adg_main_middle #column-right {
		padding-bottom:0;
	}
	
	
	
	.news-category-block {
		flex-wrap:wrap;
	}

	
.news-category-block .image,
	.news-category-block .caption {
	width:100%;
	min-width:100%;
	max-width:100%;
	margin:0 0 10px 0;
		text-align: center;
}

.news-category-block .caption {
	flex: 0;
	width:100%;
	min-width:100%;
	max-width:100%;
	padding:0;
	margin:0;
}
	
	.news-category-block .caption h4 {
		text-align:center;
	}	
	
.news-category .readmore {
	float:none;
	margin: 5px auto 0 auto;
}
	
	.home-advantages ul {
		font-size: 12px;
		margin-left:-20px;
		margin-right:-20px;
		width:calc(100% +20px);
	}
	
	.home-advantages li {
		min-width: 150px;
	}
	
	
}

@media (max-width: 1100px) {

	#adg_topmenu {
		width:100%;
	}
	
	
	
#top-info-alter #logo {
	width:221px;
	height: 30px;
	bottom:0;
	right:0;
	left:0;
	top:0;
	margin:0 auto 10px auto;
	clear:both;
	float:none;
}
	
#top-info-alter .logo_before,
#top-info-alter .logo_after {
	line-height: 18px;
	font-size: 18px;
}
	
#top-info-alter_bottom {
	position:relative;
	top:0;
	right:0;
	float:none;
	transform:translateY(0);
		max-width:none;
			width:calc(100% + 30px);
		clear:both;
	margin:0 -15px;
	}
	
	.top-info-alter_bottom_phones {
		flex-wrap:wrap;
		justify-content: center;
	}
	
	.top-info-alter_bottom_phones a {
		margin:5px;
		font-size: 18px;
		line-height: 20px;
	}

}



@media (max-width: 980px) {

#adg_main > .adg_inc {
  display: block;
	}
	
#adg_main > .adg_inc > #column-left + 	#content {
	width:100%;
	border-left:0;
	padding-left:0;
}

#adg_main > .adg_inc > #column-left {
	width:100%;
	margin-right:0;
	padding:15px 0;	
}
	
	

    
#mobileDetector {
	width:60px;
} 
	
	#top-info_bottom {
		height:auto;
		display:block;
		text-align: center;
	}
	
#top-info_bottom > span {
	display:inline-block;
	white-space:normal;
}

	#top-info_bottom {font-size:14px;}
	#top-info_bottom a {margin:0 5px;	}

#slider_header_body .slide:nth-child(1) {
	background-position: -20px 50%;
}	
	
#slider_header_body .slide:nth-child(2) {
	background-position: -80px 50%;
}	
	
#slider_header_body .slide:nth-child(3) {
	background-position: -100px 50%;
}	

#slider_header_body .slide:nth-child(4) {
	background-position: -10px 50%;
}	
	
#slider_header_kalendar {
	transform: translateX(-25%);
}
	
	
	
    
.news-full .thumbnails li {
    width:calc(33.33% - 20px);
}
    

.categorywall-home ul > li > a {
				font-size: 14px;
				text-transform: uppercase;
}	
    
    


	

	
	
	
	
	
	
    
    .category-list ul {
        justify-content:center;
    }
    

    
.contact-page-bottom table,
.contact-page-bottom tbody,
.contact-page-bottom tr,
.contact-page-bottom table td,
.contact-page-bottom table td:last-child {
    text-align: left;
    padding-left:0;
    padding-right:0;
    border-left:0;
    width:100%;
    display:block;
}
    
    .contact-page-bottom td {
        margin-bottom:50px;
    }
    .contact-page-bottom table td:last-child {
        margin-bottom:0;
    }
    
    
    
    
    
    h1,h2 {
        text-align:center;
    }
	
	
	.button.btn-load-pagination {
	display: flex;
		font-size:14px;
		padding:0 20px;
}
	
	.sharebuttons {
		justify-content:center;
	}

    
}



@media (max-width:840px) {
	
.categorywall-home ul > li > a {
				font-size: 12px;
				text-transform: uppercase;
}	
	
  .product-info-left {
    width: 100%;
    margin-bottom: 30px;

  }
  .product-info-right {
    width: 100%;
    padding: 0;
  }
	
	.home-advantages ul {
		justify-content: center;
	}
	
	.home-advantages li {
		min-width: 150px;
	}
	
	
}

@media (max-width: 768px) {
	
	
#mobileDetector {
	width:50px;
}

	

	

#modalFeedback .modal-dialog {
        max-width:100vw;
    }
    
#modalFeedback input[type="text"] {
        max-width:100%;
    }   
	
	
	.news-category > div {
		width:calc(100% -  20px);
	}
	
	
	
	
.news-right-block {
	flex-wrap: wrap;
}

.news-right-block .image,
.news-right-block .caption {
	width:100%;
	min-width:100%;
	max-width: 100%;
	padding:0;
	margin:0 0 20px 0;
	overflow: hidden;
	text-align: center;
}


.news-right-block .caption {
	flex: 0;
	padding:0;
	margin:0;
}
	
	.news-right-block .caption img {
		margin:0 auto;
	}

.news-right-block .caption h4 {
	text-align: center;
}
	
	.news-right > div {
	display:block;
	margin:0 0 50px 0;
}
	
	
#slider_header_kalendar {
	transform: translateX(0%);
}
	
	
.home-testimonials-button {
	display:block;
	text-align: center;
}


.home-testimonials-button > p {
	margin:0 0 10px 0;
	width:100%;
}

	.home-testimonials-button .button {
		
	display:inline-block;
		margin:0 auto;
	}
	
	
.productsall-page {
	flex-wrap: wrap;
}

.productsall-page_left {
	width:100%;
}

.productsall-page_right {
	width:100%;
	margin-left:0;
}

	

	
	
	
	
    
}
@media (max-width: 720px) {
    
#mobileDetector {
	width:30px;
}  
  
.categorywall-home ul {
		flex-wrap:wrap;
	}

.categorywall-home ul > li {
    flex-basis: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}


    
    
    
    
.news-full .thumbnails li {
    width:calc(50% - 20px);
}
    
    

    
.news-home-32 .news-home > div {
    width:calc(100% - 20px);
} 
    
    
    
    

    

    
    .filters > div {
        justify-content: center;
    }   
    
    .filters > div > div {
        margin:0 5px 15px 5px;
    }
    
.filters label.input-group-addon {
  display:none;
} 
   
    
    
 
    .breadcrumb > li + li {
        padding-left:15px;
    }

    
    

}
@media (max-width: 640px) {
#logo,
#logophone {
		width:152px;
		height: 25px;
		right:auto;
		left:50%;
		transform:translateX(-50%);
}
#logo {
	bottom:50px;
}
	
	#logophone {
		bottom:10px;		
		width:280px;
		height:35px;
	}
	
#top-info-alter #logo {
	width:150px;
	height: 20px;
	bottom:0;
	right:0;
	left:0;
	top:0;
	transform:translateX(-10px);
}
	
#top-info-alter .logo_before,
#top-info-alter .logo_after {
	line-height: 18px;
	font-size: 18px;
}
	
	

	.top-info-alter_bottom_phones a {
		font-size: 16px;
	}
	
	
	
#slider_header_body .slide:nth-child(1) {
	background-position: -20px 50%;
}	
	
#slider_header_body .slide:nth-child(2) {
	background-position: -180px 50%;
}	
	
#slider_header_body .slide:nth-child(3) {
	background-position: -200px 50%;
}	

#slider_header_body .slide:nth-child(4) {
	background-position: -10px 50%;
}	
	
#slider_header_kalendar {
	transform: translateX(-25%);
}
	
	

	
	
	
}
@media (max-width: 480px) {
	
	
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
	
	
#mobileDetector {
	width:20px;
}    
	
	.top-info-alter_bottom_phones a {
		font-size: 14px;
	}

	
	
	
	
	.search-page_box,
.search-page_param {
	flex-wrap: wrap;
}
	
	.search-page_param {
		margin:0 0 20px 0;
	}

.search-page_box > div,
.search-page_box > div:first-child  {
	margin:0 0 10px 0;
	flex-basis:100%;
}

.search-page_submit {
	order:1;
	margin:0 0 10px 0;
}
	
.search-page_param-config {
	order:0;
	flex-basis:100%;
	margin:0 0 10px 0;
	text-align: left;
}
	
	
	
	
.news-category > div {
    width:calc(100% - 20px);
}
    
    
.categorywall-home ul > li {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
}



	

    
.drop_search .adg-drop-content {
		right:-130px;
}

#slider_header_kalendar {
	transform: translateX(0%);
	left:auto;
	right:10px;
}	
	
	
#slider_header_body .slide:nth-child(1) {
	background-position: -20px 50%;
}	
	
#slider_header_body .slide:nth-child(2) {
	background-position: -180px 50%;
}	
	
#slider_header_body .slide:nth-child(3) {
	background-position: -200px 50%;
}	

#slider_header_body .slide:nth-child(4) {
	background-position: -10px 50%;
}	

#button-cart {
	overflow: hidden;
	text-indent: 100%;
		position: relative;
}	
	
	#button-cart:before {
		float:none;
		margin:auto;
		
	}
	

}
@media (max-width: 350px) {

#mobileDetector {
	width:10px;
}   

}