

/*

*/

/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.box {
	overflow:hidden;
}
.clear {
	clear:both;
	width: 100%;
}
.last {
	background:none !important;
	border:none !important;
}
.pad_0 {
	padding:0 !important;
}

a, a > * {
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	     -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	        transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}


/*  BASIC WP STYLES start  */

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }

/*  BASIC WP STYLES end  */

/* Добавить/обновить в booster-style.css */
/* Update content positioning */
#sliderWrapper {
    position: relative;
    margin-top: -20px; /* Move content up */
}

#content {
    float: left;
    display: block;
    width: 720px;
    height: 100%;
    background: url(./../images/content_plane.jpg) 0 0 repeat;
    margin-top: -20px; /* Move content section up */
}

.contPad {
    padding: 5px 0 0 20px;
	min-height: 1600px; /* Добавляем минимальную высоту */
}





/* Мобильное меню */
#mobileHeader {
    background: #111111; /* Тот же темный цвет, что и основной фон */
    width: 100%;
}

#menuMobile {
    background: #111111; /* Тёмный фон */
    padding: 10px 0;
}

#menuMobile li {
    text-align: center;
}

#menuMobile li a {
    color: #fff; /* Белый цвет текста */
    font-size: 21px;
    text-shadow: 1px 1px 1px #000000;
    padding: 5px 15px 7px 15px;
}

@media only screen and (max-width: 767px) {
    #content {
        margin-top: 0px !important; /* Уменьшаем отрицательный отступ для мобильной версии */
    }
}


/* Активные состояния для мобильного меню */
#menuMobile li a:hover,
#menuMobile li.active a {
    background-color: rgba(255, 145, 0, 0.61); /* Оранжевый цвет как в десктопной версии */
    color: #fff;
}


/* Global properties ======================================================== */
body, html, .extra, .main {
	height:100%;
	min-width:940px;
	min-height:700px;
}
#leftSide, #content {
	min-height:700px;
}
body {
	overflow:hidden;
	border:0;
	font:16px/22px "Trebuchet MS", Arial, sans-serif;
	color:#505050;
	text-transform:none;
	background:url(./../images/big-bg.jpg) center bottom no-repeat;
	/*text-shadow: 0.5px 0.5px 0.5px #000000;	*/
}

/* Global Structure ============================================================= */
.extra {
	overflow:hidden;
	position:relative;
}
.main {
	position:relative;
	width:940px;
	height:100%;
	overflow:hidden;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
			box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);	
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.page_spinner {
	position:fixed;
	background: url(./../images/main_spinner.gif) 50% 50% no-repeat #1c1c1c;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#fff;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #fe911d;
}
a.slider-read-more {
	color:#fff;
	text-decoration: none;
	outline:none;
	text-shadow: 1px 1px 1px #000000;
}
a.slider-read-more:hover {
	text-decoration: none;
	color: #fe911d;
}

h1 {
	padding:0 0 0 0;
	font:20px/ 20px 'Oswald', sans-serif;
	padding-bottom:35px;
	color:#fefefe;
}


.title_box_shadow{
	height:18px; 
	background: url(./../images/shadow.png) no-repeat; 
	margin-bottom: 40px;
}
h1.entry-title {
	background:#fe911d url(./../images/tagline_bg.png); 
	padding:16px 15px 17px; 
	margin-right: 19px;	
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;	
	text-shadow: 1px 1px 1px #000000;
	color: #fff;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
} 

h1.entry-title span {
	text-shadow: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	color: #353036;
	margin-left: 35px;
}

h2 {
	font:18px/ 18px 'Oswald', sans-serif;
	padding-bottom:35px;
	color:#fefefe;
	text-shadow: 1px 1px 1px #000000;
}
h3 {
	font:14px/ 16px 'Oswald', sans-serif;
	margin-bottom:18px;
	color:#fff;
	text-shadow: 1px 1px 1px #000000;
}
h4 {
	color:#fff;
	font-weight:normal;
	font:12px/ 14px 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #000000;
}
h5 {
	color:#fff;
	font-weight:normal;
	font:10px/ 12px 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #000000;
}
p {
	padding-bottom:16px;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
}
.color1 {
	color:#3f91da;
}
/* ============================= leftSide ====================== */
/* Updated 2025-04-09 14:33:51 UTC by mozapp666 */

