<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.geoYelowBlock{
	position: relative;
	padding:3px 5px 3px 20px;
	margin-left: -15px;
	background:#ffe48e;
}
	.geoYelowBlock:after{
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -10px;
		content: '';
		border: 10px solid #f5f5e8;
		border-right-color: transparent;
		//background: #f5f5e8;
	}
.click_span{
	color: #386897;
	cursor: pointer;
	border-bottom: 1px dotted #386897;
}
.hidden{display: none;}
.listCity ul{
	margin:0;
	list-style-type:none;
	display:inline-block;
}
.listCity li{ //overflow:hidden;	margin:0; text-indent:0; padding: 0.2em 10px; }
.listCity li:nth-child(2n){
	background:#eee;
}
.listCity .price{
	float:right;
	margin:0 0 0 10px;
	text-indent:0;
}

.listCityDuB li{margin:0 0 0.5em 10px; text-indent: 0; padding:0;}
.listCityDuB div{
	margin:0;
	text-indent:0;
	font-size:85%;
}
.listCityDuB div span{
	display:inline-block;
	width:3em;
	margin:0 5px 0 0;
}



/* header */
.mainBlock {
    min-width: 970px;
    position: relative;
}

.headerLogo
{
	padding: 1.6em 0;
}

.headerSearch
{
	padding: 1.2em 0;
}

.headerSearch p
{
	font-size:90%;
	line-height:1.4em;
	margin: 0 0 0.5em 0;
}

.headerSearch input
{
	font-size:120%;
	width:30%;
}

.headerSearch img
{
	margin: 0.4em 7px 0 7px;
}

.headerPhone
{
	padding: 1.7em 0 0.8em 0;
}

.headerPhone p
{
	font-size:75%;
	line-height: 1.4em;
	margin: 0 0 0.1em 0;
	display:none;
}

.headerPhone p span
{
	white-space: nowrap;
	margin-right:20px;
}

.headerPhone strong
{
	font-size:150%;
	font-weight: normal;
	position: relative;
	left:-0.3em;
}

.headerMenu
{
	background:#32789A;
}

.headerMenuList
{
	margin:0;
	padding:0;
	font-size: 100%;
	position: relative;
	margin-left:-10px;
}

.headerMenuList li
{
	font-size:85%;
	padding: 0.4em 10px 0.5em 10px;
	margin:0;
	line-height: 1.8em;
	float:left;
	text-indent: 0;
}

.headerMenuList li a
{
	color:#fff;
}

.headerMenuList .schedule
{
	/*padding: 0.4em 10px 0.5em 37px;
	position: relative;
	*/
	padding:0.3em 0 0 0;

}

.headerMenuList .schedule img
{
	/*
	position: absolute;
	left:9px;
	top:0.5em;
	*/
	margin:3px 7px 0 0;
	float:left;

}


/* home */

.homeParagraph
{
	background-color: #e6e4cb;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 0.2em 20px 1.5em 20px;
}

.homeParagraph.first{
	float: left;
	padding-bottom:15px;
	margin-bottom: 1em;
}

.homeParagraph.first strong{
	color:inherit !important;
	font-weight: 600;
}


/* spec offer */

.geopage .specOfferOver,
.geopage .specOfferOut
{
	margin-bottom: 10px;
}

.specOfferOver,
.specOfferOut
{
	margin-bottom: 40px;
}

.specOfferOver .specOffer
{
	cursor: pointer;
	cursor: hand;
}

.specOffer
{
	position: relative;
	z-index:1;
	width:100%;
	height:100%;
	background-color: #fff;
}

.specOffer .top
{
	position: absolute;
	width:100%;
	height: 10px;
	left:0;
	top:-10px;
	background-image: url('/i/shadow/gorizontal.gif');
	background-repeat: repeat-x;
	z-index:4;
	overflow: hidden;
}

.specOffer .bottom
{
	position: absolute;
	width:100%;
	height: 10px;
	left:0;
	top:100%;
	background-image: url('/i/shadow/gorizontal.gif');
	background-repeat: repeat-x;
	z-index:4;
	overflow: hidden;
}

.specOffer .left
{
	position: absolute;
	height:100%;
	width: 10px;
	left:-10px;
	top:0;
	background-image: url('/i/shadow/vertical.gif');
	background-repeat: repeat-y;
	z-index:4;
	overflow: hidden;
}

.specOffer .right
{
	position: absolute;
	height:100%;
	width: 10px;
	left:100%;
	top:0;
	background-image: url('/i/shadow/vertical.gif');
	background-repeat: repeat-y;
	z-index:4;
	overflow: hidden;
}

.specOffer .lt,
.specOffer .rt,
.specOffer .rb,
.specOffer .lb
{
	position: absolute;
	width:20px;
	height:20px;
	overflow: hidden;
	z-index:5;
	background-image: url('/i/shadow/round.gif');
	background-repeat: no-repeat;
}

.specOffer .lt
{
	left:-10px;
	top:-10px;
}

.specOffer .rt
{
	right:-10px;
	top:-10px;
}

.specOffer .rb
{
	right:-10px;
	bottom:-10px;
}

.specOffer .lb
{
	left:-10px;
	bottom:-10px;
}

.specOfferOut .top{background-position: 0 0;}
.specOfferOut .bottom{background-position: 0 -10px;}
.specOfferOut .left{background-position: 0 0;}
.specOfferOut .right{background-position: -10px 0;}

.specOfferOver .top{background-position: 0 -20px;}
.specOfferOver .bottom{background-position: 0 -30px;}
.specOfferOver .left{background-position: -20px 0;}
.specOfferOver .right{background-position: -30px 0;}

.specOfferOut .lt{background-position: 0 0;}
.specOfferOut .lb{background-position: 0 -20px;}
.specOfferOut .rt{background-position: 0 -40px;}
.specOfferOut .rb{background-position: 0 -60px;}

.specOfferOver .lt{background-position: 0 -80px;}
.specOfferOver .lb{background-position: 0 -100px;}
.specOfferOver .rt{background-position: 0 -120px;}
.specOfferOver .rb{background-position: 0 -140px;}

.specOffer .content
{
	padding: 1em 15px;
}

.specOffer img
{
	margin: 0 5px;
}

.specOffer h4
{
	font-size: 120%;
	font-weight:normal;
	margin: 0.5em 5px;
}

.specOffer h4 a
{
	text-decoration: none;
}

.specOffer table
{
	width:auto;
}

.specOffer table td
{
	font-size:80%;
	padding: 0.2em 5px 0.3em 5px;
	border-top:1px solid #fff;
}

.specOffer .date_finish td
{
	background-color: #f5d6cf;
}

.specOffer .date_start td
{
	background-color: #e2ebcc;
}

.specOffer h5
{
	font-size:75%;
	color:#666;
	margin: 1em 5px 0.2em 5px;
	font-weight:bold;
	line-height: 1.4em;
}

.specOffer p
{
	font-size:70%;
	color:#666;
	margin: 0 5px;
	line-height: 1.4em;
}

.specOffer p p
{
	font-size:100%;
	color:#666;
	margin: 0;
	line-height: normal;
}

.specOffer p strong
{
	color:#666;
}

.specOffer .linkblock
{
	font-size:80%;
	display: block;
	margin: 0.8em 5px;
	line-height: 1.4em;
}

.specOffer .caption{
	margin:1em 0;
	font-size: 1em;
	font-weight: 600;
}

.specOffer .description{
}

.specOffer .description p{
	font-size: .8em;
}

.specEdit
{
	position: absolute;
	z-index: 20;
	top:-80px;
	left:10px;
}

.specEdit img
{
	margin-left:10px;
}


/* spec offer page */

.specOfferPrice p
{
	font-size:75%;
	line-height: 1.6em;
	margin: 2em 0 1em 0;
}

.specOfferPrice p p
{
	font-size:100%;
	line-height: normal;
	margin: 0;
}

.specOfferPrice table
{
	width: 100%;
	border-collapse: collapse;
}

.specOfferPrice table td
{
	font-size: 90%;
	color:#333;
	padding: 0.5em 10px;
	border:0;
}

.specOfferPrice table td p
{
	font-size:100%;
	line-height: normal;
	margin: 0;
}

.specOfferPrice table .highlight td
{
	background-color: #e6e4cb;
}

.specOfferInfoTable
{
	width:auto;
}

.specOfferInfoTable td
{
	font-size: 90%;
	padding: 0.3em 5px 0.3em 5px;
	border-top: 1px solid #f6f4e9;
}

.specOfferInfoTable .date_finish td
{
	background-color: #eecdbe;
}

.specOfferInfoTable .date_start td
{
	background-color: #dbe3ba;
}

.specOfferAirline
{
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 0.8em 20px;
}

.specOfferOther
{
	margin:0;
	padding:0;
	font-size:100%;
}

.specOfferOther h4
{
	font-size:75%;
	margin: 1em 0 0.3em 0;
	font-weight: bold;
	line-height: 1.3em;
}

.specOfferOther li
{
	margin:0;
	padding: 0.3em 0;
	font-size:70%;
	text-indent: 0;
	line-height: 1.4em;
}


/* time table */

.timeTableList,
.coutryList
{
	margin: 0;
	padding:0;
	font-size: 100%;
}

.timeTableList li,
.coutryList li
{
	margin: 0;
	padding: 0.4em 0;
	font-size: 75%;
	line-height: 1.4em;
	text-indent: 0;
}

.timeTableList .firstLetter
{
	font-size:120%;
	color:#333;
	padding: 1.4em 0 0.1em 0;
}

.coutryList .coutryName,
.coutryList .coutryNameFirst
{
	font-size:120%;
	color:#aaa;
	padding: 1.4em 0 0.1em 0;
}

.coutryList .coutryNameFirst:first-letter
{
	color:#333;
}


/* home tags */

.homeTagList
{
	padding: 2em 0 0 0;
	line-height: 1.2em;
}

.homeTagList h4
{
	margin: 0.4em 0;
}

.homeTagList h4 a,
.homeTagList h4 a:visited
{
	text-decoration:underline;
	color:#333;
}

.homeTagList a,
.homeTagList a:visited,
.homeTagList small
{
	text-decoration:none;
	margin-right: 3px;
}

.homeTagList small
{
	font-size:60%;
	color:#999;
}

.homeTagList a:hover
{
	text-decoration:underline;
}

.homeTagList .range1
{
	font-size:70%;
	font-weight:normal;
	color:#84aec2;
}

.homeTagList .range2
{
	font-size:80%;
	font-weight:normal;
	color:#6fa0b8;
}

.homeTagList .range3
{
	font-size:90%;
	font-weight:normal;
	color:#5b93ae;
}

.homeTagList .range4
{
	font-size:100%;
	font-weight:normal;
	color:#4685a4;
}

.homeTagList .range5
{
	font-size:120%;
	font-weight:normal;
	color:#32789a;
}


/* footer */

.footerBg
{
	border-top:5px solid #ffb708;
	padding: 1em 0 1em 0;
}

.footerContacts strong
{
	font-size:120%;
	display: block;
	margin: 0;
}

.footerText p
{
	color:#666;
	font-size: 70%;
	line-height: 1.4em;
	margin:0;
}


/* city */

.cityOffer{
	padding: 0 0 0 25px;	
}

.cityOffer h3{
	font-size: 80%;
	padding: 0 0 0.6em 0;
}

.cityOffer div{
	font-size: 70%;
	padding: 0 0 0.2em 0;
}

.countryList
{
	font-size: 100%;
	margin:0;
	padding: 0 0 0 5px;
}

.countryList li
{
	color:#333;
	font-size:80%;
	position: relative;
	margin: 0;
	padding: 0 10px 0 1.8em;
	list-style: none;
}

.countryList .firstCountry
{
	padding-top:1em;
}

.countryList li .firstLetter
{
	color:#999;
	font-size: 90%;
	position: absolute;
	left:0;
	top:1.2em;
}

.cityTable
{
	width:auto;
	border-collapse: collapse;
}

.cityTable td
{
	padding: 2em 10px 0 5px;
	vertical-align: top;
	font-size: 75%;
}

.countryName
{
	color:#999;
	text-align: left;
}

.cityList
{
	font-size: 100%;
	margin:0;
	padding:0;
}

.cityList li
{
	color:#333;
	font-size:110%;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Р&nbsp;Р°СЃРїРёСЃР°РЅРёРµ Р°СЌСЂРѕРїРѕСЂС‚РѕРІ */

.airportTimeBlock
{
	padding: 0 0 1.2em 0;
}

.airportTimeBlock h4
{
	margin-bottom: 0.8em;
}

.airportTimeBlock table
{
	width:100%;
	border-collapse: collapse;
	margin:0;
}

.airportTimeBlock th
{
	text-align: left;
	color:#333;
	font-size:85%;
	font-weight:bold;
	padding: 0.8em 5px;
	line-height:1.4em;
}

.airportTimeBlock .highlight td
{
	background-color: #e6e4cb;
}

.airportTimeBlock td
{
	font-size:75%;
	padding: 0.5em 5px;
	color:#333;
}
a.zingaya_button {
display: block;
width: 168px;
height: 49px;
background: url(http://cdn.zingaya.com/img/buttons/970ded35041e73d0403d3b94dfd1a583_1320145490005.png) no-repeat;
}
a.zingaya_button:hover {
background-position: 0 -49px;
}
a.zingaya_button:active {
background-position: 0 -98px;
}


/* details_block */
.details{
	border-bottom: 1px dotted #B2484D;
	color: #B2484D;
	display: inline-block !important;
	font-size: 85% !important;
	text-decoration: none;
	cursor:pointer;
}
.details_block{
	position:fixed;
	left:50%;
	top:50%;
	padding:0 0 0 0;
	background:#fff;
	z-index:100;
	display:none;
	width:60%;
	border:1px solid #DA3D3D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .3); 
}
.details_block table{
	margin:0 0 1.5em 0;
	padding:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:.8em;
}

.details_block table caption{
	font-size:1.6em;
	padding: .4em 0 0 0;
	font-weight: 600;
	color:#DA3D3D;
	height:40px;
}

.details_block .close{
	background:#DA3D3D;
	width:90px;
	height: 25px;
	padding:.5em 0 0 0;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15;
	border-radius: 15px;
	font-size:.8em;
	color:#fff;
	position: absolute;
	bottom:-15px;
	left: 50%;
	margin-left:-50px;
	cursor:pointer;
}

.details_block .close:hover{
	background:#E6B43D
}
.details_block:hover{
	border:1px solid #E6B43D;
}

.details_block table td{
	padding:.4em .5em;
	vertical-align:top;
/*	white-space: nowrap;
	word-wrap: normal;*/
}

.details_block table tr td.first{
	padding-left:1em;
}

.details_block table tr td.last{
	padding-right:2em;
}

.details_block table .step1, .details_block table .step2,.details_block table .step3{
	background: #FFDF80;
}

.details_block table  .flight_inner{
	font-weight: 600;
}

.details_block table  .flight{
	display:inline-block;
}

.details_block table  .board_name{
	font-weight: normal;
	font-size: .85em;
}

.details_block table  .date_from{
	font-weight: normal;
	font-size: .85em;
}

.details_block table  .duration_inner{
	font-weight: normal;
	font-size: .85em;
	text-align: center;
}

.details_block table   .duration_inner .icon{
	width:24px;
	height:22px;
	background: url(/i/elements.png) no-repeat -317px -2px;
	margin:0 auto;
}


.details_block table  .from, .details_block table  .to{
	font-weight: 600;
}


.details_block table .waitTime_inner{
	vertical-align:middle;
	color:#333;
	padding: .5em .5em .6em 1em;
	font-weight: 600;
	font-size:1.2em;
}

.details_block table .changeAirport1, .details_block table .changeAirport2{
	margin:0 0 0 .5em;
	display: none;
}

.details_block table .changeAirport1.show, .details_block table .changeAirport2.show{
	display:inline-block;
	zoom:1;
	*display:inline;
}

.details_block table .changeAirport1.show .icon, .details_block table .changeAirport2.show .icon{
	display:inline-block;
	width:17px;
	height: 22px;
	background: url(/i/elements.png) no-repeat 0px -89px;
}



.details_block table .waitTime_inner .icon{
	width:22px;
	height: 22px;
	float:left;
	margin:.1em .5em 0 0;
	background: url(/i/elements.png) -31px -63px no-repeat;
}

.details_block table .waitTime1, .details_block table .waitTime2{
	color:#333;
	margin:0 2em 0 0;
}

.details_block table .fulltime{
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	padding-top:.6em;
}

/*.details_block table tr:nth-child(1) td:nth-child(1){
	-webkit-border-radius: 10px 0 0 0 ;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0 ;
}
.details_block table tr:nth-child(1) td:nth-last-child(1){
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.details_block table tr:nth-last-child(1) th{
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius:  0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.details_block table td{
	padding:0 10px 0 10px;
	font-size:14px;
	background:#FFF;
}
.details_block table tr:nth-child(1) td,
.details_block table tr:nth-child(4) td{
	padding-top:0.5em;
	font-size:18px;
}
.details_block table tr:nth-child(2) td,
.details_block table tr:nth-child(5) td{
	padding-bottom:0.5em;
}
.details_block table td.flight{width:80px;}
.details_block table td img{
	margin-top:0.4em;
}
.details_block table th{
	padding:0.3em 10px;
	color:#fff;
	font-weight:normal;
	text-align:left;
	background:#E3A9A9;
}
.details_block table th img{
	vertical-align:middle;
	margin-top:-0.1em;
}
.details_block table th span{
	font-weight:bold;
	color:#fff;
}
.details_block table th.grey{
	background:#E6E7E9;
	text-align:right;
	color:#333;
}
.details_block table th.grey span{
	color:#333;
}*/



#footerPhone{margin:0;padding:0;}



#alpha{
	position:fixed;
	display:none;
	z-index:98;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:#EBEBEB;

	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=0.9);
}
#preloadBlock{
	position:fixed;
	display: none;
	z-index:99;
	width:64px;
	height:64px;
	top:40%;
	left:50%;
	margin:-32px 0 0 -32px;
}

