/* Reset */
html {
	overflow-y: scroll;
}
html, body {
	background: #21252E;
	height: 100%;
}
html, body, p, div, h1, h2, h3, h4, h5, ol, ul, li {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #EEEEEE;
}
div, p {
	font-size: 13px;
	color: #EEEEEE;
}
p {
	margin-bottom: 15px;
}
a {
	outline: none !important;
	color: #83ADFF;
	text-decoration: underline;
}
h1 {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
}
h2 {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
}
#page-wrapper {
	width: 1020px;
	margin: auto;
	padding-top: 0px;
}
.center {
	width: 960px;
	margin: auto;
}
.clear {
	height: 1px;
	line-height: 1px;
	float: none;
	clear: both;
}
.blue {
	color: #0072A7;
}
.panel {
	float: left;
}
.panel.panel-content {
	width: 660px;
}
.panel.panel-right {
	position: sticky;
	top: 40px;
	width: 230px;
	padding: 25px 15px 15px 15px;
	margin-left: 40px;
	background: #191D25;
}
.row {
	margin-bottom: 30px;
}
.big {
	font-size: 108%;
}

h1 .ico,
h2 .ico {
	float: left;
	margin-right: 10px;
}

/* Content */
#content {
	margin-bottom: 20px;
}


/* Header */
#head {
	position: relative;
	width: 100%;
	background-image: url('../i/header.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #191D25;
	color: #EEEEEE;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
}
#site-name {
	float: left;
	width: 80%;
	color: #EEEEEE;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	vertical-align: middle;
}
#country {
	float: right;
	width: 20%;
	text-align: right;
	color: #EEEEEE;
	font-size: 13px;
	font-weight: bold;
	line-height: 36px;
	vertical-align: middle;
}


/* Subheader */
#subhead {
	margin-bottom: 15px;
}
#subhead h2 {
	width: 500px;
	float: left;
	margin-bottom: 20px;
	font-size: 20px;
}

#subhead.with-phone {

}
#subhead .phone-block {
	text-align: right;
	color: #2F2F2F;
	max-width: 280px;
	float: right;
	margin-top: -12px;
}
#subhead .phone-number {
	color: #4D85B4;
	font-size: 22px;
	line-height: 30px;
}
#subhead .phone-text {
	font-size: 11px;
	line-height: 12px;
}
#subhead .phone-text a {
	color: #4D85B4;
	text-decoration: underline;
}
#subhead .phone-text a:hover, #subhead .phone-text a:focus {
	color: #4D85B4;
	text-decoration: none;
	outline: none;
}

#subhead .breadcrumb {
	background: #191D25;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	color: #EEEEEE;
}

#subhead .phone-block {
	float: right;
	width: 450px;
	color: #4b4b4b;
	font-size: 12px;
	text-align: right;
}
#subhead .phone-block big {
	font-size: 24px;
	display: block;
}


/* Footer */
#footer-padder {
	height: 100px;
}
#footer {
	width: 1020px;
	margin: -100px auto 40px auto;
}
#footer .center {
	border-top: 1px solid #81858E;
	padding: 15px 0px 15px 0px;
}
#copyright {
	color: #81858E;
	font-size: 12px;
	line-height: 16px;
}
.installers-disclamer {
	color: #81858E;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
}

/* Sys info block */
.sys-info {
	position: relative;
	padding-right: 170px;
}

