@charset "UTF-8";

/* .maincontainer {
	display:none;
} */



.flex-row {
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	/* flex: 1 1 0px; */
	align-items: center;
	justify-content: space-between;
	column-gap:20px;
	/* flex-wrap: wrap; */
}
.flex-row > .eq-width{
	flex: 1 1 0px; /* */

}
.flex-row.top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.flex-row.eq-h{
	align-items:stretch;
	
}
.flex-row.eq-w > div{
	flex: 1 1 0px;
}

.flex-break {
	flex-basis: 100%;
	height: 0;
}


@media (max-width: 979px) {
	.flex-row.responsive {
		display: block;
	}
}

.moduletable.sert{
	
}
.moduletable.sert img{
	width:100%;
	height:300px;
	height:auto;
	aspect-ratio: 1/1;
	
	object-fit:cover;
	object-fit:contain;
	object-position:center center;
	
	background-color:#efefef;
}

.menuicon{
	display: flex;
	flex-direction:row;
	flex-wrap:nowrap;
	flex-wrap:wrap;
	/* flex: 1 1 0px; */
	align-items: center;
	align-items: stretch;
	justify-content: center;
	
	gap:20px;
	column-gap:2%;
}
.menuicon:before,.menuicon:after {
	display:none;
}
.menuicon li{
	display: flex;
	align-items: flex-start;
	background-color:#efefef;
	
	flex:0 0 32%;
}
.menuicon li a{
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	/* flex: 1 1 0px; */
	align-items: center;
	justify-content: center;
	column-gap:20px;
	/* height:100%; */
	
	color:#000;
	
	font-weight:700;
	
	/* background-color:#efefef; */
}
.menuicon li a img{
	border:1px solid #ff9100;
	width:75%;
	height:300px;
	height:auto;
	aspect-ratio: 1/1;
	
	object-fit:cover;
	object-position:center center;
	border-radius:50%;
	
	margin-bottom:10px;
	padding:20px; /* */
	background-color:#fff;
	/* object-fit:80%; */
	/* box-sizing:content-box; */
	/* border-image-outset: 30px; */
}

@media (max-width: 979px) {
	.menuicon {
		flex-direction:column;
		align-items: center;
	}
}


.ban-wrap{
	background-image:url(../images/ban2-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	color:#fff;
	
	
}
.ban-wrap .over{
	background-color:rgba(0,0,0,.55);
	padding:10px 0;
	overflow:hidden;
}



.sticky {
	position: fixed;
	top: 0;
	right:0;
	left:0;
	background-color:#fff;
	color:#000;
	z-index:1000;
	
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.065);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.065);
}
.sticky a{

	color:#000;

}

.rows .record-cell{
	margin-bottom:30px;
}

.item-page .item-image{
	margin-bottom:10px;
}

.custom-call i,.custom-call [class^="flaticon-"]:before,.custom-call [class*=" flaticon-"]:before{
	position:absolute;
	left:0px;
	top:5px;
	color:#2bc300;

}
.custom-call i,.custom-call [class^="flaticon-"]:before,.custom-call [class*=" flaticon-"]:before{
	font-size:52px;
	margin-left:0;
}

.contact-row{
	padding:0 0 0 30px;
	position:relative;
	
	font-size:16px;
	line-height:20px;
	
	min-height:24px;
	
	margin-bottom:15px;
}
.contact-row i{
	font-size:24px;
	position:absolute;
	left:0;
	top:0;
}

.item-images .row img{
	margin-bottom:30px;
}
.item-images .row:last-child img{
	margin-bottom:0px;
}

.h-title{
	text-align:center;
	/* font-family: 'Oswald', sans-serif; */
	text-transform:uppercase;
	vertical-align:middle;
	margin:0 0 40px;
	
	font-size:24px;
	line-height:26px;
	font-weight:bold;
}
.h-title:before{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#000;
	margin-right:10px;
	vertical-align:middle;
}
.h-title:after{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#000;
	margin-left:10px;
	vertical-align:middle;
}
@media (max-width: 979px) {
	.h-title:before{
		display:none;
	}
	.h-title:after{
		display:none;
	}
}

.gallery .record-cell{
	margin-bottom:30px;
}
.gallery .record-cell a.img-link{
	height:200px;
	display:block;
	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

/* catalogh */

.catalogh{
	text-align:center;
}

/* end catalogh */

/* carousel1 */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	border: none;
    background: #000;
    color: #FFF;
  	padding: 0px;
  	width: 30px;
  	height: 60px;
  	line-height: 60px;
	border-radius:0;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #000;
}

