/* Общие стили */
.darkblue,
a.darkblue {
	color: #025d81;
}
.page-wrapper .cols h2 {
	font-weight: bold;
	color: #323232;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

/*Общие стили для колонок*/
.cols {
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}
.col-left {
	float: left;
	width: 630px;
}
.col-delim {
	background: url('../i/delimiter_vert.png') center 3px repeat-y transparent;
	height: 100%;
	left: 630px;
	position: absolute;
	top: 10px;
	width: 10px;
}
.col-right {
	float: left;
	margin-left: 40px;
	width: 280px;
}
.col-right-delim {
	background: url('../i/delimiter_horiz.png') center 0 no-repeat transparent;
	height: 1px;
	margin: 19px 0 30px;
}


/*Верхний блок*/
.b-topblock {
	background: #353f4c url('../i/b_topblock.jpg') center top no-repeat;
	color: #fff;
	height: 483px;
	min-width: 960px;
}
.b-topblock-main {
	padding: 50px 0px 0px 505px;
	position: relative;
}
.b-topblock h1 {
	font-family: Verdana;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	line-height: 47px;
	text-align: left;
	margin-bottom: 10px !important;
}
.b-topblock-desc {
	font-size: 14px;
	line-height: 20px;
}
.b-topblock-desc p {
	margin-bottom: 20px;
	padding: 0px;
}
.b-topblock-desc p strong {
	font-size: 17px;
}

.b-topblock-btn {
	margin-bottom: 20px;
	position: relative;
}
.b-topblock-download {
	display: block;
	width: 330px;
	height: 87px;
	text-indent: -5000px;
	background: url('../i/button.png') top left no-repeat;
}
.b-topblock-download:hover {
	background-position: 0px -90px;
}
.b-topblock-download:active {
	background-position: 0px -181px;
}
.b-topblock-btn .b-norton {
	position: absolute;
	right: 0px;
	top: 15px;
}
.b-topblock-info {
	width: 330px;
	text-align: center;
}

.b-topblock .more {
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #ccd6de;
	font-family: Verdana;
	font-size: 14px;
	text-decoration: underline;
}
.b-topblock .more:hover {
	color: #fff;
}
.b-topblock .more:active {
	color: #dae1e7;
}


/* BS8 Topblock */
.bs8-topblock {
	background: url('../i/bs8_topblock.jpg') center top no-repeat;
	color: #fff;
	height: 418px;
	min-width: 960px;
}
.bs8-topblock .content {
	width: 450px;
	padding-top: 25px;
}
.bs8-topblock h1 {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 54px;
	line-height: 54px;
}
.bs8-topblock h1 small {
	display: block;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: -10px;
	margin-left: 3px;
}
.bs8-topblock h1 big {
	font-size: 92px;
}
.bs8-topblock .badge {
	height: 30px;
	line-height: 28px;
	background: url('../i/badge.png') top left no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	width: 106px;
	font-size: 14px;
	padding-left: 15px;
	margin-bottom: 30px;
}
.bs8-topblock .features {
	margin-bottom: 30px;
}
.bs8-topblock .features h4 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.bs8-topblock .features ul li {
	color: #fff;
	font-size: 14px;
	background: url('../i/marker.png') left 2px no-repeat;
	padding-left: 25px;
	margin-bottom: 3px;
}
.bs8-topblock .button-box {
	color: #b9d4df;
	font-size: 11px;
	float: left;
	width: 257px;
}
.bs8-topblock .button {
	display: block;
	width: 193px;
	height: 57px;
	background: url('../i/bs8-button.png') top left no-repeat;
	cursor: pointer;
	text-indent: inherit;
	font-size: 16px;
	line-height: 55px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 60px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bs8-topblock .b-norton {
	float: left;
	margin-left: 25px;
}

/* Список продуктов */
.main-products {
	float: left;
	width: 265px;
	margin-bottom: 50px;
}
.main-products h3 {
	font-weight: normal;
	color: #323232;
	font-size: 24px;
	border-bottom: 1px solid #b2afaf;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 20px 0px;
}
.main-products .orange {
	color: #ed6200;
}
.main-products .green {
	color: #61a900;
}

.main-products dt {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	color: #025d81;
	font-size: 14px;
}
.main-products dt a {
	font-weight: bold;
	color: #025d81;
	font-size: 14px;
}
.main-products dt a:hover {
	text-decoration: underline;
}
.main-products dd {
	color: #323232;
	font-size: 13px;
	margin-bottom: 20px;
}

#free-products {
	margin-left: 65px;
}

.main-big {
	font-size: 24px;
	color: #323232;
	line-height: 36px;
}


/**
 * Experts block
 */
#main-experts {
	width: 263px;
	overflow: hidden;
}
#main-experts-container {
	height: 284px;
	width: 263px;
	position: relative;
	margin-bottom: 25px;
}
#main-experts-box {
	overflow: visible;
	width: 300%;
	margin: 0px;
	padding: 0px;
	height: 284px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#main-experts-box li {
	float: left;
	width: 233px;
	color: #323232;
	font-family: Verdana;
	padding: 117px 15px 0px 15px;
	height: 167px;
}
#main-experts-box #me-box1 {
	background: url('../i/pc-world.png') bottom left no-repeat;
}
#main-experts-box #me-box2 {
	background: url('../i/cnet.png') bottom left no-repeat;
}
#main-experts-box #me-box3 {
	background: url('../i/pc-advisor.png') bottom left no-repeat;
}

