@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,400,600,600i,700');

html,
body {
	margin: 0;
}
.wrapper {
	font: 400 16px/24px 'Titillium Web', arial, helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%; 
}
.wrapper p{
	margin: 0 0 12px;
}
/* General reset */
/* General reset form */
.wrapper form,
.wrapper fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.wrapper input,
.wrapper select,
.wrapper textarea,
.wrapper select,
.wrapper button {
  vertical-align: middle;
}
.wrapper label,
.wrapper select,
.wrapper button,
.wrapper input[type="button"],
.wrapper input[type="reset"],
.wrapper input[type="submit"],
.wrapper input[type="radio"],
.wrapper input[type="checkbox"] {
  cursor: pointer;
}
.wrapper textarea {
  overflow: auto;
  vertical-align: top;
}
/* General reset html 5 */
.wrapper article,
.wrapper aside,
.wrapper details,
.wrapper figcaption,
.wrapper figure,
.wrapper footer,
.wrapper header,
.wrapper hgroup,
.wrapper menu,
.wrapper nav,
.wrapper section {
  display: block;
}
.wrapper figure {
  margin: 0;
}
/* General reset */
.wrapper img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.wrapper a,
.wrapper a:link,
.wrapper a:visited {
	color: #000;
	text-decoration: none;
}
.wrapper a:focus,
.wrapper a:hover {
  outline: none;
  outline: 0;
}
.wrapper input[type="text"],
.wrapper input[type="password"]{
	outline: none;
}
.aft:after{
	content: "";
	clear: both;
	display: block;
}
/*reset end*/

.container {
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
}
#header{
  	overflow: hidden;
  	position: relative;
}
#header .header-top{
	box-sizing: border-box;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
.header-top .container{
	box-sizing: border-box;
	padding: 0 150px 0 231px;
}
.logo{
	overflow:hidden;
	text-indent: -9999px;
	float: left;
	width: 211px;
	height: 59px;
	margin: 0 0 0 -211px;
}
.logo a{
	display:block;
	width: 211px;
	height: 59px;
}
.logo a img{
	display: block;
	width: 70%;
	height: auto;
}
.header-top .header-list{
	text-align: center;
	list-style: none;
	padding: 25px 0 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}
.header-top .header-list li{
	position: relative;
	display: inline-block;
	font: 16px/20px 'Titillium Web', sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #fe0000;
	padding: 0 40px 0 25px;
	margin: 0 0 10px;
}
.header-top .header-list .fa{
	position: absolute;
	color: #fe0000;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	line-height: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	top: 0;
	left: 0;
}
.block-descript{
	overflow: hidden;
}
.header-top .header-list li .fa-plane {
    transform: rotate(-45deg);
}
.header-top .header-list li:last-child{
	padding: 0 0 0 30px;
}
#search_box { 2445
	padding: 0;
	width: 130px;
	position: relative;
	float: right;
	margin: -45px -130px 0 0;
	z-index: 2;
}
.wrapper input[type="text"],
.wrapper input[type="password"],
span.text{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 16px/24px 'Titillium Web', sans-serif;
	height: 42px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	display:block;
	padding: 9px 45px 9px 20px;
	margin:0; 
	outline: none;
	outline: 0;
	border: 1px solid #e5e5e5;
    border-radius: 25px;
    -webkit-appearance: none;
}
span.text{
	color: #dddddd;
}
#search_box .search-link {
    display: block;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#search_box .search_btn{
	position:absolute;
	top: 9px;
	right: 25px;
	width: 20px;
	color: #dddddd;
	text-align:center;
	background: none;
	overflow:hidden;
	padding: 0;
	border:0;
	margin:0;
	font-size: 18px;
	line-height: 22px;
	cursor:pointer;
}
#search_box .search_btn .fa-search{
	margin: 2px 0 0 1px;
}

/* start menu */
#nav {
	padding: 30px 20px 0;
	margin: 0 0 20px;
}
#topnav{
	text-align: center;
	list-style:none;
	padding:0;
	margin:0;
	font-size:0px;
	line-height:0px;
}
#topnav > li {
	display:inline-block;
	vertical-align:top;
	position: relative;
	font: 600 16px/20px 'Titillium Web', sans-serif;
	padding: 0px 40px 0px 20px;
	margin: 0 0 10px;
}
#topnav > li:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 16px;
	background: #000;
	margin: -1px 0 0;
	top: 50%;
	right: 0;
}
#topnav > li:last-child:after{
	display: none;
}
#topnav > li > a,
#topnav > li > a:link,
#topnav > li > a:visited,
#topnav > li > label{ 
	color:#000;
	display:block;
	position:relative;
	text-transform: uppercase;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
#topnav > li > a > span,
#topnav > li > label > span {
	position:relative;
}
#topnav > li a:hover{
	color: #fe0000;
}
#topnav li a,
#topnav li a:link,
#topnav li a:visited{ 
	text-decoration:none;
}
#topnav > li.active > a{ cursor: default;}
#nav .open-check {display:none;}
#topnav .children {
	text-align:left;
	background: #f6f6f6;
	position:absolute;
	top: 100%;
	left:-15px;
	width:220px;
	list-style: none;
	padding: 15px 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 5;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	opacity:0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	display:none;
}
#topnav > li:hover .children {
	opacity:1;
	visibility: visible;
}
#topnav .children > li { margin: 0;}
#topnav .children > li:before {display:none;}
#topnav .children > li > a {
	font-size:15px;
	line-height: 20px;
	padding: 3px 15px ;
	display:block;
	text-decoration:none;
	position:relative;
	color:#626872;
	-webkit-transition: color .2s ease-in-out , background .2s ease-in-out;
	-moz-transition: color .2s ease-in-out , background .2s ease-in-out;
	transition: color .2s ease-in-out , background .2s ease-in-out;
}
#topnav .children > li > a:hover,
#topnav .children > li.active > a {
	color: #343941;
	background: rgba( 0, 0, 0, 0.1);
}
#topnav > li > label,
#topnav .children > li > label{display:none;}
#nav .hold-toogle {
	display:none;
}
#nav .toogle-menu {
	z-index:61;
	width:40px;
	height:17px;
	color: #fff;
	text-indent:-99999px;
	position:relative;
	cursor: pointer;
	display:none;
	padding: 0 35px 0 0;
	font-size:14px;
	line-height:16px;
}
#nav .toogle-menu > span {
	position:absolute;
	right:0;
	height:3px;
	width:30px;
	background: #fe0000;
}
#nav .toogle-menu .t { top: 0;}
#nav .toogle-menu .c { top: 7px;}
#nav .toogle-menu .b { top: 14px;}
.close-menu {display:none;}
#topnav > li > .open-check ~ .children > li:nth-child(1),
#topnav > li > .open-check ~ .children > li:nth-child(2),
.children > li > .open-check ~ .children2 > li:nth-child(1),
.children > li > .open-check ~ .children2 > li:nth-child(2) {
	display:none;
}
.overlay {
    display: none;
}
/*end menu*/


/*slider*/
.slide-gallery {
	text-align: center;
	position:relative;
	color: #373735;
	margin: 0 0 23px;
}
.slide-gallery input {
	display: none;
}
#slide1:checked ~ .slides-wrap .gallery-list { margin-left:0; }
#slide2:checked ~ .slides-wrap .gallery-list { margin-left:-100%; }
#slide3:checked ~ .slides-wrap .gallery-list { margin-left:-200%; }
#slide4:checked ~ .slides-wrap .gallery-list { margin-left:-300%; }

#auto:checked ~ .slides-wrap .gallery-list {
	animation: slide 30000ms infinite;
}

.gallery-holder {
	width: 100%;
	overflow: hidden;
	position:relative;
}
.gallery-list {
	width: 400%;
	line-height: 0;
	list-style:none;
	margin:0;
	padding:0;
}

.gallery-list li {
	width: 25%;
	float: left;
	position:relative;
	font-size:18px;
	line-height:20px;
	color: #fff;
}
.gallery-list li:before{
	content: "";
	position: absolute;
	background-image: url(../images/gallery-before.jpg);
	height: 384px;
	width: 550px;
	top: 35px;
	left: 0;
	z-index: -1;
}
.gallery-list li:after{
	content: "";
	position: absolute;
	background-image: url(../images/Slider-red.jpg);
	height: 410px;
	width: 744px;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.gallery-list li a{
	display: block;
}
.gallery-list li a:after{
	content: "";
	clear: both;
	display: block;
}
.gallery-list li .hold-img {
	position:relative;
	overflow:hidden;
}
.gallery-list li .box-description{
	display: block;
	float: left;
	width: 27%;
	box-sizing: border-box;
	padding: 155px 0 0 0;
}
.gallery-list li .gallery-title{
	position: relative;
	display: block;
	font: 700 60px/64px 'Titillium Web', sans-serif;
	padding: 0 0 17px;
}
.gallery-list li .gallery-title:after{
	content: "";
	position: absolute;
	background: #fe0000;
	height: 4px;
	width: 120px;
	left: 0;
	bottom: 0;
}
.gallery-list li .box-img{
	display: block;
	float: right;
	width: 73%;
}
.gallery-list li img {
	display:block;
	width:100%;
	height:auto;
	position:relative;
}

.gallery-list li .title-holder {
	position:absolute;
	bottom: 70px;
	left:0;
	right:0;
	z-index: 3;
	padding: 0 70px;
}
.gallery-list li .title-holder .title {
	display:block;
	font-size:28px;
	line-height:30px;
	margin: 0 0 19px;
	text-transform: uppercase;
}
.gallery-list li .title-holder .hold-btn {
	padding: 6px 0 0;
}
.gallery-list li .title-holder .btn {
	display:inline-block;
	vertical-align:top;
	padding: 5px 10px 9px;
	background: #ededef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-align:center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.gallery-list li .title-holder .btn:hover {
	background: #d5d5d5;
	color: #333;
}
/* start autoplay */
.autoplay {
	position:absolute;
	right:0;
	bottom:0;
	color: #fff;
	text-align:center;
	height: 10px;
	width: 28px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.7);
	opacity:0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
#slide1:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay,
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay {
	opacity:1;
	visibility: visible;
}
#slide1:checked ~ .slides-wrap .gallery-holder .pause,
#slide2:checked ~ .slides-wrap .gallery-holder .pause,
#slide3:checked ~ .slides-wrap .gallery-holder .pause,
#slide4:checked ~ .slides-wrap .gallery-holder .pause,
#slide5:checked ~ .slides-wrap .gallery-holder .pause {
	opacity:0;
	visibility: hidden;
}
.autoplay label {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	font-size:12px;
	line-height:17px;
	cursor:pointer;
}
@keyframes slide1 {
	0%, 20% { margin-left:0; }
	25%, 45%	{ margin-left:-100%; }
	50%, 70%	{ margin-left:-200%; }
	75%, 95%	{ margin-left:-300%; }
	100%	{ margin-left:0; }
}
@keyframes slide2 {
	0%, 20%	{ margin-left:-100%; }
	25%, 45%	{ margin-left:-200%; }
	50%, 70%	{ margin-left:-300%; }
	75%, 95%	{ margin-left:0; }
	100%	{ margin-left:-100%; }
}
@keyframes slide3 {
	0%, 20% { margin-left:-200%; }
	25%, 45%	{ margin-left:-300%; }
	50%, 70%	{ margin-left:0; }
	75%, 95%	{ margin-left:-100%; }
	100%	{ margin-left:-200%; }
}
@keyframes slide4 {
	0%, 20%, 100%	{ margin-left:-300%; }
	25%, 45%	{ margin-left:0; }
	50%, 70%	{ margin-left:-100%; }
	75%, 95%	{ margin-left:-200%; }
}

