.mainpage-services{
	width: 100%;
	background: url(/assets/img/services-bg.jpg) no-repeat center center;
	background-size: cover;
	    overflow: hidden;
}
.mainpage-services--description{
	background: rgba(255,255,255,0.75);
}
@media (min-width:992px){
	.mainpage-services--description > div > div{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */    
	-moz-column-count: 2; /* Firefox */    
	column-count: 2;
}
}
.mainpage-services--item
{
	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mainpage-services--item:hover p{
    color: #d40000;
    	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mainpage-services--item:hover p:first-letter {
    color: #d40000;
    	    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mainpage-services--item > a{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    z-index:3;
}
.mainpage-services--item > div{
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 275px;
    padding-top: 201px;
    position: relative;
}
.mainpage-services--item > div > img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -344px;
        z-index: 0;
}
.mainpage-services--item p{
	font-size: 24px;
	margin-bottom: 0px;
	position: relative;
	    z-index: 2;
	color:#6f0000;
}
.mainpage-services--item p:first-letter{
	font-family: "CyrillicOldBold";
	font-size: 24px;
	color:#d40000;
}
.mainpage-getcost{
	background: #ffcb3d;
}
/*Блок Наши преимущества*/
.mainpage-advantages{
	background: url(/assets/img/advantages-bg.jpg) no-repeat center center;
	background-size: cover;
}
.mainpage-advantages-wrapper{
    margin-bottom: 25px;
}
.mainpage-advantages-wrapper--item{}
.mainpage-advantages-wrapper .row>.mainpage-advantages-wrapper--item:nth-child(2n){
	padding-top: 85px;
	    padding-right: 6px;
}
.mainpage-advantages-wrapper--item_pic{
	width: 100%;
	min-height: 238px;
	background-position: center center;
	background-repeat: no-repeat;
}
.mainpage-advantages-wrapper--item_descr{}
.mainpage-advantages-wrapper--item_descr > p{
	font-size: 24px;
	color:#fff;
	line-height: 29px;
	font-weight: 300;
}
@media (max-width: 1200px){
	.mainpage-advantages-wrapper--item_descr > p{
		text-align: center;
	}
}
@media (max-width: 768px){
	.mainpage-advantages-wrapper--item{
		padding-top: 50px!important;
	}
}
.mainpage-advantages-wrapper--item_descr > p:first-letter{
	font-family: "CyrillicOldBold";
	font-size: 24px;
	color:#d40000;
}


.mainpage-customers{
	background: url(/assets/img/customers-bg.jpg) no-repeat center center;
	background-size: cover;
	    padding-bottom: 35px;
}


/*mainpage-getcost - START*/
.mainpage-getcost .section-title{
    margin-bottom: 17px;
}

.getcost-form-main-page .form-group:not(:last-child){
	text-align: left;
	margin-right: 50px
}
.getcost-form-main-page .form-group-name{
	width: 289px;
}
.getcost-form-main-page .form-group-phone{
	width: 205px;
}
.getcost-form-main-page .form-group-email{
	width: 250px;
}
@media (max-width: 992px){
	.getcost-form-main-page > div{
		width: 100%!important;
	}
}
.getcost-form-main-page .form-control{
	width: 100%;
	    padding: 4px 8px 5px 12px;
	    font-size: 24px;
	    font-weight: 300;
}
.getcost-form-main-page .form-control::-webkit-input-placeholder {color:#cecece;font-size: 24px;}
.getcost-form-main-page .form-control::-moz-placeholder          {color:#cecece;font-size: 24px;}/* Firefox 19+ */
.getcost-form-main-page .form-control:-moz-placeholder           {color:#cecece;font-size: 24px;}/* Firefox 18- */
.getcost-form-main-page .form-control:-ms-input-placeholder      {color:#cecece;font-size: 24px;}
.getcost-form-main-page .btn{
	font-size: 24px;
    padding: 0px 36px 0px;
    line-height: 33px;
}
.mainpage-getcost-under-form{
	font-size: 30px;
	text-align: center;
	color: #6f0000;
	font-weight: 300;
}
.mainpage-getcost-under-form > span{
	font-size: 33px;
	font-weight: 600;
}

/*mainpage-getcost - END*/


.mainpage-calculator{
	background: url(/assets/img/calculator-bg.jpg) no-repeat center center;
	background-size: cover;
	    padding: 25px 0 120px 0;
}

/*Слайдер на главной странице*/
.mainpage-slider-wrapper, .mainpage-slider-wrapper .owl-carousel, .mainpage-slider-wrapper .owl-stage-outer, .mainpage-slider-wrapper .owl-stage{
	height: 700px;
}
.mainpage-slider-wrapper .owl-item{
	height:100%;
}
.mainpage-slider-wrapper .owl-item > div{
	height:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.mainpage-slider-wrapper .owl-item > div > .container{
	height: 100%;
	position: relative;
}
.mainpage-slider-wrapper .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 29px;
    width: 100%;
    text-align: center;
}
.mainpage-slider-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 22px;
    margin: 5px 15px;
        background: #d40000;
    box-shadow: inset 0px 1px 4px rgba(111,0,0,0.9);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mainpage-slider-wrapper .owl-theme .owl-dots .owl-dot.active span, .mainpage-slider-wrapper  .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    box-shadow: inset 0px 1px 4px rgba(153,153,153,0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.silder-description-block{
	position: absolute;
	top:228px;
	width: 652px;
	    right: 0;
	background: url(/assets/img/slider-description-block-bg.png);
	padding: 25px 30px 43px 45px;
	border-top: 5px solid rgba(212,0,0,0.8);
}
.silder-description-block *{
	color:#fff;
}
.silder-description-block-left{
	left:0;
}
.silder-description-block-right{
	right:0;
}
.silder-description-block--title{
	font-size: 60px;
	margin-bottom: 31px;
}
.silder-description-block--body{
    padding-right: 60px;
    position: relative;
}
.silder-description-block--body > .to-resource-link{
	position: absolute;
    right: 14px;
    bottom: 2px;
	width:30px;
	height:30px;
	background: url(/assets/img/to-resource-link.png) no-repeat;
}
.silder-description-block--body span{
	font-size: 24px;
	line-height: 36px;
	color:#fff;
}