@import "reset.css";@import "pro_pages_style.css";@import "grid.css";@import "forms.css";@import "prettyPhoto.css";@import "jquery.snippet.min.css";
@import "../skin/blue.monday/jplayer.blue.monday.css";@import "ness/jquery-ui-1.8.17.custom.css";
/* 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;}
/*=====================================================================================================================================================================================*/
@font-face {
  font-family: 'BebasNeue-Bold';
  src: url(/assets/BebasNeue-Bold.eot);
  src: url(/assets/BebasNeue-Bold.eot?#iefix) format('embedded-opentype'),
       url(/assets/BebasNeue-Bold.svg) format('svg'), 
       url(/assets/BebasNeue-Bold.woff) format('woff'), 
	   url(/assets/BebasNeue-Bold.ttf) format('truetype'),
	   url(/assets/BebasNeue-Bold.otf) format('opentype');
  font-weight: bold;
  font-style: normal;
}
/* Font Awesome 4.1.0 */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont.eot);
  src: url(/assets/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
       url(/assets/fontawesome-webfont.svg) format('svg'), 
       url(/assets/fontawesome-webfont.woff) format('woff'), 
	   url(/assets/fontawesome-webfont.ttf) format('truetype'),
	   url(/assets/fontawesome-webfont.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-check:before {
  content: "\f00c";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-square-o:before {
  content: "\f096";
}
/*=====================================================================================================================================================================================*/
/******************************* Global properties ***************************/
html {width:100%;}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	color:#868686;
	min-width:1280px;
	background:url(/assets/body-tail-ae13cfd4042adef7f96c5d887713e8dffab051b469ebfa388903b5fd12a04478.gif) center top repeat;
	position: relative;
}

html, body {height:100%;}

.bg{
	background:url(/assets/body-light-0cd00e41d7ca223a96a3776b40f3e22aa2b016562515aa489d2eeafe7817c86e.png) center top no-repeat;
	min-height:100%;
	position: relative;
}

.main {
	width:1280px;
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:20px;
	text-transform:uppercase;
}

/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.3em;color:#383838; font-weight:normal; margin-bottom:15px;}
h1{font-size:45px;}
h2 {
	font-family: 'BebasNeue-Bold';
	font-size:40px;
}
h4{font-size:25px;}
h5{font-size:20px;}
h6{font-size:15px;}

/*********************************header*************************************/
header {
	width:100%;
	z-index:9;
}
	header .indents{padding:40px 10px 0;}
	header .indent-bottom{padding-bottom:52px;}

.header-pannel{
	background:url(/assets/header-pannel-tail-6eaa777ed7885e1f303a55693cc485412c2344c1e1348855a32366b97b88e4c4.png) top center repeat;
	width:100%;
	height:60px;
	overflow:hidden;
}
	.header-pannel .indents1{padding:14px 9px 0 13px;}
	
/***menu1***/
	.menu1{
		float:left;
		padding-top:6px;
	}
		.menu1 li{
			float:left;
			font-size:11px;
			line-height:14px;
			height:18px;
			padding-top:3px;
			overflow:hidden;
		}
		.menu1 .item-1{
			background:url(/assets/menu1-icon1-8826e6d3e70b9754346d21695edea2d12be359b2f751029f43092dbc0a0a5bbd.png) 0 0 no-repeat;
			padding-left:10px;
			margin-right:10px;
		}
			.menu1 .item-1 span{
				display:block;
				background:url(/assets/pic1-6a98194183e564b656f27655cf9242f697c635e28433af91a84acc8df8d4b06c.gif) right 4px no-repeat;
				padding-right:10px;
				min-height:15px;
			}
		.menu1 .item-2{
			background:url(/assets/menu1-icon2-e6e650c14d9bfb08bb408f11e8bf01d827d2c0e13c9f225a67a6b731af18ade5.png) 0 2px no-repeat;
			padding-left:10px;
		}
			.menu1 a{color:#383838; text-transform:uppercase;}

/********* social icons *********/
.works-list{
	margin:0;
	list-style:none;
	float:right;
}
	.works-list li{
		float:left;
		margin-right:6px;
	}
		.works-list li a{
			display:block;
			height:30px;
			width:30px;
			background-image: url(/assets/social-icons-d9b46babdd84a91611c88db4f1362ed1b6f1b12157b74c17a0856b6a2e5b3a82.png);
			background-repeat: no-repeat;
			cursor:pointer;
		}
		.icon-1 a{background-position:0 top;}		.icon-1 a:hover{background-position:0 bottom;}
		.icon-2 a{background-position:-36px top;}	.icon-2 a:hover{background-position:-36px bottom;}
		.icon-3 a{background-position:-72px top;}	.icon-3 a:hover{background-position:-72px bottom;}

#header h1 {
	margin: 0;
	display: inline-block;
}
#logo {
	float: left;
	background: url(/assets/logo-bg-9bda33b6360fb8cfed58952b42504a9f9806cf515252f8f318c369f69e8a409f.png) no-repeat;
	width: 263px;
	height: 54px;
}
#menu > li {
	float: left; 
	position: relative;
	font-size: 16px;
	line-height: 54px;
	margin-right: 15px;
}
#menu > li:last-child {
	margin: 0;
}
#menu > li > a {
	display: inline-block;
	color: #383838;
	text-decoration: none;
	cursor: pointer;
}
#menu li a.active,
#menu > li > a:hover {
	color: #fd7f34;
}