#auto1:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide1 30000ms linear infinite;
	-moz-animation: slide1 30000ms linear infinite;
	-o-animation: slide1 30000ms linear infinite;
	animation: slide1 30000ms linear infinite;
}
#auto2:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide2 30000ms linear infinite;
	-moz-animation: slide2 30000ms linear infinite;
	-o-animation: slide2 30000ms linear infinite;
	animation: slide2 30000ms linear infinite;
}
#auto3:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide3 30000ms linear infinite;
	-moz-animation: slide3 30000ms linear infinite;
	-o-animation: slide3 30000ms linear infinite;
	animation: slide3 30000ms linear infinite;
}
#auto4:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide4 30000ms linear infinite;
	-moz-animation: slide4 30000ms linear infinite;
	-o-animation: slide4 30000ms linear infinite;
	animation: slide4 30000ms linear infinite;
}
#auto5:checked ~ .slides-wrap .gallery-list {
	animation:none;
	-webkit-animation: slide5 30000ms linear infinite;
	-moz-animation: slide5 30000ms linear infinite;
	-o-animation: slide5 30000ms linear infinite;
	animation: slide5 30000ms linear infinite;
}
/* end autoplay */
/* start switchers */
.switchers {
	text-align: center;
	position:absolute;
	bottom: 0;
	left: 45px;
	width: auto;
}
.switchers label {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ebebeb;
	margin: 0 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	border: 7px solid #ebebeb;
	box-sizing: border-box;
}
.switchers label:hover {
	border: 7px solid #e30613;
}
#slide1:checked ~ .switchers label:nth-child(1),
#slide2:checked ~ .switchers label:nth-child(2),
#slide3:checked ~ .switchers label:nth-child(3),
#slide4:checked ~ .switchers label:nth-child(4),
#slide5:checked ~ .switchers label:nth-child(5) {
	border: 7px solid #e30613;
}
#auto1:checked ~ .switchers label:nth-child(1),
#auto2:checked ~ .switchers label:nth-child(2),
#auto3:checked ~ .switchers label:nth-child(3),
#auto4:checked ~ .switchers label:nth-child(4),
#auto5:checked ~ .switchers label:nth-child(5) {
	animation:none;
	animation: switch1 30000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(2),
#auto2:checked ~ .switchers label:nth-child(3),
#auto3:checked ~ .switchers label:nth-child(4),
#auto4:checked ~ .switchers label:nth-child(5),
#auto5:checked ~ .switchers label:nth-child(1) {
	animation:none;
	animation: switch2 30000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(3),
#auto2:checked ~ .switchers label:nth-child(4),
#auto3:checked ~ .switchers label:nth-child(5),
#auto4:checked ~ .switchers label:nth-child(1),
#auto5:checked ~ .switchers label:nth-child(2) {
	animation:none;
	animation: switch3 30000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(4),
#auto2:checked ~ .switchers label:nth-child(5),
#auto3:checked ~ .switchers label:nth-child(1),
#auto4:checked ~ .switchers label:nth-child(2),
#auto5:checked ~ .switchers label:nth-child(3) {
	animation:none;
	animation: switch4 30000ms infinite;
}
#auto1:checked ~ .switchers label:nth-child(5),
#auto2:checked ~ .switchers label:nth-child(1),
#auto3:checked ~ .switchers label:nth-child(2),
#auto4:checked ~ .switchers label:nth-child(3),
#auto5:checked ~ .switchers label:nth-child(4) {
	animation:none;
	animation: switch5 30000ms infinite;
}


