<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,600italic,600,400italic,300italic,300,700&amp;subset=latin,cyrillic-ext,cyrillic);

* {font-family: 'Open Sans',sans-serif; color:#333;}

body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#333;
	/*background: url('/i/bg.jpg') no-repeat left top;*/
}

#pDataForm .red {
background-color: #ffb0b9;
}

input[type=submit]{cursor:pointer;}

.mainBlock
{
	position: relative;
	min-width: 970px;
	width:expression(document.body.clientWidth &lt; 970? "970px": "auto" );

}

.error404Block
{
	position:absolute;
	width:495px;
	height:495px;
	background: url('/i/bg/404bg.gif') no-repeat 0 0;
	left:50%;
	top:50%;
	margin: -248px 0 0 -248px;
	cursor:pointer;
	cursor:hand;
}

.error404Text
{
	position: absolute;
	width:330px;
	top: 160px;
	left:90px;
}

.error404Text h1
{
	font-size:180%;
	color:#fff;
	margin:0 0 0.8em 0;
	line-height:1.3em;
	font-weight: normal;
}

.error404Text h2
{
	font-size:120%;
	color:#fff;
	margin:0 0 0.8em 0;
	line-height:1.6em;
	font-weight: normal;
}

.error404Text a,
.error404Text a:hover
{
	color:#fff;
}


/* general */
p
{
	font-size:80%;
	color:#333;
	line-height:1.5em;
	margin: 0.4em 0 0.6em 0;
}

h2
{
	font-size:160%;
	margin: 0 0 0.5em 0;
	font-weight:bold;
}

h3
{
	font-size:120%;
	font-weight:bold;
	margin: 1.2em 0 0 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
	margin: 0.5em 0;
	line-height: 1.3em;
}

ul, ol
{
	margin: 0.5em 0 0 0;
	padding:0;
	font-size:80%;
	color:#333;
	line-height:1.5em;
	overflow:hidden;
}

li
{
	list-style-type:none;
	padding: 0.3em 0 0 1.3em;
	text-indent: -1.3em;
	margin:0;
}

ol li
{
	text-indent: 0;
	padding-left: 0;
	list-style-type:decimal;
}

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

