html, body{
    width: 100%;
    height: 100%;
}

body{
	font-family:'Open Sans', sans-serif;
	color:#2B2A29;
	display:inline-block;
	margin:0;
	padding:0;
}

@font-face  {
  font-family:'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight:normal;
  font-style:normal;
}

*{
	box-sizing:border-box;
	outline: none;
	font-family: 'Open Sans', sans-serif;
}

a{
	transition:all ease-out .2s;
}

img{
	max-width:100%;
	image-rendering: optimizeSpeed !important;
	image-rendering: -moz-crisp-edges !important; 
	image-rendering: -o-crisp-edges !important;
	image-rendering: -webkit-optimize-contrast !important;
	image-rendering: optimize-contrast !important;
	image-rendering: crisp-edges !important; 
	-ms-interpolation-mode: nearest-neighbor !important;
}

#header{
	height:140px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background: rgba(255,255,255,.9);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index:3;
	border-bottom:5px solid #5089C6;
	transition:all ease-out .2s;
}

.header{
	height:140px;
	width:1340px;
	margin:0 auto;
	position:relative;
	transition:all ease-out .2s;
}

.logo{
	background:url('../img/logo.png') no-repeat;
	background-size:contain;
	display:block;
	height:100px;
	width:196px;
	position:absolute;
	top:20px;
	left: 20px;
	transition:all ease-out .2s;
}

#header.headscroll,
.headscroll .header{
	height:80px;
}

#header.nofilterhead{
	background: rgba(255,255,255,.7);
}

#header.headscroll2,
#header.nofilterhead .header,
#header.nofilterhead.headscroll{
	background: rgba(255,255,255,1);
}

#header.nofilterhead .header{
	border-bottom:5px solid #5089C6;
}

.headscroll .logo{
	height:60px;
	top:10px;
}

.headnav ul{
	margin:0;
	padding:0;
	position:absolute;
	bottom:20px;
	right:0;
	transition:all ease-out .2s;
}

.nofilterhead .headnav ul{
	bottom:15px;
}

.headscroll .headnav ul{
	bottom:10px;
}

.nofilterhead.headscroll .headnav ul{
	bottom:5px;
}

.headnav ul ul{
	display:none!important;
}

.headnav li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

.headnav a{
	color: #2B2A29;
    display: block;
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
	text-transform: uppercase;
    text-decoration: none;
}

.headnav a:hover,
.headnav li.active a{
	color:#5089C6;
}

.headnav a .wrap{
	position:relative;
}

.headnav a .wrap:before{
	content:'';
	display:block;
	position:absolute;
	bottom:-4px;
	left:50%;
	height:2px;
	width:0;
	background:#5089C6;
	transition:all ease-out .2s;
}

.headnav a:hover .wrap:before,
.headnav li.active a .wrap:before{
	left:0;
	width:100%;
}

.headaddress{
	position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
	transition:all ease-out .2s;
	min-width: 400px;
}

.headworktime{
	position: absolute;
    overflow: hidden;
    height:25px;
    width: 100%;
    top: 30px;
	left:0;
    font-size: 13px;
    transition: all ease-out .1s;
    text-align: center;
    border-top: 2px solid #5089C6;
    padding-top: 5px;
}

.headscroll .headaddress{
	top:10px;
}

.headscroll .headworktime{
	height:0;
	top: 28px;
}
.headaddress .phone{
	text-decoration:none;
	color:#2B2A29;
	margin-right:20px;
	cursor:default;
}

.phone:before,
.headaddress .address:before{
	font-family:'FontAwesome';
	padding-right:5px;
}

.phone:before{
	content:'\f10b';
	font-size: 18px;
}

.headaddress .address:before{
	content:'\f041';
	font-size: 15px;
}

.headsitename{
	display: inline-block;
    position: absolute;
    left: 245px;
    top: 30px;
	font-size:14px;
    transition: all ease-out .2s;
}

.headsitename .sitename{
	display:block;
    text-transform: uppercase;
    font-size: 20px;
}

.headsitename .companyname{
	display:block;
	height:25px;
	overflow:hidden;
    transition: all ease-out .5s;
}

.headscroll .headsitename .companyname{
	height:0;
}

.headscroll .headsitename{
	top:26px;
	left:145px;
}

.headscroll .headsitename .sitename{
	font-size:14px;
}

#filterhead{
	width:100%;
	display:block;
	height:500px;
	margin-top:140px;
	overflow:hidden;
	position:relative;
}

.filterhead{
	width:950px;
	display:block;
	height:340px;
	position:relative;
	margin:0 auto;
	top:80px;
	background:rgba(255,255,255,.9);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-bottom: 5px solid #5089C6;
    border-top: 5px solid #5089C6;
	
}

.filterhead .widget_tabbed ul{
	margin:0;
	padding:0;
}

.filterhead .widget_tabbed ul li{
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	width:50%;
}

.filterhead .widget_tabbed ul li:nth-child(n+3){
	display:none;
}

.filterhead .widget_tabbed ul li a{
	display:block;
	width:100%;
	height:50px;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
	background:#5089C6;
	color:#fff;
	cursor:pointer
}

.filterhead .widget_tabbed ul li a.active{
	background:none;
	color:#5089C6;
	cursor:default;
}

.filterhead .widget_tabbed ul li a .wrap{
	position:relative;
}

.filterhead .widget_tabbed ul li a .wrap:before{
	content:'';
	display:block;
	position:absolute;
	bottom:-5px;
	left:50%;
	width:0;
	height:2px;
	background:#5089C6;
	transition:all ease-out .4s;
}

.filterhead .widget_tabbed ul li a.active .wrap:before{
	left:0;
	width:100%;
}

.filterhead .widget_tabbed .widgets{
	clear:both;
	padding:30px 25px;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 240px;
}

.filterhead .widget_tabbed.shinyfilter .field{
	float:left;
	width:calc(33.33333% - 13.33333px);
	margin-right:20px;
}

.filterhead .widget_tabbed.shinyfilter .field:nth-child(-n+3){
	width:175px;
}

.filterhead .widget_tabbed.shinyfilter .field:nth-child(4){
	width:315px;
	margin-right:0;
}

.filterhead .widget_tabbed.shinyfilter .field:nth-child(5){
	width:315px;
}

.filterhead .widget_tabbed.shinyfilter .field:nth-child(6){
	width:calc(66.66666% - 342px);
}

.wheelsfilter{
	width:100%;
}

.filterhead .widget_tabbed.shinyfilter .wheelsfilter .field{
	margin-right:20px;
	width:auto;
}

.filterhead .widget_tabbed.shinyfilter .wheelsfilter .field:nth-child(-n+6){
	width:calc(16.66666% - 16.66666px);
}

.filterhead .widget_tabbed.shinyfilter .wheelsfilter .field:nth-child(6){
	margin-right:0;
}

.filterhead .widget_tabbed.shinyfilter .wheelsfilter .field:nth-child(7){
	clear:both;
}

.filterhead .widget_tabbed.shinyfilter .wheelsfilter .field:nth-child(7),
.filterhead .widget_tabbed.shinyfilter .wheelsfilter .field:nth-child(8){
	width:calc(33.33333% - 13.33333px);
}