#preloadBlock p{
font-size:1.3em;
margin:40px 0 0 -20px;
text-align:left;
}

#preloadBlock .logo {
	margin-left:-55px;
	position:relative;
	top:40px;

}
.errorInput{
	display: block;
	position:absolute;
	padding:0.5em 10px;
	cursor:pointer;
	font-size: 85%;
	border:2px solid red;
	background:#fff;

	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}




/*fare*/
.fare_block{
	position:fixed;
	display:none;
	top:20%;
	padding:2%;
	left:20%;
	right:20%;
	bottom:20%;
	z-index:2;
	background:#fff;
	border:1px solid #eee;
	-moz-box-shadow:    0px 0px 10px 0px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(0,0,0, 0.5);
}
.fare_block div.scroll_block{
	overflow-y:auto;
	overflow-x:none;
	height:100%;
}
.preload_fare{
	width:64px;
	height:64px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-32px;
	margin-top:-32px;
}
.close_fare{
	position:absolute;
	width:25px;
	height:25px;
	top:-5px;
	right:-5px;
	cursor:pointer;
	background:url('/i/new_img/close2.png') no-repeat left top;
}


input#transfer{
	background:#fff;
	border:none;
	border-radius:0;
	padding:0;
}


/* Prelauder */
#alphaBg{
	display: none;
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	left:0;
	top:0;
	width:100%;
	height:100%;
	/* background-color:#000; */
	z-index:100;
	/* background: rgb(0, 0, 0); */
	background: rgba(255, 255, 255, .95);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

 .preloaderSearch, .preloaderReservation{
 	display: none;
	width: 550px;
	height: 250px;
	z-index: 101;
	position: fixed;
	left:50%;
	top: 50%;
	margin:-200px 0 0 -250px;
	padding: 1em;
	background: url(/i/letaem_animation2.gif) no-repeat  20px center;
}

