* {	
	margin: 0;
	padding: 0;
    font-family: 'Roboto', 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;
}
ul{
	margin-left: 20px;
}
.limiter{
	width:1180px;
	max-width:100%;
	margin:0px auto 20px auto;
}
.limiter > .title{
	padding: 20px 0;
}
.group_holder{
	display: flex;
	gap:10px;
}
.group_holder > a{
	display: block;
	width:70px;
	height:70px;
	border: 1px solid #969696;
	border-radius: 6px;
}
.group_holder > a:hover{
	border: 1px dashed #969696;
}
.group_holder > a > img{
	width:100%;
	height:100%;
	border-radius: 6px;
}
.grid {
	margin:0 auto;
	max-width:90%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 5px;
	grid-row-gap: 5px;
} 
.grid img{
	width:100%;
}
.desc {
	display:flex;
	justify-content: space-evenly;
	align-items: center;
}
.desc a {
    font: 16px 'Roboto', sans-serif;
	text-decoration:none;
    text-transform: uppercase;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 0 36px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #000;
    transition: .3s ease;
}
.desc a:hover{
	background-color: #fff;
	color: #333;
}
.tlist {
	display:none;
	position: absolute;
	top: 70px;
	/* background: rgba(0,0,0,0.5); */
	z-index: 999;
	width:100%;
	/* border-top: 2px solid #fff; */
	/* border-bottom: 2px solid #fff; */
}
video {width:100%;}
.tlist a{display:block;}
.tlist a:first-letter{text-transform: capitalize;}
.tlist > ul{
	width: 70%;
	max-width: 1600px;
	display:flex;
	justify-content: space-evenly;
	list-style-type: none;
	padding:0 0 20px 0;
	/* background: rgba(220,220,220,0.9); */
	background: #fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 auto;
	box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.75);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.tlist > ul > li:not(:last-child){
	border-right:1px dashed #ccc;
}
.tlist > ul > li{
	width: 100%;
	padding:0 20px;
}
.tlist > ul > li > a{
	font-weight: 500;
	padding:20px;
}
.tlist > ul > li > ul{
	list-style-type: '- ';
	padding:0 0 0 15px;
}
.tlist > ul > li > ul > li a{
	padding:5px 0;
}
.tlist > ul > li > ul > li > ul{
	list-style-type: '- ';
	padding:0 0 0 15px;
}
.tlist > ul > li > ul > li > ul > li a{
	padding:5px 0;
	color:#777;
}
a.button {
    font: 16px 'Roboto', sans-serif;
	text-decoration:none;
    text-transform: uppercase;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 0 36px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #000;
    transition: .3s ease;
}
a.button:hover{
	background-color: #fff;
	color: #333;
}
/* 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-evenly;
	align-items: center;
	color:#000;
	background: #fff;
	top:0;
	left:0;
	position:relative;
	text-align: center;
	width:100%;
	height:70px;
	border-top:1px solid #e1e1e1;
	padding: 10px 30px;
	z-index:9999;
	text-transform: uppercase;
	box-shadow: 0 -2rem 6.4rem 0 rgba(0,0,0,0.1);
	
}
nav li{position: relative;}
nav li:hover{
	
}
nav .set a, nav .set button{user-select:none;text-decoration: none; color:#000; text-transform: uppercase; cursor:pointer;}
.promo{width:100%;position:relative;}
.wrapper{
	max-width:1360px;
	margin:0 auto;
}
.mosaic{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px; 
	padding: 20px 0;
}
.mosaic a{
	height:210px;
	display: block;
	position: relative;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	border-radius: 6px;
}
.mosaic img{
	transition: all 0.5s ease-out;
	border-radius: 6px;
}
.mosaic > a:hover > img{
	transform: scale(1.05);
}
.mosaic > a{
	display: block;
	position: relative;
}
.mosaic > a > span{
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
	padding: 60px 20px 19px;
	width:360px;
	border-radius: 6px;
}
#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;
}
.catalogs > div .block_text{
	padding:10px 0;
	text-align:left;
}
.catalogs > div .block_text > div:first-child{
	display:flex;
	justify-content: space-between;
	align-items: center;
	color:#919191;
}
.catalogs > div .block_text .title{
	font-weight:500;
	margin-top:15px;
	font-size:18px;
}

.filter.grey{
	top:0;
	padding: 0 20px;
	text-align:right;
	display:flex;
	white-space: nowrap;
	align-items:center;
	justify-content:center;
	height: 70px;
	background:#fff;
	flex-direction: column;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.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;}
.filter.grey a:hover{color: #ef7800;}
.filter.one{justify-content:center;}


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;}


#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.grey{background:#f6f6f6;}
.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;
  background: #E4E5E6;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
.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: 31px;
	width: 300px;
	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;
}
.pimg {
  --c: #eee;
  --b: 4px;
  --g: 0px;
  
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
}
.pimg:hover {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}

.catalogs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 0px; 
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 0 auto;
    min-height: 100%;
    padding-top: 20px;
}

.catalogs > div {
    position: relative;
    text-align: center;
	margin: 0 auto 40px auto;
}

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

.catalogs > div > a > div.image {
	position:relative;
	height: 320px;
    width: 320px;
    margin: 0 auto;
}
.catalogs > div .second_img{
	height: 320px;
    width: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all 0.2s ease-in-out;
	position: absolute;
	opacity: 0;
}

.catalogs > div:hover > a > div.image {
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

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

.catalogs > div > a > div.image > img {
	position:absolute;
	top:0;
	left:0;
    height: 320px;
    width: 320px;
	border-radius: 4px;
}

.badge {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    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;
	transition: .3s ease;
}

.catalogs > div:hover .badge {
	background: #fff;
    color: #000;
}

.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 a{text-transform: capitalize;}
.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;}
.semi{font-weight:500;}
#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 {
	position: relative;
	padding: 30px 80px;
    background-color: #ааа;
    font-size: 16px;
    color: #000;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 50px 0 10px 0;
}

#footer:before {
	height:31px;
	width:300px;
	position: absolute;
	top: -15px;
	left: calc(50% - 150px);
	content: '';
	background: #fff url('/img/logo.png') no-repeat;
	background-position: center;
}

#footer a{color:#000;}
#footer img{max-width:185px;}
#footer .list{
	display:flex;
	flex-direction: column;
}
#footer .list > div{
	padding: 3px 0;
}

.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;}

.a_catalog{display:block; padding: 0 15px;
height: 30px; line-height: 30px;
font-size: 14px; color: #000;}

.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(255,255,255,0.9);
	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;
}


.m-tabs{
	max-width: 100%;
	width:1180px;
	margin: 50px auto 20px auto;
}
.m-tabs > div:first-child{
	text-align: center;
	border-bottom: 1px solid #000;
}
.m-tabs > div:first-child > span{
	display:block;
	width: 280px;
	border-bottom: 5px solid #000;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}
.m-tabs > div:last-child > a{
	margin:0 auto;
	display:block;
	width:600px;
	max-width: 100%;
}
.m-tabs > div:last-child img{
	width:100%
}
.specifications{
	width:100%;
	column-width: 33%;
	column-count: 1;
	column-gap: 4%;
	column-rule: 1px solid #979797;
	padding: 80px 0 20px 20px;
	background-color: rgba(227,226,231,0.2);
	position:relative;
}
.specifications > div{
	display: flex;
	line-height: 35px
}
.specifications > div > div:first-child{
	font-weight: 500;
	padding-right:12px;
	text-transform:uppercase;
}
span.heading {
	user-select: none;
	position: absolute;
	left: 20px;
	top: 30px;
	font-size:28px;
	font-weight: 500;
}


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

@media (min-width: 768px) {
	.specifications{
		column-count: 3;
		padding:80px 80px 40px 80px;
	}
	.specifications > div > div:last-child{
		/* white-space: nowrap; */
	}
	span.heading {
		left: 80px;
	}
	.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;
	}
	.filter.large{height: 120px; margin:0;}
	.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;
	}
}