*,*::before,*::after{
    box-sizing:border-box
}
@media (prefers-reduced-motion:no-preference){
    :root{
        scroll-behavior:smooth
    }
}
html{
    direction:ltr;
    overflow-x:hidden;
    box-shadow:none!important;
    font-size:16px;
}
body{
    margin:0;
    font-family:Open Sans,sans-serif;
    font-size:.875rem;
    font-weight:400;
    line-height:1.7143;
    color:#777;
    background-color:#fff;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
h3{
    margin-top:0;
    margin-bottom:.5rem;
    font-weight:500;
    line-height:1.2;
    font-size:18px;
}
p{
    margin-top:0;
    margin-bottom:1rem
}
strong,
b{
	font-weight: 600;
    color: #222529;
}
ul{
    padding-left:2rem;
    margin-top:0;
    margin-bottom:1rem
}
ul ul{
    margin-bottom:0
}
a{
    color:#222529;
    text-decoration:none
}
a:hover{
    color:#1b1e21
}
img{
    vertical-align:middle;
    max-width: 100%;
    height:auto;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-user-drag:none;
    -moz-user-drag:none
}
button{
    border-radius:0;
    text-transform:none
}
button:focus:not(:focus-visible){
    outline:0
}
input,
button{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
[role="button"]{
    cursor:pointer
}
button,
[type="submit"]{
    -webkit-appearance:button
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled){
    cursor:pointer
}
::-moz-focus-inner{
    padding:0;
    border-style:none
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field{
    padding:0
}
::-webkit-inner-spin-button{
    height:auto
}
::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-color-swatch-wrapper{
    padding:0
}
::file-selector-button{
    font:inherit
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
.container,
.container-fluid{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}
.img-left{
	float:left;
	margin:20px;
	margin-left:0;
}
.img-right{
	float:right;
	margin:20px;
	margin-right:0;
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	float: left;
	right: auto;
	width: 300px;
	height:100%;
	padding-left: 0;
	padding-right: 0;
	background:#222529;
	z-index: 3;
}
.sidebar{
	width:100%;
	padding:0 15px;
	margin:20px auto;
}
.sidebar .logo{
	margin-top:75px;
	text-align:center;
}
.sidebar .logo img{
	width:150px;
}
.search{
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
	/* margin-right: 0.25rem; */
	width: 100%;
	/* height: 40px; */
	text-align:center;
	margin-top:50px;
}
.search form{
	display: inline-block;
	position: relative;
	border-radius: 2em;
	background-color: #181b1f;
	width: 100%;
	max-width: 235px;
	border: 1px solid #181b1f;
	/* line-height: 38px; */
	font-size: .8125rem;
	padding: 0;
	vertical-align: middle;
}
.search .search-wrap{
    display: flex;
}
.search .text {
    display: block;
    text-align: left;
	width: 100%;
}
.search .text input{
    border-radius: 2em 0 0 2em;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    height: 38px;
    line-height: 38px;
    border: none;
    max-width: 100%;
    padding: 0 15px 0 15px;
    font-size: inherit;
    background: none;
    outline:none;
    box-shadow:none;
    margin-bottom:0;
    display:block;
    color:#777;
}
.search .button-wrap {
    margin: 0;
	display: block;
    text-align: left;
}
.search .button-wrap button{
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 0 max(0px, calc(2em - 5px)) max(0px, calc(2em - 5px)) 0;
    padding-right: 11px;
    padding-left: 11px;
	height: 38px;
    line-height: 38px;
	padding: 0 12px;
	color: #777;
	font-size: 16px;
	background: none;
	border: none;
    outline: none;
    box-shadow: none;
    margin-bottom: 0;
	transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.2s;
}

.sidenav{
	margin-top:30px;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}
.overlay.is-open{
	display: block;
}
.side-footer{
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
}
.side-footer .contacts{
	text-align:center;
}
.side-footer span{
	display:block;
}
.side-footer a.phone{
	display:block;
	color:#fff;
	font-size:22px;
	font-weight:700;
	transition: all 100ms linear;
}
.side-footer a.phone:hover{
	color:#999;
}
.side-footer a.email{
	display:inline-block;
	color:#777;
	border-bottom:1px solid transparent;
	transition: all 100ms linear;
}
.side-footer a.email:hover{
	color:#999;
	border-bottom:1px solid;
}


#content{
	position:relative;
	margin-left:300px;
	padding:0 70px;
	overflow: hidden;
}
.main-cat .title-cont{
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	line-height:40px;
	font-weight:600;
	font-size:16px;
	color:#222529;
}
.main-cat .cont{
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.main-cat .item{
	margin-bottom: 30px;
}
.main-cat .item:hover .img{
	box-shadow: 0 6px 25px rgba(0, 0, 0, .1);
}
.main-cat .item .img{
	background:#eee;
}
.main-cat .item .img img{
	display:block;
	/* width:100%; */
	/* max-width: 250px; */
	padding:40px;
	margin:0 auto;
	background:#eee;
	transition: all 100ms linear;
}
.main-cat .item .title{
	text-align:center;
	margin-top:15px;
}
.main-cat .item .name{
	text-align:center;
	font-weight:600;
	font-size:18px;
}
.main-cat .more{
	display:block;
	width:300px;
	/* background:#222529; */
	color:#222529;
	text-align:center;
	line-height:50px;
	margin:0 auto;
	margin-top:30px;
	text-transform:uppercase;
	border:1px solid #222529;
	transition: all 100ms linear;
	font-weight:600;
}
.main-cat .more:hover{
	border:1px solid #c00;
	color:#c00;
}

.main-video{
	margin-top:50px;
}
.main-video video{
	width:100%;
	padding: 0;
	margin:0;
	height: auto;
}
.main-cat-nav .title-cont{
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
}
.main-cat-nav .title-cont h2{
	position:relative;
	text-transform:uppercase;
	display:inline-block;
	font-size:28px;
	padding:0;
	margin:0;
	letter-spacing: -1.3px;
	color:#666;
}
.main-cat-nav .title-cont h2:before{
	position:absolute;
	content:'';
	display:block;
	width:140px;
	height:3px;
	background:#c00;
	bottom:-5px;;
	left:calc(50% - 70px)
}
.main-cat-nav .cont{
	position:relative;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin:50px 0;
}
.main-cat-nav .col-1{
	position:relative;
	width:40%;
	display:flex;
	flex-wrap:wrap;
}
.main-cat-nav .col-2{
	position:relative;
	width:60%;
	display:flex;
	flex-wrap:wrap;
	padding-left:40px;
}
.main-cat-nav .item{
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
.main-cat-nav .item .bg{
	position:absolute;
	width:100%;
	height:calc(100% - 10px);
	background-color:#eee;
	border-bottom:4px solid #777;
	border-left:6px solid #777;
	bottom:0;
	left:0;
}
.main-cat-nav .item .image-1{
	position:absolute;
	bottom: 0;
	width:305px;
	left:-30px;
	overflow:hidden;
}
.main-cat-nav .item .image-2{
	position:absolute;
	bottom: 0;
	left:20px;
	width:260px;
	overflow:hidden;
}
.main-cat-nav .item .image-3{
	position:absolute;
	bottom: 0;
	left:40px;
	width:310px;
	height:310px;
	overflow:hidden;
}
.main-cat-nav .item .image-3 img{
	position:absolute;
	top: 120px;
}
.main-cat-nav .item .image-4{
	position:absolute;
	bottom: 0;
	left:50px;
	width:290px;
	height:290px;
	overflow:hidden;
}
.main-cat-nav .item .image-4 img{
	position:absolute;
	top:80px;
}
.main-cat-nav .item .image-5{
	position:absolute;
	bottom: 0;
	left:30px;
	width:290px;
	height:290px;
	overflow:hidden;
}
.main-cat-nav .item .image-5 img{
	position:absolute;
	top:90px;
}
.main-cat-nav .item .info{
	position:absolute;
	top:20px;
	right:70px;
	text-align:right;
}
.main-cat-nav .item .title{
	font-size:30px;
	line-height:34px;
	font-weight:600;
	color:#222529;
}
.main-cat-nav .item .title{
	display:inline-block;
	border-bottom:3px solid #c00;
}
.main-cat-nav .item .types{
	font-size:14px;
	color:#333;
	margin-top:10px;
}
.main-cat-nav .col-2 .item{
	height:200px;
	/* margin-bottom:30px; */
}
.main-cat-nav .item:last-child{
	margin-bottom:0;
}

.main-mat{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	background:url('/templates/gk/images/main-mat-bg.jpg') no-repeat;
	background-size:100%;
	background-size:cover;
}
.main-mat .title,
.main-mat .links{
	width:100%;
}
.main-mat .title{
	text-align:center;
}
.main-mat .title h2{
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
}
.main-mat .links ul{
	list-style: none;
	padding: 0;
	margin:30px 0;
	padding:0 20px;
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.main-mat .links li{
	display:block;
}
.main-mat .links a{
	display:block;
	width:200px;
	color:#fff;
	margin:0 auto;
	border:1px solid #ccc;
	padding:7px 20px;
	text-align:center;
	transition: all 100ms linear;
}
.main-mat .links a:hover{
	background-color:#fff;
	color:#222529;
}


.main-partners{
	position:relative;
	margin-top:60px;
}
.main-partners .title-cont{
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	line-height:40px;
	font-weight:600;
	font-size:16px;
	color:#222529;
}
.main-partners .cont{
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.main-partners .item{
	background:#eee;
	border-radius:30px;
}
.main-partners .owl-nav{
	position:absolute;
	top:-70px;
	left:100px;
}
.main-partners .owl-prev,
.main-partners .owl-next{
	border:1px solid!important;
	width:20px;
	margin:2px;
}
.main-partners .owl-nav span{
	font-size:22px!important;
	line-height:26px;
}
.main-partners .owl-prev:hover,
.main-partners .owl-next:hover{
	background:#222529!important;
	color:#fff!important;
}

.main-uslugi .title-cont{
	width:100%;
	margin-top:60px;
	margin-bottom:30px;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
	line-height:40px;
	font-weight:600;
	font-size:16px;
	color:#222529;
}
.fadeIn{
  opacity: 1;
  transition-delay: .3s;
}
.fadeOut{
  opacity: 0;
}

.main-uslugi .nav-tabs{
	position:relative;
	padding:0;
	margin:0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(5, 1fr);
}
.main-uslugi .nav-tabs li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left;
	width:100%;
}
.main-uslugi .nav-tabs a {
	display: block;
	position:relative;
	padding: 10px 20px;
	background: #fbfbfb;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	color: #999;
	border-radius: 5px;
	border:1px solid #eee;
}
.main-uslugi .nav-tabs a:hover{
	background: #eee;
}
.main-uslugi .nav-tabs .resp-tab-active a {
	background: #222529;
	color: #fff;
}
.main-uslugi .owl-nav{
	position:absolute;
	top:-70px;
	left:75px;
}
.main-uslugi .owl-prev,
.main-uslugi .owl-next{
	border:1px solid!important;
	width:20px;
	margin:2px;
}
.main-uslugi .owl-nav span{
	font-size:22px!important;
	line-height:26px;
}
.main-uslugi .owl-prev:hover,
.main-uslugi .owl-next:hover{
	background:#222529!important;
	color:#fff!important;
}
.main-uslugi .cont-tabs{
    padding: 0px;
    clear: left;
}
.main-uslugi .cont-tabs .resp-tab-content {
    display: none;
    padding: 15px 0;
	padding-top:30px;
}
.main-uslugi .cont-tabs .resp-tab-content:after{
	display:block;
	content:'';
	height:1px;
	width:100%;
	clear:both;
}
.main-uslugi .cont-tabs .resp-tab-content h3{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
}
.main-uslugi .cont-tabs .resp-tab-content h3:before{
	display:block;
	content:'';
	position:absolute;
	width:80px;
	height:4px;
	background:#c00;
	bottom:-5px;
}
.main-uslugi .cont-tabs .resp-tab-content img{
	margin-top:-60px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .4);
}
.main-uslugi .cont-tabs .resp-tab-content .more{
	display:inline-block;
	text-align:center;
	line-height:40px;
	margin-top:30px;
	padding:0 30px;
	text-transform:uppercase;
	border:1px solid #222529;
	transition: all 100ms linear;
	font-weight:600;
}
.main-uslugi .cont-tabs .resp-tab-content .more:hover{
	border:1px solid #c00;
	color:#c00;
}
.main-uslugi .cont-tabs .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}
.main-uslugi .cont-tabs .resp-content-active,
.main-uslugi .cont-tabs .resp-accordion-active {
    display: block;
}
.main-uslugi .cont-tabs .resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    font-size: 13px;
    border: 1px solid #c1c1c1;
	border-top:0
    margin: 0px;
    padding: 10px 15px;
}
.main-uslugi .cont-tabs .resp-tab-active {
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}
.main-uslugi .cont-tabs .resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.main-uslugi .cont-tabs .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #222529;
}
.main-uslugi .cont-tabs .resp-tab-active span.resp-arrow {
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #222529;
}
.main-uslugi .cont-tabs .resp-tab-content-active {
    display: block;
}
.main-uslugi .cont-tabs .resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

@media only screen and (max-width: 1000px) {
    .main-uslugi .nav-tabs {
        display: none!important;
    }
    .main-uslugi .cont-tabs .resp-accordion {
        display: block;
    }
    .main-uslugi .cont-tabs .resp-accordion-closed {
        display: none !important;
    }
	.main-uslugi .cont-tabs .resp-accordion img{
		display:none;
	}
}

.page-info{
	margin-top:30px;
}


.footer{
	margin-top:120px;
}
.footer h4{
	text-transform:uppercase;
	color:#222529;
	margin:0;
	margin-bottom:10px;
	font-size:16px;
}
.footer .cont{
	display:flex;
	flex-wrap:wrap;
}
.footer .left{
	width:25%;
}
.footer .right{
	width:75%;
}
.footer .left span{
	color:#222529;
	text-transform:uppercase;
	font-weight:600;
}
.footer .left p,
.footer .left a{
	color:#777;
	margin-bottom:10px;
}
.footer .left a{
	border-bottom:1px solid #777;
	transition: all 100ms linear;
}
.footer .left a:hover{
	border-bottom:1px solid #fff;
}
.footer .subsc{
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:20px;
}
.footer .subsc .info,
.footer .subsc .form{
	width:50%;
}
.footer .subsc .form{
	padding-top:10px;
}
.footer .copy{
	border-top:1px solid #e1e1e1;
	margin-top:40px;
	padding:40px 0;
	margin-bottom:20px;
}
.footer .copy a:hover{
	border-bottom:1px solid #333;
}
.footer-nav{
	margin-top:20px;
	display:flex;
	flex-wrap:wrap;
}
.footer-nav .nav-1,
.footer-nav .nav-2{
	width:50%;
}
.footer-nav h4{
	width:100%;
}
.footer-nav ul{
	color:#777;
	list-style:none;
	padding:0;
	margin:0;
}
.footer-nav ul li{
	float: left;
	width: 50%;
	padding-right:20px;
	padding-bottom:10px
}
.footer-nav ul li a{
	color:#777;
	border-bottom:1px solid #fff;
	transition: all 100ms linear;
}
.footer-nav ul li a:hover{
	border-bottom:1px solid;
}
.footer .subsc .input-col{
	position: relative;
	display: table-cell;
    vertical-align: top;
    width: 100%;
	margin-bottom: 10px;
}
.footer .subsc .input-col input{
	padding: 8px 12px 8px 20px;
	font-size: 13px;
    background-color: #f4f4f4;
	height: 44px;
	border-radius: 30px 0 0 30px;
    width: 100%;
	border-width: 0;
    background-clip: border-box;
	color: #777;
	border: 1px solid #f4f4f4;
    outline: none;
    box-shadow: none;
    text-align: left;
    line-height: 1.42857;
	vertical-align: middle;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	max-width: 100%;
}
.footer .subsc .button-col{
	display: table-cell;
	position: relative;
}
.footer .subsc .button-col input{
	display: block;
	font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    height: 44px;
    padding: 0px 1.5rem 0px 1.45rem;
	border-radius: 0 30px 30px 0;
	vertical-align: top;
    margin: 0 0 0 -1px;
	border-width: 0;
    background-clip: border-box;
	cursor: pointer;
	transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, transform 0.2s;
	color:#fff;
	background:#222529;
	line-height: 1.42857;
}
.footer .subsc .button-col input:hover{
	background:#c00;
}
.breadcrumbs{
	border-bottom:1px solid #e1e1e1;
	margin-bottom: 50px;
}
.breadcrumbs ul{
	list-style:none;
	margin:20px 0;
	padding:0;
}
.breadcrumbs ul li{
	position:relative;
	display: inline;
	padding-right:20px;
	padding-left: 15px;
}
.breadcrumbs ul li:first-child{
	padding-left:0;
}
.breadcrumbs ul li:last-child{
	padding-right:0;
}
.breadcrumbs ul li:before{
	display:block;
	content:'\f105';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	right:0;
	top: 2px;
}
.breadcrumbs ul li:last-child:before{
	display:none;
}
.breadcrumbs li a:hover{
	border-bottom:1px solid;
}
.breadcrumbs li:first-child i{
	position:relative;
	font-size:20px;
	top: 2px;
}
.breadcrumbs li:first-child a:hover{
	border-bottom:none;
	color:#c00;
}
.catalog .cat-links{
	margin-bottom:50px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.catalog .cat-links .title{
    text-transform: uppercase;
    line-height: 42px;
    font-weight: 600;
    font-size: 16px;
    color: #222529;
    width:230px;
}
.catalog .cat-links .wrap{
    width:calc(100% - 230px);
}
.catalog .cat-links ul{
    list-style:none;
    display: flex;
    flex-wrap:wrap;
    grid-gap: 15px;
    padding:0;
    margin: 0;
}
.catalog .cat-links li{
	display:inline-block;
	text-align:center;
    border:1px solid #ddd;
	transition: all 100ms linear;
	font-weight:500;
	text-transform:uppercase;
}
.catalog .cat-links li:hover{
	background-color:#333;
}
.catalog .cat-links li a{
	line-height:40px;
	padding:20px;
}
.catalog .cat-links li:hover a{
	color:#fff;
}
.catalog .cat-cont{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.catalog .cat-head{
	width:340px;
	position:relative;
	order: 1;
	margin-left:100px;
}
.catalog .cat-head .title{
	background-color:#222529;
	padding:20px;
	color:#fff;
	text-transform:uppercase;
}
.catalog .cont{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(3, 1fr);
	width:calc(100% - 440px);
}
.catalog .item{
	margin-bottom: 30px;
}
.catalog .item:hover .img{
	box-shadow: 0 6px 25px rgba(0, 0, 0, .1);
}
.catalog .item .img{
	width:100%;
	background:#eee;
	text-align:center;
	padding:40px 20px;
	transition: all 100ms linear;
}
.catalog .item .info{
	margin-top:15px;
}
.catalog .item .title{
	text-align:center;
}
.catalog .item .name{
	text-align:center;
	font-weight:600;
	font-size:18px;
}

.catalog-dop .cont{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(4, 1fr);
	width:100%;
}
.catalog-dop .item{
	margin-bottom: 30px;
}
.catalog-dop .item:hover .img{
	box-shadow: 0 6px 25px rgba(0, 0, 0, .1);
}
.catalog-dop .item .img{
	width:100%;
	background:#eee;
	text-align:center;
	padding:40px 20px;
	transition: all 100ms linear;
}
.catalog-dop .item .info{
	margin-top:15px;
}
.catalog-dop .item .title{
	text-align:center;
}
.catalog-dop .item .name{
	text-align:center;
	font-weight:600;
	font-size:18px;
}
.cat-dop .wrap{
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
	border-bottom:1px solid #ddd;
	padding-bottom:30px;
	margin-bottom:30px;
}
.cat-dop .sub-item{
	position:relative;
	border:1px solid #ddd;
	padding:20px;
	padding-bottom:0;
}
.cat-dop .sub-item .img{
    max-width: 300px;
}
.cat-dop .sub-item img{
    width: 100%;
}
.cat-dop .sub-item p{
    position:absolute;
	font-weight:600;
	font-size:18px;
	top:calc(50% - 10px);
	left:350px;
	padding-bottom:0;
}
.cat-dop .title{
	width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #222529;
}
.page-wrap{
	margin-top:40px;
	text-align:center;
}
.pagination{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
.pagination li{
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	border:1px solid #222529;
	border-radius:30px;
	line-height:40px;
	font-size:16px;
	text-align:center;
	overflow:hidden;
	margin:0 3px;
}
.pagination li:first-child{
	margin-left:0;
}
.pagination li:last-child{
	margin-right:0;
}
.pagination li.active{
	color:#fff;
	background:#222529;
}
.pagination li a{
	display:block;
	width:40px;
	height:40px;
}
.pagination li:hover a{
	color:#c00;
}
.pagination li.dots{
	border:none;
	margin:0;
}
.cat-item-head{
	display:flex;
	flex-wrap:wrap;
	margin-top:50px;
}
.cat-item-head .images{
	width: 50%;
}
.cat-item-head .full-rotate-wrap{
	border:1px solid #eee;
}
.cat-item-head .owl-cat-main{
	position:relative;
}
.cat-item-head .owl-cat-main span{
	display:block;
	text-align:center;
	width:100%;
	background:#333;
	padding:10px;
	color:#fff;
	font-size:16px;
}
.cat-item-head .owl-cat-thumb{
	margin-top:30px;
}
.cat-item-head .owl-cat-thumb .item{
	border:1px solid #eee;
	cursor:pointer;
	padding:10px;
}
.cat-item-head .owl-cat-thumb .item:hover{
	border:1px solid #ddd;
}
.rotate-item .ts_holder{
	position:relative;
}
.rotate-item .loading{
	position:absolute;
	border-radius: 5px;
	height:60px !important;
	background: #f1f1f1;
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.3);
}
.rotate-item .loading p{
	font-size:18px;
	margin:0;
	margin-top:15px;
	text-align:center;
	padding:0;
	color:#333;
}
.rotate-item .loading_bar{
	position:absolute;
	height:5px;
	background:#777;
}
.rotate-item .loading_bar_inside{
	height:5px;
	width:0px;
	background: rgb(255,183,107);
	background: -moz-linear-gradient(top,  rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,107,1)), color-stop(50%,rgba(255,167,61,1)), color-stop(51%,rgba(255,124,0,1)), color-stop(100%,rgba(255,127,4,1)));
	background: -webkit-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	background: linear-gradient(top,  rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
}
.rotate-item .ts_holder.zoomout{
	cursor: url('/js/rotate/images/zoomout.cur'),default;
}
.rotate-item .ts_img_view{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	width: 100%;
	max-width: none;
	cursor: url('../js/rotate/images/jquery.reel.cur'),move;
	margin: 10px 0;
}
.rotate-item .ts_imgzoom_view{
	position:absolute;
	z-index:10;
	display:none;
	max-width: none;
}
.rotate-item .zoom{
	z-index:10;
	position:absolute;
	width: 60px;
	height: 60px;
	right: 5px !important;
	top: 75px !important;
	border:1px solid #eee;
	cursor:pointer;
	display:none;
}
.rotate-item .icon-zoom-in{
	font-size:32px;
	line-height: 60px;
	color:#a7a7a7;
}
.rotate-item .zoom:hover .icon-zoom-in{
	color:#c13031
}
.rotate-item .round{
	position:absolute;
	top: 15px;
	right: 15px;
	z-index:10;
	border:1px solid #eee;
	display:none;
	border-radius:30px;
}
.rotate-item .pointer{
	position:absolute;
	background:#c00;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.rotate-item .pointer_object{
	background:#eee;
	position:absolute;
}
.rotate-item .zoomload_bg{
	position:absolute;
	display:none;
	left:0px;
	top:0px;
}
.rotate-item .zoomload_gif{
	position:absolute;
	width:64px;
	height:64px;
	background-image:url(/js/rotate/images/loading.gif);
	background-repeat:no-repeat;
	z-index:99999;
}
.rotate-item .hotspot{
	position:absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	display:none;
	border: 2px solid #ff5e00;
	font-weight:bold;
	cursor:pointer;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	z-index:1000;
	opacity: 1;
	-webkit-animation: shake 2s infinite ease-in-out;
	animation: shake 2s infinite ease-in-out;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.rotate-item .hotspot:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: #ff5e00;
    margin: auto 0 auto -12px;
    height: 24px;
    width: 24px;
    opacity: .5;
    border-radius: 100%;
    -webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    z-index:99;
}
@-webkit-keyframes shake{
  0%{
     transform: scale(1);
  }
  25%{
     transform: scale(1.3);
  }
  50%{
     transform: scale(1);
  }
  100%{
     transform: scale(1.3);
  }
}
@keyframes shake{
  0%{
     transform: scale(1);
  }
  25%{
     transform: scale(1.3);
  }
  50%{
     transform: scale(1);
  }
  100%{
     transform: scale(1.3);
  }
}
@-webkit-keyframes pulse{
  0%{
    transform: scale(0);
  }
  50%{
    transform: scale(1);
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse{
  0%{
    transform: scale(0);
  }
  50%{
    transform: scale(1);
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}
.rotate-item .hotspot.expanded{
	min-height:20px;
	min-width:20px;
	width:auto;
	height:auto;
	max-width:40%;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px 10px;
	z-index:1000;
	animation:none;
	border-radius: 5px;
}
.rotate-item .hotspot.expanded:after{
	display:none;
}
.rotate-item .hotspot .hltitle{
	display:block;
	font-size:14px;
	line-height:20px;
	margin-bottom:3px;
}
.rotate-item .hotspot .hltext{
	display:block;
	font-size:13px;
	font-weight:400;
	color:#555;
}
.rotate-item .highlights{
	position:absolute;
	z-index:60;
	top:10px;
	left:10px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	-webkit-box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  2px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	border-radius: 4px;
	background: #c13031;
}
.rotate-item .highlights a{
	text-decoration:none;
	display:block;
	color:#fff;
	padding: 5px 10px;
}
.rotate-item .highlights:hover .highlights_but{
	background:#3c4048;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.rotate-item .sethotspot{
	display:none;
}
.cat-item-head .info{
	width: 50%;
	padding-left:100px;
	font-size:18px;
}
.cat-item-head .info h1{
	text-transform:uppercase;
	font-weight:500;
	font-size:32px;
	margin-top:0;
}
.cat-item-head .info h1 span{
	display:inline-block;
	color:#c00;
}
.cat-item-head .info .stock{
	margin: 20px 0;
}
.cat-item-head .info .stock-yes,
.cat-item-head .info .stock-not{
	font-size:16px;
	white-space:nowrap;
	color:#fff;
	text-align:center;
	width:120px;
	padding:5px 0;
}
.cat-item-head .info .stock-yes{
	background-color:#4eb500;
}
.cat-item-head .info .stock-not{
	background-color:#757575;
}
.cat-item-head .info .cat-link,
.cat-item-head .info .nm{
	font-weight:600;
	color:#222529;
}
.cat-item-head .info .cat-link a,
.cat-item-head .info .nm a{
	color:#777;
	border-bottom:1px solid #777;
	margin-left: 15px;
}
.cat-item-head .info .cat-link a:hover,
.cat-item-head .info .nm a:hover{
	border-bottom:1px solid #fff;
}
.cat-item-head .info .desc{
	margin-top:30px;
}
.cat-item-head .info .desc strong{
	padding-right:5px;
}
.cat-item-head .info .btn-mods{
	display:inline-block;
	border:1px solid #222529;
	color:#222529;
	padding:15px 40px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:30px;
	margin-right:20px;
	transition: all 100ms linear;
}
.cat-item-head .info .btn-mods:hover{
	display:inline-block;
	background: #222529;
	color:#fff;
}
.cat-item-head .info .order{
	border-top:1px solid #e1e1e1;
	margin-top:30px;
}
.cat-item-head .info .btn-order{
	position:relative;
	display:inline-block;
	background: #222529;
	color:#fff;
	margin-top:30px;
	padding:15px 40px;
	padding-left:80px;
	text-transform:uppercase;
	font-weight:600;
	transition: all 100ms linear;
	border:1px solid #222529;
}
.cat-item-head .info .btn-order:hover{
	background: #fff;
	color:#222529;
	border:1px solid #222529;
}
.cat-item-head .info .btn-order i{
	position:absolute;
	font-size:30px;
	left:40px;
}
.cat-item-head .info .order-info{
	margin-top:50px;
	border:3px dashed #ccc;
	padding:20px;
}
.cat-item-head .info .order-info a{
	display:inline-block;
	font-weight:600;
	border-bottom:1px solid #fff;
}
.cat-item-head .info .order-info a:hover{
	border-bottom:1px solid #222529;
}
.cat-item-head .mods-wrap{
	position: fixed;
	top: 0;
	float: left;
	right: 0;
	width: 600px;
	height:100%;
	background:#fff;
	z-index: 2;
	box-shadow: 0 6px 35px rgba(0, 0, 0, .2);
	transform: translateX(700px);
	transition: transform 0.3s;
}
.cat-item-head .mods-wrap.md-open{
	transform: translateX(0);
}
.cat-item-head .mods-wrap .cont{
	position:relative;
	height:calc(100% - 120px);
	overflow-y:scroll;
	margin:30px;
	margin-right:20px;
}
.cat-item-head .mods-wrap .cont::-webkit-scrollbar{
	width: 1px;
	background-color: transparent;
	margin:0;
}
.cat-item-head .mods-wrap .cont::-webkit-scrollbar-thumb{
	width: 1px;
	background: #1f1f1f;
}
.cat-item-head .mods-wrap .cont::-webkit-scrollbar-track{
	width: 1px;
	border: 0;
	background-color: #d3d3d3;
}
.cat-item-head .mods-wrap .mod-items{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:0;
}
.cat-item-head .mods-wrap .item{
	width:50%;
	text-align:center;
	padding:0 10px 20px;
}
.cat-item-head .mods-wrap .item a{
	display:block;
	border:1px solid #e1e1e1;
	padding:10px 5px 10px 5px;
	transition: all 100ms linear;
}
.cat-item-head .mods-wrap .item a:hover{
	border:1px solid #222529;
}
.cat-item-head .mods-wrap .item .img img{
	width:100%;
	margin:20px 0
}
.cat-item-head .mods-wrap .head{
	position:relative;
	border-bottom:1px solid #e1e1e1;
	width:100%;
	height:70px;
}
.cat-item-head .mods-wrap .head span{
	line-height:70px;
	padding-left:40px;
	text-transform:uppercase;
	color:#222529;
	font-size:20px;
}
.cat-item-head .mods-wrap .close-mods{
	position:absolute;
	line-height:70px;
	font-size:28px;
	width:70px;
	height:70px;
	right:0;
	text-align:center;
	color:#777;
	border-left:1px solid #e1e1e1;
	transition: all 100ms linear;
}
.cat-item-head .mods-wrap .close-mods:hover{
	color:#222529;
}
.cat-item-info{
	margin-top:70px;
}
.cat-item-info .nav-tabs{
	padding:0;
	margin:0;
	border-bottom: 1px solid #e1e1e1;
}
.cat-item-info .nav-tabs li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
	padding-right:20px;
}
.cat-item-info .nav-tabs a {
	display: block;
	position:relative;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	color: #999;
	line-height:50px;
}
.cat-item-info .nav-tabs .resp-tab-active a {
	border-bottom:2px solid #222529;
	color: #222529;
}
.cat-item-info .cont-tabs{
    padding: 0px;
	margin-top:20px;
    clear: left;
}
.cat-item-info .scr-info{
    clear: left;
    position: relative;
    height: 700px;
    -webkit-box-shadow: 0px 0px 18px -1px rgba(34, 60, 80, 0.08) inset;
    -moz-box-shadow: 0px 0px 18px -1px rgba(34, 60, 80, 0.08) inset;
    box-shadow: 0px 0px 18px -1px rgba(34, 60, 80, 0.08) inset;
    padding:20px;
}
.cat-item-info .cont-tabs .resp-tab-content {
    display: none;
    padding-top: 10px;
    text-align:justify;
    font-size: 16px;
}
.cat-item-info .cont-tabs .resp-tab-content:after{
	display:block;
	content:'';
	height:1px;
	width:100%;
	clear:both;
}
.cat-item-info .cont-tabs .resp-tab-content h3{
	position:relative;
	display:inline-block;
	margin-top:20px;
	margin-bottom:30px;
	font-size:16px;
	background-color:#222529;
	color:#fff;
	padding:5px;
}
.cat-item-info .cont-tabs .resp-tab-content a{
	transition: all 100ms linear;
}
.cat-item-info .cont-tabs .resp-tab-content a:hover{
	border-bottom:1px solid #fff;
}
.cat-item-info .cont-tabs .resp-tab-content img.prog{
	float:right;
	width:800px;
	margin:50px 0 20px 20px;
}
.cat-item-info .cont-tabs .resp-tab-content .more{
	display:inline-block;
	text-align:center;
	line-height:40px;
	margin-top:30px;
	padding:0 30px;
	text-transform:uppercase;
	border:1px solid #222529;
	transition: all 100ms linear;
	font-weight:600;
}
.cat-item-info .cont-tabs .resp-tab-content .more:hover{
	border:1px solid #c00;
	color:#c00;
}
.cat-item-info .cont-tabs .resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}
.cat-item-info .cont-tabs .resp-content-active,
.cat-item-info .cont-tabs .resp-accordion-active {
    display: block;
}
.cat-item-info .cont-tabs .resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    font-size: 13px;
    border: 1px solid #c1c1c1;
	border-top:0
    margin: 0px;
    padding: 10px 15px;
}
.cat-item-info .cont-tabs .resp-tab-active {
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}
.cat-item-info .cont-tabs .resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.cat-item-info .cont-tabs .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #222529;
}
.cat-item-info .cont-tabs .resp-tab-active span.resp-arrow {
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #222529;
}
.cat-item-info .cont-tabs .resp-tab-content-active {
    display: block;
}
.cat-item-info .cont-tabs .resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}
.cat-item-info .dop-desc .title,
.cat-item-info .dop-tech .title{
	    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #222529;
}

@media only screen and (max-width: 1000px) {
    .cat-item-info .nav-tabs {
        display: none;
    }
    .cat-item-info .cont-tabs .resp-accordion {
        display: block;
    }
    .cat-item-info .cont-tabs .resp-accordion-closed {
        display: none !important;
    }
	.cat-item-info .cont-tabs .resp-accordion img{
		display:none;
	}
}

.table-tech {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
}
.table-tech table{
	/* width: 100%; */
	border: 1px solid #eee;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-tech table th {
	font-weight: bold;
	padding: 10px;
	background: #222529;
	color:#fff;
	border-bottom: 3px solid #dddddd;
}
.table-tech table td{
	padding: 10px 20px;
	border: 1px solid #eee;
	text-align: left;
	min-width:200px;
}
.table-tech table td:nth-child(2n){
	text-align:center;
}
.table-tech table tbody tr:nth-child(odd){
	background: #fff;
}
.table-tech table tbody tr:nth-child(even){
	background: #F7F7F7;
}
.table-tech::-webkit-scrollbar{
	width: 5px;
	height: 5px;
	background-color: rgba(0, 0, 0, 0.1);
} 
.table-tech::-webkit-scrollbar-thumb{
	background-color: rgba(0, 0, 0, 0.5);
}
.pr-dops{
	margin-top:70px;
}
.pr-dops .title-cont{
	width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #222529;
}
.pr-dops .item .img{
	background:#ddd;
	padding: 20px;
}
.pr-dops .item img{
	width:auto!important;
	max-height:300px;
	display:block;
	margin:0 auto;
}
.pr-dops .item .title{
	font-size:16px;
	font-weight:500;
	padding:20px;
	text-align:center;
}
.pr-dops .owl-nav{
	text-align:center;
	margin-top:30px;
}
.pr-dops .owl-prev,
.pr-dops .owl-next{
	border:1px solid!important;
	width:20px;
	margin:2px;
}
.pr-dops .owl-nav span{
	font-size:22px!important;
	line-height:26px;
}
.pr-dops .owl-prev:hover,
.pr-dops .owl-next:hover{
	background:#222529!important;
	color:#fff!important;
}
.pr-projects{
    margin-top:70px;
}
.pr-projects .title-cont {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #222529;
}
.pr-projects .item img{
	height:300px;
	object-fit: cover;
}
.pr-projects .item .info{
	margin-top:30px;
	border-left:2px solid #222529;
	padding-left:30px;
}
.pr-projects .item .title{
	font-size:16px;
	font-weight:500;
}
.pr-projects .item .desc{
	margin-top:20px;
}
.pr-projects .owl-nav{
	text-align:center;
	margin-top:30px;
}
.pr-projects .owl-prev,
.pr-projects .owl-next{
	border:1px solid!important;
	width:20px;
	margin:2px;
}
.pr-projects .owl-nav span{
	font-size:22px!important;
	line-height:26px;
}
.pr-projects .owl-prev:hover,
.pr-projects .owl-next:hover{
	background:#222529!important;
	color:#fff!important;
}

/* Projects */
.projects .header{
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
}
.projects .header h1{
	display:inline-block;
	color:#222529;
	font-weight:600;
	text-transform:uppercase;
	font-size:24px;
}
.projects .header .desc{
	padding-bottom:30px;
}
.projects .header .desc p{
	margin:0;
	padding:0;
}
.projects .content .items-wrap{
	display:flex;
	flex-wrap: wrap;
	grid-gap:20px;
}
.projects .item{
	display:flex;
	flex-wrap: wrap;
	width: calc(50% - 10px);
	border:1px solid #ddd;
	padding:10px;
}
.projects .item .img{
	width:300px;
}
.projects .item .info{
	position:relative;
	width:calc(100% - 300px);
	padding-left:30px;
}
.projects .item .info .title a{
	color:#222529;
	font-size:20px;
	line-height:30px;
	border-bottom:1px solid #fff;
	transition: all 100ms linear;
}
.projects .item .info .title a:hover{
	border-bottom:1px solid #222529;
}
.projects .item .info .desc{
	margin-top:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	box-orient: vertical;
}
.projects .item .info a.more{
	position:absolute;
	display:block;
	bottom:10px;
	right:10px;
	border:1px solid #222529;
	border-radius:30px;
	padding:3px 7px;
	transition: all 100ms linear;
}
.projects .item .info a.more:hover{
	background:#222529;
	color:#fff;
}
.projects-full{
	margin-top:50px;
}
.projects-full a{
	border-bottom:1px solid;
}
.projects-full a:hover{
	border-bottom:1px solid transparent;
}
.pr-photos{
	position:relative;
	background-color:#222529;
	padding:50px 100px;
	margin-top:50px;
}
.ftg-items-cont{
	perspective:800px;
	overflow:hidden;
}
.ftg-items .tile{
	float:left;
	overflow:hidden;
	margin:0;
	opacity:0;
	transition:all .25s
}
.ftg-items .tile a:after{
	position:absolute;
	content:'';
	display:block;
	width:100%;
	height:100%;
	top:0;
	-webkit-box-shadow:inset 0px 0px 30px -10px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 0px 30px -10px rgba(0,0,0,0.5);
	box-shadow:inset 0px 0px 30px -10px rgba(0,0,0,0.5);
}
.ftg-items .tile a:hover::after{
	-webkit-box-shadow:inset 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow:inset 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
	box-shadow:inset 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}
.ftg-items .tile img{
	-moz-transition:-moz-transform .2s,opacity .2s ease-out;
	-o-transition:-o-transform .2s,opacity .2s ease-out;
	-webkit-transition:-webkit-transform .2s,opacity .2s ease-out;
	transition:transform .2s ease-out;
	display:block;
	position:relative;
	width:100%;
	opacity:1;
	-moz-transform:scale(1.12);
	-webkit-transform:scale(1.12);
	-ms-transform:scale(1.12);
	transform:scale(1.12)
}
.ftg-items .tile:hover img{
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.ftg-items .tile.ftg-enlarged img{
	display:block;
	margin:auto
}
.ftg-items .tile.ftg-loaded{
	opacity:1;
	display:block
}
.ftg-items .tile.ftg-hidden{
	-moz-transform:scale(0);
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	opacity:0
}
@-webkit-keyframes shine{
	100%{
		left:100%;
	}
}
@keyframes shine{
	100%{
		left:100%;
	}
}

/* Reviews & certif */
.ss-cont .header{
	margin:30px 0;
	border-bottom:1px solid #ddd;
}
.ss-cont .header h1{
	display:inline-block;
	color:#222529;
	font-weight:600;
	text-transform:uppercase;
	font-size:24px;
}
.ss-cont .header .desc{
	padding-bottom:30px;
}
.ss-cont .header .desc p{
	margin:0;
	padding:0;
}
.reviews,
.certif{
	width:100%;
	display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}
.reviews .item .bg,
.certif .item .bg{
	position:relative;
	border:1px solid #ddd;
}
.reviews .item img,
.certif .item img{
	width:100%;
}
.reviews .item .link,
.certif .item .link{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	color:#fff;
	-webkit-transition:.3s ease opacity;
	transition:.3s ease opacity;
	background:rgba(0, 0, 0, 0.5);
	z-index:1;
}
.reviews .item:hover .link,
.certif .item:hover .link{
	opacity:1;
}
.reviews .item .link i,
.certif .item .link i{
	position:absolute;
	top:50%;
	left:50%;
	width:70px;
	height:70px;
	z-index:2;
	border-radius:50%;
	line-height:70px;
	font-size:20px;
	border:1px solid #fff;
	text-align:center;
	transform:translate(-50%, -80%);
	opacity:0;
	transition:.4s ease transform, .4s ease opacity;
}
.reviews .item:hover .link i,
.certif .item:hover .link i{
	transition-delay:.3s;
	transform:translate(-50%, -50%);
	opacity:1;
}

/* Company */
.about_company{
	position:relative;
}
.about_company .header{
	position:relative;
	height:1200px;
	width:100%;
}
.about_company .header h1{
	position:absolute;
	font-size:130px;
	color:#fff;
	top:100px;
	left: 50px;
}
.about_company .header .info{
	display:flex;
	grid-gap: 50px;
	position:absolute;
	width:100%;
	background-color: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	bottom:0;
	padding:80px 60px;
	color:#fff;
	border-top:1px solid #c00;
}
.about_company .info .cl-1,
.about_company .info .cl-2{
	width:25%;
}
.about_company .info .cl-3{
	width:40%;
}
.about_company .info .cl-3 p{
	margin:0;
}
.about_company .info .cl-1 span,
.about_company .info .cl-2 span{
	font-size: 80px;
	font-weight:600;
	line-height:60px;
	color:#c00;
}
.about_company [class*="cont-"]{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:30px;;
}
.about_company [class*="cont-"] .lc,
.about_company [class*="cont-"] .rc{
	position:relative;
	width:50%;
}
.about_company .cont-1 .lc h2{
	width:500px;
	padding:50px 0;
	font-size:50px;
	font-weight:800;
	color:#222529;
	line-height:54px;
}
.about_company .cont-1 .rc{
	padding-left:80px;
}
.about_company .cont-1 .rc img{
	float:right;
	margin:40px 0;
	border-bottom-left-radius:30px;
}
.about_company .cont-2{
	background-color:#eee;
}
.about_company .cont-2 .rc{
	padding:40px 80px 80px 0;
}
.about_company [class*="cont-"] .btn{
	position:absolute;
	text-transform:uppercase;
	border:1px solid #222529;
	border-radius:30px;
	padding:10px 20px;
	background:transparent;
	transition: all 100ms linear;
}
.about_company [class*="cont-"] .btn:hover{
	background:#f9f9f9;
}
.about_company .cont-2 .rc .btn{
	right:40px;
}
.about_company .cont-2 .rc h2{
	padding:50px 0;
	font-size:50px;
	font-weight:800;
	color:#222529;
	line-height:54px;
}
.about_company .cont-2 .lc{
	padding:80px;
}
.about_company .cont-2 .slick-slider{
	max-width:500px;
}
.about_company .cont-2 .slick-slider .slick-slide p{
	position:relative;
	padding-top:10px;
	padding-right:200px;
	height: 80px;
	margin-top:10px;
	overflow:hidden;
}
.about_company .cont-2 .slick-slider .slick-slide p:before{
	position:absolute;
	top:0;
	content:'';
	display:block;
	width:100%;
	height:3px;
	background-color: #c00;
}
.about_company .cont-3 .lc h2{
	padding:70px 0;
	padding-right:70px;
	font-size:50px;
	font-weight:800;
	color:#222529;
	line-height:54px;
}
.about_company .cont-3 .lc{
	padding-bottom:40px;
}
.about_company .cont-3 .rc{
	padding:60px 0 80px 80px;
}
.about_company .cont-3 .rc img{
	float:right;
	margin:60px 0;
}
.about_company .cont-3 .rc .btn{
	right:40px;
}
.about_company .cont-3 .owl-carousel .owl-item{
	text-align:center;
}
.about_company .cont-3 .owl-carousel .owl-item span{
	display:inline-block;
	border-top:2px solid #c00;
	text-transform:uppercase;
	font-size:20px;
	color:#222529;
}
.about_company .cont-4{
	background-color:#eee;
}
.about_company .cont-4 .lc{
	padding:40px 0 60px 0;
}
.about_company .cont-4 .lc img{
	float:left;
	margin-top:100px;
	border-bottom-right-radius:30px;
}
.about_company .cont-4 .lc .btn{
	left:40px;
}
.about_company .cont-4 .rc{
	padding-right:80px;
	padding-left:80px;
}
.about_company .cont-4 .rc h2{
	padding:50px 0;
	padding-right:70px;
	font-size:50px;
	font-weight:800;
	color:#222529;
	line-height:54px;
}
.about_company .cont-5 .cont-title{
	width:100%;
}
.about_company .cont-5 .cont-title h2{
	max-width:800px;
	padding:50px 0;
	padding-right:70px;
	font-size:50px;
	font-weight:800;
	color:#222529;
	line-height:54px;
	text-transform:uppercase;
}
.about_company .cont-5 .owl-carousel .owl-item img{
	height:150px;
}
.about_company .cont-5 .owl-carousel .owl-item .title{
	margin-top:50px;
	text-align:center;
	border-bottom:2px solid #c00;
	padding-bottom:5px;
	font-size:16px;
	font-weight:600;
	color:#222529;
}
.about_company .cont-5 .owl-carousel .owl-item p{
	margin-top:30px;
}
.about_company .cont-5 .owl-carousel .owl-nav{
	text-align:center;
	margin-top:20px;
}
.about_company .cont-5 .owl-carousel .owl-nav button{
	display:inline-block;
	text-align:center;
	border:1px solid;
	margin:0 5px;
	width:30px;
	font-size:20px;
}
.about_company .cont-5 .owl-carousel .owl-nav button{
	display:inline-block;
	text-align:center;
	border:1px solid;
	margin:0 5px;
	width:30px;
	font-size:20px;
	background:transparent;
	transition: all 100ms linear;
}
.about_company .cont-5 .owl-carousel .owl-nav button:hover{
	background:#222529;
	color:#fff;
}

/* Static */
.static .header{
	position:relative;
	height:900px;
}
.static .header h1{
	position:absolute;
	font-size:90px;
	color:#fff;
	top:100px;
	left: 50px;
	line-height: 100px;
	max-width:80%;
}
.static .header .info{
	display:flex;
	grid-gap: 50px;
	position:absolute;
	width:100%;
	bottom:0;
	padding:60px 60px;
	color:#fff;
	border-top:1px solid #c00;
}
.static .info .cl-1,
.static .info .cl-2{
	width:20%;
}
.static .info .cl-3{
	width:50%;
}
.static .info .cl-3 p{
	margin:0;
}
.static .info .cl-1 span,
.static .info .cl-2 span{
	font-size: 80px;
	font-weight:600;
	line-height:60px;
	color:#c00;
}
.static .row{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	padding:50px;
}
.static .row:nth-child(2n+1){
	background:#eee;
}
.static .row .lc,
.static .row .rc{
	width:50%;
}
.static .row .lc img{
	position:relative;
	width:100%;
	max-width:700px;
	float:left;
	left:-50px;
	border-bottom-right-radius:30px;
}
.static .row .rc img{
	position:relative;
	width:100%;
	max-width:700px;
	float:right;
	right:-50px;
	border-bottom-left-radius:30px;
}
.static .row h2{
	margin:0;
	margin-bottom:40px;
	font-size:34px;
	color:#222529;
}
.static .row ul{
	list-style: square;
}
.static .row ul li::marker{
  color: #c00;
}
.static .row .redline{
	border-left:2px solid #c00;
	padding-left:20px;
}
.static.delivery .var{
	display:flex;
	width:100%;
	grid-gap: 30px;
	margin-top:70px;
}
.static.delivery .var .item{
	width:25%;
	color:#222529;
}
.static.delivery .var .item span{
	color:#c00;
	font-size:54px;
	font-weight:600;
}
.static.delivery .var .item p{
	color:#222529;
	font-weight:500;
	font-size:16px;
}
.static.delivery .s3 .lc,
.static.delivery .s4 .rc{
	margin-top:70px;
}
.static .row .form{
	width:50%;
}
.static .row .map{
	width:50%;
}
.static .row .map img{
	position:relative;
	width:100%;
	max-width:590px;
	float:right;
	right:-50px;
}
.static .usl-var{
	margin-top: 70px;
}
.static .usl-var .owl-stage{
	display:flex;
}
.static .usl-var .owl-item{
	padding:0;
}
.static .usl-var .owl-item span{
	font-size:48px;
	font-weight:600;
	color:#c00;
	margin-left:40px;
}
.static .usl-var .owl-item p{
	margin-top:20px;
	padding:0 40px;
	border-right:1px solid #c00;
}
.static .usl-var .owl-nav{
	text-align:center;
	margin-top:30px;
}
.static .usl-var .owl-prev,
.static .usl-var .owl-next{
	border:1px solid!important;
	width:20px;
	margin:2px;
}
.static .usl-var .owl-nav span{
	font-size:22px!important;
	line-height:26px;
}
.static .usl-var .owl-prev:hover,
.static .usl-var .owl-next:hover{
	background:#222529!important;
	color:#fff!important;
}
.static-var{
	display:grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
	margin-top:70px;
}
.static-var .item span{
	font-size:48px;
	font-weight:600;
	color:#c00;
	margin-left:40px;
}
.static-var .item p{
	margin-top:20px;
	padding:0 40px;
	border-right:1px solid #c00;
}
.static-var .item:last-child p{
	border-right:none;
}
.static.modern .s3 .row-title{
	width:100%;
}
.static.modern .s3 .row-title h2{
	max-width:800px;
	padding:50px 0;
	padding-right:70px;
	font-size:50px;
	font-weight:800;
	color:#222529;
	line-height:54px;
	text-transform:uppercase;
}
.static.modern .s3 .owl-carousel{
	margin-top:50px;
}
.static.modern .s3 .owl-carousel .owl-item img{
	height: 100px;
}
.static.modern .s3 .owl-carousel .owl-item .title{
	margin-top:50px;
	text-align:center;
	border-bottom:2px solid #c00;
	padding-bottom:5px;
	font-size:16px;
	font-weight:600;
	color:#222529;
}
.static.modern .s3 .owl-carousel .owl-item p{
	margin-top:30px;
}
.static.modern .s3 .owl-carousel .owl-nav{
	text-align:center;
	margin-top:20px;
}
.static.modern .s3 .owl-carousel .owl-nav button{
	display:inline-block;
	text-align:center;
	border:1px solid;
	margin:0 5px;
	width:30px;
	font-size:20px;
}
.static.modern .s3 .owl-carousel .owl-nav button{
	display:inline-block;
	text-align:center;
	border:1px solid;
	margin:0 5px;
	width:30px;
	font-size:20px;
	background:transparent;
	transition: all 100ms linear;
}
.static.modern .s3 .owl-carousel .owl-nav button:hover{
	background:#222529;
	color:#fff;
}
.static .f-block{
	display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}
.static .f-block .item{
	padding:30px;
	background-color:#eee;
	border-bottom-right-radius:50px;
}
.static .f-block .item h3{
	color:#222529;
}
.static .f-block .item p{
	margin-top:30px
}
.static .step{
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	grid-gap: 50px;
	align-items: center;justify-content: center;
}
.static .step .item{
	max-width:450px;
	margin-right:100px;
	border:1px solid #222529;
	border-radius:50px;
	padding:10px 20px;
	text-align:center;
}
.static .step .item span{
	color:#c00;
	font-size:16px;
	font-weight:600;
	margin-right:10px;
}
.static.izosn .header h1{
	font-size:70px;
	line-height: 60px;
}

/* Contacts */
.cont-info{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	background-color:#222529;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.5);
}
.cont-info .item{
	width:25%;
	text-align:center;
	color:#fff;
	border-right:1px solid #3b3f45;
	padding:20px;
}
.cont-info .item p{
	margin:0;
	padding:0;
}
.cont-info .item span{
	font-weight:600;
	color:#999;
}
.cont-info .item a{
	color:#fff;
	display:inline-block;
	border-bottom:1px solid #222529;
	transition: all 100ms linear;
}
.cont-info .item a:hover{
	color:#fff;
	display:inline-block;
	border-bottom:1px solid #fff;
}

/* Forms */
.xform{
	display:flex;
	flex-wrap:wrap;
	max-width:600px;
}
.form-group{
	width:50%;
	padding:5px 10px 0 0;
	margin-bottom:10px;
}
.form-group input{
	width:100%;
}
.form-group.f5{
	width:70%;
}
.form-group.f9{
	width:100%;
}
.form-group label{
	display:inline-block;
	vertical-align:middle;
	font-size:15px;
	font-weight:400;
	width:170px;
	padding-right:20px;
	margin-bottom:0;
	line-height:36px;
}
.form-group label.require:after{
	content:'*';
	position:absolute;
	margin-left:3px;
	color:#c13031;
	font-size:16px;
}
.form-wrap .error{
	display:inline-block;
	margin-top:5px;
	padding:3px 10px;
	color:#a94442;
	background-color:#f2dede;
	border:1px solid #ebccd1;
	width:100%;
}
.form-wrap .success{
	display:inline-block;
	margin-top:30px;
	padding:20px;
	font-size:16px;
	color:#fff;
	background-color:#81c934;
	border:1px solid #61be43;
}
.form-wrap .success p{
	margin:0;
	padding:0;
}
.form-group .input-wrap{
	flex:2;
	width:100%;
}
.form-group input{
	width:100%;
	font-size:15px;
	height:36px;
	padding:0 15px;
	vertical-align:bottom;
	box-sizing:border-box;
	outline:none;
	background-color:#fff;
	border:1px solid #e6e6e6;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#000;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-group input:focus,
.form-group textarea:focus{
	border-color:#66afe9;
	outline:0;
}
.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder{
	color:#b3b3b3;
	opacity:1;
}
.form-group input::-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder{
	color:#b3b3b3;
}
.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder{
	color:#b3b3b3;
}
.form-group input::-ms-expand,
.form-group textarea::-ms-expand{
	background-color:transparent;
	border:0;
}
.form-group textarea{
	width:100%;
	height:100px;
	font-size:15px;
	padding:10px;
	vertical-align:bottom;
	box-sizing:border-box;
	outline:none;
	background-color:#fff;
	border:1px solid #e6e6e6;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#000;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	resize:vertical;
}
.xform .send{
	border:1px solid #000;
	border-radius:30px;
	margin-top:20px;
	padding:10px 20px;
	font-weight:600;
	text-transform:uppercase;
	background-color:#fff;
	transition: all 100ms linear;
}
.xform .send:hover{
	color:#fff;
	background-color:#222529;
}
#ch_privacy{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}
#ch_privacy label{
	order:1;
	width:100%;
	padding: 0;
	margin-left: 20px;
}
#ch_privacy .input-wrap{
	flex:none;
	width:auto;
}
#ch_privacy a{
	border-bottom:1px solid #333;
}
#ch_privacy a:hover{
	border-bottom:1px solid #fff;
}