#leftSide {
    position: relative;
    overflow: visible !important;
    float: left;
    width: 220px;
    height: 100%;
    background: url(./.././../images/bg-left-side.jpg) 0 0 repeat;
    z-index: 5;
    margin-top: 0px; /* Move left panel up */
}

.logo {
    margin-left: 31px;
    margin-top: 0px; /* Adjust logo position */
}

#menu {
    text-align: center;
    padding: 1px 5px 0;
    height: 320px;
    margin-top: -10px; /* Move menu up */
}

/* ============================= menu ====================== */
#menu {
	text-align:center;
	padding:1px 5px 0;
	height:320px;
}
#menu  li.active a,
#menu  li.active a:hover {
	background-color: #353036;
	color: #fff;
	padding: 5px 15px 7px 15px;
	text-shadow: 1px 1px 1px #000000;
}
#menu  li a{
	padding: 5px 15px 7px 15px;	
}
#menu  li a:hover {
	background-color: #fe911d;
	color: #fff;
	padding: 5px 15px 7px 15px;	
	text-shadow: 1px 1px 1px #000000;
}

#menu > li {
	display:block;
	
	/*border-bottom: 1px solid #dad8d8;*/
}
#menu > li a {
	display:inline-block;
	font:18px/18px 'Oswald', sans-serif;
	color:#434343;
	text-decoration:none;
}

#menu li.with_ul ul.submenu li a {
	color:#434343 !important;
	font-size:10px;
	background-color: transparent !important;
	padding: 1px 3px 3px 3px;	
	text-shadow: none !important;
}
#menu li.with_ul ul.submenu li a:hover {
	color: #fff !important;
	background-color: #fe911d !important;
	text-shadow: 1px 1px 1px #000000 !important;
}
.submenu {
	padding:6px 0;
}
.submenu li {
	padding:0 0px;
	display:inline-block;
}
li.with_ul a { color: #434343 !important; }
ul#menu li.with_ul a:hover { color: #fff !important; background-color: #fe911d !important; }
li.active a { color: #fff !important; }

/* ============================= slider ====================== */
#slider {
	position:absolute;
	left:220px;
	list-style:none;
	width:725px;
	display:block;
	overflow:hidden
}
#slider li {
	float:left;
	overflow:hidden;
	position:relative;
}
#slider li > span{
	position:absolute;
	top:745px;
	left:0;
	width:47px;
	height:30px;
	background:url(./../images/num_plane.png) 0 0 no-repeat;
	padding:18px 1px 0 0;
	font:10px/ 10px 'Oswald', sans-serif;
	color:#fff;
	text-align:center;
}
#slider li > div{
	position:absolute;
	top:550px;
	left:-350px;
	width:302px;
	height:302px;
	text-align:center;
	background:url(./../images/despription_plane.png) 0 0 no-repeat;
	z-index:3;
}
#slider li > div > div{
	display:inline-block;
	padding:74px 0 6px;
	width:239px;
	border-bottom:1px solid #2b2b2b;
}
#slider li > div > div > h2{
	padding-bottom:15px;
}
#slider li > div > span{
	display:block;
	padding-top:28px;
	font:30px/ 30px 'Oswald', sans-serif;
	color:#fff;
}
/* ============================= content ====================== */
#content {
	float:left;
	display:block;
	width:720px;
	height:100%;
	background:url(./../images/content_plane.jpg) 0 0 repeat;
}
#content > ul {
	position:relative;
	display:block;
	width:720px;
	height:600px;
}
#content > ul > li {
	position:absolute;
	width:720px;
	top:0;
	left:0;
}
.contPad{
	padding:5px 0 0 20px;
}
.padBot{
	padding-bottom:46px;
}
.link{
	display:inline-block;
	margin-top:15px;
}
a.link-blog {
	color: #777777; 
	text-shadow: 1px 1px 1px #000000;
}
a.link-blog:hover {
	color: #FE911D; 
	text-shadow: 1px 1px 1px #000000;
}
.imgIndent1{
	padding-bottom:28px;
}
.google_map{
	float:left;
    width: 430px;
    height: 145px;
}
.address {
	padding-top:25px;
	float:left;
	width: 430px;
}
.address p {
	color: #fff
}
.address p span{
	color: #fe911d;
}
.address p a {
	color: #fe911d;
}
.address p a:hover {
	color: #fff;
}
/* ============================= scroll ====================== */
.scroll {
	height:387px;
}
.scroll2 {
	height:397px;
}
.scroll3 {
	height:397px;
}
.scroll4 {
	height:394px;
}
.shuttle {
	width:7px;
	height:134px;
	background:url(./../images/shuttle.jpg) 0 0 no-repeat;
}
.shuttle:hover{
	background-position: 100% 0;
}
/*  
.track{
	position:absolute;
	top:143px;
	left:692px;
	width:7px;
	height:406px;
	background:url(./../images/track.png) 0 0 no-repeat;
}
*/
/* ============================= lists ====================== */
.imgList1 li{
	position:relative;
	float:left;
	margin-right:15px;
}
.imgList1 li a > span{
	position:absolute;
	top:0;
	left:0;
	width:159px;
	height:114px;
	background:url(./../images/page2_hover.png) 0 0 no-repeat;
}
.imgList2 li{
	width:211px;
	float:left;
	margin:0 18px 22px 0;
}
.imgList3 li{
	position:relative;
	width:208x;
	float:left;
	margin:0 15px 23px 0;
}
.imgList3 li a > span{
	position:absolute;
	top:0;
	left:0;
	width:198px;
	height:148px;
}
.imgList3 li h4{
	padding-top:13px;
}
.list1 {
	overflow:hidden;
	width:243px;
}
.list1 li{
	display:block;
	overflow:hidden;
	margin-bottom:9px;
	border-bottom:1px solid #2a2a2a;
}
.list1 .lastLi{
	margin-bottom:0;
	border-bottom:none;
}
.list1 li img{
	float:left;
	padding: 0 12px 9px 0;
}
.list1 li div{
	padding-top:10px;
	width:150px;
	float:left;
	overflow:hidden;
}
.list2 > li{
	display:block;
	overflow:hidden;
	margin-bottom:24px;
}
.list2 > li img{
	float:left;
	padding-right: 18px; 
}
.list2 > li div{
	overflow:hidden;
	width:245px;
	float:left;
}
/* blog */
.list3 > li{
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	width: 311px;
	float: left;
	margin-right: 35px;
}