@keyframes switch1 {
	0%, 20%, 100%	{ border: 7px solid #e30613; }
	25%, 45%	{ border: 7px solid #ebebeb; }
	50%, 70%	{ border: 7px solid #ebebeb; }
	75%, 95%	{ border: 7px solid #ebebeb; }
}
@keyframes switch2 {
	0%, 20%, 100%	{ border: 7px solid #ebebeb; }
	25%, 45%	{ border: 7px solid #e30613; }
	50%, 70%	{ border: 7px solid #ebebeb; }
	75%, 95%	{ border: 7px solid #ebebeb; }
}
@keyframes switch3 {
	0%, 20%, 100%	{ border: 7px solid #ebebeb; }
	25%, 45%	{ border: 7px solid #ebebeb; }
	50%, 70%	{ border: 7px solid #e30613; }
	75%, 95%	{ border: 7px solid #ebebeb; }
}
@keyframes switch4 {
	0%, 20%, 100%	{ border: 7px solid #ebebeb; }
	25%, 45%	{ border: 7px solid #ebebeb; }
	50%, 70%	{ border: 7px solid #ebebeb; }
	75%, 95%	{ border: 7px solid #e30613; }
}

.pause {
	position:absolute;
	right:0;
	bottom:0;
	color: #fff;
	text-align:center;
	height: 10px;
	width: 28px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.7);
	opacity:0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.slide-gallery:hover .pause {
	opacity:1;
	visibility: visible;
}
.pause label {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	font-size:12px;
	line-height:17px;
	cursor: pointer;
}
#slide1:checked ~ .slides-wrap .pause label:nth-child(1),
#slide2:checked ~ .slides-wrap .pause label:nth-child(2),
#slide3:checked ~ .slides-wrap .pause label:nth-child(3),
#slide4:checked ~ .slides-wrap .pause label:nth-child(4),
#slide5:checked ~ .slides-wrap .pause label:nth-child(5) {
	animation:none;
	z-index:3;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(1),
#auto2:checked ~ .slides-wrap .pause label:nth-child(2),
#auto3:checked ~ .slides-wrap .pause label:nth-child(3),
#auto4:checked ~ .slides-wrap .pause label:nth-child(4),
#auto5:checked ~ .slides-wrap .pause label:nth-child(5) {
	animation: pause1 30000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(2),
#auto2:checked ~ .slides-wrap .pause label:nth-child(3),
#auto3:checked ~ .slides-wrap .pause label:nth-child(4),
#auto4:checked ~ .slides-wrap .pause label:nth-child(5),
#auto5:checked ~ .slides-wrap .pause label:nth-child(1) {
	animation:none;
	animation: pause2 30000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(3),
#auto2:checked ~ .slides-wrap .pause label:nth-child(4),
#auto3:checked ~ .slides-wrap .pause label:nth-child(5),
#auto4:checked ~ .slides-wrap .pause label:nth-child(1),
#auto5:checked ~ .slides-wrap .pause label:nth-child(2) {
	animation:none;
	animation: pause3 30000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(4),
#auto2:checked ~ .slides-wrap .pause label:nth-child(5),
#auto3:checked ~ .slides-wrap .pause label:nth-child(1),
#auto4:checked ~ .slides-wrap .pause label:nth-child(2),
#auto5:checked ~ .slides-wrap .pause label:nth-child(3) {
	animation:none;
	animation: pause4 30000ms infinite;
}
#auto1:checked ~ .slides-wrap .pause label:nth-child(5),
#auto2:checked ~ .slides-wrap .pause label:nth-child(1),
#auto3:checked ~ .slides-wrap .pause label:nth-child(2),
#auto4:checked ~ .slides-wrap .pause label:nth-child(3),
#auto5:checked ~ .slides-wrap .pause label:nth-child(4) {
	animation:none;
	animation: pause5 30000ms infinite;
}

@keyframes pause1 {
	0%, 20%, 100%	{ z-index:3;opacity:1;}
	25%, 45%	{ z-index:0;opacity:0;}
	50%, 70%	{ z-index:0;opacity:0; }
	60%, 95%	{ z-index:0;opacity:0; }
}
@keyframes pause2 {
	0%, 20%, 100%	{ z-index:0;opacity:0;}
	25%, 45%	{ z-index:3;opacity:1;}
	50%, 70%	{ z-index:0; opacity:0;}
	75%, 95%	{ z-index:0; opacity:0;}
}
@keyframes pause3 {
	0%, 20%, 100%	{ z-index:0;opacity:0;}
	25%, 45%	{ z-index:0;opacity:0;}
	50%, 70%	{ z-index:3;opacity:1; }
	75%, 95%	{ z-index:0; opacity:0;}
}
@keyframes pause4 {
	0%, 20%, 100%	{ z-index:0;opacity:0;}
	25%, 45%	{z-index:0;opacity:0;}
	50%, 70%	{ z-index:0; opacity:0;}
	75%, 95%	{ z-index:3;opacity:1; }
}
.controls {
	width: 260px;
	height: 30px;
	position:absolute;
	bottom: 0;
	left: -20px;
}
.controls label { 
	display: none;
	cursor:pointer;
	height: 30px;
	width: 30px;
	position:relative;
}
.controls label:hover {
	opacity: 0.8;
}
#slide1:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay label,
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay label {
	z-index:1;
	opacity:0;
}
#slide1:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(1),
#slide2:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(2),
#slide3:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(3),
#slide4:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(4),
#slide5:checked ~ .slides-wrap .gallery-holder .autoplay label:nth-child(5) {
	z-index:3;
	opacity:1;
}
#auto1:checked ~ .controls label:nth-child(2),
#auto2:checked ~ .controls label:nth-child(2),
#auto3:checked ~ .controls label:nth-child(2),
#auto4:checked ~ .controls label:nth-child(2),
#auto5:checked ~ .controls label:nth-child(2),
#slide1:checked ~ .controls label:nth-child(2), 
#slide2:checked ~ .controls label:nth-child(3), 
#slide3:checked ~ .controls label:nth-child(4), 
#slide4:checked ~ .controls label:nth-child(1) {
	float: right;
	display: block;
}
#auto1:checked ~ .controls label:nth-child(2):before,
#auto2:checked ~ .controls label:nth-child(2):before,
#auto3:checked ~ .controls label:nth-child(2):before,
#auto4:checked ~ .controls label:nth-child(2):before,
#auto5:checked ~ .controls label:nth-child(2):before,
#slide1:checked ~ .controls label:nth-child(2):before, 
#slide2:checked ~ .controls label:nth-child(3):before, 
#slide3:checked ~ .controls label:nth-child(4):before, 
#slide4:checked ~ .controls label:nth-child(1):before {
	content: '';
	position:absolute;
	top: 50%;
	left:2px;
	width:100%;
	text-align:center;
	font-size: 21px;
	line-height:1;
	font-family: 'FontAwesome';
	content: "\f054";
	margin: -10px 0 0;
	color: #000;
}
#auto1:checked ~ .controls label:nth-child(4),
#auto2:checked ~ .controls label:nth-child(4),
#auto3:checked ~ .controls label:nth-child(4),
#auto4:checked ~ .controls label:nth-child(4),
#auto5:checked ~ .controls label:nth-child(4),
#slide1:checked ~ .controls label:nth-child(4),
#slide2:checked ~ .controls label:nth-child(1),
#slide3:checked ~ .controls label:nth-child(2),
#slide4:checked ~ .controls label:nth-child(3) {
	float: left;
	display: block;
}
#auto1:checked ~ .controls label:nth-child(4):before,
#auto2:checked ~ .controls label:nth-child(4):before,
#auto3:checked ~ .controls label:nth-child(4):before,
#auto4:checked ~ .controls label:nth-child(4):before,
#auto5:checked ~ .controls label:nth-child(4):before,
#slide1:checked ~ .controls label:nth-child(4):before,
#slide2:checked ~ .controls label:nth-child(1):before,
#slide3:checked ~ .controls label:nth-child(2):before,
#slide4:checked ~ .controls label:nth-child(3):before {
	content: '';
	position:absolute;
	top: 50%;
	left:-1px;
	width:100%;
	text-align:center;
	font-size: 21px;
	line-height:1;
	font-family: 'FontAwesome';
	content: "\f053";
	margin: -10px 0 0;
	color: #000;
}
.slides-wrap {
	position:relative;
	overflow:hidden;
}
.slides-wrap .gallery-list {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: margin 800ms ease-out; 
	-moz-transition: margin 800ms ease-out; 
    -ms-transition: margin 800ms ease-out; 
     -o-transition: margin 800ms ease-out; 
        transition: margin 800ms ease-out; /* easeInOutQuart */

}
.slide-gallery {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.controls, .slides-wrap, .switchers, .switchers label {
	animation:none;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*end slider*/

.shop-gallery,
.block-brands{
	margin: 0 0 120px;
}
.block-brands .brand-link:after{
	display: none;
}
.block-brands .brand-list li {
    width: 25%;
    margin-left: -25% !important;
}
.block-brands .brand-list .open-check:nth-last-of-type(1):checked + li label.next,
.block-brands .brand-list .open-check:nth-last-of-type(2):checked + li label.next,
.block-brands .brand-list .open-check:nth-last-of-type(3):checked + li label.next,
.block-brands .brand-list .open-check:nth-last-of-type(4):checked + li label.next{display:none;}
.block-brands .brand-link .hold-img {
    height: 160px;
}
.block-brands .brand-link{
	padding: 0 10px;
}
.block-brands .brand-list label.next,
.block-brands .brand-list label.prev{
	top: 40%;
}
.block-brands .brand-list label.next:after{
	left: 25px;
}
.block-brands .brand-list label.prev:after{
	left: 22px;
}










.block-gallery{
	margin: 0 0 60px;
}
.product-box {
	position:relative;
	overflow: hidden;
	padding: 0 0 10px;
}
.product-description{
	position: relative;
	float:right;
	width:43%;
	padding: 115px 0 0 25px;
	z-index: 1;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-description:before{
	content: "";
	position: absolute;
	background-image: url(../images/inf-hold-bg02.png);
	height: 248px;
	width: 248px;
	top: 95px;
	left: -124px;
	z-index: -1;
}
.product-description h1{
	position: relative;
	font: 400 39px/41px 'Titillium Web', sans-serif;
	text-align: center;
	margin: 0 0 78px;
}
.product-description h1:after{
	content: "";
	position: absolute;
	background: #fe0000;
	height: 4px;
	width: 40px;
	margin: 0 -20px 0 0;
	right: 50%;
	bottom: -40px;
}
.product-description .box-description{
	position: relative;
	text-align: center;
}
.box-description .addition{
	display: block;
	font: 400 12px/14px 'Titillium Web', sans-serif;
	margin: 0 0 10px;
}
.box-description .price{
	display: block;
	font: 700 39px/41px 'Titillium Web', sans-serif;
	color: #fe0000;
	margin: 0 0 25px;
}
.box-description .pay-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.box-description .pay-list li{
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 10px;
}
.product-images {
	position: relative;
	float:left;
	width:57%;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}


/* product gallery */
.open-check {display:none;}
.fade-gallery {
	margin: 0 0 20px;
	font-size:0px;
	line-height:0px;
	white-space: nowrap;
	overflow:hidden;
	position:relative;
}
.fade-gallery .thumbnail-hold-img {
	overflow:hidden;
	width:100%;
}
.fade-gallery label {cursor:pointer;}
.fade-gallery .thumbnail {
	display:inline-block;
	vertical-align:top;
	width: 25%;
	font-size:15px;
	line-height:20px;
	white-space:normal;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -25%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.fade-gallery .open-check:checked ~ .thumbnail {margin-left: 0;}
.fade-gallery label.next, 
.fade-gallery label.prev {
	cursor: pointer;
	font-size: 40px;
	height:100%;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 4;
	display:none;
	width:25px;
	text-align:center;
}
.fade-gallery label.next{
	right: 60px;
}
.fade-gallery label.prev{
	right: auto;
	left: 60px;
}
.fade-gallery label.next, 
.fade-gallery label.prev {
	background: transparent;
}
.fade-gallery label.prev {
	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
}
.fade-gallery label.next {
	background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
}
.fade-gallery .switcher {
	position:relative;
	margin: 0 -8px;
}
.fade-gallery .switcher:after,
.fade-gallery .switcher:before {
	content:"";
	display:block;
	clear:both;
	width:25px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: transparent;
	z-index:1;
}
.fade-gallery .switcher:before {
	left:auto;
	right:0;
}
.fade-gallery .hold-img .fa{
	font-size:100px;
	color: #e9f01d;
}
.thumbnail label {
	height: 100px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background .2s ease-in-out;	
	-moz-transition: background .2s ease-in-out;	
	-ms-transition: background .2s ease-in-out;	
	-o-transition: background .2s ease-in-out;	
	transition: background .2s ease-in-out;
}
.thumbnail label:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #cfcfcf;
	z-index: 2;
	opacity: 0;
	box-sizing: border-box;
}
.thumbnail label img {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.fade-gallery .holder-img {
	width:100%;
	z-index:1;
	margin: 0 0 14px;
	position:relative;
	height: 500px;
	text-align:center;
}
.fade-gallery .holder-img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: -99999px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fade-gallery > .open-check:nth-of-type(1):checked ~ .holder-img img:nth-of-type(1),
.fade-gallery > .open-check:nth-of-type(2):checked ~ .holder-img img:nth-of-type(2),
.fade-gallery > .open-check:nth-of-type(3):checked ~ .holder-img img:nth-of-type(3),
.fade-gallery > .open-check:nth-of-type(4):checked ~ .holder-img img:nth-of-type(4),
.fade-gallery > .open-check:nth-of-type(5):checked ~ .holder-img img:nth-of-type(5),
.fade-gallery > .open-check:nth-of-type(6):checked ~ .holder-img img:nth-of-type(6),
.fade-gallery > .open-check:nth-of-type(7):checked ~ .holder-img img:nth-of-type(7),
.fade-gallery > .open-check:nth-of-type(8):checked ~ .holder-img img:nth-of-type(8),
.fade-gallery > .open-check:nth-of-type(9):checked ~ .holder-img img:nth-of-type(9),
.fade-gallery > .open-check:nth-of-type(10):checked ~ .holder-img img:nth-of-type(10),
.fade-gallery > .open-check:nth-of-type(11):checked ~ .holder-img img:nth-of-type(11),
.fade-gallery > .open-check:nth-of-type(12):checked ~ .holder-img img:nth-of-type(12),
.fade-gallery > .open-check:nth-of-type(13):checked ~ .holder-img img:nth-of-type(13),
.fade-gallery > .open-check:nth-of-type(14):checked ~ .holder-img img:nth-of-type(14),
.fade-gallery > .open-check:nth-of-type(15):checked ~ .holder-img img:nth-of-type(15){
	position:relative;
	left:auto;
}
.thumbnail:hover label,
.fade-gallery > .open-check:nth-of-type(1):checked ~ .switcher .thumbnail:nth-of-type(1) label:before,
.fade-gallery > .open-check:nth-of-type(2):checked ~ .switcher .thumbnail:nth-of-type(2) label:before,
.fade-gallery > .open-check:nth-of-type(3):checked ~ .switcher .thumbnail:nth-of-type(3) label:before,
.fade-gallery > .open-check:nth-of-type(4):checked ~ .switcher .thumbnail:nth-of-type(4) label:before,
.fade-gallery > .open-check:nth-of-type(5):checked ~ .switcher .thumbnail:nth-of-type(5) label:before,
.fade-gallery > .open-check:nth-of-type(6):checked ~ .switcher .thumbnail:nth-of-type(6) label:before,
.fade-gallery > .open-check:nth-of-type(7):checked ~ .switcher .thumbnail:nth-of-type(7) label:before,
.fade-gallery > .open-check:nth-of-type(8):checked ~ .switcher .thumbnail:nth-of-type(8) label:before,
.fade-gallery > .open-check:nth-of-type(9):checked ~ .switcher .thumbnail:nth-of-type(9) label:before,
.fade-gallery > .open-check:nth-of-type(10):checked ~ .switcher .thumbnail:nth-of-type(10) label:before,
.fade-gallery > .open-check:nth-of-type(11):checked ~ .switcher .thumbnail:nth-of-type(11) label:before,
.fade-gallery > .open-check:nth-of-type(12):checked ~ .switcher .thumbnail:nth-of-type(12) label:before,
.fade-gallery > .open-check:nth-of-type(13):checked ~ .switcher .thumbnail:nth-of-type(13) label:before,
.fade-gallery > .open-check:nth-of-type(14):checked ~ .switcher .thumbnail:nth-of-type(14) label:before,
.fade-gallery > .open-check:nth-of-type(15):checked ~ .switcher .thumbnail:nth-of-type(15) label:before {
	opacity: 1;
}
.fade-gallery > .open-check:nth-of-type(1):checked ~ .switcher .thumbnail:nth-of-type(1) label:after,
.fade-gallery > .open-check:nth-of-type(2):checked ~ .switcher .thumbnail:nth-of-type(2) label:after,
.fade-gallery > .open-check:nth-of-type(3):checked ~ .switcher .thumbnail:nth-of-type(3) label:after,
.fade-gallery > .open-check:nth-of-type(4):checked ~ .switcher .thumbnail:nth-of-type(4) label:after,
.fade-gallery > .open-check:nth-of-type(5):checked ~ .switcher .thumbnail:nth-of-type(5) label:after,
.fade-gallery > .open-check:nth-of-type(6):checked ~ .switcher .thumbnail:nth-of-type(6) label:after,
.fade-gallery > .open-check:nth-of-type(7):checked ~ .switcher .thumbnail:nth-of-type(7) label:after,
.fade-gallery > .open-check:nth-of-type(8):checked ~ .switcher .thumbnail:nth-of-type(8) label:after,
.fade-gallery > .open-check:nth-of-type(9):checked ~ .switcher .thumbnail:nth-of-type(9) label:after,
.fade-gallery > .open-check:nth-of-type(10):checked ~ .switcher .thumbnail:nth-of-type(10) label:after,
.fade-gallery > .open-check:nth-of-type(11):checked ~ .switcher .thumbnail:nth-of-type(11) label:after,
.fade-gallery > .open-check:nth-of-type(12):checked ~ .switcher .thumbnail:nth-of-type(12) label:after,
.fade-gallery > .open-check:nth-of-type(13):checked ~ .switcher .thumbnail:nth-of-type(13) label:after,
.fade-gallery > .open-check:nth-of-type(14):checked ~ .switcher .thumbnail:nth-of-type(14) label:after,
.fade-gallery > .open-check:nth-of-type(15):checked ~ .switcher .thumbnail:nth-of-type(15) label:after {
	display: none;
}
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(1) .prev,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(1) .next,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(2) .prev,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(2) .next,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(3) .prev,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(3) .next,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(4) .next,
.fade-gallery .open-check:checked + .thumbnail:nth-last-of-type(5) .next{
	display:none;
}
.fade-gallery label[for="modal"] {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	font:14px/18px "Cuprum",sans-serif;
}
.fade-gallery label[for="modal"] > span:first-child {
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	background:rgba(134,134,132,0.8);
	padding:2px 5px;
	height:auto;
	z-index:2;
	opacity:0;
	margin:-9px 0 0 -45px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.fade-gallery label[for="modal"]:hover > span:first-child {opacity:1;}
.product-description {
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1);
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.product-images {
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-ms-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
.fade-gallery .thumbnail:hover{
	opacity: 0.8;
}
.fade-gallery label.prev .fa,
.fade-gallery label.next .fa {
	font-size: 40px;
	position:absolute;
	top:50%;
	left: 15px;
	color: #fe0000;
	font-weight: bold;
	margin: -20px 0 0 -5px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.fade-gallery label.next .fa{
	left: 6px;
}
.fade-gallery label.prev:hover .fa,
.fade-gallery label.next:hover .fa {
	opacity: 0.8;
}
.fade-gallery .close {
	position:absolute;
	display:none;
	top: 95px;
	z-index:2;
	top: 26px;
	right:55px;
	width:30px;
	height:30px;
	padding:4px 0 6px;
	text-align:center;
	border: 1px solid #f00;
	background:#d61c21;
	color:#fff;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background .2s ease-in-out, color .2s ease-in-out;
	-moz-transition: background .2s ease-in-out, color .2s ease-in-out;
	-ms-transition: background .2s ease-in-out, color .2s ease-in-out;
	-o-transition: background .2s ease-in-out, color .2s ease-in-out;
	transition: background .2s ease-in-out, color .2s ease-in-out;
}

.fade-gallery > .empty-marker {
	position:absolute;
	top: -99999px;
	left: -99999px;
}
.fade-gallery > .empty-marker:nth-of-type(1):empty ~ .switcher .thumbnail:nth-of-type(1),
.fade-gallery > .empty-marker:nth-of-type(2):empty ~ .switcher .thumbnail:nth-of-type(2),
.fade-gallery > .empty-marker:nth-of-type(3):empty ~ .switcher .thumbnail:nth-of-type(3),
.fade-gallery > .empty-marker:nth-of-type(4):empty ~ .switcher .thumbnail:nth-of-type(4),
.fade-gallery > .empty-marker:nth-of-type(5):empty ~ .switcher .thumbnail:nth-of-type(5),
.fade-gallery > .empty-marker:nth-of-type(6):empty ~ .switcher .thumbnail:nth-of-type(6),
.fade-gallery > .empty-marker:nth-of-type(7):empty ~ .switcher .thumbnail:nth-of-type(7),
.fade-gallery > .empty-marker:nth-of-type(8):empty ~ .switcher .thumbnail:nth-of-type(8),
.fade-gallery > .empty-marker:nth-of-type(9):empty ~ .switcher .thumbnail:nth-of-type(9),
.fade-gallery > .empty-marker:nth-of-type(10):empty ~ .switcher .thumbnail:nth-of-type(10),
.fade-gallery > .empty-marker:nth-of-type(11):empty ~ .switcher .thumbnail:nth-of-type(11),
.fade-gallery > .empty-marker:nth-of-type(12):empty ~ .switcher .thumbnail:nth-of-type(12) {
	display:none;
}
.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .switcher input.open-check:nth-of-type(1):checked ~ .holder-next label:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher input.open-check:nth-of-type(2):checked ~ .holder-next label:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher input.open-check:nth-of-type(3):checked ~ .holder-next label:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher input.open-check:nth-of-type(4):checked ~ .holder-next label:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher input.open-check:nth-of-type(5):checked ~ .holder-next label:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher input.open-check:nth-of-type(6):checked ~ .holder-next label:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher input.open-check:nth-of-type(7):checked ~ .holder-next label:nth-of-type(8),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher input.open-check:nth-of-type(8):checked ~ .holder-next label:nth-of-type(9){
	display:block;
}
.fade-gallery  .empty-marker:nth-of-type(1):not(:empty) ~ .switcher input.open-check:nth-of-type(2):checked ~ .holder-prev label:nth-of-type(1),
.fade-gallery  .empty-marker:nth-of-type(2):not(:empty) ~ .switcher input.open-check:nth-of-type(3):checked ~ .holder-prev label:nth-of-type(2),
.fade-gallery  .empty-marker:nth-of-type(3):not(:empty) ~ .switcher input.open-check:nth-of-type(4):checked ~ .holder-prev label:nth-of-type(3),
.fade-gallery  .empty-marker:nth-of-type(4):not(:empty) ~ .switcher input.open-check:nth-of-type(5):checked ~ .holder-prev label:nth-of-type(4),
.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .switcher input.open-check:nth-of-type(6):checked ~ .holder-prev label:nth-of-type(5),
.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher input.open-check:nth-of-type(7):checked ~ .holder-prev label:nth-of-type(6),
.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher input.open-check:nth-of-type(8):checked ~ .holder-prev label:nth-of-type(7),
.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher input.open-check:nth-of-type(9):checked ~ .holder-prev label:nth-of-type(8),
.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher input.open-check:nth-of-type(10):checked ~ .holder-prev label:nth-of-type(9),
.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher input.open-check:nth-of-type(11):checked ~ .holder-prev label:nth-of-type(10),
.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher input.open-check:nth-of-type(12):checked ~ .holder-prev label:nth-of-type(11),
.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher input.open-check:nth-of-type(13):checked ~ .holder-prev label:nth-of-type(12){
	display:block;
}
#main .open-modal:checked ~ .product-box .product-images {
	width:100%;
}
#main .open-modal:checked ~ .product-box .fade-gallery .holder-img {
	height: 800px;
}
#main .open-modal:checked ~ .product-box .fade-gallery .close {display:block;}
#main .open-modal:checked ~ .product-box .fade-gallery label[for="modal"] > span:first-child {display:none;}
#main .open-modal:checked ~ .product-box .product-description {
	position:absolute;
	top:0;
	right:0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
/*end product gallery*/

.block-produkt{
	margin: 0 0 15px;
}
.block-produkt .box-produkt{
	box-sizing: border-box;
	padding: 45px 0 0 130px;
	margin: -110px 0 0 125px;
}
.box-produkt .list-produkt{
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.box-produkt .list-produkt li{
	box-sizing: border-box;
	padding: 0 0 0 30px;
}
.box-produkt .list-produkt li .title-produkt{
	display: block;
	padding: 30px 0 0;
	margin: 0 0 15px;
}
.box-produkt .list-produkt li p{
	margin: 0 0 15px;
}
.block-red{
	background: #fe0000;
	padding: 40px 0 30px 0;
	margin: 0 0 25px;
}
.block-red.shop{
	position: relative;
	max-width: 1600px;
	width: 100%;
	padding: 40px 20px 30px;
	margin: 0 auto 135px;
	background: #f2f2f2;
}
#main{
	overflow: hidden;
}
.block-red.shop:before{
	content: '';
    position: absolute;
    height: 137px;
    top: -20px;
    left: -30px;
    right: -30px;
    -webkit-transform: skewY(-4grad);
    -moz-transform: skewY(-4grad);
    -ms-transform: skewY(-4grad);
    -o-transform: skewY(-4grad);
    transform: skewY(-4grad);
    background: #fe0000;
}
.block-red .red-list{
	text-align: center;
	list-style: none;
	padding: 0;
	margin:0;
	font-size: 0;
	line-height: 0;
}
.block-red .red-list li{
	position: relative;
	display: inline-block;
	font: 600 16px/18px 'Titillium Web', sans-serif;
	color: #fff;
	padding: 0 75px 0 40px;
	margin: 0 0 10px;
}
.block-red .red-list li:last-child{
	padding: 0 0 0 40px;
}
.block-red .red-list li .fa{
	position: absolute;
	font-size: 27px;
	margin: -12px 0 0;
	top: 50%;
	left: 0;
}
.block-red .red-list li .fa-plane{
	transform: rotate(-45deg);
}
.block-details{
	padding: 100px 0 0;
	margin: 0 0 50px;
}
.block-brands .htitle,
.block-produkt .htitle,
.block-details .htitle{
	position: relative;
	display: inline-block;
	max-width: 270px;
	font: 39px/41px 'Titillium Web', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	padding: 0 0 0 25px;
	margin: 0 0 0 -30px;
}
.block-brands .htitle:before,
.block-produkt .htitle:before,
.block-details .htitle:before{
	content: "";
	position: absolute;
	background: #cfcfcf;
	transform: rotate(15deg);
	height: 100%;
	width: 1px;
	top: 0;
	left: 0;
}
.block-details .box-gray{
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 45px 25px 45px 160px;
	margin: -105px 0 0 125px;
}
.box-gray .block-list,
.box-list .hold-title,
.box-list .hold-list{
	overflow: hidden;
}
.box-gray .block-list ul {
	padding:0;
	margin: 0 0 15px;
	list-style: none;
}
.box-gray .block-list ul li{
	position:relative;
	padding: 0 0 0 15px;
}
.box-gray .block-list ul li:before {
	content:'';
	position:absolute;
	top:7px;
	left:0;
	width: 6px;
	height: 6px;
	background: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.block-list .box-list{
	width: 50%;
	float: left;
	margin: 0 0 20px;
}
.box-list .list-title{
	width: 50%;
	float: left;
}
.box-list:last-child .list-title{
	width: 100%;
}
.box-list .gray-list{
	float: left;
	width: 50%;
}
.box-list:first-child .gray-list{
	column-count: 1;
}
.box-list:last-child .gray-list{
	width: 100%;
	column-count: 2;
}
.block-list .gray-list{
	font: 600 16px/18px 'Titillium Web', sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
	column-count: 4;
}
.block-list .gray-list li{
	box-sizing: border-box;
	padding: 0 10px 0 0;
	margin: 0 0 10px;
}
.box-list .list-title,
.block-list .list-title{
	text-align: left;
	font: 16px/24px 'Titillium Web', sans-serif;
	border-bottom: 1px solid #cecece;
	padding: 0 10px 10px 0;
	margin: 0 0 15px;
	box-sizing: border-box;
}	


/* lera */
.inf-holder{
	overflow: hidden;
	width: 100%;
	margin: 0 0 109px;
}
.inf-holder .img-block{
	position: relative;
	width: 50%;
	float: left;
	padding: 70px 0 0 0;
    box-sizing: border-box;
}
.inf-holder .img-block:after{
    content: "";
    position: absolute;
    bottom: -210px;
    right: 69px;
    width: 0;
    border: 0.5px solid #e6e6e6;
    height: 378px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.inf-holder .img-block img{
	display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.inf-holder .descript-block{
	position: relative;
	overflow: hidden;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding:157px 138px 0 103px;
}
.inf-holder .descript-block:after{
	content: "";
	position: absolute;
	top: -34px;
	left: 105px;
	background: url(../images/inf-hold-bg02.png);
	height: 248px;
	width: 248px;
}
.slide-holder{
	margin: 0 0 71px;
}
.slide-holder h3{
	text-align: left;
    font: 39px/41px 'Titillium Web', sans-serif;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.descript-holder{
	overflow: hidden;
	width: 100%;
	margin: 0 0 50px;
}
.descript-holder h2,
.categories-title{	
    font: 39px/41px 'Titillium Web', sans-serif;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.descript-holder .box{
	overflow: hidden;
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 10px 10px 0 10px;
}
.descript-holder .descript-list,
.descript-holder .advantages-list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.descript-holder .descript-list li,
.descript-holder .advantages-list li{
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 40px;
	margin: 0 0 10px;
}
.descript-holder .descript-list li:before,
.descript-holder .advantages-list li:before{
	content: '\f00c ';
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	width: 25px;
	height: 25px;
	font-size: 20px
}
.advert-holder{
	overflow: hidden;
	width: 100%;
	margin: 0 0 92px;
}
.advert-holder .block{
	width: 50%;
	float: left;
	box-sizing: border-box;	
	background-position: 50% 50%;
	 background-repeat: no-repeat;
	 -o-background-size: cover;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 background-size: cover;
	 vertical-align: top;
	 min-height: 390px;
}
.advert-holder .block:first-child{
	padding: 33px 37px 29px 40px;
}
.advert-holder .block .heading-hold{
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #84827f;
    margin: 0 0 30px;
}
.advert-holder h4{
    margin: 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 49px;	
}
.advert-holder .marks-list{
    margin: 0;
    padding: 0;
    column-count: 4;
    list-style: none;	
}
.advert-holder .marks-list li{
	color: #fff;
}
.advert-holder .marks-list a,
.advert-holder .marks-list a:link,
.advert-holder .marks-list a:visited{
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.advert-holder .marks-list a:hover{
	color: #a3a3a3;
}
.advert-holder .block .box:first-child{
	background-color:#f4f3f8;
}
.advert-holder .block .box:last-child{
	background-color:#f3f3f3;
}
.advert-holder .block .box{
	width: 50%;
	float: left;
	padding:48px 0 0 0;
	box-sizing: border-box;
	overflow: hidden;
	min-height: 390px;
	background-position: 50% 100%;
	 background-repeat: no-repeat;
	 -o-background-size: 100%;
	 -webkit-background-size: 100%;
	 -moz-background-size: 100%;
	 background-size: 100%;
}
.advert-holder .block .box .adv-link,
.advert-holder .block .box .adv-link:visited,
.advert-holder .block .box .adv-link:link{
	color: #000;
	display: block;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.advert-holder .block .box .adv-link:hover{
	color: #6a7980;
}
.advert-holder h5{
	margin: 0 0 0;
    font-size: 25px;
    line-height: 27px;
    padding: 0 38px;
    box-sizing: border-box;
}
.advert-holder .img-keep{
	
}
.advert-holder .img-keep img{
	display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;	
}
#footer{
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 0 0 0;
}
#footer .main-holder{
	overflow: hidden;
	width: 100%;
}
#footer .main-holder .block{
	overflow: hidden;
	width: 100%;
}
#footer .main-holder .block:first-child{
	margin: 0 0 16px;
}
#footer .main-holder .block:last-child{
	margin: 0 0 34px;
}
#footer .main-holder .block .box{
	overflow: hidden;
	width: 33%;
	box-sizing: border-box;
	float: left;
}
#footer .main-holder .block .box:last-child{
	overflow: hidden;
	width: 67%;
	box-sizing: border-box;
	float: left;
}
#footer .main-holder .block .box .logo{
	margin: 4px 0 0;
	width: 140px;
	height: 39px;
}
#footer .main-holder .block .box .logo a{
	width: 140px;
	height: 39px;
}
#footer .main-holder .block .box .list-hold:first-child{
	overflow: hidden;
	width: 45%;
	float: left;
}
#footer .main-holder .block .box .list-hold:last-child{
	overflow: hidden;
	width: 55%;
	float: right;
}
#footer .list-hold .time-list{
	margin: 0;
	padding:2px 16px;
	list-style: none;
	box-sizing: border-box;
}
#footer .list-hold .time-list li{
	font-size: 13px;
    line-height: 21px;
}
#footer .list-hold .f-time:after{
	content: 'Mo-Fr: 8:00 Uhr - 18:00 Uhr';
}
#footer .list-hold .s-time:after{
	content: 'Sa: 9:30 Uhr - 15:00 Uhr';
}
#footer .list-hold .menu-foot{
	margin: 0;
	padding:0 23px;
	list-style: none;
	column-count: 2;
	box-sizing: border-box;
}
#footer .list-hold .menu-foot li{
	font-size: 16px;
    line-height: 21px;
}
#footer .list-hold .menu-foot a,
#footer .list-hold .menu-foot a:link,
#footer .list-hold .menu-foot a:visited{
	font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #000;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
#footer .list-hold .menu-foot a:hover{
	color: #adadad;
}
#footer .block .copy,
#footer .block .more-inf{
 	font-size: 12px;
    line-height: 9px;

}
#footer .pay-holder{
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	border-top:1px solid #e8e8e8;
	padding:37px 0 10px 0;
}
#footer .pay-holder .pay-list{
	margin: 0 -40px;
	padding:0;
	list-style: none;
}
#footer .pay-holder .pay-list li{
	display: inline-block;
    padding: 0 40px;
    vertical-align: middle;
}
#threendy_copyright{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 10px;
}
/*similar products gallery*/
.open-check {display:none;}
.brand-list {
    margin: 0 -73px 0!important;
    font-size: 0px;
    line-height: 0px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding: 0 89px 0 !important;
}
.brand-list:after,
.brand-list:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	height: 100%;
	width: 77px;
	background: #fff;
	z-index:1;
}
.brand-list:before {
	right:auto;
	left:0;
}
.brand-list li {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	padding: 7px 5px !important;
	width: 33.3%;
	font-size:15px;
	line-height:19px;
	white-space:normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:0 !important;
	margin-left: -33.3% !important;
	position:static !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
}
.brand-list label.next, .brand-list label.prev {
    cursor: pointer;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 28%;
    z-index: 999;
    display: none;
    background: #fff;
    padding: 4px;
    margin: -21px 0 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    font-size: 30px;
    width: 67px;
    height: 67px;
    border: 4px solid #e5e5e5;
    border-radius: 50%;
}
.brand-list label.next:hover, 
.brand-list label.prev:hover {opacity: 0.8;}
.brand-list label.prev  {
	left: 5px;
}
.brand-list label.next .fa, 
.brand-list label.prev .fa{
	font-size: 30px;
	color: #fff;
}
.brand-list label.next:after, 
.brand-list label.prev:after {
	content:'\f105';
	font-family: FontAwesome;
	font-weight: 900;
	font-size: 30px;
	position:absolute;
	top: 20px;
	left: 23px;
    width: 12px;
    height: 20px;
}
.brand-list label.prev:after {
	content: '\f104';
}
.brand-list .open-check:checked ~ li {
	margin-left: 0 !important;
}
.brand-list .open-check:checked + li label {
	display:block;
}
.brand-link,
.brand-link:visited,
.brand-link:link {
	position: relative !important;
	display:block;
	color: #000 !important;
	font-weight: 400;
	white-space: normal;
	position:relative;
	margin: 0 0 9px;
	padding: 27px 10px 25px;
	text-decoration: none;
	background: #fff;
	font-size: 21px;
	line-height: 22px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.brand-link .brand-inf{
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 90px 0 0;
}
.brand-link:hover{
	opacity: 0.7;
}
.brand-link .hold-img {
	display:block;
	height: 270px;
	margin: 0 0 25px;
}
.brand-link .hold-img img {
	display:block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	top: 50%;
	margin: 0 auto;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.brand-link .text-wrap{
	text-align: center;
	display: block;
}
.brand-list .name{
    display: block;
    overflow: hidden;
    height: 59px;
    margin: 0 0 22px;
    font-size: 27px;
    line-height: 30px;
}
.brand-list .product-descript{
	font-size: 17px;
	line-height: 16px;
	position: relative;
}
.brand-list .product-descript:after{
	content: '';
	width: 20px;
	height: 2px;
	background:#fe0000;
	position: absolute;
	top: -6px;
	left: 1px;
}
.brand-list .price-mwst{
    color: #000;
    font-size: 16px;
    line-height: 22px;
}
.brand-list .product-price {
    width: 100%;
    padding: 38px 0 0;
    box-sizing: border-box;
    display: block;
    font-weight: 900 !important;
    color: #fe0000;
    margin: 0 0 -5px;
    font-size: 28px;
    line-height: 32px;
    height: 70px;
}
.brand-list .open-check:nth-last-of-type(1):checked + li label.next,
.brand-list .open-check:nth-last-of-type(2):checked + li label.next,
.brand-list .open-check:nth-last-of-type(3):checked + li label.next,
.brand-list .open-check:nth-last-of-type(4):checked + li label.next {display:none;}
.brand-list .open-check:nth-last-of-type(4):checked + li label.next {display: block;}

.brand-link .rate-label {
	font: 14px/18px 'Yantramanav', sans-serif;
	font-weight: 500;
	color: #fff;
	position:absolute;
	padding: 10px 12px 9px;
	top:0;
	left: 10px;
	z-index: 1;
}
.brand-link .rate-label span {
	position:relative;
}
.brand-link .rate-label:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#ff0013;
	-webkit-transform: skew(30grad);
	-moz-transform: skew(30grad);
	-ms-transform: skew(30grad);
	-o-transform: skew(30grad);
	transform: skew(30grad);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}
.brand-link .rate-label .fa {
	margin: 0 5px 0 0;
}
.brand-list.top-rated li {
	width: 33.3%;
	margin-left: -33.3% !important;
}
.brand-list.top-rated .brand-link {
	-webkit-box-shadow: none;	-moz-box-shadow: none;	box-shadow: none;
	border: 1px solid #ff1117;
	font-size:24px;	line-height:30px;
	padding-top: 42px;
}
.brand-list .product-price-box {
	max-height: 88px;
    box-sizing: border-box;
    padding: 0px;	
}
.brand-list.top-rated .product-price {
	font-size:20px;	line-height:22px;
}
.brand-list.top-rated .hold-img {
	height: 240px;
}
.brand-list.top-rated label.next, 
.brand-list.top-rated label.prev {
	background: #4d5359;
}
.brand-list.top-rated label.next:before {
	border-color: transparent transparent transparent #4d5359;
}
.brand-list.top-rated label.prev:before {
	border-color: transparent #4d5359 transparent transparent;
}

.single{
	padding: 0;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	margin: 0 -20px 50px;
}
.single li{
	width: 25%;
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: static !important;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.single .open-check:nth-last-of-type(1):checked + li label.next,
.single .open-check:nth-last-of-type(2):checked + li label.next,
.single .open-check:nth-last-of-type(3):checked + li label.next,
.single .open-check:nth-last-of-type(4):checked + li label.next{display:none;}
.single .brand-link{
	padding: 0;
	position: relative;
	margin-bottom: 0;
	border: 1px solid #eaebf9;
}
.single .hold-img{
	display:block;
	height: 164px;
	width: auto;
	float:none;
	margin: 0;
}
.single .text-wrap{
	display:block;
	width: 100%;
	text-align:center;
}
.single .title-brand{
	text-transform:uppercase;
	font-size: 18px;
	line-height: 20px;
	padding: 10px;
	background: #fe0000;
	color: #fff;
	display:block;
	min-height: 40px;
}
.text-center {
	display:table;
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.text-center .text-inner {
	display:table-cell;
	vertical-align:middle;
}
.text-center .text-inner .text-last {
	width:100%;
	display:block;
}


@media (max-width: 1300px) {
	.descript-holder h2,
	.block-brands .htitle,
	.block-produkt .htitle,
	.descript-holder .htitle,
	.block-details .htitle,
	.categories-title {
		font: 32px/36px 'Titillium Web', sans-serif;
		font-weight: 200;
	    margin: 0 0 0 10px;
	}
	.slide-holder h3,
	.categories-title,
	.descript-holder h2{
		font: 32px/36px 'Titillium Web', sans-serif;
		font-weight: 200;
		margin: 0 0 25px 0;
	}
	.block-produkt h2{
		margin: 0 0 0 10px;
	}
}	
@media (max-width: 1200px) {
	.fade-gallery .switcher {
		margin: 0 -6px;
	}
	.thumbnail label{
		height: 88px;
	}
}
@media (max-width: 1024px) {
	.gallery-list li:after{
		display: none;
	}
	.single .title-brand{
		font-size: 16px;
		line-height: 18px;
	}
	.block-details{
		padding: 0;
		margin: 0 0 35px;
	}
	.fade-gallery label.next .fa{
		left: 0;
	}
	.fade-gallery label.next{
		right: 0;
	}
	.fade-gallery label.prev{
		right: auto;
		left: 0;
	}
	.fade-gallery label[for="modal"] {
	    display: none;
	}
	/*   nav start  */
	#nav {
		padding: 20px 0;
		width:auto;
	}
	#topnav > li > label > .fa{display:block;}
	#nav .hold-toogle {
		display:block;
		text-align: right;
		height: 17px;
	}
	#nav .toogle-menu {
		display:inline-block;
		vertical-align:top;
		color: #000;
		top: 5px;
		right: 20px;
	}
	.menu-holder {
		position:fixed;
		top:0;
		right:-300px;
		height: 100%;
		overflow:hidden;
		overflow-y:auto;
		width: 280px;
		background: #fe0000; 
		z-index: 100000;
		-webkit-transition: right .2s ease-in-out;
		-moz-transition: right .2s ease-in-out;
		transition: right .2s ease-in-out;
	}
	#nav .open-check:checked ~ .menu-holder { right:0;}
	#topnav > li {
		display:block;
		color: #000;
		padding:0;
		position:static;
		margin:0;
		text-align:left;
		float: none;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
	}
	#topnav > li:hover > a, #topnav > li:hover > label, .children > li:hover > a, .children > li:hover > label, .children2 > li:hover > a, .children2 > li:hover > label {
	    background: rgba(0,0,0,0.1) !important;
	}
	#header #topnav > li:before {display:none;}
	#header #topnav > li > a,
	#header #topnav > li > label,
	#topnav .children > li > a,
	#topnav .children > li > label,
	#topnav .children2 li a,
	#topnav .children2 li label,
	#header ul#topnav > li > a,
	#header #topnav > li > a, 
	#header #topnav > li > a:link, 
	#header #topnav > li > a:visited{
		color: #fff ;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding: 15px 30px 15px 10px;
		border-bottom: 1px solid #dadae5;
		display:block;
		cursor: pointer;
		text-transform: none;
		font-size:14px;
		line-height:18px;
		font-weight: 400;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	#topnav > li > label::before {display:none;}
	#topnav .children > li > label.back-label,
	#topnav .children2 li label.back-label {padding: 15px 10px 15px 30px;}
	#topnav .children > li > a {
		margin:0;
		font-weight: normal;
	}
	#topnav > li > .open-check ~ .children > li:nth-child(1),
	#topnav > li > .open-check ~ .children > li:nth-child(2),
	#topnav .children > li > .open-check ~ .children2 > li:nth-child(1),
	#topnav .children > li > .open-check ~ .children2 > li:nth-child(2) {
		display:block;
	}
	#topnav > li > label,
	#topnav .children > li > label,
	#topnav .children2 li label {
		position:relative;
	}
	#topnav > li > label .fa,
	#topnav .children > li > label .fa,
	#topnav .children2 li label.back-label .fa {
		position:absolute;
		right: 10px;
		top: 50%;
		font-size:20px;
		margin: -10px 0 0;
	}
	#topnav .children > li > label.back-label .fa,
	#topnav .children2 li label.back-label .fa {
		right:auto;
		left: 10px;
	}
	#header #topnav > li > .open-check + a,
	#header .children > li > .open-check + a {display:none;}
	#nav .close-menu {
		display:block;
		padding: 10px;
		color: #fff;
		background: rgba( 255, 255, 255, 0.1);
		text-transform: uppercase;
		cursor:pointer;
	}
	#topnav > li > label, 
	#topnav .children > li > label {display:block;}
	#nav .close-menu .fa {
		float:right;
		font-size: 20px;
		margin: 0;
	}
	.hidden-xs {display:none !important;}
	#topnav {
		position:static;
		float: none;
		margin:0;
		padding:0;
	}
	#topnav:after {display:none;}
	#topnav .children,
	#topnav .children2 {
		opacity:1;
		visibility: visible;
		display:block;
		position:absolute;
		top: 44px;
		bottom:0;
		margin: 0;
		z-index:20;
		background: #d61c21;
		border:none;
		padding:0;
		width: 100%;
		left:100%;
		overflow:hidden;
		overflow-y:auto;
		-webkit-transition: left .2s ease-in-out;
		-moz-transition: left .2s ease-in-out;
		-ms-transition: left .2s ease-in-out;
		-o-transition: left .2s ease-in-out;
		transition: left .2s ease-in-out;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#topnav > li:last-child .children{
		left:100%;
		right: auto;
	}
	#topnav > li:hover .children{
		opacity:1;
		visibility: visible;
	}
	#topnav .children2 {top:0;}
	#topnav .children2 li {
		margin:0;
		width:100%;
		display:block;
		padding:0;
	}
	#topnav .children > li {
		width:100%;
		float: none;
		padding:0;
		margin:0;
		position:static;
	}
	#topnav > li > .open-check:checked ~ .children,
	#topnav .children > li .open-check:checked ~ .children2{left:0;}
	#topnav .children > li > a:before, 
	#topnav .children2 li a:before,
	#topnav .children2 li:before,
	#topnav > li > a:before {display:none;}
	#topnav .children > li > a:hover,
	#topnav .children > li.active > a {
		color: #fff;
		background: none;
	}
	.overlay {
	    display: block;
	    position: fixed;
	    background: #000;
	    top: 0;
	    left: 100%;
	    width: 100%;
	    height: 100%;
	    opacity: 0.5;
	    z-index: 1000;
	    -webkit-transition: left .2s ease-in-out;
	    -moz-transition: left .2s ease-in-out;
	    -ms-transition: left .2s ease-in-out;
	    -o-transition: left .2s ease-in-out;
	    transition: left .2s ease-in-out;
	}
	#nav .open-check:checked ~ .overlay {
    	left: 0;
	}
	#topnav > li:after{
		display: none;
	}

	/*  nav end  */

	#search_box{
		position: absolute;
		float: none;
		margin: 0;
		left: 20px;
		bottom: 22px;
	}
	.wrapper input[type="text"],
	.wrapper input[type="password"]{
		padding: 10px 45px 10px 20px;
	}
	#header .header-top{
		padding: 10px 0;
	}
	.header-top .container{
		padding: 0 20px 0 231px;
	}
	.header-top .header-list{
		padding: 10px 10px 0;
	}
	.header-top .header-list li,
	.header-top .header-list li:last-child{
		padding: 0 25px;
	}
	.block-gallery {
	    margin: 0 0 20px;
	}
	.product-images,
	.product-description{
		width: 100%;
	}
	.product-images{
		margin: 0 0 20px;
	}
	.product-description{
		padding: 0;
	}
	.product-description h1 {
	    font: 400 37px/41px 'Titillium Web', sans-serif;
	    margin: 0 0 15px;
	}
	.product-description h1:after,
	.product-description:before{
		display: none;
	}
	.box-description .price {
	    font: 700 32px/34px 'Titillium Web', sans-serif;
	    margin: 0 0 15px;
	}
	.block-produkt {
	    margin: 0;
	}
	.block-brands .htitle,
	.block-produkt .htitle,
	.block-details .htitle{
		max-width: 100%;
		margin: 0 0 25px;
	}
	.block-produkt .box-produkt,
	.block-details .box-gray{
		margin: 0;
	}
	.block-produkt .box-produkt{
		padding: 0 25px 15px;
	}
	.block-details .box-gray{
		padding: 45px 20px 45px;
	}
	.box-produkt .col,
	.box-produkt .col .title-produkt{
		padding: 0;
	}
	.box-produkt .col:last-child {
    	padding: 0 0 0 15px;
    }
    .fade-gallery .switcher {
	    margin: 0;
	    padding: 0 30px;
	}
	.fade-gallery .switcher:after,
	.fade-gallery .switcher:before{
		background: #fff;
		z-index: 3;
	}
	.box-produkt .list-produkt li,
	.box-produkt .list-produkt li:last-child,
	.box-produkt .list-produkt li .title-produkt{
		padding: 0;
	}
	.fade-gallery label.next {
	    right: 10px;
	}
	.fade-gallery label.next .fa {
	    left: 11px;
	}
	.fade-gallery label.prev {
	    right: auto;
	    left: 10px;
	}
	.fade-gallery label.prev .fa {
	    left: 11px;
	}
	.gallery-list li .gallery-title {
		display: inline-block;
	    font: 700 48px/50px 'Titillium Web', sans-serif;
	    padding: 0 0 10px;
	}
	.gallery-list li:before{
		display: none;
	}
	.gallery-list li .box-img{
		float: none;
		width: 100%;
	}
	.gallery-list li .box-description {
	    float: none;
	    width: 100%;
	    padding: 20px 0 0;
	    margin: 0 0 50px;
	}
	.controls {
	    left: 50%;
	    margin: 0 0 0 -130px;
	}
	.switchers {
	    left: 50%;
	    margin: 0 0 0 -65px;
	}
	.shop-gallery{
	    margin: 0 0 30px;
	}
	.block-red.shop {
	    margin: 0 auto 60px;
	}
	.block-brands {
	    margin: 0 0 30px;
	}
	.block-brands .brand-link{
		padding: 0 10px;
	}
	.block-brands .brand-list {
	    margin: 0 0px 0!important;
	    padding: 0 75px 0 !important;
	}
	.block-brands .brand-list li {
	    width: 33.333%;
	    margin-left: -33.333% !important;
	}
	.block-brands .brand-list .open-check:nth-last-of-type(5):checked + li label.next,
	.block-brands .brand-list .open-check:nth-last-of-type(4):checked + li label.next {display: block;}
}	

