a, img {border:0; outline:0;}
a:focus, img:focus {border:0; outline:0;}

.clear{clear:both;}

body{
	position:relative;
}

header{
	padding: 10px 0;
}
header .logo{

}
header .logo img{
	width: 315px;
    height: 115px;
}
header .h-call{
	display:flex;
	justify-content:center;
	align-items:center;
	height:115px;
}
header .h-call a{
	font: bold 22px/26px 'Arial Black', Arial;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:20px 40px;
	background:#990000;
}
header .h-call a:hover{
	background:#1a1a1a;
}



.fdda .h-call{
	display:flex;
	justify-content:center;
	align-items:center;
	height:115px;
}
.fdda .h-call a{
    font: bold 22px/26px 'Arial Black', Arial;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 40px;
    background: #990000;
    width: 87%;
    text-align: center;
}
.fdda .h-call a:hover{
	background:#1a1a1a;
}



header .h-contacts .help{
	font: bold 17px/34px Arial;
	color:#1a1a1a;
	text-decoration:none;
	text-transform:uppercase;
	background: url(../img/24hrs.png) 85% top no-repeat;
	margin-bottom:10px;
}
header .h-contacts .t-phones{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	background:url(../img/tf.png)  10% center no-repeat;
	padding-left: 90px;
}
header .h-contacts .t-phones a{
	color:#990000;
	text-decoration:none;
	font: bold 19px/20px Arial;
}
header .h-contacts .t-phones a:hover{
	text-decoration:underline;
}

.top-menu{
	background:#1a1a1a;
}
.top-menu .menu{
	list-style:none;
	display:flex;
	justify-content:flex-start;
	margin:0;
	padding:0;
}
.top-menu .menu li{
	display:flex;

}
.top-menu .menu li.border{
	width:1px;
	height:auto;
	background:#fff;
	margin:20px 30px;
}
.top-menu .menu li a{
	font: bold 18px/20px Arial;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding: 20px 15px;
	border-top:7px solid #1a1a1a;
	border-bottom:7px solid #1a1a1a;
}
.top-menu .menu li a:hover{
	border-bottom:7px solid #990000;
}

.slide{
	position:relative;
}
.slide img.bg{
	width:100%;
	height:auto;
}
.slide .slide-box{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}

.slide .slide-box h1 span{
	color:#990000;
}
.slide .slide-box h2 {
    font: bold 38px/20px Arial;
    color: #fff;
    margin-bottom: 50px;
}