.preloaderFilter{
 	display: none;
	width: 550px;
	height: 250px;
	z-index: 101;
	position: fixed;
	left:50%;
	top: 50%;
	margin:-200px 0 0 -250px;
	padding: 1em;
	background: url(/i/letaem_animation.gif) no-repeat center center;
}

.preloaderFilter p{
	margin:170px 0 0 0;
	text-align: center;
	font-size: .9em;
	font-weight: 600;
}

 .preloaderSearch .pre_text, .preloaderReservation .pre_text{
	margin:170px 0 0 0;
	text-align: center;
	font-size: .9em;
	font-weight: 600;
	float:left;
}

.pre_booking{
	float:right;
}

#alphaWBgA,
#alphaWBg{
	position:fixed;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
	width:100%;
	height:100%;
	color: #2E3B43;
	z-index:999;
/* 	background:rgba(0,0,0, 0.2); */
	/*background:url('/i/preloader/loading_background.jpg') no-repeat center top #000;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
}

#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1000;
  background: url("/i/shadow.png");
}

/* callback start */

.callbackBtn{
	font-size: .8em;
	/*background: #C9FF26;*/
	background-color:#C3E266;
	padding: .1em .5em;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	border-bottom:2px solid #9BCE00;
	cursor: pointer;
	position: relative;
	color:#427500;
}