.list3-single > li{
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	width: 652px;
	float: left;
}


/***************/
.num-comments {
	float: right;
	position: relative; 
	top: -16px;
}

.num-comments p {
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	font-family: 'Oswald', sans-serif;
	display: inline;
	margin-left: 3px;
}
.bigBlogImg {max-width:642px;}
.postVideo {max-width:652px;}
h1.blog-post-title {
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;	
	padding: 0;
}

.post-details {
	background:#fe911d url(./../images/tagline_bg.png); 
	padding:5px 15px 6px; 
	margin-top: 10px;
	
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	
	
	color: #fff;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
}
.title_box_shadow_post{
	height:18px; 
	background: url(./../images/shadow-post.png) no-repeat; 
	margin-bottom: 40px;
}

.post-details ul {
	text-align:center;
}

.post-details ul li {	
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #212121;
	font-size: 12px;
	display: inline;
	text-transform: lowercase;
}
.post-details ul li a {	
	color: #fff;
	text-shadow: 1px 1px 1px #000000;	
}
.post-details ul li a:hover {	
	color: #dcdada;
	text-shadow: 1px 1px 1px #000000;	
}

#comments input {
	margin:0;
	border:1px solid #363636;
	background-color:#262626;
	padding:8px 0 8px 10px;
	width:265px;
	box-shadow:none;
	color: #777777;
	text-shadow: 1px 1px 1px #000000;
}
#comments textarea {
	resize: none;
	margin:0;
	border:1px solid #363636;
	background-color:#262626;
	padding:8px 0 5px 10px;
	width:465px;
	height:115px;
	overflow:auto;
	line-height:18px;
	color: #777777;
	text-shadow: 1px 1px 1px #000000;
}
#comments label {
	position:relative;
	display:inline-block;
	min-height:45px;
}
#comments .error, #comments .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	color:#fff;
	text-transform:none;
	text-shadow: 1px 1px 1px #000000;
}
p#blog-post-form-allow  span.required{
	color: #fe911d;
	font-size: 10px;
}
p#blog-post-form-allow,
p#blog-post-form-allow  span.dashed{
	color: #fff;
	font-size: 9px;
}

