/* Getting the new tags to behave */
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
}
/* Global properties ======================================================== */
body {
	color:#8b94a6;
	font:12px/16px Verdana, Geneva, sans-serif;
	background:url(../images/body_bg.jpg) no-repeat center 50px #000;
}

html, body {
	height:100%;
}
p {
	padding-top:16px;
}
strong {
	color:#fff !important;
}
a {
	color:#fff;
	outline:none;
}
a.uppercase {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a.uppercase:hover {
	text-decoration: underline;
}
h1, h2 {
	font:30px/30px Verdana, Geneva, sans-serif;
	color:#efeceb;
	margin-bottom:22px;
	background:url(../images/h_bg.png) no-repeat 3px 14px scroll;
	padding-left: 24px;
	text-transform: uppercase;
}
h3 {
	font:24px/24px Verdana, Geneva, sans-serif;
	color:#FF0;
	padding-left:28px;
	margin-bottom:15px;
	background-repeat:no-repeat;
	background-position: 0 2px;
        
}
h3.bg1 {
	background-image:url(../images/h_bg1.png);
}
h7 {
	font:18px/18px Verdana, Geneva, sans-serif;
	color:#FF0;
	padding-left:28px;
	margin-bottom:15px;
	background-repeat:no-repeat;
	background-position: 0 2px;
        
}
h7.bg1 {
	background-image:url(../images/h_bg1.png);
}
h3.bg2 {
	background-image:url(../images/h_bg2.png);
}
h3.bg3 {
	background-image:url(../images/h_bg3.png);
}
h4 {
	font: normal 24px/24px Arial, Helvetica, sans-serif;
	color:#7f90a1;
	margin-bottom:20px;
	text-transform:uppercase;
}
h5 {
	font: bold 18px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom: 20px;
}
h5 span {
	font: normal 16px/18px Arial, Helvetica, sans-serif;
}
/* Global Structure ============================================================= */
#main {
	margin: 0 auto;
	position: relative;
	max-width: 1000px;
}
header {
	height:197px;
	width: 100%;
}
section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 53px;
        color: #C9C9C9;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.col_1, .col_2, .col_3, .col_4 {
	float:left;
}
.uppercase {
	text-transform:uppercase;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.margin-1 {
	margin:25px 0 0 4px;
}
.margin-2 {
	margin-bottom:31px;
}
.margin-3 {
	margin:50px 0 60px 0;
}
#page1 .margin-3 {
	margin:-40px 0 0 0;
}
.margin-4 {
	margin-bottom:12px;
}
.margin-5 {
	margin:0 0 0 15px;
}
.padding-1 {
	padding-top:8px;
}
.padding-2 {
	padding-top:22px;
}

/*----- form defaults -----*/
input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}
/*----- other -----*/
.img-indent {
	margin:5px 24px 0 3px;
	float:left;
}
/*===== header =====*/

#logo {
	float:right;
	padding:23px 0 0 0;
	width:725px;
}
nav {
	width:910px;
	margin-left:46px;
	height:66px;
	background: url(../images/nav_bg.png) no-repeat 0 0 scroll transparent;
	margin-top:5px;
	overflow: hidden;
}
#page1 nav {
	margin-top:545px;
}
.sf-menu {
	margin:			0;
	padding:		0;
	list-style:		none;
	padding-left:7px;
}
.sf-menu li {
	display:block;
	float:left;
	padding-top:7px;
}
.sf-menu .last {
	background:none;
}
.sf-menu li a {
	display:block;
	padding: 9px 8px 15px 9px;
	font: 16px/16px Arial, Helvetica, sans-serif;
	color:#888991;
	text-decoration:none;
}
.sf-menu li a span {
	display:block;
	float:left;
	font-size:11px;
	padding-top:3px;
	padding-right:5px;
	color:#fff;
}
.sf-menu li a:hover, .sf-menu li.active a {
	color:#fff;
	background:url(../images/menu_li_hover.png) repeat-x 0 0 scroll;
}
/*===== content =====*/
#page1 #content {
	background:none;
	margin-bottom:15px;
}
#content .inside {
	padding:24px 28px 60px 29px;
}
#page2 #content .inside {
	padding-bottom: 70px;
}
#page3 #content .inside, #page4 #content .inside {
	padding-bottom: 20px;
}
#page5 #content .inside {
	padding:25px 0 60px 29px;
}
#page6 #content .inside, #page9 #content .inside {
	padding-bottom: 50px;
}
#page7 #content .inside {
	padding:25px 0 60px 29px;
}
#page7 h2 { margin-left: 5px;}