td
{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

img.borderImg
{
	border: 1px solid #000;
}

.png
{
	behavior: url('/png.htc');
}


/* paragraph */
.paragraph{clear:both;}
.paragraph:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

div.imgTop{padding: 0.8em 0 0.5em 0;}
div.imgLeft{float:left; padding: 0.5em 1em 0.8em 0;}
div.imgRight{float:right; padding: 0.5em 0 0.8em 1em;}
div.imgBottom{padding: 0.4em 0 0.8em 0;}

.imgGallery
{
	float:left;
	margin: 0 20px 20px 0;
	position: relative;
	padding:0;
}

p.caption{font-size:70%; color:#666; font-style:italic; margin: 0.5em 0;}

table.pTable{clear:both; width:100%; border-collapse:collapse; margin: 0.5em 0 1.2em 0;}
table.pTable td{font-size:75%; color:#333; padding: 0.5em 10px; border-bottom: 1px solid #dedede;}
table.pTable th{font-size:75%; color:#333; padding: 0.5em 10px;}
table.pTable td p{font-size:100%; margin:0; line-height:normal;}

table.normal{clear:both; width:100%; border-collapse:collapse; margin-bottom:1.2em; border: 1px solid #dedede;}
table.normal td{font-size:75%; color:#333; padding: 0.5em 10px; border: 1px solid #dedede;}
table.normal td p{font-size:100%; margin:0; line-height:normal;}

#paragraphFile{padding: 0.5em 0; position: relative;}
#paragraphFile .text
{
	padding-left:40px;
}
#paragraphFile a{font-size:80%;}
#paragraphFile small{font-size:70%; color:#999;}

.word,
.excel,
.pdf,
.zip,
.video,
.attach
{
	width:35px;
	height:35px;
	position: absolute;
	left:0;
	top:0;
	overflow: hidden;
	background-image: url('/i/icons.jpg');
	background-repeat: no-repeat;
}

.word {background-position: 0 0;}
.excel {background-position: 0 -35px;}
.pdf {background-position: 0 -70px;}
.zip {background-position: 0 -105px;}
.video {background-position: 0 -140px;}
.attach {background-position: 0 -175px;}


h3.minH,
h3.minHCur
{
	font-size:90%;
	margin: 1em 0 0 0;
	padding: 0 0 0 15px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	line-height: 1.3em;
}

h3.minH{background: url('/i/icons/block_open.gif') no-repeat left 0.4em;}
h3.minHCur{background: url('/i/icons/block_close.gif') no-repeat left 0.4em;}

h3.minH a,
h3.minH a:visited
{
	border-bottom: 1px dotted #306ea2;
	text-decoration:none;
	color:#306ea2;
}

h3.minHCur a,
h3.minHCur a:visited
{
	border-bottom: 1px dotted #333;
	color:#333;
	text-decoration:none;
}

h3.minH a:hover,
h3.minHCur a:hover
{
	border-bottom: 1px dotted #b81b2a;
	color:#b81b2a;
	text-decoration:none;
}

.none{display:none;}
.visible{display:block;}


/* links */
a{text-decoration:underline; color:#32789a;}
a:hover{text-decoration:underline; color:#ffac08;}


/* path */
.pathBlock
{
	position: relative;
	margin-left:4%;
}
div.path {color:#333; padding-top:2em;}
div.path a{font-size:90%;}
div.path small{font-size: 85%; color:#333;}
div.path h1{font-size:180%; margin-top:0.3em;}


/* pagecounting */

.pagecounting
{
	display: block;
	clear:both;
	position: relative;
	margin-left:4%;
}

.pagecounting .pageslink span
{
	margin-right: 15px;
	font-size:100%;
	color:#666;
}

.pagecounting .pages
{
	padding-top: 0.5em;
}

.pagecounting .pages span
{
	font-size:80%;
	margin-right:8px;
	color:#666;
}

/* air.html */
body#air{}
#air tr.header td{}
#air tr.headerMenu td{}
#air tr.content td{}
#air tr.footer td{
	border-top: 5px solid #FFB708;
	padding: 1em 0;
}
	/*tabl*/
.r1{width:4%}
.r2{width:21%}
.r3{width:4%}
.r4{width:39%}
.r5{width:5%}
.r6{width:22%}
.r7{width:5%}

.sort_block_left.fixed{
	width:22%;
 	position: fixed;
    	top: .5em;
	z-index:5;
}

.anons-flights {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    font-size: 13px;
}

.anons-flights__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.anons-flights__body {

}


.anons-flights__item{
    border: 1px solid #d0dcda;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    background-color: #fff;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    overflow: hidden;

    padding: 15px;
}

.anons-flights__item:hover{
    border:1px solid #E6B43D;
}

.anons-flights__item:last-child{
    margin-bottom: 0;
}

.anons-flights__item-left{
    float: left;
    width: calc(100% - 200px);
    position: relative;
    padding-right: 15px;
}

.anons-flights__item-right{
    float: left;
    width: 170px;
    position: relative;
    min-width: 
}

.anons-flights__airline-block{
    float: left;
    clear: both;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.anons-flights__airline-block--back{
    padding-top:15px;
    margin-top: 15px;
    border-top:1px dotted #d0dcda;
}

.anons-flights__airline, .anons-flights__flight-time{
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.anons-flights__price{
    display: table-cell;
    width: 100%;
}

.anons-price-block{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;

}

.anons-price-value{
    color:#333;
    white-space: nowrap;
}

.anons-price-currency{
    color:#333;
    font-size: 18px;
    font-weight: 400;
}

.anons-button{
    background-color: #FFC754;
    border: 1px solid #e2a20b;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    opacity: 0.9;
    padding: 5px 20px;
    color:#333 !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}
.anons-button:hover{
    background-color: #F2B029;
    text-decoration: none;
    color:#fff !important;
}

.anons-flights__airline-logo img{
    max-width: 100%;
    height: auto;
}

.anons-flights__flight-time-hours, .anons-flights__flight-time-duration{
    font-size: 20px;
    font-weight: 600;
}

.anons-flights__flight-time-title{
    color:#666;
}

.anons-flights__flight-time-location{
    font-weight: 600;
}

.anons-flights-more-block{
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0 15px 0;
    font-size: 20px;
}
.anons-flights-more-block-link{
    color:#32789a;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}


.clearfix::after {
    content:"";
    display:table;
    clear:both;
}

.price-chart {
    width: 100%;
    height: 300px;
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    display: block;
}

.price-chart li {
    text-indent: 0 !important;
}

.price-chart .price-chart__x-axis {
    height: 100%;
    width: 88px;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
}

.price-chart .price-chart__x-axis li {
    text-align: right;
    padding: 0;
    padding-right: 1em;
    list-style: none;
    height: 29px;
    border-bottom: 1px solid #444;
    position: absolute;
    bottom: calc(100% - 40px);
    right: 0;
}



.price-chart .price-chart__x-axis li:last-child {
    height: 30px;
    bottom:0;
}

.price-chart__max-value {
    bottom: calc(100% - 74px) !important;
}

.price-chart .price-chart__x-axis li span {
    color: #333;
    position: absolute;
    bottom: 0;
    right: 15px;
    line-height: 1;
    white-space: pre;
}

.price-chart .price-chart__bars-list {
    display: inline-block;
    width: 799px;
    height: 100%;
    padding: 0;
    margin: 0;
}

.price-chart .price-chart__bars-list li {
    display: table-cell;
    width: 100px;
    height: 300px;
    margin: 0;
    text-align: center;
    position: relative;
}

.price-chart .price-chart__bars-list li .price-chart__bar {
    display: block;
    width: 70px;
    background: #49E;
    position: absolute;
    bottom: 4.5em;
}

.price-chart .price-chart__bars-list li .price-chart__bar:hover {
    background: #5AE;
    cursor: pointer;
}

.price-chart .price-chart__bars-list li .price-chart__bar:before {
    color: #333;
    font-weight: bold;
    content: attr(data-price) " \0440\0443\0431.";
    position: relative;
    bottom: 20px;
}

.price-chart .price-chart__bar-label {
    color: #333;
    width: 100%;
    position: absolute;
    bottom: 1.5em;
    left: 0;
    text-align: center;
    line-height: 130%;
}</pre></body></html>