@media (max-width: 768px) {
	.block-brands .brand-list label.prev{
	    left: 10px;
	}
	.block-brands .brand-list label.next{
		right: 10px;
	}
	.block-brands .brand-list {
	    padding: 0 60px 0 !important;
	}
	.block-brands .brand-list label.next:after{
		top: 5px;
		left: 12px;
	}
	.block-brands .brand-list label.prev:after{
		top: 5px;
		left: 9px;
	}
	.block-brands .brand-list label.next,
	.block-brands .brand-list label.prev{
		height: 40px;
		width: 40px;
	}
	.block-brands .brand-list li {
	    padding: 0 20px !important;
	}
	.block-brands .brand-list li {
	    width: 50%;
	    margin-left: -50% !important;
	}
	.block-brands .brand-list .open-check:nth-last-of-type(3):checked + li label.next {display: block;}
	.block-red {
	    padding: 30px 0 20px 0;
	}
	.box-produkt .list-produkt{
		column-count: 1;
	}
	.block-details .box-gray {
	    padding: 20px;
	}
	.block-list .box-list{
		width: 100%;
	}
	.block-list .gray-list{
		column-count: 2;
	}
	.fade-gallery .switcher {
	    margin: 0 -15px;
	}
	.thumbnail label {
	    height: 60px;
	}
	.product-images{
		margin: 0;
	}
	.product-description h1 {
	    font: 400 32px/36px 'Titillium Web', sans-serif;
	}
	.block-brands .htitle,
	.block-produkt .htitle,
	.block-details .htitle{
		font: 26px/28px 'Titillium Web', sans-serif;
		font-weight: 200;
		padding: 0 0 0 15px;
	}
	.slide-holder h3,
	.descript-holder h2,
	.categories-title{
		font: 26px/28px 'Titillium Web', sans-serif;
		font-weight: 200;
	}
	.descript-holder {
    	margin: 0 0 20px;
	}
	.block-produkt .box-produkt {
	    padding: 0;
	}
	.block-red .red-list li,
	.block-red .red-list li:last-child{
		padding: 0 20px 0 40px;
	}
	.header-top .header-list {
	    padding: 0 15px;
	}
	.header-top .header-list li{
		font: 14px/16px 'Titillium Web', sans-serif;
		font-weight: bold;
    	font-style: italic;
    	margin: 0 0 5px;
	}
	.header-top .header-list li:before{
		-webkit-background-size: cover;
		background-size: cover;
		height: 15px;
		width: 15px;
	}
	.header-top .header-list li,
	.header-top .header-list li:last-child{
		padding: 0 20px;
	}
	.block-red.shop{
		background: #fe0000;
		margin: 0 auto;
	}
	.block-red.shop:before{
		display: none;
	}
	.single li{
		width: 50%;
		padding: 0 10px;
		text-align:center;
	}
}