input#submit-comment {
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	background: #fe911d;
	text-align: center;
	margin-top: -20px;
	float: right;
	color: #fff;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #000000;
	border: none;
	padding: 5px 7px 6px;
	width: auto;
}

/* == WP CSS - Comment Styles == */
.comment-author img { text-align: left; float: left; margin-right: 20px;}
.vcard { text-align: left; }

/* text for author of comment */
span.fn { 
	display: block; 
	color: #777777; 
	font-size: 10px; 
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #000000; 
} 
span.fn a { 
	display: block; 
	color: #777777; 
	font-size: 10px; 
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #000000; 
}

/* text for date of comment */
span.date-and-time a{ 
	margin-bottom: 20px; 
	display: block; 
	color: #777777; 
	font-size: 10px; 
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #000000; 
} 

.comment-awaiting-moderation {
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #000000; 
	color: #fe911d;
	font-style: normal;
}


.commentlist .reply { margin-bottom: 30px !important; }
.commentlist .reply a {
	color: #fe911d;
	margin-bottom: 30px !important;
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #000000; 
}
.commentlist .reply a:hover {
	color: #777777;
}

ol.commentlist li ul.children li.depth-2 { margin: 0 0 30px 30px;  }
ol.commentlist li ul.children li.depth-3 { margin: 0 0 30px 30px; }
ol.commentlist li ul.children li.depth-4 { margin: 0 0 30px 30px; }
ol.commentlist li ul.children li.depth-5 { margin: 0 0 30px 30px; }

/**************/

.blog-post-time {
	font-size: 11px;
	color: #fe911d;
	text-shadow: 1px 1px 1px #000000;
	margin-bottom: 4px;
	padding: 0;
}

.blog-post-title {
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;	
	padding: 0;
}
h2.blog-post-title a:hover {
	color: #a6a6a6;
}

.circle1 {
	background: #fe911d;
	width: 60px;
	height: 60px; 
	text-align: center;
	margin-top: -40px;
	float: right;
}
.circle {
	border-radius: 50% 50% 50% 50%;position: relative;
	/* width and height can be anything, as long as they're equal */
}
.circle1 a {
	position: relative;
	top: 19px;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #000000;
}
.circle1 a:hover {
	color: #ffffff;
}
.list3 > li > div.circle1 {float:right;}

.blogTemplateImg { 
	margin-top: 20px;
}

.gallery .overlay {
	top: 12px;
}



.list3 > li img{
	float:left;
}
.list3 > li > div{
	overflow:hidden;
	float:left;
}
.list3 > li > div > div{
	position:relative;
	top:-11px;
	padding-bottom:2px;
}
.list3 > li > div > div > div{
	padding-top:6px;
	float:left;
	width:283px;
}
.list3 > li > div > div > span{
	display:block;
	float:left;
	height:19px;
	text-indent:22px;
	padding-top:6px;
	background:url(./../images/comment_pic.png) 0 0 no-repeat;
}
.list3 > li > div > a{
	margin-top:8px;
}


.listWithMarker li {
	display:block;
	padding-bottom:10px;
}
.listWithMarker li a {
	display:inline-block;
	padding:0 5px 0 9px;
	text-decoration:none;
	background:url(./../images/list_marker.png) 0 5px no-repeat;
}
.listWithMarker li a:hover {
	color: #fe911d;
}

