* {	
	margin: 0;
	padding: 0;
    font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}
html, body { 
    height: 100%;
	margin:0; padding:0;
}
a {
    color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:visited, a:active, a:focus {
    text-decoration: none;
}
/* h1 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fbbf56;
	text-align:center;
} */
hr{
	width:100%;
	margin: 20px;
	border-top: 1px solid #ddd;
	border-bottom: none;
}
nav {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	top:0;
	left:0;
	background: none;
	position:relative;
	text-align: center;
	width:100%;
	height:100px;
	border-top:1px solid #e1e1e1;
	padding: 10px 30px;
	z-index:999;
	transition: background-color .2s linear;
}
#menu {
  font-size: 40px;
  cursor: pointer;
}
.filter{
	margin: 0 auto 50px auto;
	text-align:right;
	position:relative;
	top:25px;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-direction: column;
	max-width: 90%;
}
.dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 0px;
  left: 3px;
  background: #3cb33c;
}
.block_text{text-align:left;}
.filter.grey{
	top:0;
	padding: 0 20px;
	text-align:right;
	display:flex;
	white-space: nowrap;
	align-items:center;
	justify-content:center;
	height: 120px;
	background:#fff;
	flex-direction: column;
}
.filter.grey{
	background:#f0f0f0;
	background-image: var(--bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: inherit;
	background-blend-mode: multiply;
	/* box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}
.filter.grey > div{line-height: 40px;}
.filter.grey a{color: #171717;padding:40px 0;}
.filter.grey a:hover{color: #ef7800;}
.filter.one{justify-content:space-between;}

input[type=checkbox] {vertical-align: top;margin: 0 3px 0 0;width: 17px;height: 17px;}
input[type=checkbox] + label {cursor: pointer; white-space:nowrap;}
input[type=checkbox]:not(checked) {position: absolute;opacity: 0;}
input[type=checkbox]:not(checked) + label {position: relative; padding: 0 0 0 60px;}
input[type=checkbox]:not(checked) + label:before {
content: '';
position: absolute;
top: -4px;
left: 0;
width: 50px;
height: 26px;
border-radius: 13px;
background: #CDD1DA;
box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
input[type=checkbox]:not(checked) + label:after {
content: '';
position: absolute;
top: -2px;
left: 2px;
width: 22px;
height: 22px;
border-radius: 10px;
background: #FFF;
box-shadow: 0 2px 5px rgba(0,0,0,.3);
transition: all .2s;
}
input[type=checkbox]:checked + label:before {background: #9FD468;}
input[type=checkbox]:checked + label:after {left: 26px;}

nav:hover{color:#000;background: #fff;}
#map{height: 80vh;max-width:80%;margin:60px auto;}
.downloader {text-align:center;margin:60px auto; font-size:24px; font-weight:500;}
.downloader a{color:#000;}

.downloader > i{font-size:75px; color:#ccc;}
.group{display: flex; position:relative;margin:60px auto; justify-content: center;text-align: center; flex-wrap:wrap; max-width: 1024px;}
.group > div > div > div img{border: 1px solid #fff;}
.group > div > div > div:hover img{border: 1px solid #e9e9e9;}
.view{
	display: flex;
    flex-direction: column;
	min-height: 100%; 
	width: 100%; 
	padding:20px;
    align-items: flex-start;
}
.view > div {
	width: 100%;
}
.view > div:first-child {
	text-align: center;
}
.view > .image img {
  width: 100%;
  max-width: 600px;
}
table.styled {
	width:100%;
	border-spacing: 0;
    border-collapse: collapse;
}

table.styled tr td:first-child{font-weight:700;}

table.styled td{
	padding:5px 10px;
}

.holder{max-width:100%; margin: 0 auto;position:relative;}
.holder.wide{padding:0 60px; max-width:100%; margin: 0 auto;}

.title-line {
    width: 12rem;
    max-width: 100%;
    margin: 10px auto;
    height: 2px;
    background: #eee;
}
.new_label::before {
  display: block;
  width: 45px;
  height: 36px;
  content: '';
  background-image: url('/img/new.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  z-index: 999;
  top: 170px;
}
.search_box {
  height: 40px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  width: 100%;
  box-shadow: inset -3px -3px 4px -1px #f0efef,inset 3px 3px 4px -1px rgb(174,174,174);
  border-radius: 20px;
  padding: 0 !important;
  margin-bottom: 30px;
}
.search_box input[type="text"] {
  border: none;
  box-shadow: none;
  background: none;
  min-width: auto;
  width: 100%;
  padding: 7px 20px;
  outline:none;
}
.search_box span {
  display: block;
  user-select: none;
}
.search_icon {
  width: 32px;
  height: 32px;
  background-image: url('/img/search.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 10px;
}
#captcha {border: 1px solid #ccc;
border-radius: 3px; height: 41px;
margin-top: 4px; margin-left: 4px; -moz-user-select: none; user-select:none;}
.captcha_holder > div{display:inline-block; vertical-align: top;}
.captcha_holder > div:last-child{float: right;}
#refresh-captcha {transition: all 0.2s linear; color: #cf8a8a;
border: 1px solid #ccc;
border-radius: 3px;
height: 41px;
width: 41px;
display: inline-block;
text-align: center;
padding: 10px 8px;
cursor: pointer;
background: #f2f2f2; 
float: left;
margin-top: 4px; margin-left: 4px;}

#refresh-captcha:hover{color: #bf5f5f;
border: 1px solid #b9b9b9; background: #fff;}

#slider{background: #e3e1e4; position:relative; top:-100px;}
#slider .slider-left, #slider .slider-right{position:absolute; top:calc(50% - 18px); font-size: 36px; color:#fff; opacity:0.5; z-index:999; cursor:pointer;}
#slider .slider-left:hover, #slider .slider-right:hover{opacity:1;}
#slider .slider-left {left:20px;}
#slider .slider-right {right:20px;}
#slider img{max-width:100%;}
.my-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.my-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius:7px;
  background:#ddd;
}
.my-dots li.slick-active {background:#999;}
.logo {
	display:block; 
	height: 42px;
	width: 393px;
	background-image: url('/img/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	max-width: 80%;
}
.floating{position:absolute; top:180px; left:calc(50% - 115px); width:230px;}
.domino{display:flex; flex-wrap:wrap; margin:10px 0;}
.domino > div{padding:10px;}
.domino > div img{width: 100%; max-width: 100%;}
.domino > div.one{flex-basis:50%;}
.domino > div.two{flex-basis:100%;}

#wrap{margin-top:80px;}

#advantages {
	z-index:999;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	background: transparent;
	padding:20px;
}
#advantages > div{
	width: 100%;
	text-align: center;
}
#advantages .advantage-img {
	display:flex;
	align-items: center;
	justify-content: center;
	height:130px;
	width:130px;
	transition: all 0.4s ease-in-out;
	border-radius: 50%;
	border: 2px solid #fff;
	margin:0 auto;
}
#advantages .advantage-img:hover {
    background: #71c3ca;
}

#advantages .advantage-img i {
	color:#fff; 
	font-size:62px;
}
#advantages .advantage-txt h4 {
	font-weight: 500;
	font-size: 17px;
	padding:10px 0;
	color:#fff;
}
#category{
	margin: 20px 7px 0 7px;
	display:flex;
	height:30px;
	flex-wrap: wrap;
	justify-content: center;
}

#category > div > label{
	display: block;
	height:30px;
	cursor:pointer;
	background: #e6e6e6;
	border-radius: 25px;
	padding: 6px 9px;
	font-size: 13px;
	margin: 5px;
	user-select:none;
}

#category > div > input[type="radio"]{
	position: absolute;
	opacity: 0;
}
#category > div > input[type="radio"]:checked + label{
	background: #cdd1da;
}
.catalogs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1180px;
    max-width: 100%;
    margin: 50px auto 0 auto;
    min-height: 100%;
    padding-top: 20px;
}

.catalogs > div {
    position: relative;
    text-align: center;
    width: 240px;
    height: 100%;
    min-height: calc(100% - 134px);
	margin: 0 auto 40px auto;
}

.catalogs > div > a {
    color: #000;
	font-family: 'Poppins',sans-serif;
    /* text-transform: uppercase; */
}

.catalogs > div > a > div.image {
	border: 1px solid #fff;
    width: 240px;
    height: 300px;
	padding: 50px 20px;
    margin-bottom: 10px;
}

.catalogs > div:hover > a > div.image {
	border: 1px solid #e9e9e9;
}

.catalogs > div > a > div.image > img {
    height: 200px;
    width: 200px;
}

.badge {
    background: #ef7900;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: flex;
	justify-content: center;
	align-items: center;
    font-size: 11px;
    position: absolute;
    top: -9px;
    right: -9px;
    opacity: 0.1;
}

.catalogs > div:hover .badge {
	opacity:1;
}

.info {
	background: #ebf5f6;
	color: #909090;
	width:100%;
	padding:30px 0;
}
.info > div {padding: 0 30px; display:flex; flex-direction:column; justify-content: space-between;}
.info > div > div {background:#fff; flex-basis: calc(33.33% - 15px); box-shadow: 0px 8px 25px 0px rgba(255,255,255,1); margin:20px 0;}
.info > div > div:hover {cursor:pointer;box-shadow: 0 4px 34px -6px rgba(170,170,170,1);}
.info > div > div > div{text-align:justify; padding:20px; font-size:12px; font-style:italic;}
.info p {text-align:left; font-style:normal; font-weight:bold; color: #000; text-transform:uppercase; margin-bottom:10px;}
.info > div > div img {width:100%;}

.bread-crumbs {font-weight: 300;}
.bread-crumbs ul{list-style-type:none; display:flex; font-size:17px;margin:10px 0;}
.bread-crumbs > div, .bread-crumbs > h1{list-style-type:none; display:flex; font-weight:300;font-size:24px;margin:10px 0; cursor:default; user-select:none;}

#description {
	width: 100%;
	text-align:justify;
	margin-bottom: 20px;
}

.big{
	display:none;
}

.btn {
	cursor:pointer;
	text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    -moz-user-select: none;
    border: 1px solid transparent;
    padding: 10px 25px;
    border-radius: 4px;
}

.heading{font-size: 24px;}
.heading{font-size: 20px;}

.btn-red {
    color: #fff;
    background: #bdbdbd;
    border-color: #fff;
}

.btn-red:hover {
    color: #fff;
    background: #83d0d7;
    border-color: #fff;
}

.btn-dark {
	color:#fff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	background: #000;
	padding: 7px 25px;
	margin: 5px 2px;
}

.btn-dark:hover {
	color: #fff;
    background: #b1997f;
}

.arrow-left, .arrow-right {
	transition: all 0.1s linear;
    border-right: 4px solid; 
    border-bottom: 4px solid;
    height: 20px;
    width: 20px;
	display: block;
	z-index: 998;
	position: absolute;
	top: calc(50% - 14px);
	cursor:pointer;
	border-radius: 3px;
	color: #9a9da0;
}
.arrow-left:hover, .arrow-right:hover {
	color: #fbbf56;
}
.arrow-left{
	transform: rotate(135deg);
	left:20px;
}
.arrow-right{
	transform: rotate(-45deg);
	right:20px;
}

#footer {
	padding: 40px 80px;
    background-color: #ааа;
    font-size: .9rem;
    color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin:30px 0;
}

#footer a{color:#000;}
#footer img{max-width:185px;}

.parallax {
	display:flex;
	align-items: center;
	justify-content: center;
	background: url("/img/bg_advantages.jpg") no-repeat;
	min-height: 500px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.set{list-style-type:none; position:fixed; top:-240px; left:0;width: 100%;}
.set a, .set button{color:#fff; font-weight: 500; font-size:16px;}
.set a:hover, .set button:hover{text-decoration: underline;}
nav.hilight .set a, nav.hilight .set button{color:#000;}
nav:hover .set a, nav:hover .set button{color:#000;}

.a_catalog{display:block; padding: 0 15px;
height: 30px; line-height: 30px;
font-size: 14px; color: #000;}
.req_btn{
background: none;
border: none;
padding: 0 15px;
height: 30px;
cursor:pointer;}
.req_btn:hover {
    color: #f6b23c;
}
.req{position:fixed; top:10px; left: calc(50% - 90px); z-index:999; width:180px;}
.req a{transition:all 0.5s linear; background:#ffac35;border:1px solid #000; margin:0;box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.2); opacity:0.5;}
.req a:hover{text-decoration:none; opacity:1;}
.req_container{
	display:none;
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index: 9999;
	align-items: center; justify-content: center;
}
.req_box{width:600px; max-width:95%; background:#fff; padding:10px 10px 5px 10px; border: 1px solid #ccc; border-radius: 3px;}
.req_title{text-transform:uppercase;text-align:center; border-bottom: 1px solid #ccc; padding: 0 0 7px 0; font-weight: bold; color: #000; font-size: 20px; margin-bottom:4px;}
.req_main input, textarea{font-size:16px; width:100%; max-width:100%; min-width:100%; border: 1px solid #ccc; border-radius:4px; border-radius: 2px; margin: 4px 0; padding: 10px;}
.req_main textarea{height:75px; min-height:75px; max-height:75px;}
.req_submit{margin-top:4px; margin-right:0; padding: 5px 16px; height: 41px;
line-height: 28px;}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ascroller {
    opacity: 0;
}

.tilt {
	backface-visibility: visible !important;
	animation-name: tilt;
}

.ride {
	position:relative;
	 backface-visibility: visible !important;
	 animation-name: ride;
}

.slick-prev {right:-15px;} 
.slick-next {left:-15px;}
	

.slick-prev, .slick-next {
	background-image: none;
	background: none;
	-moz-box-sizing: content-box;
	border: 0;
	box-shadow: none;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
	font-weight: 400;
	font-size: 0;
	line-height: 1;
	top: calc(50% - 14px);
	position: absolute;
	z-index: 5;
	border: unset;
	border-radius: unset;
}
.slick-prev::before, .slick-next::before {
	content: '';
	width: 52px;
	height: 52px;
	font-weight: 300;
	border: 1px solid rgba(151,151,151,0.32);
	border-radius: 50%;
	background-color: #fff;
	user-select:none;
	cursor:pointer;
}
.slick-prev::before {
	border-radius: 0px !important;
	border: 0px !important;
	width: 0;
	height: 0;
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	content: "";
	border-left: 10px solid #808080 !important;
}
.slick-next::before {
	border-radius: 0px !important;
	border: 0px !important;
	width: 0;
	height: 0;
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	content: "";
	border-right: 10px solid #808080 !important;
}

@keyframes tilt {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes ride {
  0% {
	left: -200px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

@keyframes typing {
  from { width: 0 }
  to { width: 250px; opacity:1;}
}

@keyframes blink-caret {
  from, to { border-color: transparent; opacity:1;}
  50% { border-color: #dc202e; opacity:1;}
}
.credit {margin: 15px 0; text-align: center !important;}
.typewriter {
  color: #999;
  overflow: hidden;
  border-right: 2px solid #dc202e;
  white-space: nowrap; 
  letter-spacing: 2px;
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

.group_holder .title {
  padding: 10px 40px;
  display: block;
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}

.slider-left, .slider-right {
  position: absolute;
  top: calc(50% - 25px);
  font-size: 50px;
  color: #5792f6;
  opacity: 0.5;
  z-index: 999;
  cursor: pointer;
}

.slider-left {
  left: 20px;
}

.slider-right {
  right: 20px;
}

.my-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
}
.new {
  color: #3cb33c !important;
}
.my-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 3px solid #111;
  transition: opacity .3s;
  opacity: 0.4;
}

.my-dots li > button {
  display: none;
}

.my-dots li.slick-active {
  background-color: #111;
  opacity: 1 !important;
}

@media (min-width: 576px) { 
	nav {
		text-align: left;
	}
	#advantages > div{
		width: 50%;
	}
}

@media (min-width: 768px) {
	.view > div:first-child {
  max-width: 50%;
  width: 600px;
}
	.search_box {
	  width: 60%;
	  margin-right: 20px;
	}
	#category{
		flex-wrap: nowrap;
	}
	.catalogs > div {
		margin: 0 0 40px 0;
	}
	.filter{
		flex-direction: row;
		max-width: 100%;
	}
	.filter.grey{
		padding: 0 50px;
		flex-direction: row;
	}
	.view{
		justify-content: space-evenly;
		flex-direction: row-reverse;
		padding: 60px;
	}
	table.styled {
		width:auto;
	}
	.view > div {
		width: auto;
	}
	.domino div.two{display:flex; flex-direction:row; justify-content: flex-start;}
	.domino div.one{display:flex; flex-direction:column; justify-content: center;}
	.domino div.two div.two div.one{justify-content: flex-start;}
	.domino div.pd{padding:15px;}
	.domino div.adpd{padding-right:45px;}
	.big{
		display:block; 
		position:absolute; 
		top:100px; 
		left:calc(50% - 300px); 
		width:600px; 
		max-width:75%; 
		text-align:center;
		background: rgba(0,0,0,0.2);
		height:60px;
		line-height:60px;
		font-size:24px;
		color:#fff;
		user-select:none;
		-moz-user-select:none;
	}
	.ride {
		text-align:left;
	}
	h1 {
		text-align:left;
	}
	hr {
		display:none;
	}
	.arrow-left, .arrow-right {
		border-right: 3px solid; 
		border-bottom: 3px solid;
		height: 30px;
		width: 30px;
	}
	.arrow-left{
		left:-40px;
	}
	.arrow-right{
		right:-40px;
	}
	
	#contact {
		background-size: auto;
	}
	#advantages > div{
		width: 33%;
	}
	#description {
		padding-right:20px;
	}
	#info {
		min-height:315px;
		max-height:700px;
		padding:20px 40px;
	}
	.info > div {padding:0;flex-direction:row;}
	.set{display:flex;position:relative; top:0px; left:0;}
	#menu{display:none;}
	#category > div > label{
		margin: 0 5px;
	}
	.search_box {
		margin: 0px 20px 0 0;
	}
}