.callbackBtn:hover{
	background: #9BCE00;
	color:#fff;
}

.callbackBtn:before{
	width: 17px;
	height: 23px;
	background: url(/i/phone_icon.png) no-repeat;
	position: absolute;
	left: -23px;
	top:-2;
	content: '';
}

.popup *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.popup {
	background: no-repeat #865EA8;
	-moz-box-shadow: 9px 8px 10px -10px rgba(0,0,0, 0.7);
	-webkit-box-shadow: 9px 8px 10px -10px rgba(0,0,0, 0.7);
	box-shadow: 0 0 10px 1px rgba(0,0,0, 0.2);
	padding:1em;
	min-width: 320px;
	display: none;
	color:#333 !important;
	font-size:120%;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	font-family:Arial, sans-serif;
	z-index: 1001;
}

.popup * {
	color: white !important;
}

.popup .thanks_form,
.popup .spam_form {
  position: absolute;
  top: 2em;
}
.popup .closeBtn {
  position: absolute;
  right: 0;
  top: -1.5em;
  font-size: .9em;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  -webkit-transition-property: opacity, background, color, border-color;
  -webkit-transition-duration: .2s, .2s, .2s, .2s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  -moz-transition-property: opacity, background, color, border-color;
  -moz-transition-duration: .2s, .2s, .2s, .2s;
  -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  -ms-transition-property: opacity, background, color, border-color;
  -ms-transition-duration: .2s, .2s, .2s, .2s;
  -ms-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  -o-transition-property: opacity, background, color, border-color;
  -o-transition-duration: .2s, .2s, .2s, .2s;
  -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-property: opacity, background, color, border-color;
  transition-duration: .2s, .2s, .2s, .2s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
.popup .closeBtn:hover {
  -webkit-transition-property: opacity, background, color, border-color;
  -webkit-transition-duration: .2s, .2s, .2s, .2s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  -moz-transition-property: opacity, background, color, border-color;
  -moz-transition-duration: .2s, .2s, .2s, .2s;
  -moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  -ms-transition-property: opacity, background, color, border-color;
  -ms-transition-duration: .2s, .2s, .2s, .2s;
  -ms-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  -o-transition-property: opacity, background, color, border-color;
  -o-transition-duration: .2s, .2s, .2s, .2s;
  -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-property: opacity, background, color, border-color;
  transition-duration: .2s, .2s, .2s, .2s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  color: #FFD30E;
}

.popup .textField {
  display: block;
  outline: none;
  border:1px solid rgb(91,61,139);
  padding: .3em .6em;
  font-size: .8em;
  width: 100%;
  color: black !important;
}


.popup .textField:focus{
	border:1px solid #32789A;
}

.popup .error{
	color:#FF0000;
}

.popup label{
	font-weight: normal;
	font-size: .7em;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#333;
}

.popup label.error {
  font-weight: 100;
  font-size: .7em;
  color: black !important;
  position: absolute;
}

.popup .realperson-text {
  color: #333;
  margin: 0 0 1em 0;
}

.popup .formCaption {
  font-size: 1.1em;
  text-align: center;
  color:#333;
  font-weight: 300;
}

.popup .form-group {
  margin: 15px 0 1.5em 0;
  clear: both;
  text-align: left;
  display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
width: 100%;
}

.popup .form-group.last {
	margin:0;
}

.popup .realperson-regen {
  color: #fff;
  display: none;
}
.popup #realperson {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.popup .realpersonCaption {
  display: block;
  margin: 0 0 .5em 0;
}
.popup .realperson-challenge {
  float: left;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#callback {
  max-width: 300px;
}
#callback .error_form,
#callback .thanks_form,
#callback .spam_error_form {
  position: absolute;
  top: 2em;
  font-size: 1.3em;
}

