﻿@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Roboto:300,400,500,600,700,800,900");
*:focus {
    box-shadow: none !important;
}

/* COMMON */
body{
	font-size:1em;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-weight: 400;
	padding: 80px 30px;
	margin:0;
	color: #fff;
	background-color: #052467;
	background: url(../images/bg.jpg);
	line-height: 1.4;
}
a{
	text-decoration: none;
	color: #fff;
}
.logo img{
	max-width: 500px;
}
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.footer{
	text-transform: uppercase;
}
.ico{
	background-size: 100% auto !important;
	display: inline-block;
	margin-right: 10px;
}
.ico.ico-phone{
	background: url(../images/i-phone.png) no-repeat;	
	width: 22px;
	height: 22px;
}
.ico.ico-map{
	background: url(../images/i-map.png) no-repeat;	
	width: 19px;
	height: 30px;
	margin-bottom: -10px;
}
.ico.ico-email{
	background: url(../images/i-email.png) no-repeat;
	width: 22px;
	height: 16px;
}
.wrap{}
.text{
	font-size: 32px;
	font-weight: 500;
	line-height: 1.6;
	margin: 125px 0;
}
.btns{
	font-weight: 300;
	margin-bottom: 80px;
}
.btns .items{
	display: inline-block;
	width: auto;
	flex-wrap: wrap;
}
.btns a{
	float:left;	
}

a.lnk{
	border: 1px solid #ffd200;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 10px 15px;
	height: 36px;
	width: 180px;
	border-radius: 18px;
	font-weight: 400;
}
a.lnk:hover{
	background-color: #ffd200;
	color: #000;
}
a.lnk.phone:hover .ico-phone{
	background-image: url(../images/i-phone-hv.png);	
}
a.lnk.phone:hover .ico-map{
	background-image: url(../images/i-map-hv.png);	
}
a.lnk.email:hover .ico-email{
	background-image: url(../images/i-email-hv.png);	
}