/* norton */
.norton-wrapper {
	margin-bottom: 30px;
	color: #0d0d0d;
	font-size: 13px;
	line-height: 19px;
	padding-left: 150px;
	background-image: url('../i/logos/norton.svg');
	background-position: left center;
	background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Download block */
.download-block {
	padding: 18px 20px;
	background: #191D25;
}
.download-block .title {
	float: left;
	line-height: 20px;
	padding-top: 11px;
	width: 120px;
}
.download-block select {
	display: block;
	float: left;
	border: 1px solid #2F333B;
	height: 28px;
	line-height: 28px;
	margin-top: 7px;
	width: 230px;
	background: #21252E;
	color: #EEEEEE;
	margin-left: 30px;
}

/* According block */
.according {
	/*border-bottom: 1px solid #eee;*/
}
.according .title {
	line-height: 29px;
	padding-left: 15px;
	height: 29px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;

	background-image: url('../i/title-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #2A2F3D;
	color: #EEEEEE;
}
.according .content {
	margin: 10px 0px 20px 40px;
}
.according ul,
.according ol {
	margin-left: 10px;
}

.download-btn {
	position: relative;
    display: block;
    background: #F8C52B;
    text-align: center;
    color: #191D25;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5em;
    padding: 10px 13px 11px 13px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;

}
.download-btn:hover {
	background-color: #ffe185;
	text-decoration: none;
}
/* Panel right */
.panel-right .info-title {
	text-align: center;
	font-size: 18px;
	color: #EEEEEE;
	border-bottom: 2px solid #CCCDCF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.panel-right .download-w {
	text-align: center;
}
.panel-right .steps .steps-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
.panel-right .steps .step {
    position: relative;
    display: flex;
    margin: 0 0 8px 0;
}
.panel-right .steps .step .step-title {
	white-space: nowrap;
	width: 60px;
	margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 13px;
    min-width: 60px;
    max-width: 80px;
}
.panel-right .steps .step .step-text {
	/*float: left;
	width: 175px;*/
	flex: auto;
	position: relative;
	max-width: 170px;
}

.panel-right .info .row {
	margin-bottom: 5px;
}
.panel-right .info .field {
	float: left;
	width: 105px;
	font-size: 11px;
	font-weight: bold;
}
.panel-right .info .value {
	float: left;
	width: 125px;
	font-size: 11px;
}

.panel-right .requirements {
	font-size: 11px;
	margin-bottom: 15px;
}
.panel-right .asterisk {
	font-size: 11px;
	margin-bottom: 10px;
}
.panel-right .additional-info {
	font-size: 11px;
	margin-bottom: 5px;
}

.panel-right .yahoo-search {
	display: block;
	height: 25px;
	background: url('../i/yahoowindowsx.gif') center top no-repeat;
}

/* Форматирования для he языка */
.lang-he #site-name {
	float: right;
}
.lang-he #country {
	float: left;
	text-align: left;
}
.lang-he #page-wrapper {
	direction: rtl;
}
.lang-he #subhead {
	text-align: unset;
}
.lang-he #subhead h2 {
	float: none;
}
.lang-he .sys-info {
	padding-right: 0;
}
.lang-he .sys-info>.win-ico {
	left: 0;
	right: auto;
}
.lang-he .bigh {
	text-align: left;
}
.lang-he .download-block .title,
.lang-he .download-block select,
.lang-he .download-block .button {
	 float: right;
}
.lang-he .panel-right .steps .step h5,
.lang-he .panel-right .steps .step .text {
    float: right;
}
.lang-he .panel-right .info .field,
.lang-he .panel-right .info .value {
    float: right;
}
.lang-he .panel-right .steps>.step>.text,
.lang-he .panel-right .info .value,
.lang-he .panel-right .requirements,
.lang-he .panel-right .asterisk,
.lang-he #footer {
	direction: rtl;
}
.lang-he .according .title {
	background-position: center top;
	padding-right: 35px;
	padding-left: 0;
}
.lang-he .according .title:hover {
	background-position: center top;
}

.lang-he .according.active .title {
	background-position: center top;
}
.lang-he .according.active .title:hover {
	background-position: center top;
}
.lang-he .according .content {
	margin-left: 0;
	margin-right: 40px;
}
.lang-he .according ul, .according ol {
    margin-right: 12px;
}

/* Форматирования для ja языка */
.lang-ja .panel-right .steps .step h5 {
	width: 70px;
}
.lang-ja .panel-right .steps .step .text {
	width: 165px;
}

/* Форматирования для ar языка */
.lang-ar #site-name {
	float: right;
}
.lang-ar #country {
	float: left;
}
.lang-ar #page-wrapper {
	direction: rtl;
}
.lang-ar #subhead {
	text-align: unset;
}
.lang-ar #subhead h2 {
	float: none;
}
.lang-ar .sys-info {
	padding-right: 0;
}
.lang-ar .sys-info>.win-ico {
	left: 0;
	right: auto;
}
.lang-ar .bigh {
	text-align: left;
}
.lang-ar .download-block .title,
.lang-ar .download-block select,
.lang-ar .download-block .button {
	 float: right;
}
.lang-ar .panel-right .steps .step h5,
.lang-ar .panel-right .steps .step .text {
    float: right;
}
.lang-ar .panel-right .info .field,
.lang-ar .panel-right .info .value {
    float: right;
}
.lang-ar .panel-right .steps>.step>.text,
.lang-ar .panel-right .info .value,
.lang-ar .panel-right .requirements,
.lang-ar .panel-right .asterisk,
.lang-ar #footer {
	direction: rtl;
}
.lang-ar .according .title {
	background-position: center top;
	padding-right: 35px;
	padding-left: 0;
}
.lang-ar .according .title:hover {
	background-position: center top;
}

.lang-ar .according.active .title {
	background-position: center top;
}
.lang-ar .according.active .title:hover {
	background-position: center top;
}
.lang-ar .according .content {
	margin-left: 0;
	margin-right: 40px;
}
.lang-ar .according ul, .according ol {
    margin-right: 12px;
}

