div.offers {
	line-height: 0;
	zoom:1;
}
div.offers:after {
	width: 100%;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	content: '';
	display: inline-block;
}
div.offer {
	margin: 12px;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	max-width: 400px;
	min-width: 240px;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	vertical-align: top;
	*display : inline;
	zoom : 1;
	background: white;
}
div.offerTitle {
	display: block;
	background: #6699cc;
	padding: 8px 12px 8px 12px;
	text-align: left;
	color: white;
}
div.offerTitle p {
	font-size: 18px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	text-shadow: #111111 1px 1px 0;
}
div.offerTitle p.offerPrimary {
	font-size: 25px;
	text-align: center;
}
div.proposalShortBlock p.offerSecondary {
	font-size: 18px;
}
div.proposalShort {
	min-height: 72px;
	display: block;
	padding: 8px 12px 8px 12px;
}
div.proposalShortBlock {
    min-height: 248px;	
	overflow-x: hidden;
	overflow-y: hidden;
}    
div.proposalFull {
	display: none;
	padding: 8px 12px 8px 12px;
}
div.offerPrice {
	display: block;
	margin: auto;
	padding: 4px 12px 4px 12px;
}
div.offerPrice p {
	font-size: 22px;
	-webkit-margin-before: 0em;
}
div.offerPrice p.offerPrice::before {
	content: '';
	display: block;
	background: url(https://www.skycyprus.ru/img/wallet.svg);
	background-size: contain;
	width: 29px;
	height: 29px;
	float: left;
	margin: -2px 15px 0 0
}
div.offerPhone {
	display: block;
	margin: auto;
	padding: 4px 12px 4px 12px;
}
div.offerPhone p {
	font-size: 18px;
	-webkit-margin-before: 0em;
}
div.offerPhone p.offerPhone::before {
	content: '';
	display: block;
	background: url(https://www.skycyprus.ru/img/phone.svg);
	background-size: contain;
	width: 29px;
	height: 29px;
	float: left;
	margin: -2px 15px 0 0
}
div.offerDT {
	display: block;
	margin: auto;
	padding: 4px 12px 4px 12px;
}
div.offerDT p {
	font-size: 18px;
	-webkit-margin-before: 0em;
}
div.offerDT p.offerDT::before {
	content: '';
	display: block;
	background: url(https://www.skycyprus.ru/img/person.svg);
	background-size: contain;
	width: 29px;
	height: 29px;
	float: left;
	margin: -2px 15px 0 0
}
div.offerPI {
	display: block;
	margin: auto;
	padding: 4px 12px 4px 12px;
}
div.offerPI p {
	font-size: 18px;
	-webkit-margin-before: 0em;
}
div.offerPI p.offerPI::before {
	content: '';
	display: block;
	background: url(https://www.skycyprus.ru/img/info.svg);
	background-size: contain;
	width: 29px;
	height: 29px;
	float: left;
	margin: -2px 15px 0 0
}
div.offerData {
	width: 100%;
	display: flex;
	content: " ";
}
div.offerData p,ul {
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
}
div.offerData ul {
	-webkit-padding-start: 24px;
}
div.offerData li {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	-webkit-margin-start: 0px;
	margin-left: 0px;
	-webkit-margin-end: 0px;
	margin-right: 0px;
}
div.proposalShortBlock p.offerDuration {
	margin: 30px 0
}
div.proposalShortBlock p.offerDuration::before {
	content: '';
	display: block;
	background: url(https://www.skycyprus.ru/img/clock1.svg);
	background-size: contain;
	width: 29px;
	height: 29px;
	float: left;
	margin: -2px 15px 0 0
}
hr.offer {
	margin: 0px;
	border: 0;
	border-top: 1px dotted #aaaaaa;
}