html {
	height: 100%; 
	width: 100%;
	font-family: 'Roboto', sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #fff;
}
img {
       border: none;
       outline: 0;
}
h1 {
      font-size: 22px;
}
a {
	text-decoration: none;
	color: #fff;
}
/* Убираем отступы и маркеры (кружочки) */
#nav,#nav li ul {
		padding:0px;
		list-style:none;
		width: 1000px;
		margin: 0px auto;
		text-align: center;
}
/* Прячем подменю */
#nav li ul {
	 display:none;
	 position:absolute;
	 z-index:100;
}
/* Отражаем подменю */
#nav li:hover ul{ 
	top: 135px;
	display:block; 
	z-index: 1000;
}
/* Меняем цвет фона при наведение */ 
#nav li:hover {
	background-color: #0b2638;
}
/* Оформление главного меню */
#nav > li {
	text-align: center; 
	float: left;
	cursor: pointer;
}
#nav > li > a{
	  color: #fff;
	  text-decoration:none;
	  text-transform:uppercase;
		font-weight: bold;
		font: arial;
      font-size: 13px;
      width: 125px;
	border-right: 1px solid #fff;
}
#nav li a {
	display: block;
	padding: 14px 20px;
	line-height: 22px;
}
/* Оформление выпадающего меню */
#nav li ul{
	background-color: #043253;
	border: 1px solid #fff;
	width: auto !important;
}
#nav li ul li{
	text-align: left;
	border-bottom: 1px solid #fff;
} 
#nav li ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px;
} 
#nav li ul li:hover a{
	color:#ecc58e; /* #b5e857; */
}
/* */
.copyrights {
	position:relative;
   left: 0; bottom: 0;
   width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0px 10px 0px;
	background-color: #043253;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 13px;
}
/* table */
.tbl {
	border:1px solid black; 
	border-collapse: collapse;
	padding: 5px;
	width: 950px;
	font-weight: bold;
}
.tbl_faq {
	border:1px solid black; 
	border-collapse: collapse;
	padding: 5px;
	width: 950px;
	font-weight: bold;
}
.tbl_faq td {
	border: 1px solid #000;
	text-align: center;
}
.no_p p {
	margin: 0;
	padding: 0;
}
.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/br_1.png);
	text-align: center;
	z-index: 999;
}
.popup {
	display: inline-block;
	position: relative;
	width: 500px;
	height: 450px;
        overflow: hidden;
	margin-top: 15%;
	padding: 10px;
	border: 1px solid #383838;
	background: #fff;
}
.popup p {
        color: #006600; 
        font-weight: bold;
        font-size: 13px;
}
.close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 12px;
	padding: 5px;
	border-left: 1px solid #383838;
	border-bottom: 1px solid #383838;
	font-size: 14px;
	line-height: 12px;
	cursor: pointer;
}
.close:hover {
	font-weight: bold;
}
.error {
	margin: auto; 
	position: absolute; 
	right: 0; 
	left: 0; 
	bottom: 0; 
	top: 0; 
	width: 500px; 
	height: 75px; 
	padding: 10px; 
        background: #fff;
        border: 1px solid #383838;
}
#blink1 {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
  line-height: 32px;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(0, 128, 0, 1); }
  50% { color: rgba(0, 128, 0, 0); }
  100% { color: rgba(0, 128, 0, 1); }
}
@keyframes blink1 {
  0% { color: rgba(0, 128, 0, 1); }
  50% { color: rgba(0, 128, 0, 0); }
  100% { color: rgba(0, 128, 0, 1); }
}

#blink2 {
  -webkit-animation: blink2 3s linear infinite;
  animation: blink2 3s linear infinite;
  line-height: 32px;
}
@-webkit-keyframes blink2 {
  0% { color: rgba(13, 77, 11, 1); }
  50% { color: rgba(13, 77, 11, 0); }
  100% { color: rgba(13, 77, 11, 1); }
}
@keyframes blink2 {
  0% { color: rgba(13, 77, 11, 1); }
  50% { color: rgba(13, 77, 11, 0); }
  100% { color: rgba(13, 77, 11, 1); }
}

