
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Light.eot');
	src: local('☺'), url('../fonts/roboto/Roboto-Light.woff') format('woff'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype'), url('../fonts/roboto/Roboto-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Regular.eot');
	src: local('☺'), url('../fonts/roboto/Roboto-Regular.woff') format('woff'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'), url('../fonts/roboto/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Medium.eot');
	src: local('☺'), url('../fonts/roboto/Roboto-Medium.woff') format('woff'), url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'), url('../fonts/roboto/Roboto-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Bold.eot');
	src: local('☺'), url('../fonts/roboto/Roboto-Bold.woff') format('woff'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'), url('../fonts/roboto/Roboto-Bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}


@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Black.eot');
	src: local('☺'), url('../fonts/roboto/Roboto-Black.woff') format('woff'), url('../fonts/roboto/Roboto-Black.ttf') format('truetype'), url('../fonts/roboto/Roboto-Black.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}



body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

a{
	transition: all .3s ease-in;
}

.wrapper{
	width: 1140px;
	margin: 0 auto;
}

.title{
	padding-top: 60px;
	padding-bottom: 24px;
}


/*---------MODALFORM---------------*/

/*//////////MODALFORM---------------*/


/*----------HEADER-----------*/
.header{
	background-color: #000;
	background-image: url(../img/header-bg.jpg);
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
}

.header__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.header__logo-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 280px;
	align-items: center;
	text-decoration: none;
}

.header__logo-title{
	color: #fff;
	font-weight: 700;
	font-size: 25px;
}

.header__logo-desc{
	color: #b3000d;
}

.header__tel{
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-bottom: 14px;
	text-align: right;
}

.header__tel svg{
	margin-right: 12px;
}

.header__tel:hover, .header__tel:focus, .header__tel:active{
	color: #b3000d;
}

.header__callback-btn{
	font-size: 13px;
	color: #fff;
	background-color: #b3000d;
	border: none;
	outline: none;
	padding: 14px;
	border-radius: 5px;
	transition: all .3s ease-in;
}
.header__callback-btn:hover{
	background-color: #79040c;
}

/*//////////HEADER-----------*/
/*----------NAVIGATION--------*/

.nav-wrap{
	position: absolute;
	bottom: -70px;
    width: 100%;
    z-index: 10;
}
.header__navigation-row{
	height: 2px;
	background-color: #1e1e1e;
}
.header__navigation{
	background-color: rgba(0, 0, 0, .7);
	padding-top: 18px;
	padding-bottom: 18px;
	width: 100%;
	top: 0;
}

.header__navigation .wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

}

.header__navigation-link{
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	border-right: 1px dotted #fff;
	padding: 6px 26px;
	display: block;
	position: relative;
}

.header__navigation-link:first-child{
	padding-left: 0;
}

.header__navigation-link:hover, .header__navigation-link:active, .header__navigation-link:focus{
	color: #b3000d;
}

.header__navigation-link:hover.header__navigation-link:before{
	content: "";
    display: block;
    position: absolute;
    background-color: #b3000d;
    height: 2px;
    top: -20px;
    width: 100%;
    left: 0;
}



/*----------------SLIDERNAV----------------*/
.header__hero{
	background-color: #171614;
}

.header__slide{
	min-height: 572px;
	/*padding-top: 164px;
	padding-bottom: 106px;*/
}

.header__slide-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
}

.header__slider-title{
	margin-top: 164px;
	font-size: 47px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.header__slider-desc{
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 70px;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}

.header__slider-btn{
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	text-align: center;
	width: 180px;
}

.header__slider-btn:hover{
	background-color: #2f2929;
}

.header-slider .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 20px;
	outline: none;

}

.header-slider .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 20px;
	outline: none;

}


.header__slide--slide1{
	background-color: #000;
	background-image: url("../img/slider/slide_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.header__slide--slide2{
	background-color: #373633;
	background-image: url("../img/slider/slide_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.header__slide--slide3{
	background-color: #373633;
	background-image: url("../img/slider/slide_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
/*///////////////SLIDERNAV----------------*/

/*/////////NAVIGATION--------*/
/*--------DESCRIPTION--------*/
.description{
	background-color: #f2f2f2;
	padding-top: 50px;
	padding-bottom: 50px;
}

.description__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.description__slogan{
	font-size: 25px;
	color: #282828;
	font-weight: 500;
}

.description__desc{
	font-size: 16px;
	color: #282828;
}

.description__img-border{
	position: relative;
	width: 320px;
	height: 440px;
	overflow: hidden;
}
.description__img-img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 320px;
	height: auto;
}

.description__director-frame{
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: auto;
	z-index: 5;
}

.description__text{
	max-width: 740px;
}
/*////////DESCRIPTION--------*/
/*--------SERVICES-----------*/
.services{
	text-align: center;
	padding-bottom: 72px;
}

.services__item-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.services__item{
	width: 260px;
	padding-top: 24px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid transparent;
}

.services__item:hover {
	border: 1px solid #d7d7d7;
	border-radius: 3px; 
}

.services__item:hover .services__title{
	color: #bd121a;
}
.services__title{
	font-size: 17px;
	color: #282828;
	font-weight: 700;
	text-transform: uppercase;
}
.services__desc{
	font-size: 14px;
	color: #282828;
	line-height: 21px;
	font-weight: 400;
}

.services__link{
	color: #282828;
	text-decoration: none;
	display: inline-block;
	line-height: 21px;
	font-weight: 400;
}

.services__link:hover{
	color: #b3000d;
	text-decoration: underline;
}

.services__more{
	display: none;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}
/*////////SERVICES-----------*/
/*--------HISTORY-------------*/
.historys{
	background-color: #f2f2f2;
	padding-bottom: 65px;
}

.historys__img{
	width: 164px!important;
	height: 190px;
}


.historys__title{
	color: #282828;
	font-size: 17px;
	font-weight: 500;
	margin-top: 0;
}

.historys__item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 560px;
}

.historys__desc{
	font-size: 14px;
	width: 368px;
}


.historys-slider .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: -46px;
	outline: none;

}

.historys-slider .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: -46px;
	outline: none;

}
/*/////////HISTORY-------------*/