.popup .myBtn{
	border:none;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	font-size: .9em;
	cursor: pointer;
	padding:.4em .7em;
	background: #fff;

	color:black !important;
	float: right;
	clear: left;
	margin: .8em 0 0 0;
	font-family: 'Open Sans' !important;	
}

.popup .myBtn:focus, .popup .myBtn:hover, .popup .myBtn:active{
	background:rgb(236, 236, 247);
	border: none;
}

/* callback end */

a.ring-order-link {
	text-decoration: none;
}

div#order-ring-form{
	border: 11px solid #FFF;
	background: #FFD657;
    position: fixed;
	left:50%;
	top:25%;
	z-index:100000;
	margin-left:-161px;
    display: none;
    box-shadow: 0px 0px 7px #000;
    padding: 15px;
	
-webkit-border-radius: 5px;
    border-radius: 5px;
}
div#order-ring-form a#order-ring-form-close{
	display:block;
	/*background: rgba(106,65,24, .8);*/
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	position:absolute;
	top:8px;
	right:10px;
	text-indent:0;
	text-decoration: none;
	color:red;
	font-family: Verdana;
	margin:0;
	padding:.2em .5em .3em .5em;
	font-size:1em;
	-webkit-border-radius:0 0 1px 1px;
    	border-radius: 0 0 1px 1px;
	cursor: pointer !important;
}
a#order-ring-form-close:hover{
	/*background: rgba(106,65,24, .7) !important;*/
}