/* Order */
#order .info{
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
#order .send{
	display:block;
	float: right;
	color:#fff;
	padding: 0 20px;
	background-color:#222529;
	text-transform:none;
	font-size: 18px;
	line-height: 50px;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	margin-bottom:0;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border:1px solid transparent;
}
#order .send:active:focus{
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
#order .send:focus{
	outline-offset:-2px;
	text-decoration:none;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#order .send:hover{
	text-decoration:none;
	background-color:#c00;
}
#order .send:active{
	background-image:none;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#order.main-popup {
    max-width: 100%;
    background-color: #fff;
    padding: 40px 50px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#order .mfp-close{
	background:none;
}



/* Filter */
.filter{
    background-color:#eee;
	display:flex;
	flex-wrap:wrap;
}
.filter__item{
	width:100%;
	padding: 20px 30px;
}
.filter__title{
    display: table-cell;
    vertical-align: middle;
    color: #5280b2;
    text-transform: uppercase;
	font-weight:600;
}
.filter__inner{
	position:relative;
	margin-top: 10px;
}
.filter__checkgroup{
    display: table;
	padding: 3px 5px;
}
.filter__checkgroup:hover{
    background-color:#222529;
	color:#fff;
}
.filter__checkgroup:hover a{
	color:#fff;
}
.filter__checkgroup-control{
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 2px;
}
.filter__checkgroup-title{
    display: table-cell;
    vertical-align: top;
    padding-right: 4px;
    padding-left: 4px;
    text-decoration: none
}
.filter__checkgroup-count{
    display: table-cell;
    vertical-align: top;
    color: #9aa1ab;
    font-size: .9em
}
.filter .multiselect{
	width: 200px;
}
.filter .selectBox{
	position: relative;
	width:250px;
}
.btn-select-filter{
	position:relative;
	display:block;
	width:100%;
	background-color:#fff;
	border:1px solid #ddd;
	padding:5px 10px;
	border-radius:3px;
	line-height:18px;
	height:36px;
}
.btn-select-filter i{
	position:absolute;
	display:block;
	right:0;
	top:0;
	height:36px;
	line-height:36px;
	border-left:1px solid #ddd;
	padding:0 15px;
	color:#222529;
}
[id^="filter-param-"]{
	border: 1px #dadada solid;
	border-top:none;
	background-color:#fff;
	padding:20px 10px 20px 20px;
	width:100%;
	height: 250px;
	overflow:auto;
	z-index: 1;
}
[id^="filter-param-"] label{
	display: block;
	margin-left:5px
}
.active-filters{
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:1px solid #e1e1e1;
	display:flex;
}
.active-filters .title{
	display:inline-block;
	text-transform:uppercase;
	color:#222529;
	width: 180px;
}
.active-filters ul{
	margin:0;
	padding:0;
	display: inline-block;
	list-style: none;
	padding-left:5px;
}
.active-filters .item{
	margin:0;
	padding:0;
	display:inline-block;
	margin-right:5px;
	margin-bottom:10px;
}
.active-filters .item:last-child{
	margin-right:0;
}
.active-filters .item button{
	position: relative;
    display: inline-block;
    vertical-align: middle;
	-webkit-appearance: button;
    cursor: pointer;
	box-shadow: none;
    background-color: transparent;
    border: 0;
	line-height: normal;
	padding:0;
}
.active-filters .item span{
	position: relative;
    float: left;
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
	padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
	color: #333;
    background-color: #f8f8f8;
    border:1px solid #eaeaea;
	vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	transition: all 100ms linear;
}
.active-filters .item i{
	position: relative;
    float: left;
	margin-left: -1px;
	text-decoration: none;
	padding: 5px 7px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
	color: #333;
    background-color: #f8f8f8;
    border:1px solid #eaeaea;
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	transition: all 100ms linear;
}
.active-filters .item:hover i{
	background-color: #e1e1e1;
}
.active-filters .item:hover span,
.active-filters .item:hover i{
	border-color: #cbcbcb;
}
[class*="ymaps-2"][class*="-copyrights-pane"]{
	display:none;
}
#map{
	margin:50px 0;
}