.filtercheckboxlist{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#fff;
	z-index:2;
}

.opencheckboxlist{
	display: block;
    background: #2B2A29;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 16px;
	padding:0 20px;
	transition:all ease-out .2s;
}

.opencheckboxlist:hover{
	background: #5089C6;
}

.filterhead .input_checkbox_list label{
	float:left;
}

.filterhead .filtercheckboxlist .input_checkbox_list label{
	width: 16.66666%;
    font-size: 13px;
}

.filtercheckboxlist .input_checkbox_list{
	padding: 10px;
}

.filterhead .field .title{
	margin-bottom:10px;
	border-bottom:2px solid #5089C6;
	padding-bottom:5px;
	font-size:16px;
	height: 28px;
    line-height: 28px;
}

.filterhead .field.f_bc .title{
	font-size:14px;
}

.filterhead .field .value{
	line-height:30px;
}

.filterhead .field.f_price .value{
	font-size:14px;
}

.filterhead .field.f_price .value input{
	width: 105px;
    text-align: center;
}

.filterhead .widget_content_filter .buttons{
	float:right;
	display: block;
    width: calc(33.33333% - 13.33333px);
    margin: 28px 0 0 0;
    height: 42px;
}

.filterhead .widget_content_filter .buttons input.button-submit{
	padding: 0 10px;
    line-height: 42px;
    width: 100%;
    font-size: 20px;
    background: #5089C6;
    text-transform: uppercase;
	border-radius:0;
	transition:all ease-out .2s;
}

.filterhead .widget_content_filter .buttons input.button-submit:hover{
	background: #438EDB;
}

.filterhead .widget_content_filter .input-small{
	width:48px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span {
	display: block;
	position: relative;
	padding-left: 26px;
	color: #2B2A29;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	margin-right:10px;
	height:30px;
	line-height: 28px;
}

input[type="checkbox"] + span:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #9D9B9B;
	position: absolute;
	left: 0;
	top: 4px;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + span:before {
  width: 8px;
  top: -1px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right-color:#5089C6;
  border-bottom-color:#5089C6;
}

.filtercheckboxlist input[type="checkbox"] + span{
	height:15px;
}

#sidebar .filtercheckboxlist input[type="checkbox"] + span{
	height:30px;
}

.closecheckboxlist{
	position: absolute;
    bottom: 10px;
    left: calc(50% - 110px);
    width: 220px;
    background: #2B2A29;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
	transition:all ease-out .2s;
}

.closecheckboxlist:hover{
	background: #5089C6;
}
.filterhead .widget_tabbed .widgets{
	overflow: visible;
}

.filterhead .field.ft_list.f_brand{
	position: relative;
	overflow: visible;
}

.filterhead .field.ft_list.f_brand .filtercheckboxlist{
	width: 420px;
	height: auto;
	top: 58px;
	left: 0;
	z-index: 9999;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 10px;
}

.filterhead .field.ft_list.f_brand .filtercheckboxlist .input_checkbox_list{
	max-height: 170px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
}

.filterhead .field.ft_list.f_brand .filtercheckboxlist .input_checkbox_list label{
	float: left;
	display: block;
	width: 50%;
	margin: 0 0 6px 0;
	font-size: 13px;
	padding-right: 10px;
}

.filterhead .field.ft_list.f_brand .filtercheckboxlist input[type="checkbox"] + span{
	height: auto;
	line-height: 20px;
}

.filterhead .field.ft_list.f_brand .closecheckboxlist{
	position: static;
	width: 100%;
	margin-top: 10px;
	left: auto;
	bottom: auto;
}
#wrapper{
	width:100%;
	background:rgba(255,255,255,.7);
	position:relative;
	border-top:5px solid #5089C6;
	border-bottom: 5px solid #5089C6;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display:inline-block;
	font-size:15px;
	padding-bottom: 30px;
    margin-bottom: -30px;
}

.wrapper{
	background:#fff;
	width:1340px;
	min-height:calc(100vh - 585px);
	margin:0 auto;	
	position:relative;
	padding:30px;
}

#wrapper.nofilterhead .wrapper {
	padding:0 30px;
}

#wrapper.nofilterhead{
	border-top:0;
}

.wdhomepage{
	display:inline-block;
	max-width: 100%;
	overflow: hidden;
}

.news_list_item{
	max-width: 100%;
	overflow: hidden;
}

.tiles-big{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wdhomepage .tiles-big .item{
	width: calc(25% - 15px);
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-right:20px;
}

.wdhomepage .tiles-big .item:nth-child(4){
	margin-right:0;
}

.wdhomepage .tiles-big .item:nth-child(n+5){
	display:none;
}

.wdhomepage .tiles-big .item a{
	display:inline-block;
	width:100%;
	text-decoration: none;
	padding:20px;
	border:1px solid #9D9B9B;
	-webkit-box-shadow: 0 0 10px rgba(43, 42, 41, 0.1);
    box-shadow: 0 0 10px rgba(43, 42, 41, 0.1);
	transition:all ease-out .3s;
	background:#f5f5f5;
}

.wdhomepage .tiles-big .item a:hover{
	border:1px solid #5089C6;
	-webkit-box-shadow: 0 0 10px rgba(255, 134, 0, 0.2);
    box-shadow: 0 0 10px rgba(255, 134, 0, 0.2);
	background:#fff;
}

.wdhomepage .tiles-big .item .image{
	display:block;
	width:100%;
	height:250px;
	overflow:hidden;
	background: #e5e5e5;
}

.wdhomepage .tiles-big .item .image img{
	width:100%;
	height:100%;
	object-fit:scale-down;
}

.wdhomepage .tiles-big .item h3{
	color: #222;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-bottom: 2px solid #5089C6;
    margin-bottom: 10px;
    padding-bottom: 10px;
	transition:all ease-out .2s;
}

.wdhomepage .tiles-big .item:hover h3{
	color:#5089C6;
}

.wdhomepage .tiles-big .item .teaser{
	display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
	color:#2B2A29;
	transition:all ease-out .2s;
}

.wdhomepage .tiles-big .item:hover .teaser{
	color:#5089C6;
}

#wrapper .widget_tabbed,
#wrapper .widget{
	margin-top: 30px;
}

#wrapper .widget.margintop10{
	margin-top:10px;
}

#wrapper .widget_tabbed{
	border:5px solid #2B2A29;
	border-left-width:2px;
	border-right-width:2px;
}

#wrapper .widget.h1home{
	margin-top: -5px;
}

#wrapper .widget_tabbed .tabs ul{
	margin:0;
	padding:0;
	background: #2B2A29;
	position:relative;
	display:inline-block;
	width:100%;
}

#wrapper .widget_tabbed .tabs li{
	float:left;
	list-style-type:none;
}

#wrapper .widget_tabbed .tabs li a{
	height:50px;
	line-height:50px;
	background:none;
	padding:0 30px;
	font-size:20px;
	color:#fff;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
}

#wrapper .widget_tabbed .tabs li a.active{
	background:#fff;
	color:#5089C6;
	cursor:default;
}