/************ menu ************/
nav {
	position:relative;
	z-index:999;
	float:right;
}

.p45 {
	padding-bottom:20px;
}

.menu {
	padding-top:20px;
}
	.menu >li {
		float:left; 
		position:relative;
		font-size:15px;
		line-height:18px;
		margin-right:18px;
	}
	.menu > li > a {
		display:inline-block;
		color:#383838;
		text-decoration:none;
		cursor:pointer;
	}
	.menu li a.active,
	.menu > li > a:hover,
	.menu > li.sfHover > a{
		color:#fd7f34; 
		text-decoration:none;
	}

	/**submenu**/
	.menu > li > a .sf-sub-indicator{
		display:block;
		width:11px;
		height:6px;
		background:url(/assets/submenu-arrow-5513327cef668299078576fb67aa528e500149c2adcc9870faa480bcac93cdc7.gif) center 0 no-repeat;
		position:absolute;
		top:-999em;
		left:38px;
		text-indent:-999em;
	}
		.menu > li.sfHover > a .sf-sub-indicator{top:29px;}
	.menu ul {
		position:absolute;
		padding:19px 10px 12px;
		top:-999em;
		background:url(/assets/menu-bg-02fe51cc35db5ae060421d1972fbb7d0679fb47355579e9f4144153008f0a40b.png) no-repeat 0 0;
	}
		.menu ul li {
			width:100%;
			text-align:center;
			font-size:12px;
			line-height:15px;
			margin-bottom:5px;
			position:relative;
		}
		.menu li:hover {visibility: inherit;}
			.menu li li a {
				display: inline-block;
				color:#fff;
				text-decoration:none;
				white-space:nowrap;
			}
				.menu li li > a:hover, 
				.menu li li.sfHover > a,
				.menu li li li a:hover {
					color:#fd7f34;
					text-decoration:none;
				}
				.menu li:hover ul, .menu li.sfHover ul {
					left:24px;
					top:29px;
					z-index:999;
				}
			.menu ul .sf-sub-indicator {display:none;}
			/*subsubmenu*/
			.menu ul ul{background:#fd7f34;}
				.menu ul ul li > a:hover{color:#383838;}
				ul.menu li:hover li ul, ul.menu li.sfHover li ul {top:-999em;}
				ul.menu li li:hover ul, ul.menu li li.sfHover ul {
					left:136px;
					top:-14px;
					z-index:9999;
				}
				ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {top:-999em;}

/***************** scroller****************/
#banners {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 320px;
	overflow: hidden;
	color: #9c9c9c;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#banners > div{
	width: 100%;
	padding-top: 80px;
}
	#banners h2{
		font-size:60px;
		line-height:72px;
		color:#b8b8b8;
		margin-bottom:19px;
	}
		#banners h2 strong{
			display:block;
			margin-top:-25px;
			font-size:120px;
			line-height:144px;
			color:#383838;
		}
		#banners h2 em{
			display:block;
			margin-top:-87px;
			font-size:40px;
			line-height:48px;
		}
#nav {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
}
#nav a {
	float: left;
	margin-left: 10px;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #cac8c8;
	text-indent: -5000px;
}
#nav a:hover {
	background: #383838;
}
#nav a.activeSlide {
	cursor: default;
	background: #383838;
}

/*****************************************content**********************************************/
#content {
	width:100%; 
	position:relative;
	z-index:1;
	padding:0;
}

/*tags*/
a {
	color:#fd7f34;
	outline:none;
	text-decoration:none;
}
	a:hover {text-decoration:underline;}

p, .p3-1{margin-bottom:18px;}
.p0{margin-bottom:0 !important;}
.p1{margin-bottom:5px;}
	.p1-1{margin-bottom:8px;}
.p2{margin-bottom:10px;}
	.p2-1{margin-bottom:13px;}
.p3{margin-bottom:15px;}
.p4{margin-bottom:20px;}
	.p4-1{margin-bottom:23px;}
.p5{margin-bottom:25px;}
	.p5-1{margin-bottom:27px;}
.p6{margin-bottom:30px;}
	.p6-1{margin-bottom:32px;}
.p7{margin-bottom:35px;}
	.p7-1{margin-bottom:37px;}

