*{
	margin: 0;
	padding: 0;
}

html{
	overflow-x: hidden;
	overflow-y: auto;
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000000;
	overflow-x: hidden;
	overflow-y: auto;
}

header{
	padding-top: 40px;
	width: 100%;
	position: relative;
	height: 100vh;
	background: url('../images/first_slide.jpg') no-repeat center; 
	background-size: cover;
}

header:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60vh;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 22%, rgba(0,0,0,0.96) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(22%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.96)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 22%, rgba(0,0,0,0.96) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 22%, rgba(0,0,0,0.96) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 22%, rgba(0,0,0,0.96) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 22%, rgba(0,0,0,0.96) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

header .navbar-right{
	padding-top: 24px;
}

.wpm-language-switcher{
	display: inline-block;
	vertical-align: middle;
}

.wpm-language-switcher li{
	display: inline-block;
	vertical-align: middle;
	margin-top: -10px;
	margin-left: 7px;	
}

.wpm-language-switcher li a{
	font-size: 30px !important;
    text-decoration: none;
	color: #000;
    border-bottom: 1px solid transparent;
    margin-left: 7px;		
}

.wpm-language-switcher li a:hover, .wpm-language-switcher li a:active, .wpm-language-switcher li a:focus{
	color: #ed1c24;
    border-bottom: 1px solid transparent;	
}	

.wpm-language-switcher li.active span{
	font-size: 30px !important;
    text-decoration: none;
	color: #ed1c24;
    border-bottom: 1px solid #ed1c24;
}

.wpm-language-switcher img{
	display: none !important;
}

.header_accordion{
	cursor: pointer;
	margin-right: 15px;
	margin-top: -6px;
	transition: all 1s ease;
	transform: scale(1);
}

.header_accordion:hover{
	opacity: 0.8;
	transform: scale(1.1);
}

#topmenu .menu a{
	font-size: 25px;
	text-decoration: none;
	color: #000;
	margin-left: 7px;
}

#topmenu .menu a:hover, #topmenu .menu a:active, #topmenu .menu a:active{
	color: #ed1c24;
}

#topmenu .menu a.active{
	color: #ed1c24;
	border-bottom: 1px solid #ed1c24;
}

h1, h2{
	font-size: 6vh;
	font-family: "Georgia", sans-serif;
	line-height: 160%;
	text-transform: uppercase;
	margin: 0;
}

.clear{
	clear: both;
}

.clear_60{
	clear: both;
	height: 60px;
}

.clear_30{
	clear: both;
	height: 30px;
}

.first_slide_content{
	position: absolute;
	left: 0;
	bottom: 6vh;
	width: 100%;
	z-index: 2;
}

.section{
	padding: 80px 0;
	position: relative;
}

.section.minipadding{
	padding: 15px 0 10px 0;
}

.section.middle{
	padding: 39px 0 30px 0;
}

.section.white{
	background: #fff;
}

.section.gray{
	background: #343434;
	color: #fff;
}

.logo img{
	width: 100%;
	height: auto;
	max-width: 300px;
}

.first_slide_content h1{
	color: #fff;
	margin-bottom: 5vh;
	text-shadow: 0 0 2px #888;
}

.first_slide_content .btn{
	background: #ed1c24;
	color: #fff;
	text-transform: uppercase;
	padding: 1vh 2vh;
	border: 2px solid #fff;
	outline: none;
	border-radius: 0;
	font-size: 4vh;
	transition: all 0.5s ease;
}

.bottommenu{
	padding: 15px 0;
	background: #fff;
	box-shadow: 0 0 15px #999;
	margin-bottom: 15px;
}

.first_slide_content .btn:hover{
	background: #fff;
	border: 2px solid #ed1c24;
	color: #ed1c24;
	transition: all 0.5s ease;
}

.advantages_box img{
	height: 70px;
	width: auto;
	margin: 40px 0 20px 0;
}

.services_box_item{
	display: block;
	margin: 15px 0 15px 0;
	background: #fff;
	text-decoration: none;
	padding: 20px;
	min-height: 384px;
	font-size: 20px;
}

.services_box_item.long{
	min-height: 414px;
}

.services_box_item img{
	width: 100%;
	margin-bottom: 15px;
}

.services_box_item:hover, .services_box_item:active, .services_box_item:focus{
	text-decoration: none;
	opacity: 0.7;
}

.services_box_item p{
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
}

.services_box_item p span{
	text-transform: none;
}

.command_box_item, .command_box_item:hover, .command_box_item:active, .command_box_item:focus{
	text-decoration: none;
}

.command_box_item img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.command_box_item p{
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0;
	font-size: 20px;
}

.command_box_item span{
	font-size: 12.5px;
	color: #727d84;
}

.front_slider .owl-next{
	position: absolute;
	right: -40px;
	top: 80px;
	outline: none;
}

.front_slider .owl-prev{
	position: absolute;
	left: -40px;
	top: 80px;
	outline: none;
}

.front_slider .owl-next span, .front_slider .owl-prev span{
	font-size: 90px;
	color: #727d84;
}

.front_slider .owl-next:hover span, .front_slider .owl-prev:hover span{
	color: #727d84;
}