#content_top {
	background:url(../images/c_top_1.png)  repeat-x top scroll;
	margin: 0 44px 0 46px;
	padding:10px;
}
#content_center {	background:url(../images/c_top_2.png)  repeat-x top scroll;
}
#content_bot {
	background:url(../images/c_bot.png) no-repeat 46px bottom scroll;
	overflow:hidden;
	height: 11px;
}
#content .last {
	margin-right:0 !important;
}
#content .col_1 {
	width:254px;
	margin-right:28px;
	margin-left:2px;
	padding-bottom: 34px;
}
#content .col_1 img {
	margin: 4px 0 14px 1px;
}
#content .col_2, #content .playlist_col {
	float:left;
	width:400px;
	margin-right:40px;
}
#content .col_3 {
	width:400px;
	margin-right:15px;
}
#content .col_4 {
	width:500px;
	padding-top:2px;
}
#content .hit {
	background:url(../images/divider.png) no-repeat 28px bottom;
	height: 30px;
	margin-bottom:2px;
}
#content .hit.last {
	background: none;
}
#content .hit .col_1 {
	width:30px;
	margin:0;
	color: #fff;
	padding: 5px 0 0 2px;
}
#content .hit .col_2 {
	width:21px;
	padding-top:3px;
	margin:0;
}
#content .hit .col_2 a img { width:21px; height:21px;}
#content .hit .col_2 a {
	display:block;
	background:url(../images/icon_play.png) no-repeat 0 0;
}
#content .hit .col_2 a.playing {
	background-image:url(../images/icon_playing.png);
}
#content .hit .col_3 {
	width:292px;
	padding:5px 0 0 8px;
	margin:0;
}
#content .hit .col_4 {
	width:46px;
	padding: 4px 0 0 0;
}
#content .hit .col_4 img {
	margin-left:3px;
}
#content .uppercase {
	color:#fff;
}
.scroll {
	height:446px;
	overflow-y: scroll;
}
.row_1 {
	padding-top:5px;
}
.row_1 .col_1 {
	width:184px;
	margin-right:24px;
	padding:0;
}
.row_1 .col_1.last {
	margin:0;
}
.row_1 .time {
	color:#fff;
	font: 12px/18px Arial, Helvetica, sans-serif;
	padding-top:16px;
}
.row_1 .title {
	color:#7f90a1;
	font: 16px/18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.news_box {
	padding:5px 0 0 0;
	margin:0;
}
.news_box.full {
	border-bottom:1px solid #1d1e25;
	margin:0 0 20px 0;
	padding:12px 0 10px 0;
}
.news_box .pad {
	padding:0 0 24px 0;
}
.news_box.full .pad {
	padding:0 0 18px 0;
}
.news_box img {
	margin: 6px 22px 3px 2px;
}
.date {
	float:left;
	color:#8b94a6;
	width: 96px;
	background: url(../images/icon_time.png) no-repeat 0 0 scroll transparent;
	padding-left: 29px;
	line-height: 24px;
	margin-left: 3px;
}
.title {
	float:left;
	color:#fff;
	text-transform: uppercase;
	width: 705px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 5px;
}
.news_box.full .title {
	margin-bottom: 22px;
}
a.news_button {
	position:absolute;
	bottom:0;
	left:50%;
	width:23px;
	height:19px;
	background:url(../images/news_button.png) no-repeat 0 0 scroll transparent;
	text-decoration: none;
}
#map {
	float:left;
	width:312px;
	padding-bottom: 50px;
	height: 493px;
	background:url(../images/map.jpg) no-repeat 0 0;
	padding: 6px;
	margin: 5px 0 0 5px;
}
ul.list li {
	height:31px;
	width:398px;
	margin-bottom:1px;
	background:url(../images/list_li_bg2.png) repeat 0 0;
	overflow: hidden;
}
ul.list li.even {
	background:url(../images/list_li_bg1.png) repeat 0 0;
}
ul.list li a {
	display:block;
	float:left;
	font:12px/12px Verdana, Geneva, sans-serif;
	color:#bdc7dc;
	padding:9px 0 10px 12px;
	margin-left:12px;
	background: url(../images/arrow.png) no-repeat 0 14px;
	text-decoration: none;
}
ul.list li a:hover {
	text-decoration:underline;
}
ul.list li span {
	display:block;
	float:right;
	padding: 4px 7px;
	background:url(../images/price_bg.png) repeat-x 0 0;
	color:#fff;
	margin: 3px 8px 0 0;
	font-weight: bold;
	text-align: center;
}
/*----- forms -----*/
#contactform {
	padding-top:50px;
}
#contactform .col_1 {
	width:395px;
}
#contactform fieldset {
	border:none;
}
#contactform label {
	display:block;
	height:30px;
	overflow:hidden;
	background:url(../images/input-bg.gif) no-repeat 0 0;
	vertical-align:top;
}
#contactform input, #contactform textarea,#friendform input, #friendform textarea {
	width:411px;
	padding:7px 0 7px 5px;
	background: url(../images/input_bg.png) repeat 0 0 scroll transparent;
	border:1px solid #6f7380;
	color:#6c7381;
	margin-bottom:10px;
	font: 11px/12px Verdana, Geneva, sans-serif
}
#contactform textarea,#friendform textarea {
	width:411px;
	height:180px;
	overflow:auto;
	margin-bottom:11px;
}
 input::-moz-focus-inner, button::-moz-focus-inner {
padding:0;
border:0;
}