#wrapper .widget_tabbed .tabs li.links{
	position: absolute;
    right: 8px;
    top: 5px;
}

#wrapper .widget_tabbed .tabs li.links a{
	text-transform: none;
    text-decoration: none;
    background: #5089C6;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
	margin-left:5px;
	float:left;
}

#wrapper .widget_tabbed .tabs li.links a:hover{
	background: #438EDB;
}

#wrapper .widget_tabbed .widgets{
	padding:20px;
}

h1, h2, h3, h4, h5, h6{
	line-height:135%;
	clear:both;
}

h1{
	font-size:36px;
}

#cont h1{
	font-size:30px;
}

#wrapper .widget.h1home h1{
	text-align:center;
	text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
}

#wrapper p{
	line-height:150%;
}

.wdhomefirstcontainer{
	display:inline-block;
	width:100%;
	margin-bottom: 20px;
}

.firstcontainer{
	width:calc(33.33333% - 20px);
	float:left;
	margin-right:30px;
	text-align:center;
}

.firstcontainer.noblock2{
	width:calc(50% - 15px);
}

.firstcontainer.noblock3{
	width:100%;
}

.firstcontainer:last-child{
	margin-right:0;
}

.firstcontainer h3{
	font-size: 30px;
    border-bottom: 2px solid #5089C6;
    padding: 0 30px 15px 30px;
    margin: 0 50px 10px 50px;
}

.firstcontainer a{
	text-decoration: none;
    display: block;
    background: #5089C6;
    color: #fff;
    width: 150px;
    height: 36px;
    line-height: 36px;
    margin: 20px auto;
    font-size: 16px;
}

.firstcontainer a:hover{
	background: #438EDB;
}

.widget{
	display: inline-block;
    width: 100%;
}

.widget .wdtitle{
	border-bottom:5px solid #5089C6;
	position:relative;
	margin-bottom:20px;
	display:inline-block;
	width:100%;
	height:50px;
	line-height:50px;
}

.widget .wdtitle h3{
	margin:0;
	padding:0;
	font-size:30px;
	text-transform:uppercase;
	height:50px;
	line-height:50px;
}

.widget .wdtitle .links{
	position:absolute;
	top:10px;
	right:0;
}

.widget .wdtitle .links a{
	text-transform: none;
    text-decoration: none;
    background: #2B2A29;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
	margin-left:5px;
	float:left;
}

.widget .wdtitle .links a:hover{
	background: #438EDB;
}

.list_news_home a{
	display:block;
	width:calc(33.3333% - 20px);
	height:260px;
	position:relative;
	float:left;
	margin-right:30px;
	text-decoration:none;
	overflow:hidden;
	background-size:cover!important;
}

.list_news_home a:nth-child(n+4){
	display:none;
}

.list_news_home a:nth-child(3){
	margin-right:0;
}

.list_news_home .date_pub{
	position: absolute;
    top: 20px;
    left: 0;
    background: #5089C6;
    color: #fff;
    line-height: 36px;
    padding: 0 15px;
    font-size: 16px;
	transition:all ease-out .5s;
}

.list_news_home h4{
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    margin: 0;
    width: 100%;
    font-size: 18px;
    padding: 10px 15px;
	transition:all ease-out .2s;
	
}

.list_news_home .teaser{
	margin: 0;
    padding: 10px 15px;
    line-height: 135%!important;
    background: rgba(255,255,255,0.8);
    color: #2B2A29;
    width: 100%;
    position: absolute;
    top: 260px;
	height:80px;
	overflow:hidden;
	transition:all ease-out .2s;
}

.list_news_home a:hover h4{
	bottom:80px;
    background: rgba(0,0,0,.8);
}

.list_news_home a:hover .teaser{
	top:180px;
}

.list_news_home a:hover .date_pub{
	top:-60px;
}

.list_news_home{
	display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

#sidebar{
	display:inline-block;
	width:260px;
	float:left;
	margin-right:30px;
	padding-bottom:25px;
}

#cont{
	display:inline-block;
	width:100%;
	float:left;
	padding-bottom:25px;
}

#cont.sideyes{
	width:calc(100% - 290px);
}

.pagecontent{
	width: 100%;
	display: inline-block;
	padding-top: 155px;	
}

#sidebar .widget .wdtitle{
	border-bottom: 2px solid #222;
}

#sidebar .widget .wdtitle h3{
	font-size:24px;
}

#sidebar .widget{
	margin-top:30px!important;
}

#sidebar .widget:first-child{
	margin-top:0!important;
}

#sidebar .fields{
	display:inline-block;
	width:100%;
}

#sidebar .f_brand{
	position:relative;
	display: inline-block;
    width: 100%;
}

#sidebar .f_width,
#sidebar .f_profil,
#sidebar .f_diameter{
	float:left;
	width:calc(33.33333% - 10px);
	margin-right:15px;
}

#sidebar .f_diameter{
	margin-right:0;
}

#sidebar .f_season{
	clear:both;
}

#sidebar .title{
	height:30px;
	line-height:30px;
}

#sidebar .f_price .title{
	float: left;
    padding-right: 5px;
}

#sidebar .filtercheckboxlist{
	height: 300px;
    top: 60px;
    overflow-y: auto;
    border: 2px solid #2B2A29;
    overflow-x: hidden;
}

#sidebar .diskifilter .field{
	margin-right:0;
	width:100%;
	display: inline-block;
}

#sidebar .f_condition label{
	float:left;
	margin-right:10px;
}

#sidebar form .field label{
	line-height:28px;
}

#sidebar .filterbuttons{
	height:30px;
	width:100%;
	overflow:hidden;	
}

#sidebar .closecheckboxlist,
#sidebar .opencheckboxlist{
	display:block;
	position:static;
	line-height:30px;
	width:100%;
	text-transform:uppercase;
	overflow:hidden;
	transition:all ease-out .3s;
}

#sidebar .opencheckboxlist{
	height:30px;
}

#sidebar .opencheckboxlist.filterclick{
	height:0;
}

#sidebar .closecheckboxlist{
	height:0;
}

#sidebar .closecheckboxlist.filterclickclose{
	height:30px;
}

#sidebar .f_price .value{
	font-size:14px;
}

#sidebar .f_price .value input{
	width:90px;
	text-align:center;
}

#sidebar .buttons input{
	margin:0;
	width:100%;
	height:36px;
	line-height:36px;
	padding:0;
	border-radius:0;
	background:#5089C6;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}

#sidebar .buttons input:hover{
	background:#438EDB;
}

#sidebar .tiles-big .item{
	margin-bottom:20px;
	width: 100%;
}

#sidebar .tiles-big .item:last-child{
	margin-bottom:0;
}

#sidebar .tiles-big .item a{
	display:block;
	width:100%;
	height:200px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
}

#sidebar .tiles-big .item a img{
	width:100%;
	height:200px;
	object-fit:cover;
}

#sidebar .tiles-big .item a .date_pub{
	position:absolute;
	top:20px;
	left:0;
	background:#5089C6;
	color:#fff;
	height:30px;
	line-height:30px;
	padding:0 15px;
	font-size:13px;
    transition: all ease-out .5s;
}