.top-buttons{
	padding:30px 0;
	overflow:hidden;
}
.top-buttons .buttons-box{
	display:flex;
	justify-content:space-between;
}
.top-buttons .buttons-box h2{
	font: 54px/60px Arial;
	color:#fff;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
.top-buttons .buttons-box h2 span{
	font-weight:bold;
}
.top-buttons .buttons-box .box1{
	width:48%;
	background:#990000;
	padding:30px;
}
.top-buttons .buttons-box .box1 .box1-block{
	display:flex;
	align-items:center;
}
.top-buttons .buttons-box .box1 .box1-block a{
	margin-right:50px;
	font: bold 22px/24px 'Arial Black', Arial;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:20px 40px;
	background:#1a1a1a;
}
.top-buttons .buttons-box .box2{
	width:48%;
	background:#1a1a1a;
	padding:30px;
}
.top-buttons .buttons-box .box2 .inputs{
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}
.top-buttons .buttons-box .box2 .inputs input{
	width:46%;
	padding:5px;
	font-size:16px;
}
.top-buttons .buttons-box .box2 .z-button input{
	font: bold 16px/18px 'Arial Black', Arial;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px 20px;
	border:0;
	outline:0;
	cursor:pointer;
	background:#990000;
}
.top-buttons .buttons-box .box2 .success{
	font: bold 22px/24px 'Arial Black', Arial;
	color:#990000;
}

.maintext{
	overflow:hidden;
}
.maintext h2{
	font: bold 44px/48px 'Arial Black', Arial;
	color:#990000;
	text-align:center;
}
.maintext h3{
	font: 40px/44px 'Arial Narrow', Arial;
	color:#1a1a1a;
	text-align:center;
	margin-bottom:40px;
}
.maintext .text{
	margin-bottom:40px;
}
.maintext .text p.mb20{
	margin-bottom:20px;
}
.maintext .text p{
	text-indent:30px;
	color:#1a1a1a;
	font-size:16px;
}

.maintext .top{
	padding:0 30px;
	font-size:23px;
	color:#1a1a1a;
	display:flex;
	align-items:center;
}
.maintext .top img{
	margin-right:30px;
}
.maintext .top-text{
	text-align:center;
	padding:30px 0;
	font-size:16px;
	color:#000;
}


.contacts{
	position:relative;
	overflow:hidden;
}
.contacts img{
	width:100%;
	height:auto;

}
.contacts .contacts-box{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	display:flex;
	justify-content:center;
}
.contacts .contacts-box .c-box{
	width:570px;
	height:230px;
	padding:50px;
	margin-top:45px;
	background: rgba(39,45,51,0.71) url(../img/c-box-bg.png) 90% 30px no-repeat;
}
.contacts .contacts-box .c-box a{
	color:#fff;
	text-decoration:none;
	font: bold 28px/36px Arial;
}
.contacts .contacts-box .c-box a:hover{
	text-decoration:underline;
}
.contacts .contacts-box .c-box .phones{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	background:url(../img/call.png) center left no-repeat;
	padding-left: 70px;
	margin-bottom:30px;
}
.contacts .contacts-box .c-box .email{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	background:url(../img/mail.png) center left no-repeat;
	padding-left: 70px;
	height:60px;
	line-height:60px;
}
.contacts .contacts-box .c-box .email a{
	line-height:60px;
}

footer{
	background:#1a1a1a;
	text-align:center;
	color:#fff;
	line-height:20px;
	font-size:16px;
}
footer .copy{
	padding-top: 20px;
	padding-bottom: 20px;
}
footer a{
	color:#fff;
}

#mobile-call {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1000;
	background:#fff;
	border-radius:50px;
	padding:10px;
}
@media(min-width:1200px) and (max-width:1799px){

}
@media(min-width:992px) and (max-width:1199px){
	header .logo img{
		max-width: 275px;
	}

	header .h-call a{
		font: bold 20px/24px 'Arial Black', Arial;
		padding:15px 30px;
	}
	header .h-contacts .help{
		background: none;
	}


	.slide{
		position:relative;
		overflow:hidden;
	}
	.slide img.bg{
		width:150%;
		height:auto;
	}

	.slide .slide-box h1{
		font:bold 54px/60px Arial;
		color:#fff;
	}
	.slide .slide-box h1 span{
		color:#990000;
	}
	.slide .slide-box h2{
		font:bold 44px/48px Arial;
		color:#fff;
		margin-bottom:50px;
	}

	.top-buttons{
		padding:30px 0;
	}
	.top-buttons .buttons-box{
		display:flex;
		justify-content:space-between;
	}
	.top-buttons .buttons-box h2{
		font: 54px/60px Arial;
		color:#fff;
		padding:0;
		margin:0;
		margin-bottom:20px;
	}
	.top-buttons .buttons-box h2 span{
		font-weight:bold;
	}
	.top-buttons .buttons-box .box1{
		width:48%;
		background:#990000;
		padding:30px;
	}
	.top-buttons .buttons-box .box1 .box1-block{
		display:flex;
		align-items:center;
	}
	.top-buttons .buttons-box .box1 .box1-block a{
		margin-right:50px;
		font: bold 22px/24px 'Arial Black', Arial;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		padding:20px 40px;
		background:#1a1a1a;
	}
	.top-buttons .buttons-box .box2{
		width:48%;
		background:#1a1a1a;
		padding:30px;
	}
	.top-buttons .buttons-box .box2 .inputs{
		display:flex;
		justify-content:space-between;
		margin-bottom:40px;
	}
	.top-buttons .buttons-box .box2 .inputs input{
		width:46%;
		padding:5px;
		font-size:16px;
	}
	.top-buttons .buttons-box .box2 .z-button input{
		font: bold 16px/18px 'Arial Black', Arial;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		padding:10px 20px;
		border:0;
		outline:0;
		cursor:pointer;
		background:#990000;
	}

	.maintext h2{
		font: bold 44px/48px 'Arial Black', Arial;
		color:#990000;
		text-align:center;
	}
	.maintext h3{
		font: 40px/44px 'Arial Narrow', Arial;
		color:#1a1a1a;
		text-align:center;
		margin-bottom:40px;
	}
	.maintext .text{
		margin-bottom:40px;
	}
	.maintext .text p.mb20{
		margin-bottom:20px;
	}
	.maintext .text p{
		text-indent:30px;
		color:#1a1a1a;
		font-size:16px;
	}

	.maintext .top{
		padding:0 30px;
		font-size:23px;
		color:#1a1a1a;
		display:flex;
		align-items:center;
	}
	.maintext .top img{
		margin-right:30px;
	}
	.maintext .top-text{
		text-align:center;
		padding:30px 0;
		font-size:16px;
		color:#000;
	}


	.contacts{
		position:relative;
	}
	.contacts img{
		width:100%;
		height:auto;

	}
	.contacts .contacts-box{
		position:absolute;
		top:0;
		right:0;
		left:0;
		bottom:0;
		display:flex;
		justify-content:center;
	}
	.contacts .contacts-box .c-box{
		width:570px;
		height:300px;
		padding:50px;
		margin-top:45px;
		background: rgba(39,45,51,0.71) url(../img/c-box-bg.png) 90% 30px no-repeat;
	}
	.contacts .contacts-box .c-box a{
		color:#fff;
		text-decoration:none;
		font: bold 28px/36px Arial;
	}
	.contacts .contacts-box .c-box a:hover{
		text-decoration:underline;
	}
	.contacts .contacts-box .c-box .phones{
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		background:url(../img/call.png) center left no-repeat;
		padding-left: 70px;
		margin-bottom:30px;
	}
	.contacts .contacts-box .c-box .email{
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		background:url(../img/mail.png) center left no-repeat;
		padding-left: 70px;
		height:60px;
		line-height:60px;
	}
	.contacts .contacts-box .c-box .email a{
		line-height:60px;
	}

}
@media(min-width:768px) and (max-width:991px){
	header{
		margin-top: 60px;
	}
	.slide .slide-box h1{
		font:bold 34px/40px Arial;
		color:#fff;
		margin-bottom:0;
	}
	.slide .slide-box h2{
		font:bold 28px/32px Arial;
		color:#fff;
		margin-bottom:30px;
	}
	.slide .slide-box img{
		max-width:100px;
	}

	.top-buttons .buttons-box{
		flex-direction:column;
	}
	.top-buttons .buttons-box h2{
		font: 44px/50px Arial;
	}
	.top-buttons .buttons-box .box1{
		width:100%;
		margin-bottom:30px;
	}
	.top-buttons .buttons-box .box2{
		width:100%;
		background:#1a1a1a;
		padding:30px;
	}

	.contacts{
		overflow:hidden;

	}
	.contacts img{
		width:150%;
		height:auto;

	}

}
.slide .slide-box h1{
	font:bold 44px/50px Arial;
	color:#fff;
	    text-align: center;
}
.fdda  .h21 .h-call a {
    font: bold 18px/26px 'Arial Black', Arial !important;
}
.h21 {
	display: flex;
}
#footer .langage a {
	padding: 0px 3px;
}
@media(max-width:767px){
	#footer .langage {
		text-align: left;
	}
	#footer .copy {
		text-align: left;
	}
	.h21 {
		display: block;
	}
	.fdda .h-call a {
		font: bold 16px/26px 'Arial Black', Arial;
			text-align: center;
	}

	header .h-contacts .t-phones a {
		color: #990000;
		text-decoration: none;
		font: bold 38px/45px Arial;
	}
	header .logo{
		margin-top: 60px;
		text-align:center;
	}
	header .h-contacts .t-phones{
		display:flex;
		flex-direction:column;
		background:none;
		padding-left: 0;
		align-items:center;
		margin-bottom:20px;
	}
	.slide{
		overflow:hidden;
	}
	.slide img.bg{
		width:200%;
		height:auto;

	}
	.slide .slide-box h1{
		font: bold 35px/40px Arial;
		margin-top: 90px;
		color:#fff;
		margin-bottom:10px;
		text-align:center;
	}
	.slide .slide-box h2{
		font:bold 20px/24px Arial;
		color:#fff;
		margin-bottom:30px;
		text-align:center;
	}
	.slide .slide-box img{
		width:100px;
		height:auto;
	}

	.top-buttons .buttons-box h2{
	    font: 30px/38px Arial;
    text-align: center !important;

	}
	.top-buttons .buttons-box{
		flex-direction:column;
	}
	.top-buttons .buttons-box .box1{
		width:100%;
		margin-bottom:30px;
	}
	.top-buttons .buttons-box .box2{
		width:100%;
	}

	.maintext h2{
		font: bold 34px/38px 'Arial Black', Arial;
	}
	.maintext h3{
		font: 30px/34px 'Arial Narrow', Arial;
	}

	.contacts{
		overflow:hidden;
	}
	.contacts img{
		width:200%;
		height:auto;

	}
	.contacts .contacts-box .c-box{
		width:90%;
		height:170px;
		padding:30px;
		margin-top:45px;
		background: none;
		background: rgba(39,45,51,0.71);
	}
	.contacts .contacts-box .c-box a{
		color:#fff;
		text-decoration:none;
		font: bold 25px/33px Arial;
	}

}
@media(max-width:448px){

}

#footer .langage {
	padding-top: 20px;
}

.container {
		font-weight: bold;
}
