span.upper {
	line-height: 35px;
	color: rgba(253, 110, 60, 1);
}
h2 {margin-bottom: 8px;}
ul {
	list-style-position: inside;
	margin: -10px 0 8px;
}
p {text-align: justify;}
.h2h {list-style: none;margin: 0;}
.h2h li {
	position: relative;
    width: 257px;
    margin: 5px 5px;
    padding: 27px 18px 7px;
    float: left;
    display: block;
    font-size: 18px;
    color: #999;
    text-align: center;
    background: #fff;
    border: solid 1px #E5E5E5;
    box-sizing: border-box;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	transition: background 300ms;
}
.h2h li:hover {background: #DBFFDE;}
.item, .item2 {
    color: #000;
    margin-bottom: 5px;
    font: bold 16px/18px "Roboto Condensed", sans-serif;
}
.item2 {
	margin-top: -15px;
	font-weight: normal;
}
.img-btn {
	border-radius: 7px;
	cursor: pointer;
}
a.button {
    display: block;
    width: 136px;
    margin: 13px auto;
	background: #00699d;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 14px/28px "Roboto Condensed", sans-serif;
    color: #fff;
	text-shadow: 0 1px 1px #00699d;
	-webkit-box-shadow: 0 -2px 0 0 #005179 inset, 0 18px 16px -6px rgba(255, 255, 255, 0.42) inset;
	-moz-box-shadow: 0 -2px 0 0 #005179 inset, 0 18px 16px -6px rgba(255, 255, 255, 0.42) inset;
    box-shadow: 0 -2px 0 0 #005179 inset, 0 18px 16px -6px rgba(255, 255, 255, 0.42) inset;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
a.button:hover {
	background: #CA3F14;
	text-shadow: 0 1px 1px #8b0400;
	-webkit-box-shadow: 0 -2px 0 0 #8b0400 inset, 0 18px 16px -6px rgba(255, 255, 255, 0.42) inset;
	-moz-box-shadow: 0 -2px 0 0 #8b0400 inset, 0 18px 16px -6px rgba(255, 255, 255, 0.42) inset;
    box-shadow: 0 -2px 0 0 #8b0400 inset, 0 18px 16px -6px rgba(255, 255, 255, 0.42) inset;
}
.price {
	display: inline-block;
	padding: 5px 10px;
	position: absolute;
	top: 58px;
	right: 17px;
	margin: 0 auto;
	color: #E02D2D;
	background: rgba(253, 205, 60, 1);
	font: 18px/18px "Roboto Condensed", sans-serif;
	vertical-align: super;
}
.price b {font-size: 24px;}
.old {
	font-weight: normal;
	text-decoration: line-through;
	font-size: 16px;
	color: #333;
}
.price-img {
	cursor: help;
	position: absolute;
	right: 18px;
	bottom: 20px;
}
.info {
    font: bold 12px Arial, sans-serif;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.43);
    position: absolute;
    top: 290px;
    left: 0;
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	z-index: 9;
}
.circle {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-family: Ubuntu;
}
.info .circle {
    top: -10px !important;
    right: -10px !important;
}
.info table {
    position: relative;
    margin: 0 auto;
    width: 485px;
}
.modal-bg {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 99999;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.modal {
	position: fixed;
	z-index: 99999;
	top: 50%;
	width: 466px;
	height: 390px;
	background: #2ea5e0;
	left: 50%;
	margin-left: -233px;
	margin-top: -195px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-webkit-box-shadow: 0 3px 10px -3px #000, inset 0 -5px #00699d;
	-moz-box-shadow: 0 3px 10px -3px #000, inset 0 -5px #00699d;
	box-shadow: 0 3px 10px -3px #000, inset 0 -5px #00699d;
	display: none;
}
.modal p {
	width: inherit !important;
	color: #fff;
	font: bold 26px 'Ubuntu', sans-serif;
	text-align: center;
	margin: 27px 0;
}
input.modal-inline {
	display: block;
	width: 382px;
	height: 42px;
	margin: 0 auto 10px;
	padding: 0 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font: bold 14px/42px Arial, sans-serif;
	color: #333;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(71,71,71,.33);
	-moz-box-shadow: inset 0 1px 2px rgba(71,71,71,.33);
	box-shadow: inset 0 1px 2px rgba(71,71,71,.33);
	border: solid 2px #fff;
	background-image: -webkit-linear-gradient(top, #ededed, #fff 93%);
	background-image: -moz-linear-gradient(top, #ededed, #fff 93%);
	background-image: -o-linear-gradient(top, #ededed, #fff 93%);
	background-image: linear-gradient(to bottom, #ededed, #fff 93%);
	outline: none;
}
textarea.modal-polyline {
	display: block;
	width: 382px;
	height: 78px;
	resize: none;
	margin: 0 auto 13px;
	padding: 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font: bold 14px/22px Arial, sans-serif;
	color: #333;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(71,71,71,.33);
	-moz-box-shadow: inset 0 1px 2px rgba(71,71,71,.33);
	box-shadow: inset 0 1px 2px rgba(71,71,71,.33);
	border: solid 2px #fff;
	background-image: -webkit-linear-gradient(top, #ededed, #fff 93%);
	background-image: -moz-linear-gradient(top, #ededed, #fff 93%);
	background-image: -o-linear-gradient(top, #ededed, #fff 93%);
	background-image: linear-gradient(to bottom, #ededed, #fff 93%);
	outline: none;
}
.modal-svet {
	margin: 0 auto;
	padding: 4px 3px;
	width: 199px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #3492c0;
	-webkit-box-shadow: inset 0 1px 1px rgba(51,51,51,.46);
	-moz-box-shadow: inset 0 1px 1px rgba(51,51,51,.46);
	box-shadow: inset 0 1px 1px rgba(51,51,51,.46);
}
input.modal-submit {
	display: block;
	width: 199px;
	text-transform: uppercase;
	font: bold 16px "Ubuntu", sans-serif;
	text-shadow: 0 1px 1px #8b0400;
	text-align: center;
	height: 41px;
	color: #fff;
	box-shadow: 0 -3px 0 #8B0400 inset;
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(255,0,0,0);
	background-image: -webkit-linear-gradient(bottom, #b90000, #e65022 74%);
	background-image: -moz-linear-gradient(bottom, #b90000, #e65022 74%);
	background-image: -o-linear-gradient(bottom, #b90000, #e65022 74%);
	background-image: linear-gradient(to top, #b90000, #e65022 74%);
	cursor: pointer;
	outline: none;
}
.results {
	width: 446px;
	height: 160px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #a0a0a0;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.11);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,.11);
	box-shadow: 0 3px 4px rgba(0,0,0,.11);
	border: solid 1px #fff;
	background-image: linear-gradient(to top, #ddd, #fbfbfb);
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -223px;
	text-align: center;
	display: none;
}
.zag {
	font-family: Ubuntu;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 25px;
}
.results-text {
	width: inherit !important;
	color: #333;
	font: 14px/22px Arial, sans-serif;
}
span.country[data-country$="Вьетнам"] {padding-left:20px;background: url(img/flag/vietnam.png) no-repeat center left;}
span.country[data-country$="Египет"] {padding-left:20px;background: url(img/flag/egypt.png) no-repeat center left;}
span.country[data-country$="Турция"] {padding-left:20px;background: url(img/flag/turkey.png) no-repeat center left;}
span.country[data-country$="Тайланд"] {padding-left:20px;background: url(img/flag/thailand.png) no-repeat center left;}
span.country[data-country$="ОАЭ"] {padding-left:20px;background: url(img/flag/oae.png) no-repeat center left;}
span.country[data-country$="Индия"] {padding-left:20px;background: url(img/flag/india.png) no-repeat center left;}
span.country[data-country$="Испания"] {padding-left:20px;background: url(img/flag/spain.png) no-repeat center left;}
span.country[data-country$="Греция"] {padding-left:20px;background: url(img/flag/greece.png) no-repeat center left;}