#sidebar .tiles-big .item a h3{
	margin:0;
	padding:10px 15px;
	width:100%;
	font-size:16px;
	background: rgba(0,0,0,.5);
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
    transition: all ease-out .2s;
}

#sidebar .tiles-big .item a .teaser{
	margin: 0;
    padding: 10px 15px;
    line-height: 20px!important;
    background: rgba(255,255,255,0.8);
    color: #2B2A29;
    width: 100%;
    position: absolute;
    top: 200px;
    height: 80px;
    transition: all ease-out .2s;
}

#sidebar .tiles-big .item a .teaser p{
	margin: 0;
    padding: 0;
    line-height: 20px!important;
    color: #2B2A29;
    height: 60px;
    overflow: hidden;
	font-size:14px;
}

#sidebar .tiles-big .item a:hover .date_pub{
	top:-60px;
}

#sidebar .tiles-big .item a:hover h3{
	bottom:80px;
}

#sidebar .tiles-big .item a:hover .teaser{
	top: 120px;
}

#breadcrumbs{
	margin: 20px 0;
	font-size:13px;
}

#breadcrumbs ul{
	margin: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #2B2A29;
    padding: 0 0 9px 0;
    line-height: 135%;
}

#breadcrumbs li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#breadcrumbs li.sep{
	padding:0 10px;
}

#breadcrumbs li.sep:before{
	content:'\f101';
	font-family:'FontAwesome';
}

#breadcrumbs li.home a:before{
	content:'\f015';
	font-family:'FontAwesome';
	font-size:16px;
}

#breadcrumbs a{
	text-decoration:none;
	color:#2B2A29;
}

#breadcrumbs a:hover{
	color:#5089C6;
}

#breadcrumbs a.lastitem{
	cursor:text;
	color:#9D9B9B;
}

.catalog_list{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	clear: both;
}

.catalog_list_item{
	position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-right:20px;
	margin-top:20px;
	width:calc(33.33333% - 13.33333px);
	float:left;
}

.catalog_list_item:nth-child(3n+3){
	margin-right:0;
}

.catalog_list_item:nth-child(-n+3){
	margin-top:0;
}

.catalog_list_item a.a_item{
	display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 20px;
    border: 1px solid #9D9B9B;
	-webkit-box-shadow: 0 0 10px rgba(43, 42, 41, 0.1);
    box-shadow: 0 0 10px rgba(43, 42, 41, 0.1);
	color:#2B2A29;
	position:relative;
	background:#f5f5f5;
}

.catalog_list_item.supersale a.a_item{
	border: 2px solid #ff0000;
	-webkit-box-shadow:0 0 10px rgba(255, 28, 0, 0.1);
	box-shadow:0 0 10px rgba(255, 28, 0, 0.1);
	background: #fff;
	position:relative;
}

.catalog_list_item.supersale a.a_item:before{
	content:'';
	background:url(../img/sale.png) no-repeat left top;
	background-size:contain!important;
	display:block;
	width:230px;
	height:105px;
	max-width:60%;
	position:absolute;
	top:-1px;
	left:-1px;
}

.catalog_list_item:hover a.a_item{
	border: 1px solid #5089C6;
	-webkit-box-shadow: 0 0 10px rgba(255, 134, 0, 0.2);
    box-shadow: 0 0 10px rgba(255, 134, 0, 0.2);
	background:#fff;
}

.catalog_list_item.supersale:hover a h2{
	color:#b50000!important;
	border-bottom: 2px solid #b50000;
}

.catalog_list_item.supersale:hover a.a_item{
	border:2px solid #ff0000;
	-webkit-box-shadow: 0 0 10px rgba(255, 28, 0, 0.2);
	box-shadow: 0 0 10px rgba(255, 28, 0, 0.2);
	color:#b50000!important;
}

.catalog_list_item a .photo{
	width: 100%;
    height: 200px;    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.catalog_list_item a .photo.nophoto{
	background-image: url(../images/lnophoto.png);
    background-position: center;
    background-repeat: no-repeat;
	background-color: #e0e0e0;
}

.catalog_list_item a .photo img{
	width: 100%;
    height: 200px;
	object-fit:scale-down;
}

.catalog_list_item a h2{
	font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
	border-bottom: 2px solid #2B2A29;
    transition: all ease-out .2s;
}

.catalog_list_item a:hover h2{
	border-bottom: 2px solid #5089C6;
}

.catalog_list_item .f_price .value{
	font-size: 13px;
	text-align:center;
}

.catalog_list_item .f_price.yprice .value{
	padding-top:20px;
}

.catalog_list_item .f_price .value.notsale{
	font-size: 16px;
}

.catalog_list_item .f_price.yprice{
	position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0;
}

.catalog_list_item .f_price .value.noprice{
	font-size: 14px;
    line-height: 120px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.catalog_list_item .f_price .value .structure{
	display: block;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin-top: -5px;
    padding-bottom: 7px;
	color:#2B2A29;
}

.catalog_list_item .f_price .value.noprice .structure{
	display:none;
}

.catalog_list_item a .f_condition .value{
	position: absolute;
    top: 0px;
    right: 0;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
    background: #9D9B9B;
    color: #fff;
	transition:all ease-out .2s;
}

.catalog_list_item a:hover .f_condition .value{
	background: #5089C6;
}

.catalog_list_item a .field{
	float:none;
	clear:both;
	border-bottom: 1px solid #9D9B9B;
    line-height: 30px;
}

.catalog_list_item a .list_fields .field:last-child{
	border-bottom:0;
	padding-bottom:120px;
}

.catalog_list_item a .field .value{
	text-align:right;
}

.catalog_list_item a.priceedit,
.catalog_list_item a.cloneitem{
	position:absolute;
	width:30px;
	height:30px;
	top:30px;
	right:10px;
	display:block;
	padding:0;
	border:0;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.catalog_list_item a.cloneitem{
	top:65px;
}

.catalog_list_item a.priceedit:before,
.catalog_list_item a.cloneitem:before{
	font-family:'FontAwesome';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#5089C6;
	color:#fff;
}

.catalog_list_item a.priceedit:before{
	content:'\f155';
}

.catalog_list_item a.cloneitem:before{
	content:'\f24d';
}

#cont .menu{
	margin:0 0 10px 0;
	padding:0;
	display:inline-block;
	width:100%;
}

#cont .menu li{
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}

#cont .menu li a{
	color:#fff;
	text-decoration:none;
	background:#2B2A29;
	line-height:30px;
	padding:0 10px;
	margin-right:5px;
	display:block;
}

#cont .menu li a:hover{
	background:#5089C6;
}

