@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@font-face {
    font-family: 'butlermedium';
    src: url('fonts/butler_medium-webfont.woff2') format('woff2'), url('fonts/butler_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    background: #d9d9d9;
    font-family: 'Raleway', sans-serif;
    font-size:18px;
    color:#000;
}

.anim {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out ;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mt-120 {
    margin-top:120px;
}

.navbar-top {
    background: #fff url('../../images/navbar-bg.png') no-repeat center bottom;
}

.slider-homepage {
    margin-top:100px;
}

.header-section {
    font-family: 'butlermedium';
    font-size:50px;
}

.section-contact {
    background: #ad2000 url(../../images/contact-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.carousel-indicators button {
    height: 10px !important;
    width: 10px !important;
    margin: 0 10px !important;
    border-radius: 100%;
    background-color: #000000 !important;
}
    .carousel-indicators button.active {
        background-color: #dd5d40 !important;
    }

.offer-desc {
    padding-top:20px;
}

.section-contact-title {
}
.section-contact-desc {
    padding-top:10px;
    padding-bottom:30px;
    font-size:24px;
}
.section-contact-phone {
}
    .section-contact-phone a {
        font-size: 21px;
        padding-left: 20px;
        padding-right: 20px;
        background: #fff;
        border-color: #fff;
        color:#000;
    }
    .section-contact-phone a:hover {
        
    }


.section-gallery {

}
.section-gallery-title {

}
.section-gallery-desc {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 24px;
}
.section-gallery-btn {
    margin-top:50px;
}
    .section-gallery-btn a {
        font-size: 21px;
        padding-left: 20px;
        padding-right: 20px;
        background: #dd5d40;
        border-color: #dd5d40;
    }


footer {
    background: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #9b9b9b;
}
.footer-header {
    font-family: 'butlermedium';
    font-size: 24px;
    color:#fff;
    margin-bottom:20px;
}
.footer-desc {

}
.footer-desc iframe {
	width:100%;
}
.section-copyright {
}

    .section-copyright span {
        color: #dd5d40;
    }


.carousel-caption {
    right:auto;
    left:0;
    text-align:left;
    top:3rem;
    bottom:auto;
    position:relative;
}

    .carousel-caption h5 {
        font-family: 'butlermedium';
        font-size:50px;
        color:#000;
    }

    .carousel-caption .date-from {
        font-family: 'butlermedium';
        font-size: 29px;
        color: #000;
    }

    .carousel-caption .description {
        color:#000;
        font-size:18px;
        max-width:500px;
    }


.p-btn-production {
    margin-bottom:10px;
}
.btn-production {
    background: #dd5d40;
    border-color: #dd5d40;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.p-btn-repair {
    margin-bottom: 10px;
}
.btn-repair {
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    font-size: 16px;
}


.block-center {margin-left:auto;margin-right:auto;margin-bottom:30px;}

.contCookiesInfo {position: fixed;display: block;background-color: #000000;bottom: 0px;right: 2%;width: 96%;min-height: 50px;text-align: center;z-index: 2300000;}
.contCookiesInfo .text {display: inline-block;color: #ffffff;text-align: center;font-size: 14px;width: 85%;margin: 0 auto;padding: 15px 0px 10px 0px;line-height: 16px;text-shadow: none!important;}
.contCookiesInfo .cooClose {float: right;margin: 12px 10px auto auto;cursor: pointer;}



.realizaction-a {text-decoration:none;}
.realizaction-a:hover .realizaction-btn {background:#5c636a;}
.realizaction-btn {width:100%;background:#dd5d40;color:#fff;padding:12px;text-align:center;font-size:1.4rem;}


.navbar-brand {padding-top:0px;padding-bottom:0px;}
.navbar-brand img {max-width:265px;}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media only screen and (min-width : 768px) {
	#columns {
		column-count: 4;
		-webkit-column-count: 4;
		-moz-column-count: 4;
		width: 100%;
		margin: 0px auto;
	}
}
@media (max-width: 767px) 
{
	#columns {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		width: 100%;
		margin: 0px auto;
	}
	
}
@media (max-width: 992px) 
{
	.navbar-nav .nav-link {
		text-align:center;
		border-bottom:1px solid #f2f2f2;
	}
}

