

/* Start:/local/templates/RTWS1/components/bitrix/menu/top_menu_rtws/style.css?17558888614556*/
/* Modern Responsive Menu */
#horizontal-multilevel-menu {
    margin: 0;
    padding: 0;
    background: #004F75;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#horizontal-multilevel-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Base link styles */
#horizontal-multilevel-menu a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 0.7rem 1rem;
}

/* Root items */
#horizontal-multilevel-menu > li > a {
    font-size: 14px;
    position: relative;
}

#horizontal-multilevel-menu > li > a:hover {
    background: #003a58;
}

/* Selected states */
#horizontal-multilevel-menu li a.root-item-selected,
#horizontal-multilevel-menu li.item-selected > a {
    background: #eeeeee;
    color: #004F75;
}

/* Dropdown menus */
#horizontal-multilevel-menu li {
    position: relative;
}

#horizontal-multilevel-menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

#horizontal-multilevel-menu li:hover > ul,
#horizontal-multilevel-menu li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown items */
#horizontal-multilevel-menu li li {
    width: 100%;
}

#horizontal-multilevel-menu li li a {
    color: #333333;
    padding: 0.8rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    font-weight: 500;
}

#horizontal-multilevel-menu li li a:hover {
    background: #f8f9fa;
    color: #004F75;
}

/* Parent indicators */
#horizontal-multilevel-menu a.parent {
    position: relative;
    padding-right: 2.5rem;
}

#horizontal-multilevel-menu a.parent::after {
    content: "›";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 1.2em;
}

/* Nested dropdowns */
#horizontal-multilevel-menu li ul ul {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    background: #003a58;
    color: white;
    border: none;
    padding: 1rem;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    position: relative;
}

.menu-toggle::after {
    content: "☰";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.menu-toggle[aria-expanded="true"]::after {
    content: "✕";
}

/* Responsive styles */
@media (max-width: 1024px) {
    #horizontal-multilevel-menu {
        flex-direction: column;
        display: none; /* Скрываем всё меню по умолчанию */
        width: 100%;
    }

	#horizontal-multilevel-menu a {
		text-align: left;
	}

    #horizontal-multilevel-menu.menu-open {
        display: flex; /* Показываем при открытии */
    }
    
    .menu-toggle {
        display: block;
    }
    
    /* Скрываем все элементы меню когда закрыто */
    #horizontal-multilevel-menu:not(.menu-open) {
        display: none;
    }
    
    /* Показываем все элементы когда открыто */
    #horizontal-multilevel-menu.menu-open > li {
        display: block !important;
    }
    
    #horizontal-multilevel-menu li ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        margin-left: 1rem;
        display: none; /* Скрываем подменю по умолчанию */
    }
    
    #horizontal-multilevel-menu li.submenu-open > ul {
        display: block; /* Показываем подменю при активации */
    }
    
    #horizontal-multilevel-menu li ul ul {
        margin-left: 2rem;
    }
    
    #horizontal-multilevel-menu a.parent::after {
        transform: translateY(-50%) rotate(0deg);
    }
    
    /* Убираем ховер-эффекты на мобильных */
    #horizontal-multilevel-menu li ul {
        height: auto !important;
        width: auto !important;
    }
}

/* Accessibility improvements */
#horizontal-multilevel-menu a:focus {
    outline: 2px solid #ffffff;
    outline-offset: -2px;
}

/* Clearfix */
.menu-clear-left {
    clear: both;
}
/* End */


/* Start:/local/templates/RTWS1/styles.css?17555901022724*/
/*! RESPONSIVESLIDES*/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 
 .rslides {
  margin: 0 auto;
  }

.rslides_container {
  
  position: relative;
  }