/* Форматирования для id языка (Google Translator) */
html[lang="id"] .panel-right .steps .step h5 {
	width: 75px;
}
html[lang="id"] .panel-right .steps .step .text {
	width: 155px;
}
/* Форматирования для ms языка (Google Translator) */
html[lang="ms"] .panel-right .steps .step h5 {
	width: 75px;
}
html[lang="ms"] .panel-right .steps .step .text {
	width: 155px;
}
/* Форматирования для sv языка (Google Translator) */
html[lang="sv"] .panel-right .info .field {
	width: 125px;
}
html[lang="sv"] .panel-right .info .value {
	width: 105px;
}


/*** special offer ***/
.download-block {
    padding: 18px 20px 12px 20px;
}
.download-block {
	padding: 20px 20px 15px 20px;
	display: block;
	position: relative;
}
.special-offer {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #aaa;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 10px;
	text-shadow: none;
	text-transform: uppercase;
	text-align: right;
}
.download-block .recommended {
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.download-block .download-block-inner {
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	align-items: center;
	max-width: 100%;
}
.download-block .download-block-inner .block-btn {
	flex: 1 0 340px;
	position: relative;
}
.download-block .download-block-inner .block-info {
	flex: auto;
	margin-left: 10px;
	position: relative;
	width: auto;
}
.download-block .download-block-inner .block-info-wrapper {
	display: block;
	position: relative;
	text-align: center;
}
.download-block .download-block-inner .ae-logo {
	text-align: center;
}
.download-block .download-block-inner .ae-logo a {
	display: inline-block;
}
.download-block .download-block-inner .ae-logo img {
	display: block;
	max-width: 100%;
	position: relative;
	height: auto;
}
.download-block .download-block-inner .block-info-text {
	font-size: 11px;
	color: #959595;
}
.download-block .download-block-inner .block-info-text ul {
	list-style: none;
	display: block;
	position: relative;
}
.download-block .download-block-inner .block-info-text ul li {
	display: block;
	position: relative;
}
.download-block .download-block-inner .block-btn .db-menu {
	float: none;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}
.download-block .download-block-inner .block-btn .db-menu a {
	display: inline-block;
	position: relative;
}
.special-offer-links {
	display: flex;
    text-align: center;
    width: 100%;
    font-size: 9px;
    line-height: 1.5em;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    margin: 5px 0;
}
.special-offer-link {
    display: block;
    position: relative;
    white-space: nowrap;
    margin: 2px 4px;
    box-sizing: border-box;
}
.special-offer-link:hover {
	color: #c4c4c4;
	text-decoration: underline;
}
.download-block .steps-wrapper {
	display: block;
	position: relative;
	margin-top:  5px;
}
.download-block .steps-wrapper .steps {
	list-style: none;
}

/* Download block */
.download-block {
	padding: 20px 0px;
	margin: 30px 0px;
	background: transparent;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: block;
}
.download-block-title {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.download-block-row {
	display: flex;
}
.download-block .col {
	flex: 1 0 auto;
	max-width: 100%;
}
.download-block .download-block-col-1 {

}
.download-block .download-block-col-2 {
	min-width: 200px;
	max-width: 240px;
	padding-left: 10px;
}
.lang-ar .download-block .download-block-col-2,
.lang-he .download-block .download-block-col-2 {
	padding-left: 0;
	padding-right: 10px;
}
.download-block select {
	display: block;
	float: none;
	border: none;
	height: 42px;
	line-height: 19px;
	margin: 0px;
	background: #4A4A4A;
	color: #fff;
	padding: 12px 15px 11px 15px;
	outline: none;
	width: 100%;
	margin-top: 16px;
}
.download-block .button {
	background: #FF7A00;
	display: block;
	float: none;
	width: auto;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px 11px 20px;
	position: relative;
}

.special-offer {
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	margin-bottom: 6px;
	color: #999;
	text-transform: uppercase;
	line-height: 11px;
}
.download-block .button {
	height: auto;
}
.special-offer {
	position: initial;
}

/*** special offer ***/
.db-menu {
	margin-top: 3px;
	float: right;
	width: 230px;
	font-size: 7.5px;
	text-align: center;
}
.lang-ar .db-menu {
	margin-top: 4px;
	float: left;
	width: 230px;
	font-size: 7.5px;
	text-align: center;
	direction: rtl;
}
.db-menu>a {
	margin-right: 4px;
}
.db-menu>a:last-child {
	margin-right: 0;
}
.lp-download-btn.button {
	min-width: 200px;
}
.download-btn {
	background-color: #FF7A00;
	color: #FFFFFF;
}