.text_h6 {
	font:bold 15px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#383838;
	display:block;
}
	.text_h6 a{color:#383838;}
	span.title1{
		display:inline;
		font:bold 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:inherit;
	}
	
	.text_h6 a:hover{color:#FD7F34;}

figure.img-indent {float:left; margin-right:20px;}
figure.img-indent2 {float:left; margin-right:10px;}

/*classes*/
.wrapper {width:100%; overflow:hidden;position:relative;}
.extra-wrap {overflow:hidden;}

.fleft{float:left;}
.fright{float:right;}
.aligncenter{text-align:center;}
.alignright{text-align:right;}

/*******/
div.block1{
	margin:0 auto 16px;
	width:136px;
	height:117px;
	padding-top:19px;
	font-size:75px;
	line-height:90px;
	color:#fff;
	text-align:center;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
	div.block1.bg-color1{background:#fd7f34;}
	div.block1.bg-color2{background:#d6d6d6;}
	div.block1.bg-color3{background:#f1de10;}
	div.block1.bg-color4{background:#656363;}

div.block2{
	float:right;
	background:url(/assets/icon-1-62f85f20a16a792651bb3ecf1f5002351c4a7c2cf0dedee1e6ad89ab76830638.png) right 1px no-repeat;
	padding-right:43px;
	font: italic 23px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#383838;
	text-transform:none;
	min-height:31px
}

/***************boxes****************/
.box1{
	background: rgba(255, 255, 255, 0.4);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
}
	.box1 .indents1{padding:32px 15px 29px;}
	.box1 h2{
		font-size:60px;
		line-height:72px;
		color:#383838;
	}
	.box1 .subtitle{
		margin-top:-10px;
		font-size:29px;
		line-height:35px;
		color:#a5a5a5;
		margin-bottom:16px;
	}
		.box1 .subtitle em{
			display:inline-block;
			vertical-align:-1px;
			font-size:20px;
			line-height:24px;
			color:#c9c7c7;
		}
	.box1 .button{background:#a5a5a5;}
		.box1 .button:hover{background-color:#fd7f34;}
		#page2 .box1 .button{padding: 8px 23px;}

.box2{
	background:#e3e3e3;
	border:1px solid #383838;
	font-size:25px;
	line-height:30px;
	text-align:center;
	height:217px;
	overflow:hidden;
}
	#page4 .box2{height:82px;}
	.box2 .indents1{padding:22px 0 36px;}
	.box2 .indents2{padding:17px 18px 0;}
	.box2 a.block4{display:block; color:#383838;}
		.box2 a.block4 strong{display:block; margin-top:-8px;}
		.box2 a.block4:hover{text-decoration:none; color:#fd7f34;}
	.box2 .font-1{font:normal 13px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:left; color:#383838;}

/****************lists***************/
.last-item{margin-right:0;text-transform:uppercase;}

.menu ul a {
	text-transform:uppercase;
}

.list-1{padding-left:34px;}
	.list-1 li{
		background:url(/assets/marker-1-0ac53baec46e6e8323a6d705d99856bc1e8713f5a0eb89e7e9834f3043952b1a.gif) 0 4px no-repeat;
		padding-left:12px;
		margin-bottom:7px;
		text-align:left;
		font-size:12px;
		line-height:15px;
		color:#000;
	}

.list-2{padding-right:20px;}
	.list-2 li{
		background:url(/assets/marker-2-418e3bc064f9cea3edde41b4c557c19fd30f47718f97e7137e2e4edb40d4dd19.gif) 0 7px no-repeat;
		padding-left:20px;
		margin-bottom:26px;
		color:#828282;
	}

.list-3 li{
	background:url(/assets/marker-3-a713f4233d829ae375fcdb51cfa67603d2f2f0dd2564939ddbb16e66972a2f40.png) 0 4px no-repeat;
	padding-left:11px;
	margin-bottom:7px;
	text-align:left;
	font-size:12px;
	line-height:15px;
	color:#000;
}
	.list-3 a{color:#000;}
		.list-3 a:hover{text-decoration:none; color:#fd7f34;}

/**************borders**************/
.border-bottom{border-bottom:1px solid #b8b8b8;}
.border-bottom1{border-bottom:3px solid #cccccc;}

/**************indents**************/
.indent-top1{padding-top:5px;}
.indent-top3{padding-top:15px;}
.indent-top6-1{padding-top:33px;}
.indent-top9{padding-top:45px;}

.indent-right2{padding-right:10px;}
.indent-right16{padding-right:80px;}

.indent-bottom5-1{padding-bottom:28px;}
.indent-bottom8{padding-bottom:40px;}
.indent-bottom8-1{padding-bottom:42px;}
.indent-bottom9-1{padding-bottom:48px;}
.indent-bottom10{padding-bottom:50px;}
.indent-bottom10-1{padding-bottom:53px;}

/***** search form *****/
#search-form{
	width:100%;
	height:216px;
	position:relative;
	vertical-align:top;
	overflow:hidden;
	background:#e3e3e3;
	border:1px solid #383838;
}
	#search-form fieldset.block1 {
		background:#fff;
		border:none;
		border-right:1px solid #383838;
		padding:13px 12px 20px 26px;
		float:left;
		width:647px;
	}
		#search-form fieldset.block1 .p2{margin-bottom:11px;}
	#search-form h5{
		font: normal 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#343434;
		margin-bottom:5px;
	}
	#search-form label {
		text-transform:none;
		font:13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#858585;
	}
	#search-form label.keywords{float:left; margin-right:31px; height:108px;}
	#search-form textarea{
		padding:9px;
		margin:0;
		font: 13px/16px Arial, Helvetica, sans-serif;
		color:#858585;
		background:#fff;
		outline:none;
		border:1px solid #cdcdcd;
		width:258px;
		resize:none;
		max-width:258px;
		min-width:258px;
		height:88px;
		max-height:88px;
		min-height:88px;
		border-radius:5px;
		overflow:auto;
	}
	#search-form .col-1{
		float:left;
		width:77px;
		margin-right:10px;
	}
	#search-form .button{background:#a5a5a5; padding:8px 11px;}
		#search-form .button:hover{background-color:#fd7f34;}
		#search-form .block1 .button:first-child{margin-right:10px;}

	span.jqTransformCheckboxWrapper{
		display:block;
		float:left;
		margin-right:8px;
	}
	a.jqTransformCheckbox {
		display:block;
		background: url(/assets/checkbox-ba530451c944697c3d0ee78981b18e189a487f8075133e1dc783436949421b28.jpg) center bottom no-repeat ;
		vertical-align: middle;
		height: 16px;
		width: 16px;
	}
	
	/* Checked */
	a.jqTransformChecked { background-position: center top;}
	
	/* hide the original form elements */
	.jqTransformHidden {display: none;}
	
	#search-form fieldset.block2 {
		float:right;
		border-bottom:1px solid #383838;
		padding:15px 27px 0;
		width:200px;
		height:66px;
		overflow:hidden;
	}
		#search-form fieldset.block2 h5{font: bold 15px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom:7px;}
		#search-form fieldset.block2 a{font: 15px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:underline;}
			#search-form fieldset.block2 a:hover{text-decoration:none;}
	#search-form fieldset.block3 {
		float:right;
		padding:22px 27px 0;
		width:200px;
		overflow:hidden;
	}
		#search-form fieldset.block3 h5{font: bold 15px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom:11px;}
		#search-form fieldset.block3 a{
			display:inline-block;
			font-size:36px;
			line-height:44px;
			color:#fff;
			background:#fd7f34;
			padding: 7px 28px 12px;
			cursor:pointer;
		}
			#search-form fieldset.block3 a:hover{text-decoration:none; background-color:#a5a5a5;}


/*****map*****/
.dl1 span {float:left; width:94px;}


/****************************footer************************/
footer{
	width:100%;
	color:#5c5c5c;
}
footer .indents {
	padding: 26px 10px 65px;
}
.footer-menu {
	display:block;
	margin-bottom:9px;
	overflow:hidden;
}
.footer-menu li{
	float:left;
	font-size:12px;
	line-height:16px;
	margin-right:14px;
}
.footer-menu li:last-child {
	margin: 0;
}
.footer-menu a {
	color: #5b5b5b;
	text-transform: uppercase;
}
.footer-menu a:hover,
.footer-menu a.active {
	color: #fd7f34;
	text-decoration: none;
}
.footer-text {
	text-align: right;
	font: 10px/12px Arial, Helvetica, sans-serif;
}
.footer-text a { 
	color: #5c5c5c;
	text-decoration: none;
}
.footer-text a:hover{
	text-decoration: underline;
}
/*=====================================================================================================================================================================================*/
.wrap-pricing {
	float: left;
	margin: 40px 10px 0;
	padding-bottom: 80px;
	border-bottom: 1px solid #b8b8b8;
	font-size: 14px;
	width: 100%
}
.wrap-pricing > .title {
	text-align: center;
	line-height: 1;
	margin-bottom: 40px;
	font-size: 26px;
	color: #686767;
}
.pricing-table {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.pricing-table strong {
	color: #000;
}
.pricing-table .row {
	float: left;
	width: 33.3333%;
}
.pricing-table .plan {
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 2px rgba(0, 0, 0, .08), 0 4px 6px rgba(0, 0, 0, .08);
}
.pricing-table .row.plus .plan {
	margin-top: -10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.35), 0 0 18px rgba(0, 0, 0, 0.18), 0 12px 74px rgba(0, 0, 0, 0.08);
	background: #fff;
	z-index: 1;
    padding: 40px;
}
.pricing-table .header {
	padding-bottom: 40px;
}
.pricing-table .price {
	line-height: 1;
	font-family: 'BebasNeue-Bold';
}
.pricing-table .price > span {
	display: inline-block;
	vertical-align: text-bottom;
}
.pricing-table .name {
	font-family: 'BebasNeue-Bold';
	margin-bottom: 20px;
	min-height: 80px;
}
.pricing-table .rate {
	color: #FD7F34;
}
.pricing-table .month {
	font-size: 20px;
	line-height: 26px;
	position: relative;
	padding-left: 25px;
}
.pricing-table .month::before {
	content: '/';
	position: absolute;
	left: 10px;
	top: 0;
}
/*=====================================================================================================================================================================================*/
.wrap-pricing .fine-print {
	margin: 20px 0 80px;
	text-align: center;
}
.wrap-pricing .fine-print > span {
	position: relative;
	padding-left: 20px;
}
.wrap-pricing .fine-print > span::after {
	position: absolute;
	left: 0;
	top: 0; 
	content: '*';
	height: 100%;
	width: 5px;
	font-size: 22px;
	color: #fd7f34;
}
.pricing-table-vpn .header {
	padding-bottom: 5px;
}
.pricing-table-vpn .discount {
	position: relative;
}
.pricing-table-vpn .discount::after {
	position: absolute;
	right: -10px;
	top: 0; 
	content: '*';
	height: 100%;
	width: 5px;
	font-size: 22px;
	color: #fd7f34;
}
.featurelist .featureitem {
    width: 24%;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
}
.featurelist .text {
	margin-top: 10px;
}
/*=====================================================================================================================================================================================*/
.pricing-vps {
	display: inline-block;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 2px rgba(0, 0, 0, .08), 0 4px 6px rgba(0, 0, 0, .08);
	margin-bottom: 80px;
}
.pricing-vps .column {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 20px 1px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .8);
}
.pricing-vps .column:first-child {
	border: 1px solid #383838;
	padding: 20px 0;
	color: #000;
	background: #fff;
}
.pricing-vps .column li {
	display: inline-block;
	width: 146px;
}
.pricing-vps .column li:last-child {
	width: 186px;
	padding-top: 2px;
}
.pricing-vps .price {
	line-height: 1;
}
.pricing-vps .price > span {
	display: inline-block;
	vertical-align: top;
}
.pricing-vps .rate {
	font-family: 'BebasNeue-Bold';
	color: #FD7F34;
	font-size: 20px;
	padding-top: 2px;
}
.pricing-vps .month {
	line-height: 26px;
	position: relative;
	padding-left: 16px;
}
.pricing-vps .month::before {
	content: '/';
	position: absolute;
	left: 5px;
	top: 0;
}
.pricing-vps .button {
	color: #000;
}
.pricing-vps .button:hover {
	text-decoration: none;
	color: #fd7f34;
}
/*=====================================================================================================================================================================================*/
.wrap-hosting {
	margin-top: 80px;
}
.web-hosting {
	display: inline-block;
    width: 100%;
	margin: 80px 0;
}
.web-hosting > div {
	float: left;
	width: 470px;
}
.web-hosting .left-row {
	width: 430px;
	padding-right: 40px;
}
.web-hosting .title {
	color: #686767;
}
/*=====================================================================================================================================================================================*/
.table-details {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 40px;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .08), 0 4px 6px rgba(0, 0, 0, .08);
	text-align: center;
}
.table-details .compare-chart-title {
	font-family: 'BebasNeue-Bold';
}
.table-details .compare-chart-row {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.table-details .compare-chart-header,
.table-details .compare-chart-entry,
.table-details .compare-chart-title li {
	display: inline-block;
	padding: 20px 0;
}
.table-details .compare-chart-title li {
	width: 174px;
	font-size: 30px;
	color: #000;
}
.table-details .compare-chart-header,
.table-details .compare-chart-title .compare-chart-header {
	width: 320px;
}
.table-details .compare-chart-entry {
	width: 174px;
	box-sizing: border-box;
	border-left: 1px solid rgba(0, 0, 0, .1);
}
.table-details i {
	font-size: 22px;
	color: #fd7f34;
}
/*=====================================================================================================================================================================================*/
/* VPS */

.web-vps {
    display: inline-block;
    margin: 40px 0 60px;
    width: 100%;
	font-family: 'BebasNeue-Bold';
}
.web-vps > div {
    display: inline-block;
	vertical-align: middle;
	width: 420px;
}
.web-vps .left-row {
	padding-right: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: right;	
}
.web-vps .left-row p {
	margin-bottom: 10px;
}
.web-vps .left-row p:last-child {
	margin: 0;
}
.web-vps .right-row {
	padding-left: 40px;
}
.web-vps .fs-form .button {
	padding: 12px 24px;
	letter-spacing: 1px;
	font-size: 22px;
	margin: 0;
}
.carousel-vps .icon {
	margin-bottom: 20px;
	width: 140px;
	height: 100px;
	padding: 20px 0;
	text-align: center;
	border-radius: 50%;
	background: #fd7f34;
}
.carousel-vps .svg {
	width: 100px;
	height: 100px;
}
.carousel-vps .top-vps {
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
}
.carousel-vps .bottom-vps {
	width: 100%;
	text-align: center;
}
.carousel-vps .item {
	display: inline-block;
	width: 190px;
	padding: 0 20px;
}
.carousel-vps h2 {
	font-size: 20px;
	color: #686767;
}
/*=====================================================================================================================================================================================*/
/* SUPPORT */

.wrap-support {
    font-size: 12px;
    margin-top: 80px;
}
.wrap-support .basic {
    margin-bottom: 40px;
}
.faq-group h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}
.faq-group > .item {
	position: relative;
	margin-bottom: 40px;
	padding-left: 40px;
}
.faq-group > .item::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #fd7f34;
}
.faq-group > .item:last-child {
	margin: 0;
}
/*=====================================================================================================================================================================================*/
/* CONTACTS */

.contacts-info {
	width: 100%;
}
.contacts-info .left-column,
.contacts-info .right-column {
	display: inline-block;
	vertical-align: top;
}
.contacts-info .left-column {
	width: 480px;
	padding-right: 40px;
	margin: 60px;
}
.contacts-info .right-column {
	width: 540px;
}
.contacts-info .left-column > ul {
	margin-bottom: 40px;
}
.contacts-info .left-column li {
	margin-bottom: 20px;
}
.contacts-info .label,
.contacts-info .text {
	display: inline-block;
	width: 100%;
}
.contacts-info .text {
	color: #000;
	margin-top: 5px;
}
/*=====================================================================================================================================================================================*/
.fs-form-f {
	width: 100%;
	box-sizing: border-box;
	padding: 100px 55px 55px;
    background: #fff;
	text-align: left;
	box-shadow: 0 0 2px rgba(0, 0, 0, .08), 0 4px 6px rgba(0, 0, 0, .08);
}
.fs-form-f .title {
	margin-bottom: 40px;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;	
}
.fs-form-f .input {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	vertical-align: top;
}
.fs-form-f .input__field {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 120px 10px 0;
	background: transparent;
	border: none;
	font-family: "arial", sans-serif;
	font-weight: 300;
    font-size: 16px;
	line-height: 20px;
	outline: none;
	border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;	
}
.fs-form-f .input__field:invalid {
  box-shadow: none;
}
.fs-form-f .input__label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	pointer-events: none;
	padding: 15px 0 10px;
	line-height: 20px;
	white-space: nowrap;
	-webkit-transition: left .4s ease-out, color .4s ease-out;
			transition: left .4s ease-out, color .4s ease-out;
}
.fs-form-f .input__field.filled ~ label {
    color: #fd7f34;
}
.fs-form-f .text__field {
	resize: none;
	height: 140px;
}
.fs-form-f .select {
	border-bottom: 1px solid #e8e8e8;
}
.fs-form-f .select > i {
	padding: 15px 0 10px 20px;
	line-height: 20px;
	cursor: pointer;
	color: #999;
	font-size: 30px;
}
.fs-form-f .select .label,
.fs-form-f .checkbox .label {
	display: inline-block;
	padding: 15px 0 10px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
}
.fs-form-f .select .focus-label {
	position: absolute;
	right: 0;
	bottom: 10px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fd7f34;
}
.fs-form-f .checkbox {
	box-sizing: border-box;
	padding-left: 40px;
	border-bottom: 1px solid #e8e8e8;
}
.fs-form-f .terms-conditions {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
	color: #999;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}
#write_terms_conditions {
	color: #fd7f34;
	text-decoration: underline;
}
#write_terms_conditions:hover {
	color: #000;
}
/*======*/
.fs-form .button {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-top: 25px;
	padding: 15px 30px;
	border: 2px solid #000;
	color: #000;
	overflow: hidden;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-transition: border-color 0.3s, color 0.3s;
			transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.fs-form .button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 150%;
	height: 100%;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
			transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
			transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
			transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.fs-form .button:hover {
	color: #fff;
	border-color: #fd7f34;
	text-decoration: none;
}
.fs-form .button:hover::before {
	background-color: #fd7f34;
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
			transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
			transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
/*=====================================================================================================================================================================================*/
.icon-error {
	position: absolute;
	z-index: 9003;
	font-size: 20px;
	color: #cc4335;
}
.popup-info {
	position: fixed;
	z-index: 10003;
	top: 20px;
	right: 20px;
	max-width: 400px;
	padding: 20px 40px 20px 80px;
	background: #1B7FCC;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	visibility: visible;
	text-transform: uppercase;
	-webkit-animation-name: bounceInDown;
			animation-name: bounceInDown;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;	
	-webkit-animation-timing-function: ease-in-out;	
			animation-timing-function: ease-in-out;	
}
.popup-info p {
	line-height: 30px;
	margin: 0;
}
.popup-info > i {
	position: absolute;
	left: 40px;
	line-height: 30px;
	font-size: 25px;   
}
.popup-error {
	background: #e74c3c;
}
@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
				animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
				transform: none;
	}
}
@keyframes bounceInDown {
	from, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
				animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}
/*=====================================================================================================================================================================================*/
/* Mallki */
.link--mallki {
    position: relative;
	outline: none;
}
/* Effect 12: circle */
.link--mallki::before,
.link--mallki::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;

	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);

	transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.link--mallki::after {
	width: 40px;
	height: 40px;
	border-width: 6px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
	
	transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.link--mallki:hover::before,
.link--mallki:hover::after,
.link--mallki:focus::before,
.link--mallki:focus::after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	
	transform: translateX(-50%) translateY(-50%) scale(1);
}
/*=====================================================================================================================================================================================*/
#pay_page{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	background: #fff;
	font-size: 80%;
	overflow: scroll;
	overflow-x: hidden;
	opacity: 0;
	color: #000;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-transition: all 1s ease 0s;
			transition: all 1s ease 0s;			
}	
#pay_page.active {
	opacity: 1;
	-webkit-transform: translateY(0%);
			transform: translateY(0%);
}
#pay_page .fs-form-f {
	width: 640px;
	padding: 80px 40px;
	margin: 0 auto;
	box-shadow: none;
}
#pay_page .fs-form-f .title {
	font-size: 24px;
}