#contactform .button, #friendform .button {
	display:inline-block;
	float:left;
	width:auto;
	vertical-align:top;
	font-size:18px;
	line-height:18px;
	color:#f8f3ef;
	padding:0 0 0 23px;
	margin:0 22px 0 -3px;
	background: url(../images/arrow1.png) no-repeat 0 3px;
	border:none !important;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	height: 18px;
}
#friendform .button {
   font-size:24px; 
}

#centbtn .button{
    float: none;
    margin: 0px;
}
.success {
	padding-bottom:15px;
}
/*===== footer =====*/

footer {
    width: 100%;
    max-width: 920px;
    margin: 0 auto; /* Автоматично центрує футер по горизонталі */
    font: 12px/16px Arial, Helvetica, sans-serif;
    padding-bottom: 40px;
    position: relative;
    clear: both;
    margin-top: 77vh;
}

#footer_button {
    width: 41px;
    height: 41px;
    background-image: url(../images/footer_button.png);
    background-position: left center;
    margin: 0 auto; /* Ідеально центрує кнопку на будь-якому екрані */
    text-align: center;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
    position: relative;
    z-index: 995;
    display: block;
}

#footer_higher {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #656b79;
    padding-top: 20px;
}

#footer_higher strong {
    color: #90a5b4 !important;
}

#footer_higher a {
    color: #455361;
}

#footer_higher #footer_content {
    width: 100%;
    margin: 0 auto;
    display: none; /* Залишаємо none, якщо контент відкривається скріптом при кліку на кнопку */
    overflow: hidden;
    padding-bottom: 29px;
}

/* Видалив старі стилі колонок (#footer_left, #footer_right, col_1, col_2), бо вони більше не потрібні */

.footer-copyright {
    text-align: center;
    color: #656b79;
    padding-top: 25px;
    width: 100%;
}