.pagebar{
	margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.pagebar_pages,
.pagebar_notice{
	float:left;
	font-size:16px;
	line-height:24px;
	color:#9D9B9B;
}

.pagebar_pages{
	margin-right:30px;
}

.pagebar_page{
	text-decoration:none;
	color:#2B2A29;
	display:block;
	height:24px;
	line-height:24px;
	padding:0 5px;
	float:left;
	margin:0 5px;
}

.pagebar_page:hover{
	color:#5089C6;
}

.pagebar_page.pagebar_current{
	color:#5089C6;
	border-bottom:2px solid #5089C6;
}

.pagebar_page.disabled{
	color:#c9c6c6;
}

.pagebar_page.page_prev{
	margin-right:20px;
}

.pagebar_page.page_next{
	margin-left:20px;
}

.pagebar_page.page_first:before,
.pagebar_page.page_prev:before,
.pagebar_page.page_next:before,
.pagebar_page.page_last:before{
	font-family:'FontAwesome';
	font-size: 20px;
	transition:all ease-out .2s;
}

.pagebar_page.page_first:before{
	content:'\f100';
}

.pagebar_page.page_prev:before{
	content:'\f104';
}

.pagebar_page.page_next:before{
	content:'\f105';
}

.pagebar_page.page_last:before{
	content:'\f101';
}

.news_list_item a{
	display: inline-block;
    padding-bottom: 30px;
    border-bottom: 2px solid #2B2A29;
    width: 100%;
    margin-bottom: 30px;
	text-decoration:none;
	color:#2B2A29;
	clear:both;
	position:relative;
}

.news_list_item:last-child a{
	padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.news_list_item a .photo{
	width:250px;
	height:160px;
	overflow:hidden;
	float:left;
	margin-right:30px;
}

.news_list_item a .photo img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.news_list_item h2{
	clear:none;
	margin:0 0 10px 0;
	transition:all ease-out .2s;
}

.news_list_item a:hover h2{
	color:#5089C6;
}

.news_list_item .date_pub{
	font-size:13px;
	display:inline-block;
	margin-bottom:20px;
	color:#2B2A29;
}

.news_details{
	display:inline-block;
	width:100%;
	border-top: 2px solid #2B2A29;
    padding: 10px 0 0 0;
	font-size:13px;
	line-height: 22px;
	margin-top:20px;
}

.news_details .date_pub,
.news_details .hits_count{
	float:left;
}

.news_details .date_pub{
	margin-right:20px;
}

.news_details .socicons{
	float:right;
}

.news_details .hits_count:before{
	content:'\f06e';
	font-family:'FontAwesome';
	padding-right:4px;
	font-size: 14px;
}

.news_details .date_pub:before{
	content:'\f073';
	font-family:'FontAwesome';
	padding-right:4px;
	font-size: 14px;
}

.news_item .f_photo .value{
	width: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
    margin: 0 30px 30px 0;
}

.news_item .f_photo .value img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_item .f_content{
	clear:both;
}

.news_item .f_pretext{
	font-size:20px;
}

.news_item .previous_ctype_navigation, .news_item .next_ctype_navigation{
	background-color:#2B2A29!important;
}

.news_item .previous_ctype_navigation a, .news_item .next_ctype_navigation a{
	color:#fff!important;
}

.news_item .previous_ctype_navigation a:hover, .news_item .next_ctype_navigation a:hover{
	background-color:#5089C6!important;
}

.catalog_item .f_photo{
	width:60%;
	float:left;
	margin-right:20px;
}

.catalog_item .f_photo .first_type_images{
	width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
	background:#9D9B9B;
}

.catalog_item .f_photo .first_type_images img{
	width: 100%;
    height: 400px;
	object-fit:scale-down;
}

.catalog_item .f_photo .second_type_images{
	width:calc(20% - 8px);
	margin-right:10px;
	height:80px;
	overflow:hidden;
}

.catalog_item .f_photo .second_type_images:nth-child(5n+6){
	margin-right:0;
}

.catalog_item .f_photo .second_type_images img{
	width:100%;
	height:80px;
	object-fit:cover;
}

.catalog_item .fields_group{
	width: calc(40% - 20px);
    display: inline-block;
	padding: 0;
    border: 2px solid #9D9B9B;
	background:#f5f5f5;
}

.catalog_item.supersale .fields_group{
	border: 2px solid #ff0000;
}

.catalog_item .fields_group .field{
	border-bottom:1px solid #9D9B9B;
	line-height:30px;
	font-size:16px;
}

.catalog_item .fields_group .field:nth-child(n+2){
	margin:0 20px;
}

.catalog_item .fields_group .field:last-child{
	border-bottom:0;
	margin-bottom:20px;
}

.catalog_item .fields_group .field:nth-child(n+2) .value{
	text-align:right;
}

.catalog_item .fields_group .f_price{
	font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #9D9B9B;
	margin-bottom: 20px;
	background:#fff;
	position:relative;
}

.catalog_item.supersale .fields_group .f_price{
	border-bottom: 2px solid #ff0000;
}
.catalog_item.supersale .fields_group .f_price:before{
	content:'';
	background:url(../img/sale.png) no-repeat left top;
	background-size:contain!important;
	display:block;
	width:230px;
	height:105px;
	max-width:50%;
	position:absolute;
	top:-1px;
	left:-1px;
}

.catalog_item .fields_group .f_price .structure{
	font-size:14px;
	display:block;
	color:#2B2A29;
}

.catalog_item .f_content,
.catalog_item .f_stext{
	clear:both;
}

#footerwd{
	width:100%;
	display:inline-block;
	height:300px;
	background:rgba(43,42,41,.5);
	margin-top:30px;
}

.footerwd{
	width:1340px;
	margin:0 auto;
	height:300px;
	background:#2B2A29;
	padding:30px;
	overflow:hidden;
	color:#EAE7E4;
}

.footerwd p{
	line-height: 20px;
	line-height: 20px;
}

.footerwd a{
	color:#EAE7E4;
	text-decoration:none;
}

.footerwd a:hover{
	color:#fff;
}

.footerwd .wdfooter{
	margin-right:30px;
	float:left;
	height:240px;
	overflow:hidden;
	width:calc(27% - 20px);
}

.footerwd .footerlogo{
	width:calc(25% - 20px);
}

.footerwd .footermap{
	width:calc(48% - 20px);
	margin-right:0;
	background:#393636;
}

.footerwd .footerlogo img{
	width:100%;
	height:100%;
	object-fit:scale-down;
}

.footerwd .footeraddr h3{
	color: #EAE7E4;
    font-size: 20px;
    border-bottom: 2px solid;
    padding: 0 0 5px 0;
}

#copyright{
	height:24px;
	line-height:24px;
	font-size:10px;
	background:rgba(32,31,30,.9);
	color:#9B9893;
	text-align:center;
	width:100%;
	margin-top: -5px;
}

#copyright a{
	color:#9B9893;
	text-decoration:none;
}

.wdcallback{
	position:fixed;
	z-index:100;
	background:#fff;
	width:100%;
	height:100vh;
	background:rgba(0,0,0,.7);
	display:none;
	top:0;
	left:0;
}

.wdcallbackopen{
	position:fixed;
	z-index:5;
	top:50%;
	right:0;
	width:36px;
	background:#5089C6;
	cursor:pointer;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transition:all ease-out .2s;
}

.wdcallbackopen:hover{
	background:#438EDB;
}

.wdcallbackopen span{
	display:block;
	writing-mode: tb-rl;
	transform:rotate(180deg);
	font-size:18px;
	white-space:nowrap;
	color:#fff;
	padding: 20px 0;
    line-height: 36px;
}