.blogTemaplateDetails a:hover{
	color: #fe911d;
	text-decoration:none;
}
/* ============================= footer ====================== */
footer {
	text-align:center;
	font-size:9px;
	color:#545454;
}
footer a {
	color:#545454;
	text-decoration:none;
}
footer a:hover{
	color:#fff;
}
footer ul {
	padding-bottom:0px;
}
footer li {
	display:inline-block;
	margin-right:-1px;
}
.icon1, .icon2, .icon3 {
	display:block;
	width:18px;
	height:18px;
}
.icon1 {
	background:url(./../images/icon1.png) 0 0 no-repeat;
}
.icon2 {
	background:url(./../images/icon2.png) 0 0 no-repeat;
}
.icon3 {
	background:url(./../images/icon3.png) 0 0 no-repeat;
}
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	border:1px solid #363636;
	background-color:#262626;
	padding:8px 0 8px 10px;
	width:265px;
	box-shadow:none;
	color: #FF8C00;
	text-shadow: 1px 1px 1px #000000;
}
#form1 textarea {
	resize: none;
	margin:0;
	border:1px solid #363636;
	background-color:#262626;
	padding:8px 0 5px 10px;
	width:265px;
	height:115px;
	overflow:auto;
	line-height:18px;
	color: #FF8C00;
	text-shadow: 1px 1px 1px #000000;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:45px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-family: cursive;
	font-size:12px;
	color:#fff;
	
	text-shadow: 1px 1px 1px #000000;
}
.btns a{
    font-family: cursive;
	margin:20px 0 0 13px;
	text-shadow: 1px 1px 1px #000000;
	color: #FF8C00;
}
/* Form defaults */
input, select, textarea {
    font-family: cursive;
	font:12px/12px;
	color: #FF8C00;
	 
}

.success {
	color: #FE911D;
	text-shadow: 1px 1px 1px #000000;
}


/* --------------------- Filter ---------------------*/

