@charset "UTF-8";

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

.flex-row {
	display: flex;
	
	flex-direction: column-reverse;
	flex-direction:row;
	
	flex-wrap:wrap;
	/* flex: 1 1 0px; */
	align-items: center;
	
	align-items: stretch;
	
	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 {
		flex-direction:column!important;
		gap:30px;
	}
}

.moduletable-uslugi-p{
}
.moduletable-uslugi-p .record-cell{
	margin-bottom:30px;
}
.moduletable-uslugi-p h4{
	padding:10px;
	border-left: 2px solid #01c26e;
    border-bottom: 2px solid #01c26e;
	text-align:center;
	font-weight:bold;
	font-size:24px;
}
.moduletable-uslugi-p .price{
	font-size:20px;
	font-weight:bold;
}
@media (min-width: 980px) {
	.moduletable-uslugi-p .row:last-child .record-cell{
		margin-bottom:0px;
	}
}

.icontext{
	display:flex;
	gap:10px;
}
.icontext .icon{
	margin:0 0px 0 0;
} 

.custom-slogan{
	
}
.custom-slogan a{
	color:#000;
}
.custom-slogan a:hover{
	color:#000;
	text-decoration:none;
}

.contact2 .phone{
	position:relative;
	/* padding-left:60px; */
	font-size:18px;
	line-height:24px;
}
.contact2 i{
	/* position:absolute;
	left:0px;
	top:0; */
	display:block;
	width:50px;
	height:50px;
	font-size:32px;
	line-height:50px;
	text-align:center;
	border:1px solid #fff;
	
}

#backtop{
	opacity: .5;
	
	display: inline-block;
	height: 50px;
	width: 50px;
	font-size:24px;
	line-height:40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color:#fff;
	
	text-align:center;
	/* vertical-align:middle; */
	/* image replacement properties */
	/* overflow: hidden; */
	/* text-indent: 100%; */
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.4);
	/* background: rgba(0, 0, 0, 0.4) url(../images/cd-top-arrow.svg) no-repeat center 50%; */
	/* background-size:60%; */
	border:1px solid #fff;
	/* visibility: hidden; */
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.topmenu{
	/* float:right; */
}
.navbar-default.affix {
	top:0;
	left:0;
	right:0;
}

.position-slider{
	position:relative;
	margin-bottom:-70px;
	top:-70px;
	color:#fff;
}

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

.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;
}
.title:before{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#006d99;
	margin-right:10px;
	vertical-align:middle;
}
.title:after{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#006d99;
	margin-left:10px;
	vertical-align:middle;
}

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

.top1{
	background-color:#efefef;
}

.bottom1{
}

.uslugi{
	padding:25px 0;
	/* border-top:1px solid #999; */
	/* background: #111 url(../images/bg2.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
	background-size:cover; */
	color:#000;
	
}

.uslugi .record-cell-inner:before{
	content:'\f05d';
	display:block;
	position:absolute;
	left:0;
	top:25px;
	font-family:'FontAwesome';
	font-size:32px;
}
.uslugi .record-cell-inner{
	padding:15px;
	padding-left:45px;
	position:relative;
	font-size:22px;
}
.uslugi .record-cell-inner h4{

	font-size:22px;
}

/* 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);
  }
}


/*-- slide animations --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*-- /slide animations --*/

/* 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;
	}
	
	.title:before{
		display:none;
	}
	.title:after{
		display:none;
	}
	
	.position-slider {
		position: static;
		margin-bottom: 0px;

		color: #111;
	}
	.navbar-default .navbar-nav > li > a {
		color: #111;
	}
	/* Цвет пункта меню, при поднесении к нему курсора мышки или при его нахождении в фокусе */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #C5413E;
	}
	/* Цвет и фон активного пункта меню, а также поднесении к нему курсора мышки или при его нахождении в фокусе */
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus {
		color: #C5413E;
		background-color: transparent;
	}

}

@media (min-width: 980px) {
	#mainmenu .topmenu > 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;
	}
}
 
@media (min-width: 1200px) {
}


/*------------------------------------*\
	Preloader
\*------------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	-webkit-animation: preload-rotate 10s linear infinite;
	        animation: preload-rotate 10s linear infinite;
}
.preloader span {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #C5413E;
	position: absolute;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}

.preloader span:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-animation: 1s preload-scale ease-in-out infinite;
	        animation: 1s preload-scale ease-in-out infinite;
}
.preloader span:nth-child(2) {
	top: 0;
	right: 0;
	-webkit-animation: 1s preload-scale 0.06s ease-in-out infinite;
	        animation: 1s preload-scale 0.06s ease-in-out infinite;
}
.preloader span:nth-child(3) {
	bottom: 0;
	-webkit-animation: 1s preload-scale 0.11s ease-in-out infinite;
	        animation: 1s preload-scale 0.11s ease-in-out infinite;
}
.preloader span:nth-child(4) {
	bottom: 0;
	right: 0;
	-webkit-animation: 1s preload-scale 0.17s ease-in-out infinite;
	        animation: 1s preload-scale 0.17s ease-in-out infinite;
}

@-webkit-keyframes preload-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		        transform:translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		        transform:translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes preload-rotate {
	0% {
		-webkit-transform:translate(-50%, -50%) rotate(0deg);
		        transform:translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform:translate(-50%, -50%) rotate(360deg);
		        transform:translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes preload-scale {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}

@keyframes preload-scale {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	80% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}
}