.footer-copyright a {
    color: #656b79;
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

@media (max-width: 430px) {
    footer {
        margin-top: 88vh;
    }
}

/* Новий клас для акуратного відображення чату по центру */
.chat-container {
    padding: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chat-container h2 {
    margin-bottom: 15px;
    color: #fff; /* Колір заголовка чату, налаштуйте під свій дизайн */
}
#social_icons {
	padding:17px 0 15px 1px;
	
	float: left;
}
#social_icons img {
	float:left;
	margin-left:4px;
}
#phone {
	background:url(../images/icon_phone.png) no-repeat 0 3px scroll transparent;
	font:26px/26px Arial, Helvetica, sans-serif;
	color:#7d7a7c;
	padding-left:33px;
        height: 40px;
}
#skype{
    	background:url("../images/skype.png") no-repeat scroll 0 3px / 25px auto transparent;
	font:26px/26px Arial, Helvetica, sans-serif;
	color:#7d7a7c;
	padding-left:33px;
        height: 70px;
}
#twitter {
	float:left;
	width:257px;
	padding-top:2px;
	height:214px;
	overflow: hidden;
	margin-bottom: 12px;
}
#twitter .pad {
	padding: 3px 0 0 13px;
}
#twitter .item {
	overflow:hidden;
	margin-bottom:8px;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#455361;
}
#twitter figure {
	float:left;
	width:46px;
	margin-top: 1px;
}
#twitter .twit {
	float:left;
	background:url(../images/twitter-box-bg.png) no-repeat 0 0 scroll transparent;
	width:171px;
	height:48px;
	padding:5px 10px 10px 20px;
	margin-left:0px;
}
#twitter span {
	display:block;
	color:#fff;
	margin-top: 4px;
}
#twitter a {
	color:#90a5b4;
	text-decoration:underline;
}
#twitter a:hover {
	color:#90a5b4;
	text-decoration:none;
}
#twitter .scroll {
	height:300px;
	overflow-y: scroll;
}
.twitter_button { padding-top:12px;}
#gallery { margin: 38px 0 0 0;}
#gallery .item {
	margin: 0 18px 18px 0;
	position:relative;
}
#gallery a.btn_readmode {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 21px;
	height: 21px;
	z-index:2;
}
#gallery .img_description {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1!important;
	opacity: 0;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	color:#8b94a6;
}
#gallery .outer_img {
	overflow:hidden;
}
#gallery .outer_img:hover .img_description {
	opacity: 1;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	background: url(../images/gallery_text_bg.png) repeat 0 0;
}
#gallery .img_description .pad {
	padding:20px;
}
.apkdown{
    display:block;
    background-image: url('../images/bt/bgandroid.png');
    cursor:pointer;
    height: 100%; 
    line-height: 500;
}
.apkdown:hover{
    background-image: url('../images/bt/bgandroidhover.png');
}
.chatbtn{
        display:block;
    background-image: url('../images/bt/btchat.png');
    cursor:pointer;
    height: 100%; 
    line-height: 500;
}
.chatbtn:hover{
    background-image: url('../images/bt/btchathover.png');
}
.exitchatbtn{
        display:block;
    background-image: url('../images/bt/btexitchat.png');
    cursor:pointer;
    height: 100%; 
    line-height: 500;
}
.exitchatbtn:hover{
    background-image: url('../images/bt/btexitchathover.png');
}

.btaction{
        display:block;
    background-image: url('../images/bt/btaction.png');
    cursor:pointer;
    height: 100%; 
    line-height: 500;
}
.btaction:hover{
    background-image: url('../images/bt/btactionhover.png');
}
.error{
    color:#ff0000;
    font-size: 10px;
    font-weight: bolder;
}
.actionname {
    color: #FF0000; 
    font-weight: bold; 
    font-size: 22px;
    padding-bottom: 10px;
    padding-top:20px;
    text-align: center; 
}

.box {  
  display: none; /* по умолчанию прячем все блоки */  
}  
.box.visible {  
  display: block; /* по умолчанию показываем нужный блок */  
} 
.section {
	
	margin: 0 0 30px;
}
ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 0px solid #DDD;
	background: url("../images/c_top_1.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 2px;
	color: #fff;
	cursor: pointer;
	
    
	border: 0px solid #E4E4E4;
	border-bottom: 0px solid #F9F9F9;
	position: relative;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #F70;

}
.tabs li.current {
	color: #fff;
	background: url("../images/menu_li_hover.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	padding: 0 13px 2px;
	border: 0px solid #D4D4D4;
	border-bottom: 0px solid #EFEFEF;
}
.box {
    display: none;
    background: url("../images/c_top_1.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 20px;
    font: 11px/1.2em Arial,Helvetica,sans-serif;
	
}
.box.visible {
	display: block;
        
}
#floatdiv1,#floatdiv2,#floatdiv3,#floatdiv4{
    padding-top: 30px;
}

.showme{
    background-color: none;
    text-decoration:none; 
    color: #000;
    font-size: 12px;
    left: 50%;
    margin-left: -95px;
    min-height: 50px;
    position: absolute;
    text-shadow: 0.5px 0.5px 0.5px gray;
    top: 20px;
    width: 190px;
    
}
#lookundertable{
    height: 105px;
}

@media (max-width: 430px) {
    body {
        background-position-x: initial;
        width: auto;
        background-size: contain;
    }
    #bstr{
        display:none;
    }
}
    