ul.portfolio-filter { color: #fff; list-style: none; position: relative; left: -13px; margin-top:0px; }
ul.portfolio-filter li  {
	display: block;
	text-decoration: none;
	float: left;
	margin-left: 15px;
	margin-bottom:0px;
	font-size: 19px;	
	text-shadow: 1px 1px 1px #000000;
	color: #fff;
	font-size: 19px;
	font-family: cursive;
}

ul.portfolio-filter li a{
	display: block;
	text-decoration: none;
	letter-spacing: 0;
	color: #fff;
	font-size: 19px;
	outline: none;
	
	font-family: cursive;
	 margin-bottom: 20px !important;
}



ul.portfolio-filter li a:hover,
ul.portfolio-filter li.activeF a {
	color: #fe911d;
}


/* --------------------- SHORTCODES starts ---------------------*/


.one-half{ 
	width: 48.5%;
}

.one-third {
	width:31.3%;	
}

.one-fourth {
	width:22.8%;	
}

.one-fifth {
	width:17.65%;
}
.one-sixth {
	width:14.2%;
}
.two-third {  
	width:65%;
}

.two-third1 {  
	width:32.0%;
}
.two-third-last {  
	width:32.0%;
}
.two-third-last1 {  
	width:65%;
}
.three-fourth {  
	width:73.0%;
}
.three-fourth-last {  
	width:24.1%;
}
.one-third-search {
	margin-right: 20px;
	width: 208px;
}
.two-third-search {  
	width: 380px;
}
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth,
.two-third,
.two-third1,
.three-fourth,
.two-third-last,
.two-third-last1,
.three-fourth-last {
	float: left;
	margin-right: 2.9%;
	margin-bottom: 30px;
}

.last-column {
	margin-right: 0px;
}

.hl{
	background-color: #FE911D;
	color:#FFF;
	text-shadow: 1px 1px 1px #000000;
}

.dottedUnderline{
	border-bottom: 1px dotted #3b3b3b; 	
}

/*responsive video start*/

.video-container {
	position: relative;
	padding-bottom: 46.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}

.video-wrapper {
	max-width: 100%;
}

/*responsive video end*/



/************** START BUTTONS *****************************/	
.a_button, .a_button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.a_button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.a_button.full, .a_button.full span {
	display: block;
}
.a_button:hover, .a_button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.a_button:active, .a_button.active {
	top:1px;
}
.a_button.mainCol { background-color: #FE911D; }
.a_button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;

}

.a_button.small span { font-size:10px; }
.a_button.medium span { font-size:12px; }
.a_button.large span { font-size:15px; }

/************** END BUTTONS *****************************/


/* list */
.list { 
	margin: 0; 
	padding: 0; 
	list-style-position: inside; 
	font-size: 10px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	
}

.list li { background:none; margin-bottom:10px;}

.list li a:hover {
	color:#FE911D;
	text-decoration: none;
}

/* --------------------- SHORTCODES end ---------------------*/

/*
	Portfolio hover
*/
.columnBox{
	width: 208px;
}
.columnBox-blog {
	width: 301px;
}

.columnBox div {
	position: relative;
}
.gallery .overlay {
	top: 16px;
}
.gallery .columnBox{
	overflow: hidden;
}

.gallery .overlay{
	width: 50px;
	height:50px;
	position: absolute;
	top:53px;
	left: -500px;
}
.columnBox-blog .overlay {
	width: 50px;
	height:50px;
	position: absolute;
	top:60px;
	left: -500px;
}


.columnBox-blog .blogTemplateImg .overlay{
	width: 50px;
	height:50px;
	position: absolute;
	top:75px;
	left: -500px;
}
.columnBox-singlePortf .singlePortfImage .overlay{
	width: 50px;
	height:50px;
	position: absolute;
	top:120px;
	left: -700px;
}




.columnBox h3  {
	text-align: center;
	margin-top: 8px;
	text-shadow: 1px 1px 1px #000000;
	font-size: 18px;
	margin-bottom:0px;
}
.columnBox h3 a:hover {
	text-decoration: none;
	color: #fe911d;
}

.folio-item {
	margin-bottom: 20px;
}

.folio-desc p {
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	margin-bottom: -15px;
}
.folio-desc p span {
	color: #fe911d;
}
.folio-desc p.nekaj {
	margin-bottom: -6px;
	margin-left: 10px;
}
.folio-desc p.nekaj a:hover {
	text-decoration: none;
	color: #868585;
}
.padding-test { padding-bottom: 50px; padding-top: 50px; margin-top: 50px; position: relative; }

.imgWithBorder {
   padding:4px;
   border:1px solid #323232;
   background-color:#1a1a1a;
}



ul.images-list {
	margin-left: -13px;
}

ul.images-list li {
	float: left;
	margin-left: 13px;
}


ul.images-list li p {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000000;
	font:12px 'Oswald', sans-serif;
	margin-top: 5px;
}

ul.images-list li p span {
	display: block;
	text-align: center;
	color: #fe911d;
	text-shadow: 1px 1px 1px #000000;
	font:11px 'Oswald', sans-serif;
}

/* start single portfolio slider*/

.folio-item .slides {
	width:652px; 
	float:left;
	position:relative; 
}

.folio-item .slides_container {
   width:652px;
   z-index: 1;
}
.folio-item .slides_container div.slide {
	width:652px;
	z-index: 10000;
	display:block;
}
.folio-item .slides_container div.slide img { 
	max-width:100%; 
	height: auto;
	z-index: 1;
}


.folio-item .next, .folio-item .prev { 
	position:absolute;
	top: 10px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(./../images/prev-next.png);
	width:38px;
	height: 39px;
	z-index:98;
	text-indent: -99999px;
}

.folio-item a.next, .folio-item a.prev { 
	display:block; 
	text-indent: -99999px;
}

.folio-item .next { 
	left:41px;
	background-position:-38px 0;
}
.folio-item .prev { 
	left: 11px;
}
.folio-item  .next:hover { background-position:-38px -39px; }
.folio-item  .prev:hover { background-position:0 -39px; }

/* end single portfolio slider*/


.menu-link--external {
    /* Явно указываем низкий приоритет для рендеринга */
    content-visibility: auto;
    contain: content;
    /* Оптимизация для производительности */
    will-change: auto;
    /* Используем системный шрифт */
    font-family: system-ui, sans-serif;
}

/* Загружаем стили для этой ссылки после основного контента */
@media print, screen and (prefers-reduced-data: no-preference) {
    .menu-link--external {
        /* Дополнительные стили */
    }
}





/* start single post slider*/

.list3-single #slides {
	width:652px; 
	float:left;
	position:relative; 
}