.wdcallbackclose{
	position:absolute;
	top: 20px;
    right: 30px;
    width: 38px;
    height: 38px;
	background: url("../images/modal/close.png");
    z-index: 101;
	cursor:pointer;
	display:none;
}

.wdcallbackclose span{
	display:none;
}

.callbackwind{
	background:#fff;
	padding:20px;
	display:inline-block;
	width:388px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	box-shadow:0 0 30px #000;
    overflow-y: auto;
    max-height: 100%;
}

.callbackwind h3{
	font-size: 22px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
	border-bottom:2px solid #9D9B9B;
}

.callbackwind form.iforms input.button_submit{
	width: 100%;
    margin: 0;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border: 0;
    background: #5089C6;
    display: block;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.callbackwind .success_text{
	border: 0;
    background-color: #5089C6;
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
}

.callbackwind form.iforms input.button_submit:hover{
	background: #438EDB;
}

.nyroModalLink #modal_form #modal_price{
	float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    text-align: center;
    color: #2B2A29;
    font-size: 18px;
    margin-right: 10px;
    border: 1px solid #9D9B9B;
	transition:all ease-out .2s;
}

.nyroModalLink #modal_form #modal_price:hover,
.nyroModalLink #modal_form #modal_price:focus{
	border: 1px solid #2B2A29;
}

.nyroModalLink #modal_form #modal_submit{
	height: 30px;
    width: 40px;
    color: #fff;
    border: 0;
    background: #2B2A29;
    cursor: pointer;
	transition:all ease-out .2s;
}

.nyroModalLink #modal_form #modal_submit:hover,
.nyroModalLink #modal_form #modal_submit:focus{
	height: 30px;
    width: 40px;
    color: #fff;
    border: 0;
    background: #5089C6;
    cursor: pointer;
}

.modalcloneitem{
	margin: 20px;
}

.modalcloneitem a{
	display: block;
    background: #2B2A29;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
	margin-top: 10px;
	text-decoration:none;
}

.modalcloneitem a:hover{
	background: #5089C6;
}

.widget_image_single .preview img,
.widget_image_single .preview a,
.widget_image_multi .preview img,
.widget_image_multi .preview a { float:left; width: 64px; height: 64px; text-decoration: none; object-fit: scale-down;}

.widget_image_single .preview, .widget_image_multi .preview{
	padding: 0 0 0 5px!important;
}

.sess_messages .sessmessclose{
	background: none;
    position: absolute;
    width: 20px;
    height: calc(100% - 2px);
    padding: 0;
    top: 0;
    right: 0;
    margin: 0;
    overflow: hidden;
}

.sess_messages .sessmessclose:before{
	content:'\f00d';
	font-family:'FontAwesome';
	position: absolute;
	top:50%;
	height:20px;
	line-height:20px;
	display:block;
	width:20px;
	cursor:pointer;
    transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	color:#fff!important;
	left:0;
}

#sidebar .persmenu ul{
	margin:20px 0 0 0;
	padding:0;
}

#sidebar .persmenu li{
	margin:0;
	padding:0;
	list-style-type:none;
}

#sidebar .persmenu li a{
	text-decoration:none;
	display:block;
	line-height:30px;
	border:2px solid #9D9B9B;
	color:#2B2A29;
	text-align:center;
	margin-bottom:4px;
}

#sidebar .persmenu li a:hover{
	border:2px solid #5089C6;
	color:#5089C6;
}

#scrolltotop {
    width: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
}

#scrolltotop:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background: rgba(50,50,50,0.5);
    font-family: 'FontAwesome';
    content: '\f106';
    color: #fff;
    transition: all .2s ease-out;
}

#scrolltotop:hover:before {
    background: rgba(50,50,50,1);
}

.catdesc{
	font-size: 16px;
	margin-bottom: 20px;
}

#adaptivefilter,
#adaptivefilteropen,
#adaptivemenu,
#adaptivemenuopen,
#adaptivephone,
#adaptivefilterclose,
#adaptivemenuclose{
	display:none;
}

#adaptivefilteropen:before,
#adaptivemenuopen:before,
#adaptivefilterclose:before,
#adaptivemenuclose:before{
	position:absolute;
	font-family:'FontAwesome';
	top:0;
	left:0;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:25px;
	color:#2B2A29;
}

#adaptivefilteropen:before{
	content:'\f1de';
}

#adaptivemenuopen:before{
	content:'\f0c9';
}

#adaptivefilterclose:before,
#adaptivemenuclose:before{
	content:'\f00d';
	color:#5089C6;
	font-size:20px;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.tprice1 tr:nth-child(1) td:nth-child(1),
.tprice1 tr:nth-child(1) td:nth-child(2){
	width:36.3636%;
}

.tprice1 tr:nth-child(1) td:nth-child(3){
	width:18.1818%;
}

.tprice1 tr:nth-child(1) td:nth-child(4){
	width:9.0909%;
}

.tprice1 tr:nth-child(7) td:nth-child(1){
	width:18.1818%;
}

.tprice1 td,
.tprice2 td{
	background:#FAD3B4;
	color:#000;
	vertical-align:middle;
	text-align:center;
    font-size: 16px;
    font-weight: bold;
	border:1px solid #2B2A29!important;
}

.tprice1 tr:nth-child(2) td,
.tprice1 tr:nth-child(4) td:nth-child(n+2),
.tprice1 tr:nth-child(6) td:nth-child(n+2),
.tprice1 tr:nth-child(8) td,
.tprice1 tr:nth-child(10) td{
	background:#FAC9A1;
}

.tprice1 tr:nth-child(3) td,
.tprice1 tr:nth-child(5) td,
.tprice1 tr:nth-child(7) td:nth-child(n+2),
.tprice1 tr:nth-child(9) td:nth-child(n+2),
.tprice2 tr:nth-child(2n+1) td{
	background:#FCE9D9;
}

.tprice1 tr:nth-child(4) td:first-child,
.tprice1 tr:nth-child(6) td:first-child,
.tprice1 tr:nth-child(7) td:first-child,
.tprice1 tr:nth-child(9) td:first-child{
	background:#5089C6;
	color:#fff;
}

.ttprice h2{
	text-align:center;
}

.ttprice h3{
	text-align:center;
	margin-top:20px;
	font-size:20px;
}

.ttprice p{
	font-weight:bold;
	text-align:center;
	color:#000;
	font-size:16px;
}

.tprice2{
	width:100%;
}

.f_pdf_file{
	display:none;
}

.fsindex{
	border:1px solid #9D9B9B;
	padding:0 5px;
	border-radius:2px;
	position:relative;
	white-space:nowrap;
	cursor:help;
}

.placeholderindex{
	position: absolute;
    visibility: hidden;
    background: #F5F5F5;
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    top: 27px;
    left: calc(50% - 1px);
    color: #333;
    width: 250px;
    transform: translate(-50%,0);
    text-align: left;
	transition:all ease .2s;
	opacity:0;
	border: 1px solid #8E8E8E;
    border-radius: 2px;
	z-index:2;
}

.fsindex:hover .placeholderindex{
	visibility:visible;
	opacity:1;
}

.sfind{
	color:#5089C6;
}