@media (max-width: 480px) {
	.gallery-list li .gallery-title {
	    font: 700 32px/34px 'Titillium Web', sans-serif;
	}
	#nav {
		margin: 0;
	}
	#search_box {
	    bottom: 2px;
	}
	.block-gallery {
	    margin: 0;
	}
	.block-red,
	.block-red.shop{
	    padding: 20px 0 10px 0;
	}
	.block-details {
	    margin: 0 0 20px;
	}
	.box-list .list-title,
	.block-list .list-title{
		font: 15px/24px 'Titillium Web', sans-serif;
	}
	.block-list .gray-list{
		font: 600 15px/18px 'Titillium Web', sans-serif;
	}
	.fade-gallery label.prev .fa,
	.fade-gallery label.next .fa{
		font-size: 35px;
	}
	.fade-gallery .thumbnail{
		width: 33.33%;
		margin-left: -33.33%;
	}
	.fade-gallery .switcher {
	    padding: 0 25px;
	}
	.thumbnail label {
	    height: 40px;
	}
	.product-description h1,
	.box-description .price{
	    font: 400 20px/28px 'Titillium Web', sans-serif;
	}
	.header-top .container {
	    padding: 0;
	}
	#header .logo{
		float: none;
		margin: 0;
	}
	#header .logo a{
		margin: 0 auto 15px;
	}
	.fade-gallery  .empty-marker:nth-of-type(4):not(:empty) ~ .switcher input.open-check:nth-of-type(1):checked ~ .holder-next label:nth-of-type(2),
	.fade-gallery  .empty-marker:nth-of-type(5):not(:empty) ~ .switcher input.open-check:nth-of-type(2):checked ~ .holder-next label:nth-of-type(3),
	.fade-gallery  .empty-marker:nth-of-type(6):not(:empty) ~ .switcher input.open-check:nth-of-type(3):checked ~ .holder-next label:nth-of-type(4),
	.fade-gallery  .empty-marker:nth-of-type(7):not(:empty) ~ .switcher input.open-check:nth-of-type(4):checked ~ .holder-next label:nth-of-type(5),
	.fade-gallery  .empty-marker:nth-of-type(8):not(:empty) ~ .switcher input.open-check:nth-of-type(5):checked ~ .holder-next label:nth-of-type(6),
	.fade-gallery  .empty-marker:nth-of-type(9):not(:empty) ~ .switcher input.open-check:nth-of-type(6):checked ~ .holder-next label:nth-of-type(7),
	.fade-gallery  .empty-marker:nth-of-type(10):not(:empty) ~ .switcher input.open-check:nth-of-type(7):checked ~ .holder-next label:nth-of-type(8),
	.fade-gallery  .empty-marker:nth-of-type(11):not(:empty) ~ .switcher input.open-check:nth-of-type(8):checked ~ .holder-next label:nth-of-type(9),
	.fade-gallery  .empty-marker:nth-of-type(12):not(:empty) ~ .switcher input.open-check:nth-of-type(9):checked ~ .holder-next label:nth-of-type(10){
		display:block;
	}
	.descript-holder .box {
    	padding: 0;
	}
	.descript-holder .descript-list li, 
	.descript-holder .advantages-list li {
    padding: 0 0 0 25px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 20px;
}
}
/* lera */