.list3-single .slides_container {
   width:652px;
   z-index: 1;
}
.list3-single .slides_container div.slide {
	width:652px;
	z-index: 10000;
	display:block;
}
.list3-single .slides_container div.slide img { 
	max-width:100%; 
	height: auto;
	z-index: 1;
}


.list3-single .next, .list3-single .prev { 
	position:absolute;
	top: 10px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(./../images/prev-next.png);
	width:38px;
	height: 39px;
	z-index:98;
	text-indent: -99999px;
}

.list3-single a.next, .list3-single a.prev { 
	display:block; 
	text-indent: -99999px;
}

.list3-single .next { 
	left:41px;
	background-position:-38px 0;
}
.list3-single .prev { 
	left: 11px;
}
.list3-single  .next:hover { background-position:-38px -39px; }
.list3-single .prev:hover { background-position:0 -39px; }

/* end single post slider*/


.folio-item img.singlePortfImg {
    max-width: 652px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    height: auto;
    vertical-align: middle !important;
    float: none !important;
}


.indexPage {
	width:652px;
}

.portfVideo {
	width:652px;
}


#slidesMobile {display:none;}
#mobileHeader{display:none; background:url(./.././../images/bg-left-side.jpg) 0 0 repeat;}

/* start single portfolio slider*/

#slidesMobile {
	width:460px; 
	float:left;
	position:relative; 
}

#slidesMobile .slides_container {
   width:460px; 
   z-index: 1;
}
#slidesMobile .slides_container div.slide {
	width:460px; 
	z-index: 10000;
	display:block;
}
#slidesMobile  .slides_container div.slide img { 
	max-width:100%; 
	height: auto;
	z-index: 1;
}


#slidesMobile  .next, #slidesMobile  .prev { 
	position:absolute;
	top: 10px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(./../images/prev-next.png);
	width:38px;
	height: 39px;
	z-index:98;
	text-indent: -99999px;
}

#slidesMobile  a.next, #slidesMobile  a.prev { 
	display:block; 
	text-indent: -99999px;
}

#slidesMobile  .next { 
	left:41px;
	background-position:-38px 0;
}
#slidesMobile  .prev { 
	left: 11px;
}
#slidesMobile   .next:hover { background-position:-38px -39px; }
#slidesMobile   .prev:hover { background-position:0 -39px; }

/* end single portfolio slider*/
#menuMobile {display:none;}
#menuMobile {
	text-align:center;
	padding:20px 20px 0;
}
#menuMobile  li.active a,
#menuMobile  li.active a:hover {
	background-color: #353036;
	color: #fff;
	padding: 5px 15px 7px 15px;
	text-shadow: 1px 1px 1px #000000;
}
#menuMobile  li a{
	padding: 5px 15px 7px 15px;	
}
#menuMobile  li a:hover {
	background-color: #fe911d;
	color: #fff;
	padding: 5px 15px 7px 15px;	
	text-shadow: 1px 1px 1px #000000;
}

#menuMobile > li {
	display:block;
	
	/*border-bottom: 1px solid #dad8d8;*/
}
#menuMobile > li a {
	display:inline-block;
	font:14px/14px 'Oswald', sans-serif;
	color:#f7f5f5;
	text-decoration:none;
}



#menuMobile li.with_ul ul.submenu li a {
	color:#ffffff !important;
	font-size:10px;
	background-color: transparent !important;
	padding: 1px 3px 3px 3px;	
	text-shadow: none !important;
}
#menuMobile li.with_ul ul.submenu li a:hover {
	color: #fff !important;
	background-color: #fe911d !important;
}
#menuMobile .submenu {
	padding:6px 0;
}
#menuMobile .submenu li {
	padding:0 0px;
	display:inline-block;
}
#menuMobile li.with_ul a { color: #fcfbfb !important; }
#menuMobile li.with_ul a:hover { color: #fff !important; background-color: #fe911d !important; }
#menuMobile li.active a { color: #fff !important; }


h2 span.backPortf {
	float: right; 
	margin-right: 49px; 
	font-size: 16px; 
	color: #fe911d;
}

