@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

body{
	font-family: Roboto, Arial, sans-serif !important;
	background-image: url('../img/bg-img.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.home-page{
	background-image: url('../img/bg-home-img.jpg');
}
ul, li{
	list-style: none;
	padding: 0;
}
a, a:hover{
	text-decoration: none !important;
}
p{
	font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

/*------Descriptor------*/

/*---header---*/
.descriptor-header{
	background: rgba(255,255,255,.8);
}
.descriptor-menu{
	text-align: center;
	height: 80px;
}
.descriptor-menu ul{
	font-size: 0;
	margin-bottom: 0;
}
.descriptor-menu li{
	margin-left: 1px;
	display: inline-block;
	line-height: 80px;
}
.descriptor-menu li:first-child{
	margin-left: 0;
}
.descriptor-menu a{
	font-size: 16px;
	display: block;
	height: 100%;
	position: relative;
	padding: 0 20px;
	color: #000;
	transition: all .3s ease;
}
.descriptor-menu a:hover,
.descriptor-menu-link-active{
	color: #0071b3 !important;
}
.descriptor-menu a:before, 
.descriptor-menu a:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	background: #0071b3;
	transition: all .3s ease;
}
.descriptor-menu a:before{
	top: 0;
}
.descriptor-menu a:after{
	bottom: 0;
}
.descriptor-menu a:hover::before, 
.descriptor-menu a:hover:after,
.descriptor-menu-link-active:before,
.descriptor-menu-link-active:after{
	height: 7px !important;
}

/*---home-top-content---*/
.home-top-content{
	padding: 80px 0;
}
.home-box{
	border-radius: 5px;
	background: rgba(255,255,255,.8);
	height: 100%;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.form-label{
	text-align: center;
	padding: 10px 0;
	color: #fff;
	background: #0071b3;
	text-transform: uppercase;
}
.form-label h2{
	margin-bottom: 0;
}
.form-item, .btn-form{
	width: 100%;
	outline: 0 !important;
	transition: all .3s ease;
}
.form-item{
    padding: 8px 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.form-item:focus{
	border-color: #0071b3;
}
.btn-form{
	background: #0071b3;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 5px 0;
    font-size: 20px;
    font-weight: 500;
}
.btn-form:hover{
	background: #015688;
}
.text-box{
	padding: 40px;
}
.text-box h2{
	text-align: center;
}
.text-box h2 span{
	color: #0071b3;
}
.text-box p:nth-child(3), .text-box h2{
	margin-bottom: 26px !important;
}
.bottom-box-content{
	font-size: 0;
}
.bottom-pic, .bottom-list{
	width: 50%;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
.bottom-list ul{
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}
.bottom-list li:before{
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #0071b3;
	margin-right: 5px;
}

/*---home-bottom-content---*/
.home-bottom-content{
	background: rgba(255,255,255,.9);
	padding: 80px 0;
}
.home-bottom-content h2{
	font-size: 32px;
    display: block;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #0071b3;
}
.home-bottom-content h3{
	font-size: 22px;
	margin-bottom: 10px;
	color: #777;
}
.home-bottom-content p{
	margin-bottom: 0;
}

/*---ALL---*/
.subscription-label-wrapper, 
.contact-label-wrapper, 
.faq-label-wrapper{
	background: rgba(0,113,179,.2);
}
.subscription-label-wrapper h2, 
.contact-label-wrapper h2, 
.faq-label-wrapper h2{
	display: block;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}
form{
	padding: 40px;
}
textarea{
	min-height: 100px;
}

/*---subscription---*/
.subscription-form-wrapper{
	padding: 101px 0;
}
.subscription-form-box, .contact-form-box{
	width: 83.6%;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
	margin: 0 auto;
}
.subscription-form-box label{
	font-weight: bold;
    cursor: pointer;
}
.subscription-form-box .form-item{
	margin-bottom: 12px;
}
.subscription-form-box p{
	color: #777;
	margin-bottom: 24px;
}
.check-label{
	margin-bottom: 30px;
}
.subscription-page-section .btn-form{
	background: #777;
}
.subscription-page-section .btn-form:hover{
	background: #000;
}
.check-label{
	width: 95%;
	float: right;
}

/*---contact---*/
.contact-form-wrapper{
	padding: 62px 0;
}

/*---faq---*/
.faq-content-wrapper{
	padding: 50px 0;
}
.top-box-wrapper{
	margin-bottom: 30px;
}
.faq-box h3{
	font-size: 22px;
	margin-bottom: 10px;
	color: #777;
}
.faq-box p{
	margin-bottom: 0;
}
.img-hr{
	width: 100%;
	font-size: 0;
	position: relative;
	overflow: hidden;
}
.img-left, .img-right{
	display: inline-block;
	width: 50%;
	position: relative;
}
.img-left img, .img-right img{
	width: 100%;
	height: auto;
}
.img-left:after, .img-right:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.absolute-container{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.img-hr-content{
	font-size: 16px;
	color: #fff;
}
.img-hr-content h2{
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.img-hr-content p{
	text-align: center;
	margin-bottom: 60px;
}
.img-hr-content ul, .img-hr-content li{
	list-style: disc;
}
.img-hr-content ul{
	padding-left: 20px;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
}

/*---footer---*/
.footer{
	background: #222;
	color: #ccc;
}
.footer-wrapper{
	padding: 50px 0;
	text-align: center;
}
.footer-wrapper p{
	margin-bottom: 16px;
	font-size: 14px;
}
.copyright{
	color: #fff;
}
.footer-wrapper p:last-child{
	margin-bottom: 0;
}
.cc-block img{
	height: 30px;
}
.cc-block ul{
	margin-bottom: 16px !important;
}
.cc-block li{
	display: inline-block;
	margin-right: 10px;
}
.cc-block li:last-child{
	margin-right: 0;
}
.footer-list{
	font-size: 0;
	margin-bottom: 16px !important;
}
.footer-list li{
	display: inline-block;
	font-size: 14px;
}
.footer-list a{
	color: #fff;
	margin-right: 15px;
	font-weight: 600;
	text-decoration: underline !important;
}
.footer-list a:hover{
	color: #fff;
	text-decoration: none !important;
}