@media (max-width: 1000px) {
	
	.brand-list.top-rated .hold-img {
		margin: 0 0 20px;
		height: 200px;
	}
	.brand-list.top-rated .brand-link {
		font-size:20px;		line-height:22px;
	}
	.brand-list .product-price {
		margin: 0 0 15px;
	}
	.brand-list.top-rated li {
		width: 50%;
		margin-left: -50% !important;
	}
	.advert-holder {
    	margin: 0 0 20px;
	}
	.brand-link .hold-img img {
    	margin: 0;
	}
	.brand-link .hold-img img {
    	margin: 0 auto;
	}
	.brand-link .hold-img {
    	margin: 0 0 14px;
	}
	.brand-list .product-price {
    	padding: 15px 0 0;
	}
}
@media (max-width: 900px){
	.brand-list {
		padding: 35px 0 0 !important;
		margin: 0 -15px 20px !important;
	}
	.brand-list li {
		width: 50%;
		margin-left: -50% !important;
	}
	.brand-list .open-check:nth-last-of-type(3):checked + li label.next {display: block;}
	.brand-link,
	.brand-list.top-rated .brand-link {
		font-size:16px;		line-height:18px;
		padding: 10px;
	}
	.brand-link .hold-img,
	.brand-list.top-rated .brand-link .hold-img {
		height: 140px;
	}
	.descript-holder .box {
		margin: 0 0 20px;
    	width: 100%;
	}

}
@media(max-width: 767px){
	.advert-holder h5 {
	    padding: 0 15px;
	}
	.brand-list li {
		width: 100%;
		margin-left: -100% !important;
	}
	.brand-list .open-check:nth-last-of-type(2):checked + li label.next {display: block;}
	.brand-list label.next, .brand-list label.prev {
    	right: 20px;
	}
	.brand-list label.prev {
	    left: 20px;
	}
	.brand-list li {
    	padding: 7px 61px !important;
	}
	.brand-list label.next:before, .brand-list label.prev:before {
    	left: -15px;
	}
	.brand-link, .brand-list.top-rated .brand-link {
    	text-align: center;
	}
	.brand-list .name {
    	font-size: 23px;
    	line-height: 29px;
	}
	.brand-list .name {
    	margin: 0;
	}
	.brand-link:after {
    	display: none;
	}
	.brand-list {
    	margin: 0 -3px 0!important;
    	padding: 0 26px 0 !important;
	}
}
@media (max-width: 600px) {
	.banners-list li,
	.banners-list li:nth-child(2) {width:100%;}
	.brand-list li {
    	padding: 7px 0 !important;
	}
	.brand-list .product-descript:after {
    	display: none;
	}
	.brand-list .name {
    	font-size: 18px;
    	line-height: 26px;
	}
	.brand-list .product-descript {
    	font-size: 15px;
    	line-height: 16px;
	}
	.brand-list label.next, .brand-list label.prev {
    	right: 0px;
	}
	.brand-list label.next, .brand-list label.prev {
    	width: 45px;
    	height: 45px;
	}
	.brand-list label.next:after, .brand-list label.prev:after {
    	top: 8px;
    	left: 13px;
	}
	.slide-holder {
    	margin: 0 0 5px;
	}
}