#pay_page .top-content {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border: 1px dashed #bcbcbc;
	margin-bottom: 40px;
}


#pay_page .selected-plan {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	color: #999;
}
#pay_page .selected-plan .name-selected-plan {
	position: absolute;
	top: 0;
	right: 0;
	color: #fd7f34;
	font-size: 16px;
	line-height: 26px;
}
#pay_page .select-payment-period {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	color: #999;
}
#pay_page .select-payment-period > i {
    cursor: pointer;
    font-size: 30px;
    line-height: 26px;
    padding-left: 20px;
}
#pay_page .select-payment-period > .selected-period {
	position: absolute;
	top: 0;
	right: 0;
	color: #fd7f34;
	font-size: 16px;
    line-height: 26px;
}
#payment-period-form {
	background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 40px 0;
    text-align: left;
    width: 400px;
	color: #000;
	text-transform: uppercase;
}
#payment-period-form > li {
	position: relative;
    cursor: pointer;
    display: block;
    padding: 10px 40px;
    white-space: nowrap;
}
#payment-period-form > li:hover {
	background: #e5e5e5;
}
#payment-period-form .price {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #fd7f34;
}
#payment-period-form li:hover .price {
	color: #000;
}
#pay_page .input__field {
	padding-right: 180px;
}
#pay_page .title-list {
	font-weight: bold;
}
#pay_page .list {
	margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