#me-switch {
	height: 20px;
	width: 60px;
	margin: auto;
	margin-bottom: 10px;
}
#me-switch li {
	width: 20px;
	height: 20px;
	background: url('../i/dots.png') 0px -21px no-repeat;
	float: left;
	cursor: pointer;
}
#me-switch li.active {
	background-position: 0px 0px;
}


/**
 * Microsoft block
 */

#main-ms {
	width: 263px;
	padding-top: 80px;
	background: url('../i/ms-partner.png') top left no-repeat;
	color: #323232;
}


/* Discovery topblock */
.ds-topblock {
	height: 418px;
	background: url('../i/ds-topblock.jpg') center top no-repeat;
}
.ds-topblock .content {
	margin-left: 500px;
}
.ds-topblock h4 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	font-weight: bold;
}
.ds-topblock .content {
	padding-top: 45px;
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
}
.ds-topblock .ds-logo {
	height: 88px;
	background: url('../i/ds-logo.png') -5px 0px no-repeat;
	margin-bottom: 15px;
}
.ds-topblock .strong {
	margin-bottom: 12px;
}
.ds-topblock .button-box {
	padding-top: 25px;
	font-size: 10px;
}
.ds-topblock .button {
	display: block;
	width: 336px;
	height: 65px;
	background: url('../i/ds-button.png') -2px 0px no-repeat;
	cursor: pointer;
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: 60px;
	float: left;
	margin: -5px 10px 10px 0px;
	text-indent: inherit;
	text-decoration: none;
}
.ds-topblock .seal-box .ms {
	float: left;
	width: 134px;
	height: 28px;
	background: url('../i/ds-ms.png') top left no-repeat;
	margin: 10px 5px 0px 0px;
}
.ds-topblock .seal-box .norton {
	float: left;
	width: 97px;
	height: 39px;
	background: url('../i/ds-norton.png') top left no-repeat;
	margin-right: 5px;
}
.ds-topblock .seal-box .compat {
	float: left;
	font-size: 11px;
	color: #fff;
	line-height: 15px;
}


/* 2016 topblock */
.bs2016-topblock {
	height: 399px;
	background: url('../i/2016-topblock.jpg') center top no-repeat;
}
.bs2016-topblock .center {
	position: relative;
	margin-top: 20px;
}
.bs2016-topblock .button {
	display: block;
	text-indent: -9000px;
	width: 293px;
	height: 60px;
	background: url('../i/2016-button.png') top left no-repeat;
	position: absolute;
	top: 118px;
	right: 33px;
	cursor: pointer;
}
.bs2016-topblock .button:hover {
	background-position: left -62px;
}
/* ************ */

/* start abs8home3 topblock */
.abs8home3-topblock {
	background: #161616 url("../i/abs8home3-topblock.jpg") top center no-repeat;
	height: 418px;
	min-width: 960px;
}
.abs8home3-topblock .center {
	position: relative;
}
.abs8home3-text {
	position: absolute;
	top: 80px;
	left: 490px;
	color: white;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
}
.abs8home3-topblock .button {
	display: block;
	text-indent: -9000px;
	width: 293px;
	height: 60px;
	background: url('../i/2016-button.png') top left no-repeat;
	position: absolute;
	top: 258px;
	right: 175px;
	cursor: pointer;
}
.abs8home3-topblock .button:hover {
	background-position: left -62px;
}
/* end abs8home3 topblock */

/* start abs8home4 topblock */
.abs8home4-topblock {
	background: #000000 url("../i/abs8home4-topblock.jpg") top center no-repeat;
	height: 418px;
	min-width: 960px;
}
.abs8home4-topblock .center {
	position: relative;
}
.abs8home4-text {
	position: absolute;
	top: 80px;
	left: 18px;
	color: white;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
}
.abs8home4-topblock .button {
	display: block;
	text-indent: -9000px;
	width: 431px;
	height: 70px;
	background: url('../i/bs84-button.png') top left no-repeat;
	position: absolute;
	top: 258px;
	left: 18px;
	cursor: pointer;
}
/* end abs8home4 topblock */