.fsindexi{
	position:relative;
	cursor:help;
}

.placeholderindexi{
	position: absolute;
    visibility: hidden;
    background: #F5F5F5;
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    top: 20px;
    right: 0;
    color: #333;
    width: 250px;
    text-align: left;
	transition:all ease .2s;
	opacity:0;
	border: 1px solid #8E8E8E;
    border-radius: 2px;
	z-index:2;
}

.fsindexi:hover .placeholderindexi{
	visibility:visible;
	opacity:1;
}

.sfindi{
	color:#5089C6;
}

.nyroModalLink .content_item{
	padding:10px 20px;
}

.nalcheckbox,
.salecheckbox{
	width: 30px;
    height: 30px;
    position: absolute;
    top: 100px;
    right: 10px;
    background: #fff;
	transition:all ease .2s;
	cursor:pointer;
}

.salecheckbox{
	top: 135px;
}

.nalcheckbox.naloff{
	border: 2px solid #9D9B9B;
}

.salecheckbox.saleoff{
	border: 2px solid #ff9600;
}

.nalcheckbox.nalon,
.nalcheckbox.naloff:hover{
	border: 2px solid #29DB05;
}

.salecheckbox.saleon,
.salecheckbox.saleoff:hover{
	border: 2px solid #ff5300;
}

.nalcheckbox:before,
.salecheckbox:before{
	content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    transition: all ease .2s;
}

.nalcheckbox.naloff:before,
.salecheckbox.saleoff:before{
	background:#fff;
}

.nalcheckbox.nalon:before{
	background:#29DB05;
}

.salecheckbox.saleon:before{
	background:#ff0000;
}

#cartbutton{
	position: fixed;
    right: 10px;
    top: 155px;
    width: 50px;
    height: 50px;
    background: #3E97E0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
	z-index: 10;
	transition:all ease .15s;
}

#cartbutton:hover{
	background:#5FA7E0;
}

#cartbutton.headscroll{
	top: 95px;
}

#cartbutton:before{
	content:'\f07a';
	font-family:'FontAwesome';
	font-size:24px;
}

#cartbutton #cartcount{
	position: absolute;
    top: 8px;
    right: 7px;
    display: block;
    height: 16px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    font-size: 10px;
    color: #5FA7E0;
    background: rgba(50,50,50,.7);
    border-radius: 50%;
}

.cartbuy{
	position: absolute;
    bottom: 25px;
    left: 50px;
	display: inline-block;
    width: 100%;
}

.catalog_item .cartbuy{
	position:relative;
	bottom: auto;
    left: auto;
}

.cartbuy #count{
	width: 40px;
    height: 30px;
    text-align: center;
    font-size: 15px;
	border:1px solid #333;
}

.cartbuy input[type="button"]{
	height:30px;
	border:0;
	background:#3E97E0;
	color:#fff;
	width:calc(100% - 190px);
	font-size:15px;
	transition: all ease .15s;
	cursor:pointer;
	border-radius:3px;
}

.catalog_item .cartbuy input[type="button"]{
	float:left;
	width:120px;
}

.catalog_item .cartbuy #cart_widget{
	margin-left: calc(50% - 105px);
    width: 210px;
    margin-top: 5px;
}

.cartbuy input[type="button"]:hover{
	background:#5FA7E0;
}

.salevalue{
	font-size:15px;
}

.catalog_item .salevalue{
	font-size:16px;
}

.salevalue span{
	font-size:24px;
	color:#3E97E0;
}

.supersale .salevalue span,
.supersale .cart_minus:before,
.supersale .cart_plus:before,
.catalog_list_item.supersale .cart_info:before,
.catalog_item.supersale .cart_info:before,
.catalog_item.supersale .installment span{
	color:#ff0000!important;
}

.supersale .cartbuy input[type="button"]{
	background:#ff0000!important;
}

.catalog_item .salevalue span{
	font-size:28px;
}