/*media*/
@media(max-width: 1350px){
	.brand-list {
    	margin: 0 -16px 0!important;
    	padding: 0 61px 0 !important;
	}
	.brand-list:after, .brand-list:before {
    	width: 59px;
	}
	.block-brands .brand-list {
	    margin: 0 -16px 0!important;
	    padding: 0 75px 0 !important;
	}
}
@media(max-width: 1200px){
	.inf-holder .descript-block {
    	padding: 87px 25px 0 60px;
	}
	.inf-holder .descript-block:after {
    	left: 59px;
	}
	.brand-link .brand-inf {
    	padding: 0 10px 0 0;
	}
	#footer .pay-holder .pay-list {
    	margin: 0 -20px;
	}
	#footer .pay-holder .pay-list li {
    	padding: 0 20px;
	}
}
@media(max-width: 1024px){
	#footer .main-holder .block .box:last-child,
	#footer .main-holder .block .box:first-child{
		width: 100%;
	}
	#footer .main-holder .block .box .logo a {
    	width: 180px;
    	height: 65px;
	}
	#footer .main-holder .block .box .logo {
    	width: 180px;
    	height: 65px;
	}
	#footer .pay-holder .pay-list {
    	margin: 0 -10px;
	}
	#footer .pay-holder .pay-list li {
    	padding: 0 10px;
	}
	#footer .list-hold .time-list,
	#footer .list-hold .menu-foot {
    	padding: 0;
	}
	#footer .main-holder .block .box .list-hold:first-child,
	#footer .main-holder .block .box .list-hold:last-child {
    	width: 100%;
    	margin: 0 0 10px;
	}
}
@media(max-width: 900px){
	.inf-holder .img-block,
	.inf-holder .descript-block {
    	width: 100%;
    	margin: 0 0 45px;
    	padding: 0;
	}
	.inf-holder .descript-block:after,
	.inf-holder .img-block:after{
		display: none;
	}
	.inf-holder {
    	margin: 0 0 15px;
	}
	.advert-holder .block:first-child,
	.advert-holder .block:last-child {
    	width: 100%;
	}
	.advert-holder .block{
		min-height: 275px;
	}
	#footer .pay-holder .pay-list li {
    	width: 25%;
    	margin: 0 0 10px;
	}
}
@media(max-width: 600px){
	.inf-holder .img-block{
    	padding: 0 32px;
    	margin: 0 0 20px;
	}
	.advert-holder .block .box {
    	min-height: 275px;
	}
	#footer .main-holder .block .box .logo a {
    	float: none;
    	margin: 0 auto;
	}
	#footer .main-holder .block .box .logo {
    	float: none;
	}
	.block-brands .brand-list li {
	    width: 100%;
	    margin-left: -100% !important;
	}
	.block-brands .brand-list .open-check:nth-last-of-type(2):checked + li label.next {display: block;}
	.block-brands .brand-list {
	    padding: 0 40px 0 !important;
	}
}
@media(max-width: 500px){
	.block-brands .brand-list li {
	    width: 100%;
	    margin-left: -100% !important;
	}
	.block-brands .brand-list .open-check:nth-last-of-type(2):checked + li label.next {display: block;}
	.inf-holder {
	    margin: 0;
	}
	.inf-holder .descript-block{
		margin: 0 0 15px;
	}
	.advert-holder .marks-list {
    	column-count: 3;
	}
	.advert-holder .block:first-child {
    	padding: 0 15px 29px 15px;
	}
	.advert-holder .block .box {
    	width: 100%;
	}
	#footer .pay-holder .pay-list li {
    	width: 50%;
    	padding:0;

	}
	#footer .pay-holder .pay-list {
    	margin: 0;
    	font-size: 0;
    	line-height: 0;
	}
	.single li{
		width: 100%;
	}
	.fade-gallery .holder-img {
		height: 350px;
	}
	.box-gray .block-list ul {
		column-count:1;
	}
}
@media(max-width: 430px){
	#footer .list-hold .menu-foot {
    	column-count: 1;
	}
}
div.stBadge {
    max-width: 100%!important;
    min-width: inherit;
}
#gh-top, #gh-gb {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
}
div.stBadge img {
    max-height: 100%;
    width: auto;
}