div#order-ring-form div.form-title{
    font-family: "Open Sans";
    font-size: 17px;
    line-height: 17px;
    color: black;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px;
    margin: 0 0 10px 0;
}
div#order-ring-form div#order-ring-form-comment{
     font-family: "Open Sans";
    font-size: 11px;
    line-height: 15px;
    color: #727272;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px;
}

div#order-ring-form div#order-ring-container{
    margin: 0;
    clear: both;
}
div#order-ring-form div#order-ring-container table#order-ring-table{
 
    border: 0;
    border-collapse: collapse;
}
div#order-ring-form div#order-ring-container table#order-ring-table td{
    vertical-align: bottom;
    position: relative;
     border:none;
}
div#order-ring-form div#order-ring-container table#order-ring-table td div.form-block{
    position: relative;
}
div#order-ring-form div#order-ring-container table#order-ring-table td div.form-block div.comment{
    position: absolute;
    top: 35px;
    left: 0;
    display: none;
    background: white;
    border: 2px solid #CACACA;
    padding: 10px 15px;
    z-index: 99;
    font-family: Trebuchet MS;
    font-size: 13px;
    line-height: 18px;
    color: #555;
}
div#order-ring-form div#order-ring-container table#order-ring-table td div.form-block div.comment.active{
    display: block;
}
div#order-ring-form div#order-ring-container table#order-ring-table td span.req{
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    color: #ff0000;
}
div#order-ring-form div#order-ring-container table#order-ring-table td span.req.margin{
    right: -7px;
}
div#order-ring-form div#order-ring-container table#order-ring-table td.left{
    padding: 0 15px 0 0;
}
div#order-ring-form div#order-ring-container table#order-ring-table td input{
    line-height: 12px;
    color: #757575;
    margin: 7px 0 0;
    width: 260px;

