@import "/css/font-awesome.min.css";

body {
	margin: 0px; 
	padding: 0px; 
	top: 0px; 
	background-color: #ddf7ff; 
	font-size: 12px; 
	height: 100%;
	font-family: "Montserrat", sans-serif, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: normal;
	color: #151515;
	-webkit-font-smoothing: subpixel-antialiased;
}

table {border: 0px; border-collapse: collapse; padding:0px}
table td, th {padding: 0px; margin: 0px}

.tabl {border: 0px;font-size: 12px;font-family: "Trebuchet MS", sans-serif;color: #000000; padding:3px}
.tabltdh {border: 1px solid #666666;padding: 2px;font-size: 12px;font-family: "Trebuchet MS", sans-serif;color: #000000;font-weight: bold;background-color: #dddddd;text-align: center;}
.tabltdn {border: 1px solid #666666;padding: 3px;font-size: 12px;font-family: "Trebuchet MS", sans-serif;color: #000000;text-align: left;}
.tabltdp{border: 1px solid #666666;padding: 1px;font-size: 12px;font-family: "Trebuchet MS", sans-serif;color: #000000;text-align: center;}

.table_1 {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.table_1 thead th {
	font-weight: bold;
	text-align: left;
	padding: 10px 10px;
	font-size: 12px;
	border: 1px solid #006791;
}
.table_1 tr th:first-child, .table_1 tr td:first-child {
	border-left: 1px solid #006791;
}
.table_1 tr th:last-child, .table_1 tr td:last-child {
	border-right: 1px solid #006791;
}
.table_1 thead tr th:first-child {
	border-radius: 20px 0 0 0;
}
.table_1 thead tr th:last-child {
	border-radius: 0 20px 0 0;
}
.table_1 tbody td {
	text-align: left;
	border: none;
	font-size: 12px;
	vertical-align: top;
	border: 1px solid #006791;
	padding:10px;
    border-collapse: collapse;
}
.table_1 tbody tr:nth-child(odd) {
}
.table_1 tbody tr:last-child td{
	border-bottom: 1px solid #006791;
}
.table_1 tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}
.table_1 tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

.red {
    color:#FF0000;
	font-size:12px;
}
.simple-little-table {

	font-family: "Montserrat", sans-serif, Arial, sans-serif;
	color:#666;
	font-size:11px;
	background:#dcebfa;
	margin:8px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:8px 8px 8px 8px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 	text-shadow: 1px 1px 0px #77b0d1;
	background: #085071;
	background: -webkit-gradient(linear, left top, left bottom, from(#085071), to(#ebebeb));
	background: -moz-linear-gradient(top,  #085071,  #215c7d);
}
.simple-little-table th:first-child{
	text-align: center;
	padding-left:7px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:7px;
}
.simple-little-table tr td:first-child{
	text-align: center;
	padding-left:7px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:10px;
	text-shadow: 1px 1px 0px #fff;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
ul, li {margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; list-style-type: none;}

.anchor li:before {
content: "\f13d"; /* добавляем иконку якорь */
font-family: FontAwesome;
color: #08517e;
margin-right: 10px; 
list-style-type: none;
}

a {text-decoration: none; color: #285e86;}
a:link {text-decoration:none; color: #285e86;}
a:visited {text-decoration:none; color: #08517e;} 
a:hover {text-decoration: none; color: #4892c8;}
a:active {text-decoration:underline; color: #4892c8; }

h1 {font-family:Verdana; font-size:22px; color:#08517e; margin: 0px; padding: 0px; font-weight: bold;}
h2 {font-family:Verdana; font-size:20px; color:#08517e; margin: 0px; padding: 0px; font-weight: bold;}
h3 {font-family:Verdana; font-size:18px; color:#000000; margin: 0px; padding: 0px; font-weight: bold;}
h4 {font-family:Verdana; font-size:16px; color:#000000; margin: 0px; padding: 0px; font-weight: bold;}
h5 {font-family:Verdana; font-size:16px; color:#000000; margin: 0px; padding: 0px;}
h6 {font-family:Verdana; font-size:14px; color:#ffffff; margin: 0px; padding: 0px; font-weight: bold;}

.div_h6 {
	font-family:Verdana;
	color: white;
	padding: 0px;
	font-weight: bold;
	margin:5px;
	font-size:16px;
	
}

h2 {font-family:Tahoma; font-size:14px; color:#000000; margin: 0px; padding: 0px; font-weight: bold;}
.mh2 {font-family:Tahoma; font-size:14px; color:#000000; margin: 0px; padding: 0px; font-weight: bold;}

img {border:0px; margin:0px; padding:0px;}

.left {float: left;}
.right {float: right;}

p {
	margin: 0px;
	padding: 5px 0;
}
.h1_title h1 {font-size: 17px;}
.select {margin: 0px;	padding: 0px;}

.top_menu {font-family: "Trebuchet MS", sans-serif; font-size: 15px; color: #FFFFFF;	margin-left: 145px;}
.top_menu a{line-height: 36px; color: #FFFFFF; text-decoration: none;}
.top_menu a:hover{color: #FFFFFF; text-decoration: underline;}

.search_title{font-family: "Trebuchet MS", sans-serif;font-size: 17px;color: #FFFFFF;background-color: #ffae00;height: 25px;padding-left: 10px;line-height: 25px;}
.search_back{background-color: #006699 ;background-image: url(../img/search_back.gif);background-repeat: no-repeat;background-position: left top;}
.search_tekst{font-family: "Trebuchet MS", sans-serif;font-size: 13px;font-weight: bold;color: #FFFFFF;margin: 3px;padding: 3px;vertical-align: top;white-space: nowrap;}
	
/* Стили для селекторов в рассширеном поиска */
.sel{width:362px;font-size:13px;font-family:Tahoma;text-align: left;border: 1px solid #CCCCCC;}
.sel_small{font-size:13px;font-family:Tahoma;text-align: left;border: 1px solid #CCCCCC;}

/* Стили для окна с результатами подбора круизов */
.result_header {font-size:13px; font-family:Tahoma; font-weight: bold; background-color: #006699; color:#ffffff; border:solid 1px #999999; padding:10px;}
.result_font {font-size:11px !important;}
.result_regular {font-size:11px; font-family:Tahoma; border-bottom:solid 1px #999999; border-left:solid 1px #cccccc; padding:10px;}
/*.result_regular a{font-size:11px; font-family:Tahoma; color:#000000; }*/


.result_regular a:link {color: #000;}
.result_regular a:visited {color: #000;}


.selShop{font-size:11px;font-family: "Montserrat", sans-serif, Arial, sans-serif;text-align: center;border: none;}

.search_r{font-family: "Montserrat", sans-serif, Arial, sans-serif;font-size: 15px;color: #0093dd;float:right;text-align: right;width:270px;}

.date_input{font-family: "Montserrat", sans-serif, Arial, sans-serif;font-size:13px;color:#b3b3b3;width:103px;text-align:center;border:1px solid #CCCCCC;}

.title{background-color: #0987c5;font-family: "Montserrat", sans-serif, Arial, sans-serif;font-size: 17px;color: #FFFFFF;height:25px;line-height:25px;padding-left:10px;}

/* Стили для сегодняшних круизов */
.nowcruisesNewYear{background-color: #ff0000; font-family: "Montserrat", sans-serif, Arial, sans-serif; font-size: 17px; color: #FFFF66; height:50px; line-height:50px; padding-left:10px;}
.nowcruises{background-color: #0000ff; font-family: "Montserrat", sans-serif, Arial, sans-serif; font-size: 10px; font-weight:bold; color: #FFFFFF; height:50px; line-height:25px; padding-left:10px;}
.nowcruisestime{font-family: "Montserrat", sans-serif, Arial, sans-serif; font-size: 12px; color: #0000FF; height:18px; line-height:18px; padding-left:10px;}
.nowcruisestext{font-family: "Montserrat", sans-serif, Arial, sans-serif; font-size: 12px; color: #000000; height:18px; line-height:18px; padding-left:25px;}

/* Стили для FAQ */
.faq{background-color: #EB1D67; font-family: "Trebuchet MS", sans-serif; font-size: 17px; color: #FFFFFF; height:25px; line-height:25px; padding-left:10px;}
.faq_h{background-color: #285e86; color: #FFFFFF; height:17px; line-height:17px; padding-left:10px;}
.faq_input{background-color: #6d8ca3; border-style: none; color: #FFFFFF;}
.faq_text{color:#505050;font-size:11px;}
.faq_error {color:#FF0000;font-size:11px;}

.content{font-family: "Trebuchet MS", sans-serif; font-size: 13px; line-height: 1.5; color: #101010; text-align: justify;}

/* Стили для новостей */
.ne{font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-align: justify; margin-top: 5px; margin-bottom: 10px; display:none;}
.news_date{font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ff4c00; font-weight: bold;}
.news{background-color: #ff4622; font-family: "Trebuchet MS", sans-serif; font-size: 17px; color: #FFFFFF; height:25px; line-height:25px; padding-left:10px;}

/* Стили для футера */
.foot{background-image: url(../img/copyr.gif); background-repeat: no-repeat;	background-position: left top; font-family: "Arial Narrow"; font-size: 13px; color: #FFFFFF;}
.foot a{color: #FFFFFF; text-decoration: none;}
.foot a:hover{color: #FFFFFF; text-decoration: underline;}

.m {background-image: url(../img/m.gif);background-repeat: repeat-y;background-position: left top;margin-top: 45px;padding-top: 12px;padding-bottom: 12px;margin-bottom: 45px;}
.m a{font-family: "Arial Narrow";font-size:14px;color: #0093dd;line-height:25px;padding-left: 25px;}
.m a:hover{color:#0093dd;}

.banneri img{margin-bottom:0px;cursor:pointer;}

/* Заголовок для онлайн тавлицы*/
.online {background-color: #FFCC00;font-family: "Montserrat", sans-serif, Arial, sans-serif;font-size: 17px; color: #FFFFCC; height:25px; line-height:25px; padding-left:10px; font-weight: bold;}

/* Кнопки итпа <input type='button'> */
.knopka {
  position: relative;
  display: inline-block;
  font-size: 90%;
  font-weight: 700;
  color: rgb(168, 216, 255);
  text-decoration: none;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .5em 1em;
  outline: none;
  border-radius: 3px;
  background: linear-gradient(rgba(24, 105, 147, 1), rgba(2, 92, 139, 1)) rgba(24, 105, 147, 1); 
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
}
a.knopka:hover:not(:active) {
  background: linear-gradient(rgba(2, 92, 139), rgba(0, 102, 153)) rgba(2, 92, 139);
}
a.knopka:active {
  top: 1px;
  background: linear-gradient(rgba(2, 92, 139), rgba(0, 102, 153)) rgba(2, 92, 139);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}

/* Стили для главного меню */
.menu_div{position:absolute; margin-top:-1px; padding-top:27px; color:black; text-align:left; display:none; z-index:2; cursor:pointer;}
.punkt {background-image:url('../img/menu.gif');background-repeat:repeat-x;height:35px;text-align:center;}
.punkt a, .aslink {color:white;text-decoration: none; font-size:12px;  font-weight:bold; font-family: "Tahoma";text-align:center;}
.punkt a:hover, .aslink:hover {color:white;text-decoration: none; font-size:12px; font-weight:bold; font-family: "Tahoma";text-align:center;}
.punkt_s {background-image:url('../img/menu.gif');background-repeat:repeat-x;width:3px;text-align:center;}
.punkt_closed{color:white; text-decoration: none; font-size:12px; font-weight:bold; font-family: "Trebuchet MS", sans-serif; text-align:center; cursor:pointer;}


.select185 select {width:185px;}
.sec1 {padding-left:5px; padding-right:5px; padding-top:6px; padding-bottom:6px; background-color:#0099CF; opacity:0.90; -moz-opacity:0.90;}

/* Контейнер для "Девушек Речфлота" */
#scrollingContainer{width:307px; height:270px; border:none; padding:0px; float:left; margin-right:0px; overflow:hidden; text-align:center;}
#scrollingContent{width:307px; border:none; padding:0px; float:left; margin-right:0px; position:relative;}

/* Заголовок для "Девушек Речфлота" */
.girlName{position:absolute;font-family:Tahoma;	font-size:14px;float:left;color:#FF9966;font-weight:bold;text-align:left;width:307px;}
.girlConteiner{width:307px; height:270px;}

td.kaute0{border:solid 1px #000000;font-size:9px;color:#000000;text-align:center;background-color:#FFFFFF;font-weight:bold;cursor:pointer}
div.kaute0{border:solid 1px #000000;font-size:9px;color:#000000;text-align:center;background-color:#FFFFFF;font-weight:bold;}
/*предоплаченные*/
td.kaute1{border:solid 1px #000000;font-size:9px;color:#000000;text-align:center;background-color:#FF99CC;font-weight:bold;cursor:pointer}
div.kaute1{border:solid 1px #000000;font-size:9px;color:#000000;text-align:center;background-color:#FF99CC;font-weight:bold;}
/*оплаченные*/
td.kaute2{border:solid 1px #000000;font-size:9px;color:#ffffff;text-align:center;background-color:#FF0000;font-weight:bold;cursor:pointer}
div.kaute2{border:solid 1px #000000;font-size:9px;color:#ffffff;text-align:center;background-color:#FF0000;font-weight:bold;}
/*бронь*/ 
td.kaute3{border:solid 1px #000000;font-size:9px;color:#000000;text-align:center;background-color:#FFFF00;font-weight:bold;cursor:pointer}
div.kaute3{border:solid 1px #000000;font-size:9px;color:#000000;text-align:center;background-color:#FFFF00;font-weight:bold;}
/*просроченный*/ 
td.kaute4{border:solid 1px #000000;font-size:9px;color:#ffffff;text-align:center;background-color:#33CCFF;font-weight:bold;cursor:pointer}
div.kaute4{border:solid 1px #000000;font-size:9px;color:#ffffff;text-align:center;background-color:#33CCFF;font-weight:bold;}
/*служебная*/ 
td.kaute5{border:solid 1px #000000;font-size:9px;color:#ffffff;text-align:center;background-color:#999999;font-weight:bold;cursor:pointer} 
div.kaute5{border:solid 1px #000000;font-size:9px;color:#ffffff;text-align:center;background-color:#999999;font-weight:bold;} 
/*выставлен счет*/ 
td.kaute6{border:solid 1px #000000;font-size:9px;color:#ffffff;text-align:center;background-color:#00FF00;font-weight:bold;cursor:pointer} 
div.kaute6{border:solid 1px #000000;font-size:9px;color:#ffffff;text-align:center;background-color:#00FF00;font-weight:bold;} 

.neo
{
color:#ddeeff;
}

.host {
	width:320px;
	height:92px;
	background-image: url(../img/tel1.gif);
}

.tesst {
	display:block;
	color:#fff;
	font-size:22px;
	position:relative;
	top: 45px; width: 182px; left: 108px;
}

.hostrm h1{
	color:#000000;
	font-size:18px;
	text-decoration:underline;
	text-align:center;
	font-weight:normal;
}
p.sale{
	color: #FF0000;
	font-weight: bold;
}
p.oldcost{
	color: #000000;
	font-weight: bold;
	text-decoration:line-through;
}

.foot div {
    margin-left: 10px;
    margin-top: 25px;
    position: absolute;
    width: 330px !important;
}

#breadcrumbs ul {
	margin: 0;
}

#breadcrumbs ul li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
}

	#breadcrumbs li:before {
content: "\f0da"; /* добавляем иконку стрелка */
font-family: FontAwesome;
color: #08517e;
margin-right: 10px; 
list-style-type: none;

}

/*g*/
#breadcrumbs ul li a {  
	color: #08517e;
}

.content a {
	color: #006699 !important;
}

.content a:hover {
	color: #006699 !important;
	text-decoration: none;
}

.vitrina {
    font-size: 11px;
    height: 250px;
    padding: 5px;
    width: 225px;
    background: linear-gradient(90deg, #3593d0, #00578c);
}

.vitrina a {
    color: #FFFFFF !important;
    display: block;
    font-weight: bold;
    margin-top: 8px;
}

.vitrina a:hover {
    color: #FFFFFF !important;
	text-decoration: none;
}

.vitrina h2 { 
	color: #fff !important;
	font-size: 13px !important;
}

.vitrina h3 { 
	font-family: "Montserrat", sans-serif, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: bold;
}

.boldstyle {
	font-weight: bold;
    text-align: center;
}

.ash3 {
 font-size: 14px;
 color: #000;
 text-align: center;
 font-weight: bold;
 margin: 14px 0;
 display: block;
}

#more_news {
	cursor: pointer;
	font-family: "Montserrat", sans-serif, Arial, sans-serif;
	font-size: 13px;
	color: #ff4c00;
	font-weight: bold;
}

.table-left{
margin-top: 255px;
}
.filter-content p {
	font-weight: normal;
	text-align: justify;
}

.fake_pages {
	margin: 5px;
	text-align: center;
	font-size: 7px;
}
.left_such{
width: 257px;
position: absolute;
top: 257px;
}
.left_such_table{
}


.selection_table .left_such{
top: 43px;
margin-left: -130px;}
.teplohod{border: solid 1px silver; padding:5px;width:110px;background-color: rgb(238, 238, 238);}


/*===callme======*/
.bblue_btn {
  background: #fa002f;
  background-image: -webkit-linear-gradient(top, #fa002f, #c7102a);
  background-image: -moz-linear-gradient(top, #fa002f, #c7102a);
  background-image: -ms-linear-gradient(top, #fa002f, #c7102a);
  background-image: -o-linear-gradient(top, #fa002f, #c7102a);
  background-image: linear-gradient(to bottom, #fa002f, #c7102a);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 4px;
  text-decoration: none;
text-shadow:inherit;
  display:inline-block;
/*  top:48px;
  left:36%; */
}
.bblue_btn:hover {
  background: #fa002f;
  background-image: -webkit-linear-gradient(top, #fa002f, #c7102a);
  background-image: -moz-linear-gradient(top, #fa002f, #c7102a);
  background-image: -ms-linear-gradient(top, #fa002f, #c7102a);
  background-image: -o-linear-gradient(top, #fa002f, #c7102a);
  background-image: linear-gradient(to bottom, #fa002f, #c7102a);
  text-decoration: none;
  color: #ffffff;
}
.pphone_btn {
  margin-left:20px;
}

.phone_btn {
  cursor:pointer;
  position:relative;
  top:0px;
  left:88%;
  width: 115px;
}
.color h1{
color: rgb(161, 86, 222);}
.title h1{
font-family: "Montserrat", sans-serif, Arial, sans-serif;
font-size: 17px;
color: #FFF;
}
.topTr{
 
 border-width:1px; 
 border-style:none none solid none;
 border-color:#066096;
 }
 .topTd{
  color:#fff; 
 padding-left:5px;
 }
 .colorSq{
 height:13px; 
 width:13px; 
 border:1px solid #fff; 
 }

/*стиль для галереи Пирогова*/
.loader{
	width:140px;
	height:70px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	opacity:0.7;
	z-index:1000;
	background:#fff url(../images/loader.gif) no-repeat center center;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_container{
	display:none;
	width:600px;
	height:500px;
	margin:20px auto 0px auto;
	position:relative;
}
.ps_image_wrapper{
	width:600px;
	height:440px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}
.ps_prev{
	background:transparent url(../images/prev.png) no-repeat top center;
	left:-50px;
}
.ps_next{
	background:transparent url(../images/next.png) no-repeat top center;
	right:-50px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}
ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	width:500px;
	margin:8px auto;
	position:relative;
}
ul.ps_nav li{
	float:left;
}
ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:11px;
	height:11px;
	outline:none;
	padding:0px 3px;
	background:transparent url(../images/dot.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -101px;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../images/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}

.header__block a {
	color: #fff;
	text-decoration: none;
}

.tesst a {
	color: #fff;
	text-decoration: none;
}

.pp-text {
	text-align: justify;
}

.cruises__head {
	font-family: "Montserrat", sans-serif, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.rekl img {
  height: auto;
  width: 100%;
  /* еще больше контроля с max-width */
  max-width: 688px;
  margin-top: 1.2rem;
  margin-bottom: 5px;
  margin-right: 19px;
}
.frame-block {

position: relative;
display: block;
height:98px;
width: 150px;

box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px; /* future proofing */
   -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.frame-block span {

height:98px;
width: 150px;
display: block;
position: absolute;

box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);

   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px; /* future proofing */
   -khtml-border-radius: 10px; /* for old Konqueror browsers */

}
@media print {
	html, body{
		height: 297mm;
		width: 210mm;
		font-size: 14px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
		*, *:before, *:after { 
		color: #000;
		box-shadow: none;
		text-shadow: none;
	}
	.header, .footer, .banner {
	display: none;
	}
	.noprint {
	display: none;
	}

	.wrapper {
	width: auto;
	margin: 0;
	padding: 0;
	}
	ul, ol {
	page-break-inside: avoid;
	}
	.element {
	display: block;
	}
	a[href^="http"]:after {
	content: " (" attr(href) ")";
	}
	@page {
	margin: 10mm 10mm 10mm 10mm;
	}
}
@media screen { 
	.element {
	display: none;
	}
}