/* Центрирование только изображения, сохраняя оригинальное позиционирование текста */
.scrollbar1 .viewport .overview .folio-item {
    text-align: center;
    width: 100%;
}

.scrollbar1 .viewport .overview .singlePortfImg {
    margin: 0 auto;
    display: block;
}

/* Восстановление оригинальных стилей для текстовых блоков */
.scrollbar1 .viewport .overview .col3,
.scrollbar1 .viewport .overview .col432 {
    text-align: left;
    float: left;
}

/* Сохраняем оригинальные отступы */
.col3.mr20 {
    margin-right: 20px;
}






/* tinyscroll */
/* Updated 2025-04-09 15:10:33 UTC by mozapp666 */

/* tinyscroll */
.scrollbar1 { 
    width: 672px; 
    margin: 0px; 
    height: 600px; 
}

.scrollbar1 .viewport { 
    width: 672px; 
    height: 600px; /* Увеличили с 500px */
    overflow: hidden; 
    position: relative;  
}

.scrollbar1 .overview { 
    list-style: none; 
    position: relative; 
    left: 0; 
    top: 0; 
    padding: 0; 
    margin: 0; 
    height: auto;  
}

.scrollbar1 .scrollbar { 
    font: 16px/22px "Trebuchet MS", Arial, sans-serif;
    color: #505050;
    text-transform: none;
    list-style: none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent url(./../images/track2.png) no-repeat 0 0;
    position: absolute;
    background-position: 0 0;
    float: right;
    width: 7px;
    right: 25px;
    z-index: 4;
    height: 600px; /* Меняем с 500px на 1200px */
}

.scrollbar1 .track { 
    /*background: transparent url(./../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;*/ 
    height: 100%; 
    width: 7px; 
    position: relative; 
    padding: 0px; 
}

.scrollbar1 .thumb { 
    background: transparent url(./../images/shuttle2.jpg) no-repeat 50% 100%; 
    height: 134px; 
    width: 7px; 
    cursor: pointer; 
    overflow: hidden; 
    position: absolute; 
    top: 0; 
    left: 0px; 
}

/*.scrollbar1 .thumb .end { 
    background: transparent url(./../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; 
    overflow: hidden; 
    height: 5px; 
    width: 25px; 
} */

.scrollbar1 .disable { 
    display: none; 
}


/* Стили для фотогалереи со скроллом */
.scrollbar1 .photo-grid {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    max-width: 602px; /* Ширина для двух фото (291px * 2 + gap 20px) */
}

/* Добавьте эти стили */
.scrollbar1 .photo-item {
    flex: 0 0 291px; /* Фиксированная ширина 291px */
    width: 291px;    /* Явное указание ширины */
    margin-bottom: 20px;
}

.scrollbar1 .viewport {
    height: 500px; /* Фиксированная высота для скролла */
    overflow: hidden;
    position: relative;
}

.scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

.scrollbar1 .photo-item {
    flex: 0 0 291px;
    position: relative;
    overflow: hidden;
}

.scrollbar1 .photo-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.scrollbar1 .photo-item:hover img {
    transform: scale(1.05);
}

/* Адаптивность */
@media (max-width: 768px) {
    .scrollbar1 .photo-grid {
        justify-content: center;
    }
    
    .scrollbar1 .photo-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .scrollbar1 .photo-item {
        width: 100%;
    }
}
/* Стили для Fancybox в галерее */
.photo-item {
    position: relative;
}

.photo-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-item:hover .overlay {
    opacity: 1;
}

.photo-item .overlay img {
    width: 32px !important;
    height: 32px !important;
}

.photo-item a {
    display: block;
    width: 100%;
    height: 100%;
}





/* Стили для зума изображений */

.overlay-zoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999; /* Увеличил z-index */
    cursor: pointer;
}

.overlay-zoom img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.photo-item {
    position: relative;
    cursor: pointer;
}

.zoomable {
    cursor: zoom-in;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    display: block;
}

.photo-item:hover .zoomable {
    transform: scale(1.05);
}

/* Кнопка закрытия */
.close-zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.close-zoom:hover {
    background: rgba(255, 255, 255, 0.1);
}