.catalog_list_item .cart_info,
.catalog_item .cart_info{
	position: relative;
    cursor: help;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.catalog_list_item .cart_info:before,
.catalog_item .cart_info:before{
	content: '\f059';
    font-family: 'FontAwesome';
    padding-left: 3px;
    font-size: 14px;
    color: #3E97E0;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    height: 15px;
    width: 15px;
    line-height: 15px;
}

.catalog_list_item .cart_tooltip,
.catalog_item .cart_tooltip{
	display: none;
    transition: all ease .15s;
    opacity: 0;
    visibility: hidden;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #8e8e8e;
    border-radius: 2px;
    z-index: 1;
    width: 230px;
    left: -140px;
    top: 20px;
    padding: 7px;
    font-size: 12px!important;
    line-height: 120%!important;
}

.catalog_list_item .cart_info:hover .cart_tooltip,
.catalog_item .cart_info:hover .cart_tooltip{
	display:block;
	position:absolute;
	opacity:1;
	visibility:visible;
}

.cartmodal {padding:0px 20px 15px 20px;}
.cart{ 	 
	height: auto; 
	width: auto; 
	min-width:720px; 
	min-height:100px; 
	overflow:hidden; 
	display:block;
	text-align:center;
}

.cart_logo{
	text-align:left;
}
.cart_empty{ padding: 0; text-align: left;}
.cart_items td, .cart_items th{ padding:10px; border-bottom: 1px solid #333;}
.cart_items th{font-weight:normal;background:#333;color:#fff;}
.cart_items td.td_cart_img{padding-right:0;width: 65px;}
.cart_items td.td_cart_img img{width:50px;height:50px;max-width:50px;}
.cart_items td.td_cart_del{width: 20px;padding: 0 5px 0 0;}
.cart_items .del_button{
	width:20px;
	height:20px;
	line-height:20px;
	color:red;
	text-align:center;
	cursor:pointer;
	transition:all ease .15s;
	font-size: 18px;
}

.cart_items .del_button:before{
	content:'\f05c';
	font-family:'FontAwesome';
}

.cart_items .td_cart_sale{
	padding:0 30px;
	text-align: center;
	width: 95px;
}

.cart_items .td_cart_summ,
.cart_items .td_cart_price{
	width:140px;
	text-align:center;
}

.cart_items .cart_info{
	position:relative;
	display:inline-block;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
}

.cart_items .cart_info:before{
	content:'\f059';
	font-family:'FontAwesome';
	cursor:pointer;
	padding-left: 3px;
    font-size: 15px;
	color:#3E97E0;
	animation: pulse 1s infinite;
}

.cart_items .cart_info:hover:before{
	animation: none;
	font-size: 15px;
}

@keyframes pulse {
  0% {
    font-size: 11px;
  }
  5%, 40% {
    font-size: 16px;
  }
  100% {
    font-size: 11px;
  }
}

.cart_items .cart_tooltip{
	display: none;
    transition: all ease .15s;
    opacity: 0;
    visibility: hidden;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #8e8e8e;
    border-radius: 2px;
    z-index: 1;
    width: 200px;
    left: -144px;
    top: 20px;
    padding: 10px;
    font-size: 13px;
}

.cart_items .cart_info:hover .cart_tooltip{
	display:block;
	position:absolute;
	opacity:1;
	visibility:visible;
}

.cart_items .cart_currency{
	font-size:12px;
}

.cart_minus:before,
.cart_plus:before{
	font-family:'FontAwesome';
	cursor:pointer;
	color:#3E97E0;
	font-size: 10px;
	display:block;
	width:21px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
}

.cart_minus:before{
	content:'\f068';
}

.cart_plus:before{
	content:'\f067';
}

.cart_items .td_cart_total{
	text-align: right;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
	background:#333;
}

.cart_items .td_cart_total_summ{
	text-align: center;
    font-size: 12px;
    color: #3E97E0;
	background:#333;
}

.cart_items .td_cart_total_summ span{
	font-size: 16px;
}

.td_cart_title{ text-align:left;}
.td_cart_title a{ color:#333;}
.td_cart_title a:hover{ color:#ff8600;}
.td_cart_count{
	text-align:center;
	min-width:100px;
}
.cart_count { padding: 0; text-align:center; display: inline-block; margin: 0;}

.catalog_list_item .cart_count,
.catalog_item .cart_count{
	float:left;
	margin-right:10px;
}
.cart_count li { display: inline; }
.cart_count input{
	width:35px;
	height:30px;
	font-size:15px;
	text-align:center;
	display: block;
    float: left;
}
.cart_items a{text-decoration:none; outline: none;}
.cart_items h2{ text-decoration:none; color:#1e5799;}
.cart_items{border: 1px solid #333;border-collapse:collapse; font-size:14px;width:100%;}
.cart_count .cart_minus,
.cart_count .cart_plus{
	display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #333;
    width: 20px;
    margin: 0;
	position:relative;
	transition:all ease .15s;
}
.cart_count .cart_minus:hover,
.cart_count .cart_plus:hover{
	background: #000;
}
.cart_count .cart_minus{
	border-radius:3px 0 0 3px;
}
.cart_count .cart_plus{
	border-radius:0 3px 3px 0;
}
.cart_button{
	display: block;
    background: #333;
    padding: 0 15px;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
	transition: all ease .15s;
	border-radius:2px;
}
.cart_button:hover{
	background:#3E97E0;
}
.cart_button.orange{ background: #3E97E0;}
a.cart_button{ text-decoration:none;}
a.cart_button:hover{ color:#FFF;}
.cart_summ{ font-size:16px; color:#333;}
.cart_price{font-size:16px;}
.through{ text-decoration: line-through; font-size:12px;}
.del_button{ cursor:pointer;}
.totalcart{ font-size: 20px; line-height:36px; text-align:right;margin-top: 10px;}
.goorder{ float:right; margin-left:25px;}
.goorder .button-submit{height:32px;border-radius:2px;}
.userform{ text-align:left; margin-top:10px;}
.userform form > input{margin-bottom: 5px;width: calc(25% - 3px); font-size:14px;border:1px solid #333;}
.userform textarea{
	height: 64px;
    resize: none;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
	margin-bottom:10px;
	border:1px solid #333;
}

.userform input:focus, .userform textarea:focus{
	border:1px solid #aaa;
}

input:disabled{
	background-color:#fff;
	border:1px solid #333;
}

.tradereg{
	font-size: 11px;
}

.incart_hidden{display:none;}
.incart{
	background: #333!important;
    width: 160px!important;
    margin-left: calc(50% - 131px);
}

.catalog_item .incart{
	margin-left: calc(50% - 80px);
}

.catalog_item .installment{
	background: #f5f5f5;
	border: 1px solid #8e8e8e;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    margin: 0px 40px 10px 40px;
}

.catalog_item .installment span{
	font-size:15px;
	color:#3E97E0;
}

.catalog_list_item .notcart{
	font-size:15px;
}

.catalog_list_item .notcart span{
	font-size:30px;
	color:#3E97E0;
}

.catalog_list_item.noshop a .list_fields .field:last-child{
	padding-bottom:40px;
}

.catalog_list_item.noshop .f_price.yprice {
    bottom: 20px;
}

.catalog_list_item.noshop .f_price .value.noprice {
    line-height: 70px;
}

.catalog_list_item.noshop .f_price .value{
	font-size:14px;
}

.ias-trigger{
	width:100%;
}

.ias-trigger a{
	display: block;
	height: 32px;
	line-height: 30px;
	border: 1px solid #e0e0e0;
	background: #fdfdfd;
	color: #333;
	font-size: 13px;
	width: 100%;
	border-radius: 2px;
}

.ias-trigger-prev a{
	margin-bottom: 20px;
}

.ias-trigger a:hover{
	border: 1px solid #ddd;
	background: #fff;
	color: #ff9600;
}

.ias-spinner{
	width:100%;
}

.tooltipadapt{
	display:none;
}

@media(max-width: 920px) {

	#widget-25 .f_brand{
		position: relative;
		overflow: visible;
	}

	#widget-25 .filtercheckboxlist{
		position: static !important;
		width: 100% !important;
		height: auto !important;
		max-height: none !important;
		top: auto !important;
		left: auto !important;
		z-index: 20 !important;
		padding: 10px !important;
		box-sizing: border-box;
		border: 1px solid #dcdcdc;
		background: #fff;
	}

	#widget-25 .filtercheckboxlist .value{
		height: auto !important;
		max-height: 50vh !important;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	#widget-25 .filtercheckboxlist .input_checkbox_list{
		padding: 0 !important;
	}

	#widget-25 .filtercheckboxlist .input_checkbox_list label{
		float: none !important;
		display: block !important;
		width: 100% !important;
		margin: 0 0 8px 0 !important;
		padding-right: 0 !important;
		font-size: 16px;
	}

	#widget-25 .filtercheckboxlist input[type="checkbox"] + span{
		height: auto !important;
		line-height: 24px !important;
	}

	#widget-25 .closecheckboxlist{
		position: static !important;
		width: 100% !important;
		margin: 10px 0 0 0 !important;
		left: auto !important;
		bottom: auto !important;
	}

	#adaptivefilter{
		overflow-y: auto !important;
		padding-bottom: 120px !important;
		box-sizing: border-box;
	}

	#adaptivefilter .widget_content_filter,
	#adaptivefilter form,
	#adaptivefilter .fields{
		padding-bottom: 120px !important;
		box-sizing: border-box;
	}

	#adaptivefilter .buttons{
		position: sticky !important;
		bottom: 0 !important;
		z-index: 9999 !important;
		background: #fff !important;
		padding: 10px 0 40px 0 !important;
		margin: 0 !important;
	}

	#adaptivefilter .buttons input,
	#adaptivefilter .buttons .button-submit,
	#adaptivefilter .buttons button{
		width: 100% !important;
		min-height: 44px !important;
	}

	#adaptivebottom{
		height: 40px !important;
	}

	#adaptivephone,
	#scrolltotop,
	#cartbutton{
		height: 40px !important;
		line-height: 40px !important;
		bottom: 0 !important;
	}

	#adaptivephone:before,
	#scrolltotop:before,
	#cartbutton:before{
		height: 40px !important;
		line-height: 40px !important;
		font-size: 18px !important;
	}

	#cartbutton #cartcount{
		top: 10px !important;
		right: 10px !important;
	}
}