/*-----------NEWS---------------*/
.news {
	padding-bottom: 136px;
}
.news__item {
	margin-bottom: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.news__img {
	width: 265px;
	height: 175px;
}
.news__desc {
	position: relative;
}
.news__title {
	font-size: 17px;
	font-weight: 500;
	color: #282828;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;

}
.news_text {
	font-size: 14px;
	color: #282828;
	line-height: 21px;
	margin-top: 10px;
	margin-bottom: 18px;
	max-width: 850px;
}
.news__read-more {
	display: block;
	text-decoration: underline;
	cursor: pointer;
	font-size: 14px;
	color: #bd121a;
	text-align: right;
}
.news__read-more:hover{
	color: #282828;
}
.news__date {
	color: #9e9e9e;
	font-size: 14px;
	position: absolute;
	top: 0;
	right: 0;
}
.news__readmore-text{
	display: none;
}
/*///////////NEWS---------------*/

/*---------------BG---------------*/
.bg-2{
	background-color: #312b29;
	background-image: url("../img/footer-bg.jpg");
	height: 363px;
	position: relative;
}
.bg-2:before{
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/*///////////////BG---------------*/
/*---------------FOOTER--------------*/
.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #080808;
	font-size: 14px;
	color: #a4a4a4;
}

.footer__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.footer__logo {
	display: block;
	text-decoration: none;
	width: 105px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.footer__logo-desc {
	font-size: 12px;
	color: #a4a4a4;
	margin-left: 5px;
}

/*------MODALWINDOW------------------*/

.modal{
	display: none;
	background-color: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 80;
}

.form-callback{
	width: 320px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 5px;
	padding-top: 20px;
	padding: 20px;
	background-color: #9e9e9e;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
.form__title{
	text-align: center;
	margin-top: 29px;
}
		
label, input{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}

.header__callback-btn--modal{
	display: block;
	width: 191px;
	margin: 20px auto;
}

.modal-close{
	width: 30px;
	height: 30px;
	border-radius: 3px;
	border: 2px solid #b3000d;
	position: absolute;
	top: 4px;
	right: 8px;
	cursor: pointer;
}

.modal-close:hover{
	border: 2px solid #fff;
}
.modal-row{
	position: relative;
	display: block;
	width: 25px;
	height: 0;
	background-color: #b3000d;
	margin: 0 auto;
	top: 14px;			
}

.modal-row:after{
	content: "";
	position: absolute;
	display: block;
	width: 25px;
	height: 2px;
	background-color: #b3000d;
	position: absolute;
	transform: rotate(-45deg);
}

.modal-row:before{
	content: "";
	position: absolute;
	display: block;
	width: 25px;
	height: 2px;
	background-color: #b3000d;
	position: absolute;
	transform: rotate(45deg);
}

.db{
	display: block!important;
}

.dn{
	display: none!important;
}

.active__link{
	color: #bd121a;
}
/*//////////////////MODALWINDOW------------------*/
/*------------------UPBTN-----------------------*/
.btn-up{
	display: none;
	background-color: #b3000d;
	position: fixed;
	z-index: 200;
	bottom: 50px;
	right: 50px;
	text-decoration: none;
	border: 2px solid #080808;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;

}
/*/////////////////UPBTN-----------------------*/
/*----------------BURGER------------------------*/
.burger-btn{
	display: none;
	width: 50px;
	height: 50px;
	border: 2px solid #b3000d;
	border-radius: 3px;
	background-color: #030303;
	tap-highlight-color: #030303;
	-webkit-tap-highlight-color: #030303;
	position: absolute;
	top: 85px;
	right: 20px;
	z-index: 80;
	cursor: pointer;
}

.burger-btn:active, .burger-btn:focus{
	outline: none;
}

.burger-row{
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate( -20px, -1px);
	transition: .3s;
}

.burger-row:before{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: -10px;
	transition: .3s;
}
.burger-row:after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 10px;
	transition: .3s;	
}

.burger-active .burger-row{
	height: 0;
	transition: .3s;
} 
.burger-active .burger-row:before{
	top: 0;
	transform: rotate(45deg);
	transition: .3s;
} 
.burger-active .burger-row:after{
	top: 0;
	transition: .3s;
	transform: rotate(-45deg);
} 
/*/////////////////BURGER------------------------*/