#pay_page .list::after {
    content: '';
	position: absolute;
    left: 0;
    top: 4px;
	width: 6px;
	height: 6px;
	background: #fd7f34;
}
#pay_page .last {
	margin-bottom: 40px;
}
#pay_page .text {
	margin-top: 40px;
}
/*===================================================================================================================================================================================*/
#order_success{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	background: #fff;
	font-size: 80%;
	overflow: auto;
	overflow-x: hidden;
	opacity: 0;
	color: #000;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-transition: all 1s ease 0s;
			transition: all 1s ease 0s;			
}	
#order_success.active {
	opacity: 1;
	-webkit-transform: translateY(0%);
			transform: translateY(0%);
}
#order_success .content {
	width: 640px;
	padding: 100px 40px;
	margin: 0 auto;
}
#order_success .info {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}
/*---------------------------------------------------------*/
#privacy_modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2000;
	background: #fff;
	font-size: 80%;
	overflow: scroll;
	overflow-x: hidden;
	opacity: 0;
	color: #000;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
	-webkit-transition: all 1s ease 0s;
			transition: all 1s ease 0s;			
}	
#privacy_modal.active {
	opacity: 1;
	-webkit-transform: translateY(0%);
			transform: translateY(0%);
}
#privacy_modal .content {
	width: 640px;
	padding: 100px 40px;
	margin: 0 auto;
}
#privacy_modal .title {
    color: #686767;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
}
/*---------------------------------------------------------*/
.close-form {
	position: fixed;
	top: 60px;
	right: 60px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transform: scale(1.3);
			transform: scale(1.3);
}
.close-form::after, .close-form::before {
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: 2px;
	background: #fd7f34;
	-webkit-transition: all 0.5s;
			transition: all 0.5s;
}
.close-form::after {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.close-form::before {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.close-form:hover::after, .close-form:hover::before {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
}
/*-------------------------------------------------*/
#country-form {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    cursor: default;
    padding: 40px 0;
    text-align: left;
    width: 400px;
	height: 320px;
	color: #000;
}
#country-form li {
    cursor: pointer;
    display: block;
    padding: 10px 40px;
    white-space: nowrap;
}
#country-form li:hover {
	background: #e5e5e5;
}
#date-form {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    cursor: default;
    padding: 40px;
    text-align: left;
    width: 481px;
}
#date-form .left,
#date-form .right {
	display: inline-block;
	width: 200px;
}
#date-form .left {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#date-form li {
	display: inline-block;
	width: 100px;
	text-align: center;
	padding: 20px 0;
}

