@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot') format('embedded-opentype'),
         url('../fonts/Calibri.woff2') format('woff2'),
         url('../fonts/Calibri.woff') format('woff'),
         url('../fonts/Calibri.ttf') format('truetype'),
         url('../fonts/Calibri.svg#Calibri') format('svg');
}
@font-face {
    font-family: 'CalibriBold';
    src: url('../fonts/CalibriBold.eot');
    src: url('../fonts/CalibriBold.eot') format('embedded-opentype'),
         url('../fonts/CalibriBold.woff2') format('woff2'),
         url('../fonts/CalibriBold.woff') format('woff'),
         url('../fonts/CalibriBold.ttf') format('truetype'),
         url('../fonts/CalibriBold.svg#CalibriBold') format('svg');
}
@font-face {
	font-family: 'Calibri-Light';
	src: url('../fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Calibri-Light.woff') format('woff'), 
		 url('../fonts/Calibri-Light.ttf')  format('truetype'), 
		 url('../fonts/Calibri-Light.svg#Calibri-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'AGAalenBoldRoman';
    src: url('../fonts/AGAalenBoldRoman.eot');
    src: url('../fonts/AGAalenBoldRoman.eot') format('embedded-opentype'),
         url('../fonts/AGAalenBoldRoman.woff2') format('woff2'),
         url('../fonts/AGAalenBoldRoman.woff') format('woff'),
         url('../fonts/AGAalenBoldRoman.ttf') format('truetype'),
         url('../fonts/AGAalenBoldRoman.svg#AGAalenBoldRoman') format('svg');
}
@font-face {
    font-family: 'AGAalenBold_Roman';
    src: url('../fonts/AGAalenBold_Roman.eot');
    src: url('../fonts/AGAalenBold_Roman.eot') format('embedded-opentype'),
         url('../fonts/AGAalenBold_Roman.woff2') format('woff2'),
         url('../fonts/AGAalenBold_Roman.woff') format('woff'),
         url('../fonts/AGAalenBold_Roman.ttf') format('truetype'),
         url('../fonts/AGAalenBold_Roman.svg#AGAalenBold_Roman') format('svg');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'oswald_bold';
    src: url('../fonts/oswald_bold.eot');
    src: url('../fonts/oswald_bold.eot') format('embedded-opentype'),
         url('../fonts/oswald_bold.woff2') format('woff2'),
         url('../fonts/oswald_bold.woff') format('woff'),
         url('../fonts/oswald_bold.ttf') format('truetype'),
         url('../fonts/oswald_bold.svg#oswald_bold') format('svg');
}



body {
	margin: 0;
	color: #000;
	min-width: 800px;
	background: #fff;
	font: 16px/18px Arial, helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* General reset */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border-style: none;
	display: block;
	outline: none;
}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
	outline: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {text-decoration: none;}
h1, h2, h3, h4, h5, p, figure {margin: 0;}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
mark {background: none;}

/*the beginning of the index page*/
.wrapper {
	width: 956px;
	margin: 20px auto 95px;
}
header {
	width: 642px;
	margin: 0 auto 55px;
	overflow: hidden;
}
.logo {
	float: left;
	width: 440px;
	height: 75px;
	background: url(../images/lend/logo.png) no-repeat;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}
.logo span {
    font-family: 'CalibriBold';
	font-size: 20px;
	line-height: 24px;
	width: 245px;
	float: right;
}
.phones {
	width: 170px;
	float: right;
	font-family: 'Calibri-Light';
	font-size: 19px;
	line-height: 21px;
	text-align: right;
}
.phones span {
	display: block;
    font-family: 'CalibriBold';
}
.order {
	background: url(../images/lend/phone.png) no-repeat 0 50%;
	padding-left: 20px;
	color: #6cd928;
	text-decoration: underline;
	font-weight: bold;
}
.mail {
	font-size: 16px;
	line-height: 18px;
}
.mail:hover {text-decoration: underline;}
.passport {
	width: 100%;
	margin-bottom: 15px;	
	position: relative;
}
.passport figcaption {
    font-family: 'AGAalenBold_Roman';
	font-size: 19px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	width: 345px;
	padding: 15px 20px;
	position: absolute;
	top: 60px;
	left: 32%;
}
.passport strong {
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
}
.passport span {
	font-size: 17px;
	line-height: 19px;
}
.title-line {
	background: url(../images/lend/title-line.png) no-repeat 0 50%;
	text-align: center;
	margin-bottom: 35px;
}
.title-line h2 {
	display: inline-block;
	background: #fff;
	padding: 5px 20px;
	font-family: 'Calibri-Light';
	font-size: 30px;
	line-height: 32px;
}
.icon-wrap {
`	width: 100%;
	overflow: hidden;
}
.icon {
	width: 315px;
	display: inline-block;
	text-align: center;
	margin-bottom: 55px;
}
.violet {
    font-family: 'AGAalenBold_Roman';
	font-size: 28px;
	line-height: 30px;
	color: #714684;
}
.green {
	font-family: 'Calibri';
	font-size: 27px;
	line-height: 29px;
	color: #32b215;
}
.icon img {display: inline-block;}
.stock {
	font-family: 'Calibri';
	font-size: 14px;
	line-height: 16px;	
	margin: 0 0 20px 15px;
}
.boards-wrap:after {
	content: "";
	display: table;
	clear: both;
}
.signboards-img {
	width: 211px;
	height: 158px;
	float: left;
	margin: 0 35px 28px 0;
	position: relative;
	text-align: center;
}
.signboards-img:nth-child(4n) {margin-right: 0;}
.button2 {
	display: block;
	width: 107px;
	height: 23px;
	background: rgba(255,0,0,0.5);
	border-radius: 7px;
	position: absolute;
	bottom: 12px;
	left: 52px;
	color: #fff;
	font-size: 10px;
	line-height: 23px;
}
.signboards-img:hover .button2 {
	z-index:3;
	transform: scale(1.8);
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-o-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transition: transform 1s linear;
	-webkit-transition: transform 1s linear;
	-moz-transition: transform 1s linear;
	-o-transition: transform 1s linear;
	-ms-transition: transform 1s linear;
	bottom: 20px;
}
.reviews-box {
	width: 100%;
	overflow: hidden;
}
.reviews-one {
	width: 475px;
	float: left;
	font-size: 16px;
	line-height: 18px;
	color: #070707;
	overflow: hidden;
	padding: 0 15px 30px 20px;
}
.reviews-line {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.rev-photo {
	width: 180px;
	float: left;
	margin-left: 10px;
}
.board-photo {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	float: right;
	overflow: hidden;
	margin: 40px 40px 0 0;
}
.board-photo img {
	width: 100px;
	height: 100px;
}
.board-photo:hover, .board-photo:hover img {
	width: 180px;
	height: 180px;
	transition: height 250ms linear, width 250ms linear, margin 250ms linear;
	margin: 0;
}
.reviews-one p {
	font-family:  'MyriadProRegular'; 
	margin-bottom: 20px;
}
.reviews-one span {
	font-family: 'oswald_bold'; 
	float: right;
}
.our-work {margin-bottom: 30px;}
.point {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.point-img {
	width: 95px;
	float: left; 
	text-align: right;
}
.point-img img {display: inline-block;}
.point-text {
	width: 825px;
	float: right;
	font-family: 'Calibri-Light';
}
.point-text h3 {font-family: 'CalibriBold';}
.second {margin-bottom: 40px;}
.second figcaption {
	width: 457px;
	border-radius: 15px;
	background: rgba(28,27,23,0.7);
	top: 32px;
	left: 25%;	
	font-size: 27px;
	line-height: 29px;
}
.button {
	display: block;
	width: 268px;
	height: 45px;
	margin: 7px auto 0;
	background: #ff0000;
	border-radius: 15px;
    font-family: 'Calibri-Light';	
	font-size: 24px;
	line-height: 45px;
	color: #fff;
}
footer .phones, footer .address {
	width: 385px;
	float: none;
	text-align: center;
	margin: 0 auto;
    font-family: 'Calibri';	
	font-size: 24px;
	line-height: 26px;
}
footer .mail {
	display: block;
	background: url(../images/lend/mail.png) no-repeat 35px 10px;
	font-size: 24px;
	line-height: 46px;
}
footer .phones span {
	font-size: 36px;
	line-height: 38px;
}
.form-box {
	display: none;
	width: 330px;
	border-radius: 10px;
	background: #e5e3e4;
	padding: 30px;
}
.row + .row {margin-top: 15px}
.row.btn-box{ margin-top: 65px}
label, input {
    font-family: 'Calibri';	
	font-size: 20px;
	line-height: 22px;
	color: #515050;
}
input {
	border: none;
	display: block;
	width: 270px;
	height: 40px;
	background: #c5c3c4;
	border-radius: 10px;
	padding: 5px 8px;
	color: #8b898a;
}
.submit {
	height: 40px;
	/*line-height: 40px;*/
	cursor: pointer;
	padding: 0 8px;
	text-transform: uppercase;
}
.board-popup {
	display: none;
	max-width: 800px;
	margin-top: 30px;
}
.board-popup  img {
	max-width: 800px;
	height: auto;
}