ul.slideshow {
	list-style:none;
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}
ul.reviews {
	list-style:none;
	width:899px;
	height:437px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	margin: 0 auto;
}

ul.slideshow li, ul.reviews li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show, ul.reviews li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 20px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
    font-size:30px;
    line-height: 50px;
}

.btn_questions {
	background: url(img/grn_btn.png) no-repeat; 
	width: 140px; 
	height: 47px; 
	color: #fff; 
	font-size: 17px; 
	line-height: 47px; 
	text-align: center;
	cursor: pointer;
}
.full_question {
	margin-bottom: 20px;
	 width: 790px; 
	 -webkit-border-radius: 10px; 
	 -moz-border-radius: 10px; 
	 border-radius: 10px; 
	 overflow: hidden; 
	 text-align: justify;
}
.packages {
	float: left;
	width: 300px; 
	height: 600px; 
	/* border: 1px solid #777; */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px; 
	border-radius: 50px;
	margin-right: 22px;
	
	color: #333; 
	font-family: Tahoma; 
	font-size: 13px; 
	overflow: hidden; 
	position: relative;
}
.modal_two {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: none;
	background: url(img/1px_blue.png);
	text-align: center;
	z-index: 999;
}
.arr {
	position: absolute; 
	width: 44px; 
	height: 44px; 
	z-index: 501;
	cursor: pointer;
}
.prev {
	background: url(img/prev_next.png) no-repeat;
	background-position: 0 0;
}
.prev:hover {
	background-position: 0 -44px;
}
.next {
	background: url(img/prev_next.png) no-repeat;
	background-position: -44px 0;
}
.next:hover {
	background-position: -44px -44px;
}
#list li a, #list2 li a {
	color: #043253;
}
#list li a:hover, #list2 li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.modal_form {
	margin: auto; 
	position: fixed; 
	right: 0; 
	left: 0; 
	bottom: 0; 
	top: 0;
	padding-top: 40px;
        display: none; 
        
        z-index: 1000; 
        -webkit-border-radius: 15px; 
        -moz-border-radius: 15px; 
        border-radius: 15px;
        
        background: url(img/paper.png) no-repeat; 
        width: 508px; 
        height: 375px;
        text-align: center;
}
.modal_form input {
	padding: 10px; 
	background: #efefef; 
	border: 1px solid #dedede; 
	color: #000; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	font-size: 16px;
	width: 300px;
	outline: none;
	margin: 10px 0;
}
#ok {
	background: #575757; 
	color: #fff; 
	padding: 5px; 
	border: 1px solid #383838; 
	cursor: pointer; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	width: 50px;
	text-align: center;
	margin: 10px;
}
.vert_form {
	float: right; 
	width: 120px; 
	margin-left: 5px; 
	background: transparent; 
	border: none; 
	border-bottom: 1px solid #1f5b85;
}
.vert_text {
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	text-align: right;
}
.vert_table td {
	padding-bottom: 5px;
}
.acc_form {
	margin: auto; 
	position: fixed; 
	right: 0; 
	left: 0; 
	bottom: 0; 
	top: 0;
	padding-top: 0;
        display: none; 
        
        z-index: 1000; 
        -webkit-border-radius: 15px; 
        -moz-border-radius: 15px; 
        border-radius: 15px;
        
	background: url('img/paper_vert.png') no-repeat;
	width: 375px; 
	height: 750px;
        text-align: center;
}
.prices_form {
	margin: auto; 
	position: fixed; 
	right: 0; 
	left: 0; 
	bottom: 0; 
	top: 0;
	padding-top: 0;
        display: none; 
        z-index: 9999;
        width: 650px;
        height: 500px;
}
.show_prices {	
	background: #1f5b85; 
	color: #fff; 
	margin: 10px auto; 
	display: inline-block; 
	*display: inline; 
	font-size: 20px; 
	text-align: center; 
	padding: 9px; 
	border: 1px solid #383838; 
	cursor: pointer; 
	margin-left: 10px;
	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

#buttoncallback {
	background: #b5e857;
	width:auto;
	display:inline-table;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#ffffff;
	font-size:18px;
	padding:10px;
	margin-left:50px;
	margin-top:10px;
	cursor: pointer;
}

