@charset "UTF-8";


.anketa{
}
.anketa .gcore-form-row{
	/* display:inline-block;
	width:33%; */
	margin-bottom:20px;
}
.anketa label{
	font-size:14px;
}
.anketa label.gcore-sub-label{
	font-size:14px;
	font-weight:normal;
}
.anketa input[type=text]{
	padding:10px;
	height:40px;
	width:100%;
}
.anketa textarea{
	padding:10px;
	height:80px;
}

.h-title{
	text-align:center;
	margin:0 0 30px;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
}


/*------------------------------------*\
	5 колонок bootstrap
\*------------------------------------*/

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
 
.col-xs-five {
    width: 20%;
    float: left;
}
 
@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}
 
@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}
 
@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

/*------------------------------------*\
	/5 колонок bootstrap
\*------------------------------------*/

/* moduletable-vector */

.moduletable-vector{
	text-align:center;
}
.moduletable-vector .cell-inside{
	
}
.moduletable-vector .record-cell{
	margin-bottom:30px;
}



.moduletable-vector i{
	line-height: 1;
	display:inline-block;
	color:#236d96;
}
.moduletable-vector .bg-image{
	width:100px;
	height:100px;
	display:inline-block;
}
/* .moduletable-vector .record-imagewrapper{
	padding:35px;
	border-radius:50%;
	background-color:#f38401;
} */
.moduletable-vector .record-imagewrapper{
	display:inline-block;
	padding:30px;
	border-radius:50%;
	background-color:#facbd1;
	
	width:75%;
	height:auto;
}
.moduletable-vector img{
	width:100%;
	
	
	
	height:auto;
	/* filter: invert(1);
	opacity:0.75; */
}
.moduletable-vector i:before{
	font-size:100px;
	font-style:normal;
}
.moduletable-vector h4{
	font-size:18px;
	line-height:24px;
	color:#333;
	font-weight:normal;
	
	margin:20px 0 10px 0;
}
.moduletable-vector .record-cell i, .moduletable-vector .record-cell .bg-image{
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}
.moduletable-vector .record-cell:hover i, .moduletable-vector .record-cell:hover .bg-image{
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
}



.moduletable-vector.v2{
	text-align:left;
}
.moduletable-vector.v2 .cell-inside{
	position:relative;
	padding-left:100px;
}
.moduletable-vector.v2 .record-imagewrapper{
	position:absolute;
	left:0px;
	top:0px;
}
.moduletable-vector .bg-image{
	width:80px;
	height:80px;
	display:inline-block;
}
.moduletable-vector.v2 h4{
	margin:0px 0 10px 0;
}


@media (min-width: 980px) {
	.moduletable-vector .row:last-child .record-cell{
		margin-bottom:0px;
	}
	
}
@media (max-width: 979px) {
	.moduletable-vector .record-imagewrapper{
		padding:40px;
		width:50%;
	}
}
/* end moduletable-vector */

.item-images .row img{
	margin-bottom:30px;
	width:100%;
	height:auto;
}
.item-images .row:last-child img{
	margin-bottom:0px;
}

.item-238 a img{
	width:200px;
	height:auto;
}
.item-238 a{
	background:transparent !important;
	padding:0px 15px !important;
}

.maincontainer{
	padding-top:25px;
	padding-bottom:20px;
}

.bottom1 .record-cell{
	margin-bottom:30px;
}
.bottom1 h3{
	margin:0 0 30px 0;
}

.gal-link{
	height:175px;
	display:block;
}

.bottom2 h3{
	margin:0 0 30px 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #abc434;
}

.h3mod{
	margin:0 0 30px 0;
	text-align:center;
}


.bottom4 {
	/* background-image:url(../images/bg.jpg); */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	
	color:#333;
	text-align:center;
	font-size:22px;
	line-height:26px;
}
.bottom4 i{
	border-radius:50%;
	background-color:#facbd1;
	width:72px;
	height:72px;
	text-align:center;
	font-size:52px;
	line-height:72px;
	
}
.bottom4 .phone{

	margin-top:30px;
	margin-bottom:40px;
}
.bottom4 .adres{
	font-size:22px;
	line-height:26px;
	margin-top:30px;
	
}

.custom-soc-gr{
	margin-bottom:30px;
}

th{
	background:#353535 !important;
	color:#fff !important;
}

/* 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;
	}
	
	.item-238 {
		display:none;
	}
	.navbar-header{
		background:#353535;
	}
	.bottom1 a{
		max-width:250px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.navbar-default {
		padding-top: 0px;
		padding-bottom: 0px;
		text-align:center;
	}
	
	.slider-wrapper,.slider-wrapper .flexslider .slides li, .slider-wrapper .flexslider .slider-text,.slider-wrapper .flexslider .slider-text > .slider-text-inner{
		height:350px !important;
	}
}

@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;
	} */
	
	
	.eq {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.eq > [class*='span-'] {
		display: flex;
		flex-direction: column;
	}
	
	.header-bg{
		display:none;
	}
}
 
@media (min-width: 1200px) {
}