#date-form li > span:hover {
    color: #000;
	cursor: pointer;
}
#date-form .sel {
	position: relative;
}
#date-form .sel::after {
	position: absolute;
	content: '';
	left: -20px;
	top: 6px;
	width: 6px;
	height: 6px;
	background: #fd7f34;
}
#date-form .header {
    cursor: default;
    display: block;
	width: 100%;
	color: #000;
	text-transform: uppercase;
	padding-top: 0;
}
#date-form .action {
	text-align: right;
}
#form-paypal {
    display: none;
}
.box {
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 90001;
	display: none;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.box::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.box section {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}
.format-text .title-list {
	font-weight: bold;
}
.format-text .list {
	margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.format-text .list::after {
    content: '';
	position: absolute;
    left: 0;
    top: 4px;
	width: 6px;
	height: 6px;
	background: #fd7f34;
}
.format-text .last {
	margin-bottom: 40px;
}
#paypal_success {
	display: none;
}

.cdn-button {
	display: flex;
	flex-direction: column; /* Stack elements vertically */
	align-items: center; /* Center horizontally */
	text-align: center; /* Ensure text alignment */
}

.cdn-button .button {
	display: inline-block; /* Keeps button-like appearance */
	margin: 20px auto; /* Center it properly */
	text-align: center; /* Ensure text inside is centered */
}

.row-vpn{
	width: 25% !important;
}

.row-vpn .plan {
	min-height: 350px;
}

.server-block {
	min-height: 650px;
}

.category-block {
	min-height: 350px;
}

.product-block {
	min-height: 450px;
}

.row-category{
	width: 25% !important;
}

.row-product{
	width: 25% !important;
}

.params {
	min-height: 270px;
}

.row-category .plan {
	min-height: 100px;
}

.row-product .plan {
	min-height: 300px;
}


.no-margin-right {
	margin-right: 0 !important;
}

/* container */
.gallery { max-width: 1120px; margin: 24px auto; padding: 0 16px; display: grid; gap: 12px; }

/* main viewer */
.viewer {
	position: relative;
	width: 100%;
	/* Pick one height strategy: */
	/* Strategy A: responsive but stable height */
	aspect-ratio: 4 / 3;
	/* Or Strategy B: viewport-based height (uncomment next line and remove aspect-ratio)
       height: min(70vh, 640px); */

	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	background: #0b0c0f; /* dark letterbox to hide bars */
}

/* slides stack but only one is shown */
.slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.slide[hidden] { display: none; }

/* IMAGES — contain, no crop, no forced upscale */
.viewer img {
	max-width: 100%;
	max-height: 100%;
	width: auto;       /* keep natural width if smaller than viewer */
	height: auto;      /* keep natural height if smaller than viewer */
	object-fit: contain;
	display: block;
}

/* YOUTUBE — preserve 16:9, fit inside viewer, no crop */
.viewer iframe {
	aspect-ratio: 16 / 9;
	max-width: 100%;
	max-height: 100%;
	width: auto;   /* grow by width until hits max-height/width */
	height: auto;  /* grow by height until hits max-height/width */
	display: block;
	background: #000;
	border: 0;
}

/* navigation + counter (unchanged) */
.galery-nav { position: absolute; top: 50%; transform: translateY(-50%); border: none; background: rgba(255,255,255,.9); padding: 6px 10px; border-radius: 999px; cursor: pointer; font-size: 22px; }
.galery-nav--prev { left: 10px; }
.galery-nav--next { right: 10px; }
.counter { position: absolute; right: 10px; bottom: 10px; font-size: 12px; background: rgba(0,0,0,.6); color: #fff; padding: 2px 6px; border-radius: 6px; }

/* thumbnails — keep cover here (tiny crop is fine for thumbs) */
.thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(88px, 1fr); gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.thumb { position: relative; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; cursor: pointer; background: #fff; padding: 0; }
.thumb img { width: 100%; height: 66px; object-fit: cover; display: block; }
.thumb__play { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; background: rgba(0,0,0,.35); font-weight: 700; }
.thumb.is-active { outline: 2px solid #4f46e5; outline-offset: -2px; }

.product-wrap {
	max-width: 1120px;
	margin: 24px auto;
	padding: 0 16px;
}

/* Float the gallery so text wraps around it */
.gallery-float {
	float: right;
	width: 40%;
	max-width: 460px;
	margin: 0 0 16px 24px;
}

/* ensure the gallery itself fits the float box */
.gallery { max-width: none; margin: 0; }

/* clear after wrap */
.clearfix::after { content: ""; display: block; clear: both; }

@media (max-width: 900px) {
	.gallery-float {
		float: none;
		width: 100%;
		margin: 0 0 16px 0;
	}
}

.product-desc img { max-width: 100%; height: auto; }
.product-desc table { width: 100%; overflow: auto; display: block; }
.product-desc p, .product-desc ul, .product-desc ol { line-height: 1.6; }
