/* ÃÂ¨Ã‘â‚¬ÃÂ¸Ã‘â€žÃ‘â€šÃ‘â€¹ */
@font-face{
	font-family: 'FRegular';
	src: url('fonts/GothamProRegular.eot');
	src: url('fonts/GothamProRegular.eot?#iefix')format('embedded-opentype'),
	url('fonts/GothamProRegular.woff') format('woff'),
	url('fonts/GothamProRegular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family: 'FBold';
	src: url('fonts/GothamProBold.eot');
	src: url('fonts/GothamProBold.eot?#iefix')format('embedded-opentype'),
	url('fonts/GothamProBold.woff') format('woff'),
	url('fonts/GothamProBold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}
*{ font-family: 'FRegular'; }
h1,h2,h3,h4,strong{ font-family: 'FBold'; }


/* ÃÂ ÃÂ°ÃÂ·ÃÂ¼ÃÂµÃ‘â‚¬Ã‘â€¹ Ã‘Ë†Ã‘â‚¬ÃÂ¸Ã‘â€žÃ‘â€šÃÂ¾ÃÂ² */
h1{
	font-size: 22px; line-height: 37px;
	margin-bottom: 30px;
}
h2{
	font-size: 18px; line-height: 30px;
	margin-bottom: 20px;
}
h3,h4,h5{
	font-size: 14px; line-height: 20px;
	margin-bottom: 10px;
}

p,li{ font-size: 12px; line-height: 17px; }
p{ margin-bottom: 10px; }

@media(min-width:768px){

	h1{ font-size: 44px; line-height: 71px; }
	h2{ font-size: 32px; line-height: 52px; }
	h3{ font-size: 24px; line-height: 39px; }

	p,li{ font-size: 16px; line-height: 29px; }
	small{ font-size: 14px; line-height: 23px; }
}


.btn{
	border-radius: 1000px;
	font-size: 16px;
	padding: 0px 20px;
}


/* header */
header{
	margin-bottom: 40px;
	padding-top: 160px;
	padding-bottom: 20px;
}

header *{ text-transform: uppercase; }

header .item-phones{
	font-size: 11px;
	margin-top: 7px;
}

header .dropdown{
	display: inline-block;
	margin-top: 15px;
}
header .dropdown-menu{
	border: none;
	border-radius: 0;
	box-shadow: none;
	top: 51px;
}


header .row-2{
	font-size: 34px;
	margin-bottom: 15px;
}
header .row-3{
	font-size: 26px; line-height: 30px;
	margin-bottom: 15px;
}
header .row-4{
	font-size: 12px;
	margin-bottom: 20px;
}
header .row-5{ margin-bottom: 30px; }
header .row-6{
	font-size: 24px; line-height: 28px;
	margin-bottom: 30px;
}
header .row-7{ margin-bottom: 40px; }

@media(min-width:768px){

	header{ padding-top: 130px; }

	header .dropdown{ margin-top: 0px; }
	header .dropdown-menu{ top: 100%; }

	header .row-1{ margin-bottom: 66px; }
	header .row-2{
		font-size: 44px;
		margin-bottom: 20px;
	}
	header .row-3{
		font-size: 32px;
		margin-bottom: 20px;
	}
	header .row-4{
		font-size: 14px;
		margin-bottom: 30px;
	}
	header .row-7{ margin-bottom: 60px; }
}