.centered-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/local/templates/RTWS1/../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("/local/templates/RTWS1/../images/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
/* End */


/* Start:/local/templates/RTWS1/template_styles.css?17555901017077*/
/* ---------------------Reset----------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	}

ol, ul {
	list-style: disc;
}


ul li {

}


blockquote, q {
	quotes: none;
}

table, table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}

img {
	vertical-align:top;
}

embed {
	vertical-align:top;
}


article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}

mark, rp, rt, ruby, summary, time {
	display:inline;
}

input, textarea {
	border:0; 
	padding:0; 
	margin:0; 
	outline: 0;
}

iframe {
	border:0; 
	margin:0; 
	padding:0;
}

input, textarea, select {
	margin:0; 
	padding:0px;
}

/* -------------------------------------------- */
/* ------------------Style---------------------- */
/* -------------------------------------------- */
html, body {
	width:100%; 
	padding:0; 
	margin:0;
}

body {
	background: #ffffff url(/local/templates/RTWS1/images/bodybg.jpg) repeat-x;
	font: 14px 'helveticaneuecyrmedium', Arial, sans-serif;
	line-height: 150%;
}

/*----------Ссылки---------------*/
a {
	color: #004F75;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.button, input.button {	cursor: pointer;	color: #ffffff;	line-height: 12px;	font-family: 'helveticaneuecyrmedium', Arial, Helvetica, sans-serif;	font-size: 16px;	font-weight: bold;	background: #004F75;	border:1px solid #ffffff; -webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;;}
a.button {	display: inline-block;	text-decoration: none;	padding: 6px 12px 6px 12px;}
input.button {	margin: 0;	border: 0;	height: 24px;	padding: 0px 12px 0px 12px;}
a.button:hover, input.button:hover {}

/*-------------header */
header { 
	width: 960px;
	margin: 0px auto;
	height: 130px; 
	position: relative;
	background-image: url(/local/templates/RTWS1/images/bodybg.jpg);
}

header #logo {
	position: absolute; 
	top: 20px;
	left: 5px;
	width: 90px;
}

header #search {position: absolute;top: 20px;right: 10px;z-index: 15;}
#logo3 {position: absolute;top: 5px;left: 0px; width: 120px;}
#logo3 img {
	/*height: 100px;*/
}
header .button-search {	position: absolute;	left: 0px;	background: url('/local/templates/RTWS1/images/button-search.png') center center no-repeat;	width: 28px;	height: 24px;	border-right: 1px solid #CCCCCC;	cursor: pointer;}

header #search input {	background: #FFF;	padding: 1px 1px 1px 33px;	width: 222px;	height: 21px;	border: 1px solid #CCCCCC;	-webkit-border-radius: 3px 3px 3px 3px;	-moz-border-radius: 3px 3px 3px 3px;	-khtml-border-radius: 3px 3px 3px 3px;	border-radius: 3px 3px 3px 3px;}



/*Тэг "nav", в котором лежит меню сайта*/


nav {
        width:960px;
	margin: 0 auto 5px auto;
	background:#004F75; 
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.featured{width:960px; margin:0 auto;}


nav ul li {
	text-align: center;
}

nav ul li{
	width: 184px;
}

nav ul li:nth-child(4) {
	width: 260px;
}

nav ul li:nth-child(1) {
	width: 148px;
}



/*-------------content */

p {

}

h4 {
	font-size: 16px;
}


#content {}

.main-content{}
.main-content article{margin: 20px 0;overflow:hidden; position:relative}
.main-content .heading h2{ font-size:22px; line-height:25px; letter-spacing:-1px; font-weight:normal; margin:10px 0;}
.main-content .heading .info{font-size:12px; font-style:italic;}
.main-content .content{}

.heading h2{ font-size:22px; line-height:25px; letter-spacing:-1px; font-weight:normal; margin:10px 0;}

.main-content .main-picture img{
	/*float:left; */
	height: 170px;
	margin: 5px; 
	/*padding: 8px; */
	/*border: 3px solid #999;*/
}

.main-content p {
	margin: 5px 0;
	font-size: 14px;
	text-indent: 20px;
}

.main-content video {
	width: 290px;
	padding: 0px;
	margin: 0px;
}

.news-detail p {
	text-indent: 20px;
}

.main-content .footer{}
.main-content .footer .more{float:right;}
.main-content .footer .more a{ text-decoration:none; text-transform:uppercase;}

.sidebar .heading {
	text-align: center;
	font-size:22px;
	font-weight:normal;
	padding: 10px;
	color:#004F75;
}

.sidebar .content {
	padding:15px;
	/*border-top:3px solid #8B8B8B;*/
}

.sidebar .content img{float:left; margin:5px;}
.sidebar .content a{color:#004F75;}

.content ul {
	list-style-type: disc;
list-style-position: inside;
}

/* Картинка последнего цунами */
.last-tsunami {
	margin: 0px 0px 5px 0px !important;
	max-width: 260px;
}

.about-text p {
	text-align: justify;
}

.about-text img {
	margin-bottom: 20px;
}

/*------------footer */ 
footer { 
	background:#0E2E4A;
}
footer .wrapper {

}

footer .heading{ 
	color: #FFFFFF; 
	padding-bottom: 5px; 
	padding-left: 10px;
	font-size: 20px; 
	font-weight: normal; 
	text-transform: uppercase;
}

footer .content {	
	color: #FFFFFF; 
	padding-left: 10px;
}

footer .content a 	{	
	color: #CCCCCC;
	font-size: 16px;
}

footer .content a:hover	{	
	color: #FFFFFF;
	font-size: 16px;
}

footer .content img {
	/*float: left; */
	width: 90px;
	margin: 5px;
	border-radius: 50px;
}

footer ul { 
	margin: 0; 
	padding: 0;
	list-style-image: none;
}

footer ul li { list-style:circle;margin-left:20px;}
footer ul li a { font-size:16px; color:#FFFFFF;}
footer ul li a:hover {color:#FFFFFF; text-decoration:none; cursor:pointer;}


.datatable {
	width: 100%;
	height: 220px;
	border: 2px solid black;
}

/*-------------copyright*/
#copyright { 
	width:100%; 
	display: inline-block; 
	text-align: center;
	padding: 8px 0px;
	/*color: #ffffff;*/
}

#copyright a {
	color: #ffffff;
}

#copyright p {
	font-size: 16px;
}

#login { 
	width: 100%; 
	display: inline-block; 
	text-align: right;
	color: #ffffff;
}

#login a {
	color: #ffffff;
	font-size: 16px;
	margin-right: 30px;
}

.leftside {
	padding-bottom: 15px !important;
}

.leftside a {
	font-size: 16px;
}

.contentabout {
	color: black !important;
}
.contentabout p {
	font-size: 12pt !important;
}

/* Посты измерения уровня моря */
#starttime, #period, #refresh-button {
	/*font-size: 16px;*/
}

.post-list a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 12px !important;
}

.post-list a:hover {
	color: black;
}

.post-header-2 {
	margin-top: 20px;
}

.period-select .col-1-3{
	margin-top: 0px !important;
	margin-left: 0px !important;
}

/*Детальная новость - шаблон битрикса*/

.news-detail {
	min-height: 590px;
}
/* End */
/* /local/templates/RTWS1/components/bitrix/menu/top_menu_rtws/style.css?17558888614556 */
/* /local/templates/RTWS1/styles.css?17555901022724 */
/* /local/templates/RTWS1/template_styles.css?17555901017077 */