.main_div {
    width: 950px; 
    background: #fff; 
    color: #043253; 
    padding: 25px; 
    margin: 0px auto; 
    line-height: 25px; 
    font-size: 15px; 
    overflow: hidden;
}
.max_width {
    width: 100%;
    padding: 0;
}
.left_part {
    float: left;
    width: 450px;
    padding: 25px;
}
.left_part h3 {
    text-transform: uppercase; 
    border-bottom: solid #ecc58e 3px;
    line-height: 48px;
}
.left_part p {
     font-size: 16px;
}
.blue_btn_450 {
    background: #043253; 
    color: #ecc58e;
    margin: 10px auto; 
    display: inline-block; 
    *dispaly: inline; 
    font-size: 20px; 
    text-align: center; 
    padding: 10px; 
    border: 1px solid #383838; 
    cursor: pointer; 
    width: 430px;
}
.blue_btn_450:hover {
    background: #0b2638;
}
.blue_line {
    width: 100%;
    background: #043253; 
    color: #ecc58e;
    text-align: center;
    font-size: 20px; 
    padding: 10px 0;
    margin: 15px 0;
    text-transform: uppercase;
}
.blue_place {
    width: 100%;
    background: #043253; 
    color: #fff;
    overflow: hidden;
}
.three_part {
    float: left;
    width: 300px;
    margin-left: 25px;
}
.three_part h3 {
    text-transform: uppercase; 
    text-align: center;
    font-weight: normal;
}
.btn_300 {
    width: 280px;
    margin-top: 0;
    margin-bottom: 20px;
    background: #ecc58e;
    color: #043253;
}
.btn_300:hover {
    background: #dcad69;
}
.h2_header {
    text-align: center; 
    padding: 15px 0; 
    margin: 0 25px; 
    text-transform: uppercase; 
    border-bottom: solid #ecc58e 3px;
}
.left_part_70 {
    float: left;
    width: 700px;
    height: 450px;
}
.right_part_30 {
    float: left;
    width: 260px;
    height: 410px;
    background: #fff; /* #ecc58e; */
    padding: 20px;
}
.acc_simple_form {
    background: url(img/paper.png) no-repeat; 
    width: 508px; 
    height: 375px;
    text-align: center;
	padding-top: 40px;
	margin: 0 auto;
}
.acc_simple_form input {
	padding: 10px; 
	background: #efefef; 
	border: 1px solid #dedede; 
	color: #000; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	font-size: 16px;
	width: 250px;
	outline: none;
}
.blue_form {
    float: left;
    overflow: hidden;
    background: #043253;
    color: #fff;
    width: 100%;
    margin: 25px auto;
    text-align: center;
    
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.blue_form input[type=text] {
	padding: 10px; 
	margin-bottom: 10px;
	border: 1px solid #fff;
	color: #043253; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	font-size: 16px;
	width: 400px;
	outline: none;
}
.blue_form input[type=checkbox] {
    margin: 20px 0;
}
.blue_form label {
    cursor: pointer;
}
#add_info {
    display: none;
}
.radio_place {
    margin: 10px 0;
}
.radio_place label {
    cursor: pointer;
}
.blue_form input[type="submit"] {
	background: #ecc58e; 
	color: #043253;
	border: 1px solid #043253; 
	cursor: pointer; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	text-align: center;
	margin: 10px;
	padding: 10px;
	font-size: 16px;
}
.header_bg {
    width: 100%; 
    height: auto; 
    background: url(img/header-bg-top.jpg) no-repeat top center; 
    background-color: #043253;
}
.header {
    width: 950px; 
    height: 62px; 
    margin: 0px auto;
}
.centred_1000 {
    margin: 0 auto; 
    width: 1000px;
}
.fixed_top_margin {
    padding-top: 136px;
}
.fixed_header {
    position: fixed; 
    width: 100%; 
    height: auto; 
    z-index: 900;
}
.menu_place {
    width: 100%; 
    background-color: #043253; 
    border-top: 1px solid #fff; 
    border-bottom: 1px solid #fff; 
    overflow: hidden;
}