/* утв carousel1 */


/* about */
.about1{
	position:relative;
	overflow:hidden;
	font-size:17px;
	line-height:25px;
}
.about1 .sub-title{
	margin:0 0 10px 0;
}
.about1 .h2-title{
	position: relative;
    padding-left: 15px;
	margin:0 0 20px;
    /* color: #0071a4; */
}
.about1 .h2-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #ff9100;
}

.bg-img-left{
	width: 50%;
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
.bg-img-right{
	width: 50%;
	position: absolute;
    left: 55%;
    right: 0;
    top: 30px;
    bottom: 50px;
    background-size: cover;
    background-position: left center;
}
.bg-img-right.v2{
	width: 50%;
	position: absolute;
    left: 55%;
    right: 0;
    top: 120px;
	top: 50px;
    bottom: 50px;
    background-size: cover;
    background-position: left center;
}

/* end about */

.top1{
}

.top2{
}

.bottom0 {
	background-color:#292627;
	color:#fff;
}
.bottom0 .record-cell {
	margin-bottom:30px;
}

.bottom0 .cell1{
	width:120px;
	
}
.bottom0 .cell1 img{
	width:100px;
	
}
.bottom0 .record-imagewrapper{
	border-radius:20px;
}
.bottom0 h4{
	font-size:24px;
	line-height:30px;
}
.bottom0 .record-intro{
	font-size:14px;
	line-height:20px;
	margin-top:20px;
	
}
.bottom0 .shadow{
	background-color:rgba(0,0,0,.3);
	padding:20px;
	min-height:300px;
}

.bottom1{
	position:relative;
	overflow:hidden;
	background-color:#f7f5f2;
	
	padding-top:100px;
	padding-bottom:100px;
}

.bottom1 .h2-title{
	font-size:42px;
	line-height:52px;
	font-weight:bold;
	padding-bottom:30px;
	
}
.bottom1 .lead{

	padding-top:30px;
	
}

.bottom2{
	color:#fff;
	text-align:center;
	background-color:#292627;
	
	font-size:14px;
	line-height:18px;
}
.bottom2 a{
	color:#fff;
	
}
.bottom2 a:hover{
	color:#fff;
	text-decoration:none;
}
.bottom2 h4{
	margin-top:20px;
	font-size:20px;
	line-height:26px;
}


/* leftmenu */

.navbar-left{
	padding-left:20px;
	padding-right:20px;
}
.navbar-left .navbar-collapse.in {
    overflow-y: hidden;
}

.moduletable-cat h3{
	margin:0 0 15px;
	color:#000;
	text-transform:uppercase;
	
	text-align:center;
	min-height:48px;
	
	background-color:#c3c3c3;
	color:#000;
	padding:15px;
}

.moduletable-cat{
	background-color:#efefef;
	
}
.moduletable-cat ul{
	padding:15px;
	padding-top:0;
}
.moduletable-cat li{
	display: block;
    position:relative;
    
}

.moduletable-cat a{
	
	background: #fff;
	color:#000;
    box-sizing: border-box;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 0px;
    border: 1px solid #8080804a;
    text-transform: uppercase;
	
	position:relative;
	
	display:block;
	padding:5px 0;
	padding: 10px;
	padding-right:25px;
}

/* li.deeper > a:after{
	content:'\f054';
	position:absolute;
	right:5px;
	top:10px;
	
	color:#ee1c25;
	
	font-family:'FontAwesome';
} */
.moduletable-cat > .arrow{
	display:block;
	position:absolute;
	right:10px;
	top:12px;
	
	color:#ee1c25;
	
	font-family:'FontAwesome';
	z-index:1001;
	cursor:pointer;
}

.moduletable-cat li.active a,.moduletable-cat li a:hover{
	color:#ee1c25;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-cat li:hover > a{
	color:#ee1c25;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-cat li ul {
	position:absolute;    
	opacity:0;
	left:-9999px;
	width:300px;
	background-color:#efefef;
	z-index:11;
}
/* .moduletable-cat li:hover ul,  */.moduletable-cat li.jsHover ul { 
	  /*
	opacity:1;
   
	right:-300px;
	left:auto;
	top:-10px;
	
	-webkit-transition:0.25s linear opacity;
	transition:0.25s linear opacity;
        -moz-transition:0.25s linear opacity;
        -o-transition:0.25s linear opacity; */
}
.moduletable-cat li.jsHover > .arrow { 
	transform: rotate(90deg);
	
	-webkit-transition:0.25s linear all;
	transition:0.25s linear all;
		-moz-transition:0.25s linear all;
		-o-transition:0.25s linear all;
}


.moduletable-cat li li{
	/* margin-left:20px; */
}
.moduletable-cat li.active li a{

	
	color:#000;
}
.moduletable-cat li.active li.active a,.moduletable-cat li.active li a:hover{
	color:#ee1c25;
}
@media (max-width: 979px) {
	.moduletable-cat > ul {
		width:300px;
	}
	
	/* .moduletable-cat li:hover ul, */ .moduletable-cat li.jsHover > ul { 
		opacity:1;
		position:static;
		
		width:auto;
		margin-left:20px;
		
		-webkit-transition:0.25s linear opacity;
		transition:0.25s linear opacity;
			-moz-transition:0.25s linear opacity;
			-o-transition:0.25s linear opacity;
	}
}
@media (min-width: 980px) {
	.moduletable-cat li:hover > ul { 
		opacity:1;
		right:-300px;
		left:auto;
		top:-10px;
		
		-webkit-transition:0.25s linear opacity;
		transition:0.25s linear opacity;
			-moz-transition:0.25s linear opacity;
			-o-transition:0.25s linear opacity;
	}
	.moduletable-cat li:hover > .arrow { 
		transform: rotate(90deg);
		
		-webkit-transition:0.25s linear all;
		transition:0.25s linear all;
			-moz-transition:0.25s linear all;
			-o-transition:0.25s linear all;
	}
	
	.navbar-left .navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	
}

/* end leftmenu */



/* animate */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* end animate */

/* media */
@media (max-width: 480px) {
 
}

@media (max-width: 767px) {
	/* .header-bg{
		margin-left:-20px;
		margin-right:-20px;
	} */
	/* .header-bg{
		padding-left:20px;
		padding-right:20px;
	} */
}


@media (min-width: 768px) and (max-width: 979px) {
 
}

@media (max-width: 979px) {
	.moduletable-logo,.moduletable-slogan,.moduletable-adres,.moduletable-adres2,.moduletable-phone,.moduletable-call{
		float:none;
		padding:10px 0;
		margin:0;
		text-align:center;
	}
	
	.custom-logo,.custom-slogan,.custom-adres,.custom-adres2,.custom-phone,.custom-call{
		text-align:center;
		display:inline-block;
	}
	
	.custom-logo,.custom-slogan,.custom-adres2,.custom-phone,.custom-call{
		padding:0;
	}
	
	.moduletable-phone:before, .moduletable-adres:before, .moduletable-adres2:before {
		display:none;
	}
	
	
	.collapse-title{
		display:inline;
		float:left;
		padding:12px 15px;
		font-size:20px;
		line-height:24px;
	}
	
	.custom-logo .vl {
		display: inline-block;
		margin-left:10px;
		margin-right:10px;
		height:25px;
		
	}
	.custom-logo img {
		height: 25px !important;
		
	}
	
	.custom-phone .phone {
		margin: 0 10px;
		/* font-size: 16px;
		line-height: 30px; */
	}
	
	.header-2 h1 {
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
	}
	
	.header-1 {
		display:none;
	}
	.header-3 .note {
		margin-top:10px;
	}
	
	.bg-img-right.v2 {
		width: 100%;
		height: 300px;
		position: static;
		left: 55%;
		right: 0;
		top: 120px;
		bottom: 50px;
		background-size: cover;
		background-position: left center;
		margin-bottom:30px;
		
		display:none;
	}
	
	.bottom1 .bg-img-right {
		
		display:none;
	}
	
	.sticky {
		position: static;
		top: 0;
		right:0;
		left:0;
		background-color:#fff;
		color:#000;
		z-index:1000;
		
		-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.065);
		-moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.065);
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.065);
	}
	
	
}

@media (min-width: 980px) {
	/* 
	#mainmenu > ul{
		display:table;
		margin-left:auto;
		margin-right:auto;
		float:none;
	} 
	*/
	
	/* 
	#mainmenu{
		display:table !important;
		width:100%;
	}
	#mainmenu > ul{
		display:table-row;
		float:none;
	}
	#mainmenu > ul > li{
		display:table-cell;
		float:none;
		text-align:center;
	} 
	*/
	
	.bottom0 .row:last-child .record-cell {
		margin-bottom:0px;
	}
	
	.rows .record:last-child .record-cell{
		margin-bottom:0px;
	}
	
	.eq {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.eq > [class*='span-'] {
		display: flex;
		flex-direction: column;
	}
}
 
@media (min-width: 1200px) {
	.container{
		width:1240px;
	}
}