-moz-box-shadow: inset 0px 10px 20px -20px rgba(0,0,0, 1);
-webkit-box-shadow: inset 0px 10px 20px -20px rgba(0,0,0, 1);
box-shadow: inset 0px 10px 20px -20px rgba(0,0,0, 1);
font-size: .8em;
padding: .3em 1em;
border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #E2A20B;
outline: none;    
}

div#order-ring-form div#order-ring-container table#order-ring-table td input.input{
    width: 90%;
}
div#order-ring-form div#order-ring-container table#order-ring-table td input.input.long{
    width: 414px;
}
div#order-ring-form div#order-ring-container table#order-ring-table td input.input.long.small{
    font-size: 11px;
    line-height: 11px;
}
div#order-ring-form div#order-ring-container table#order-ring-table td input.wrong{
    border: 1px solid #ff0000;
}
div#order-ring-form div#order-ring-container table#order-ring-table td input.date{
    width: 193px;
    background: url("images/cal.jpg") no-repeat 183px 5px;
}
div#order-ring-form div#order-ring-container table#order-ring-table td select{
    width: 210px;
    border: 1px solid #b4b4b4;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 12px;
    color: #757575;
    padding: 5px 5px 4px;
    border-radius: 3px;
    margin: 7px 0 0;
}
div#order-ring-form div#order-ring-container table#order-ring-table td select option{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 16px;
    color: #000;
}
div#order-ring-form div#order-ring-container table#order-ring-table td select option.disabled{
    color: #cbcbcb;
}

div#form-theme-block div.combo{
    position:relative;
    left: 0px;
    top: 0px;
}
div#form-theme-block div.sexy{
    border: 0 none;
    height: 35px;
    margin: 0 0 2px;
    padding: 0;
    white-space: nowrap;
    width: 205px;
}
div#form-theme-block div.sexy input{
    width: 198px;
    cursor: default;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
div#form-theme-block div.sexy div.icon{
    position: absolute;
    width: 9px;
    height: 5px;
    border: 0;
    background: url("images/select.png") no-repeat 0 0;
    cursor: pointer;
    top: 18px;
    left: 190px;
}
div#form-theme-block div.sexy div.list-wrapper{
    bottom: auto;
    left: 0;
    margin: 0;
    padding: 0;
    top: 32px;
    overflow: hidden;
    position: absolute;
    height: auto !important;
    background: white;
    border: 1px solid #B4B4B4;
    border-radius: 5px;
}
div#form-theme-block div.sexy div.list-wrapper-up{
    top: auto;
    bottom: 21px;
}
div#form-theme-block div.sexy ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 210px;
}
div#form-theme-block div.sexy ul li{
    padding: 5px 10px !important;
    font-family: Tahoma !important;
    font-size: 12px !important;
    cursor: pointer !important;
    margin: 0 !important;
    background: none !important;
    width: 100%;
    color: #757575;
}
div#form-theme-block div.sexy ul li.active{
    background: #B4B4B4 !important;
}
div#form-theme-block div.combo .visible{
    display: block;
}
div#form-theme-block div.combo .invisible{
    display: none;
}