.contacts_box_item span{
	text-align: left;
}

.contacts_box_item img, .contacts_box_item span{
	display: inline-block;
	vertical-align: top;
}

.contacts_box_item h3{
	margin-top: 0;
}

.contacts_box_item img{
	margin-right: 10px;
	margin-top: 10px;
}

.map_box iframe{
	width: 100%;
	height: 70vh;
}

.bottom_menu_items{
	padding-top: 2px;
	margin-bottom: -2px;
}

.bottom_menu_items a{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	position: relative;
}

.bottom_menu_items_divider{
	display: inline-block;
	vertical-align: middle;
	margin: 7px 10px 10px 10px;
	width: 1px;
	height: 20px;
	background: #000;
}

.bottom_menu_items a.active, .bottom_menu_items a:hover, .bottom_menu_items a:active, .bottom_menu_items a:focus{
	text-decoration: none;
	border-bottom: 2px solid #ed1c24;
}

.bottom_menu_langs{
	padding-top: 2px;
	margin-bottom: -2px;
}

.bottom_menu_langs a{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	position: relative;
}

.bottom_menu_langs a:last-child{
	margin-right: 0;
}

.bottom_menu_langs a.active, .bottom_menu_langs a:hover, .bottom_menu_langs a:active, .bottom_menu_langs a:focus{
	text-decoration: none;
	color: #ed1c24;
	border-bottom: 1px solid #ed1c24;
}

.abot_box{
	border: 2px solid #ed1c24;
	padding: 60px;
	margin-top: -10px;
	position: relative;
}

.abot_box h2{
	position: absolute;
	left: 50%;	
	background: #fff;
	padding: 10px 40px;
	top: -2px;
	transform: translate(-50%, -50%);
}

.abot_box h2:before{
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	border: 2px solid #ed1c24;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.abot_box h2:after{
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	border: 2px solid #ed1c24;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.advantages_box .col p{
	font-size: 20px;
	text-transform: uppercase;
}

.services_box > p{
	text-transform: uppercase;
	font-size: 24px;
}

.abot_box h3{
	font-size: 56px;
	font-family: "Georgia", sans-serif;
	text-transform: uppercase;
	line-height: 160%;
}

.abot_box .btn{
	background: #ed1c24;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	padding: 14px 40px 12px 40px;
	border: 0;
	outline: 0;
	border-radius: 0;
	transition: all 0.5s ease;
}

.abot_box .btn:hover{
	background: #000;
	transition: all 0.5s ease;
}

footer h2{
	font-size: 24px;
	margin-bottom: 10px;
}

footer p{
	font-size: 16px;
	margin: 0;
}

.sticky {
	position: fixed;
 	z-index: 9; 
	top: 0;
	width: 100%;
	box-shadow: 0 0 1px #555;
}

#subscribe_modal .modal-content{
	background: #d4d5d6;
}

#subscribe_modal .modal-content .feedback_form{
	padding: 40px;
}

#subscribe_modal .modal-content .feedback_form img{
	margin: 0 auto 40px auto;
	width: 80%;
	display: inline-block;
	position: relative;
	max-width: 260px;
	height: auto;
}

#subscribe_modal .modal-content .feedback_form h2{
	font-size: 40px;
	color: #ed1c24;
	text-transform: normal;
}

#subscribe_modal .modal-content label{
	font-size: 14px;
}

#accept{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -1px;
}

#subscribe_modal .modal-content .btn{
	background: #ed1c24;
	color: #fff;
	text-transform: uppercase;
	padding: 1vh 2vh;
	border: 2px solid #fff;
	outline: none;
	border-radius: 0;
	font-size: 3vh;
	transition: all 0.5s ease;
}

#subscribe_modal .modal-content .btn:hover{
	background: #fff;
	border: 2px solid #ed1c24;
	color: #ed1c24;
	transition: all 0.5s ease;
}

#subscribe_modal .modal-content{
	position: relative;
}

#subscribe_modal .modal-content button.close{
	font-size: 50px;
    margin-right: 10px;	
}

.feedback_form_preloader{
	width: 100%;
	height: 50px;
	background: url('../images/preloader.gif') no-repeat center;
	background-size: contain;
	display: none;
}

.feedback_form_msg{
	display: none;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	padding: 15px;
	margin: 0px 0 20px 0;
	color: #3c763d;
	text-align: center;
}

.mobile_menu{
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	display: none;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.mobile_menu.active{
	display: block;
}

.mobile_menu_block{
	width: 84%;
	max-width: 360px;
	padding: 20px 0;
	background: #fff;
	height: 100vh;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;	
}

.mobile_menu_block_logo{
	display: inline-block;
	width: 90%;
	max-width: 200px;
	height: auto;
}

.mobile_menu_block_items a{
	display: block;
	border-bottom: 1px solid #000;
	padding: 20px 0;
	color: #000;
	font-size: 20px;
}

.mobile_menu_block_items a:hover, .mobile_menu_block_items a:focus, .mobile_menu_block_items a:active{
	text-decoration: none;
	background: #ebebeb;
	color: #000;
}