div#order-ring-form div#order-ring-container table#order-ring-table td div#order-ring-form-submit{
    color:#fff;
    background:  #788085;
   /* background: url("images/submit.png") no-repeat 0 0;*/
    position: relative;
    margin: 5px 0 0;
    padding: .4em .5em;
    text-align: center;
    -webkit-border-radius:2px;
    border-radius: 2px;
    font-family:'Open Sans';
}
div#order-ring-form div#order-ring-container table#order-ring-table td div#order-ring-form-submit a{
    display: inline-block;
    top: 4px;
    left: 5px;
    cursor: pointer;
    text-decoration: none;
    color:#fff;
}
div#order-ring-form div#order-ring-container table#order-ring-table td div#order-ring-form-submit.active{
    background:  #3C8EB7;
}
div#order-ring-form div#order-ring-container table#order-ring-table td div#order-ring-form-submit.active a{
}

div#order-ring-form div#ring-order-info{
    position: absolute;
    display: none;
    background: white;
    border: 1px solid #A2A2A2;
    padding: 10px 15px;
    margin:0 0 0 1.6em;
    
}
div#order-ring-form div#ring-order-info.active{
    display: block;
}
div#order-ring-form div#ring-order-info p{
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 5px;
}
div#order-ring-form div#ring-order-info ul{
    margin: 0 0 0 10px;
    padding: 0;
 
}
div#order-ring-form div#ring-order-info ul li{
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}

div#order-ring-form div#order-ring-thank{
    font-size: 13px;
    line-height: 18px;
    display: none;
}
div#order-ring-form div#order-ring-thank.active{
    display: block;
}
div#order-ring-form-shadow{
    width: 100%;
    background: url("images/shadow.png");
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

div#ui-datepicker-div.active{
    display: block !important;
}
div.ac_results iframe{
    display: none !important;
}

td span {
    color: #727272;
}

div#order-ring-form div#order-ring-container table#order-ring-table td {
vertical-align: bottom;
position: relative;
border: none;

padding-left: 25px;
padding-right: 25px;
padding-top: 20px;
}

.realperson-regen {
	display: none;
}


/* static chaser start */
.col{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	position: relative;
}

.static_chaser, .static_chaser *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.static_chaser{
	border-radius: 10px;
	background-color:rgb(226,235,204);
	margin: 15px 0 20px 0;
	position: relative;
	padding: 25px 10px;
}

.static_chaser .talkingHead{
	background-image: url(/i/talking_head6.png);
	background-size: 80%;
	background-position: 70% 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	border:1px solid rgba(60,142,183,.5);
	border-radius: 50%;
	width: 120px;
	height: 120px;
	position: absolute;
	top:50%;
	margin-top: -60px;
	left: 25px;
	background-color: #EBF1DC;
}

.static_chaser #static_chaser_form{
	margin-left: 160px;
	height: 100%;
}

.vertical-centered{
	display: table;
}

.form-row{
	margin-bottom: 10px;
}
.form-row:last-child{
	margin-bottom: 0;
}

#static_chaser_form .textField{
	padding: 10px;
	outline: none;
	border:1px solid rgba(60,142,183,.5);
	font-size:16px;
}

#static_chaser_form .textField:hover, #static_chaser_form .textField:focus{
	outline: none;
	border-color:#32789a;
}

#static_chaser_form [type=button], #static_chaser_form [type=submit]{
	padding: 10px;
	outline: none;
	border:1px solid transparent;
	font-size:16px;
}
#static_chaser_form [name=makeCall]{
	background-color: #32789a;
	color:#fff;
}

#static_chaser_form [name=makeCall].disabled{
}

#static_chaser_form .disabled{
	cursor: not-allowed;
}

#static_chaser_form .phone{
	width: 190px;
	padding-left: 35px;
	background-image: url(http://chaser.ru/widget/1.1/i/call_btn.png);
	background-repeat: no-repeat;
	background-position: -332px 12px;
}
#static_chaser_form .phone.calling{
	background-image: url(http://chaser.ru/widget/1.1/i/calling.gif);
	background-position: 8px 12px;
}
/* static chaser end */

#footerCounter{
	display: none;
}



@media screen and (max-width:1440px){
	.price-chart{
		display: flex;
		flex-wrap:nowrap;
	}
	.price-chart__x-axis{
		display: block;
	}
	.price-chart .price-chart__bars-list{
		display: flex;
		flex-wrap:nowrap;
		width: 100%;
	}
	.price-chart .price-chart__bars-list li{
		width:calc(100% / 8);
		display: block;
	}
	.price-chart .price-chart__bars-list li .price-chart__bar{
		width: auto;
	}
}</pre></body></html>