@font-face {
	font-family: 'dpr';
	src: url('/fonts/dpr.eot');
	src: url('/fonts/dpr.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/dpr.woff2') format('woff2'),
		 url('/fonts/dpr.woff') format('woff'),
		 url('/fonts/dpr.ttf') format('truetype'),
		 url('/fonts/dpr.svg#locutorioregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'agora';
	src: url('/fonts/a.eot');
	src: url('/fonts/a.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/a.woff2') format('woff2'),
		 url('/fonts/a.woff') format('woff'),
		 url('/fonts/a.ttf') format('truetype'),
		 url('/fonts/a.svg#agora') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'agora';
	src: url('/fonts/abi.eot');
	src: url('/fonts/abi.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/abi.woff2') format('woff2'),
		 url('/fonts/abi.woff') format('woff'),
		 url('/fonts/abi.ttf') format('truetype'),
		 url('/fonts/abi.svg#agora') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'agora';
	src: url('/fonts/ab.eot');
	src: url('/fonts/ab.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/ab.woff2') format('woff2'),
		 url('/fonts/ab.woff') format('woff'),
		 url('/fonts/ab.ttf') format('truetype'),
		 url('/fonts/ab.svg#agora') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'agora';
	src: url('/fonts/ai.eot');
	src: url('/fonts/ai.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/ai.woff2') format('woff2'),
		 url('/fonts/ai.woff') format('woff'),
		 url('/fonts/ai.ttf') format('truetype'),
		 url('/fonts/ai.svg#agora') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'roboto';
	src: url('/fonts/r.eot');
	src: url('/fonts/r.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/r.woff2') format('woff2'),
		 url('/fonts/r.woff') format('woff'),
		 url('/fonts/r.svg#roboto') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto';
	src: url('/fonts/rbi.eot');
	src: url('/fonts/rbi.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/rbi.woff2') format('woff2'),
		 url('/fonts/rbi.woff') format('woff'),
		 url('/fonts/rbi.svg#roboto') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'roboto';
	src: url('/fonts/rb.eot');
	src: url('/fonts/rb.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/rb.woff2') format('woff2'),
		 url('/fonts/rb.woff') format('woff'),
		 url('/fonts/rb.svg#roboto') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'roboto';
	src: url('/fonts/ri.eot');
	src: url('/fonts/ri.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/ri.woff2') format('woff2'),
		 url('/fonts/ri.woff') format('woff'),
		 url('/fonts/ri.svg#roboto') format('svg');
	font-weight: normal;
	font-style: italic;
}

/******			CSS Reset			******/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	color:inherit;
}
strong,b{
	font-weight:bold;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
menu,ol,ul,li{
	list-style-type:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
:focus{ 
	outline:0;
}
a{color: #a50010;}
a:hover{color: #000;}
a:active {
	background-color: transparent;
}
input{
	box-shadow: none;
	outline: none;
}
input::-ms-clear {
	display: none;
}
input::placeholder { color: rbga(0,0,0,0.5) !important; ; }
input.placeholder { color: rbga(0,0,0,0.5) !important; ; }
input:placeholder { color: rbga(0,0,0,0.5) !important; ; }
input::-webkit-input-placeholder { color: rbga(0,0,0,0.5) !important; ;}
input:-moz-placeholder { color: rbga(0,0,0,0.5) !important; ;}

html, body{
	background: #f1f4f5;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:#000;
	font: 18px/24px 'agora', Arial, Helvetica, serif;
	left: 0;
	margin: 0;
	min-height:100%;
	padding: 0;
	position: absolute;
	top: 0;
	width:100%;
}
/******			End of CSS Reset			******/

.nowrap {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.page-content{
	margin: 0 auto;
	width: 840px;
	padding: 0 20px 0 20px;
	position: relative;
}
.page-content:after,
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.abs-centered{
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.justify-aligned{
	text-align: justify !important;
}
.justify-aligned > *{
	display:inline-block;
}
.justify-aligned:after {
	content: "";
	display: inline-block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
}
.vert-align-center{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.nobr{
	white-space: nowrap;
}
.left{
	float: left;
}
.right{
	float: right;
}
div.expander .expand{
	border-bottom: 1px dashed #a50010;
	color: #a50010;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
.expander .content{
	display: none;
}
.expander.open .content{
	display: block;
	margin: 24px 0;
}

header{
	padding: 33px 0;
}
header .hugetext{
	color: #000;
	float: left;
	font: 800 24px/22px 'roboto';
	margin: 6px 0 0 60px;
	position: relative;
	text-decoration: none;
	width: 185px;
}
header .hugetext:before{
	background: url('/i/logo-small.png') no-repeat center center;
	content: "";
	height: 37px;
	left: -60px;
	position: absolute;
	top: -6px;
	width: 37px;
}
header .solutions-list{
	float: right;
	height: 100px;
	margin: -33px 0 0 0;
	width: 540px;
    white-space: nowrap;
    padding-right: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
}
header .solutions-list .item{
	font: 800 20px/36px 'roboto';
    display: inline-block;
	padding: 32px 8px;
	text-align: center;
	white-space: nowrap;
    vertical-align: top;
}

header .solutions-list .item.comp {
    font-size: 15px;
    font-weight: 400;
}

header .solutions-list .item.active{
	background: #a50010;
}
header .solutions-list .item.active a{
	color: #fff;
	text-decoration: none;
}
.redrectsbg{
	background: #ff0000;
	position: relative;
}
.redrectsbg:before,
.redrectsbg:after{
	background: #ea0000;
	bottom: 0;
	content: "";
	height: 61%;
	left: 0;
	position: absolute;
	width: 23%;
}
.redrectsbg:after{
	left: auto;
	right: 0;
	width: 27%;
}
.redrectsbg > *{
	position: relative;
	z-index: 1;
}
.bluegray-bg{
	background: #cfdadf;
}
.rub{
	font-family: 'rub' !important;
	font-size: 92%;
}
.ease {
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
}
.social > *{
	margin: 0 0 0 30px;
	max-width: 80px;
	vertical-align: middle;
}
.user_content h1{
	font: bold 33px/42px 'roboto';
	margin: 0 0 36px 0;
}
.user_content h2{
	font: bold 30px/36px 'roboto';
	margin: 0 0 20px 0;
}
.user_content h3{
	font: bold 27px/36px 'roboto';
	margin: 0 0 15px 0;
}
.user_content h4{
	font: bold 24px/30px 'roboto';
	margin: 0 0 10px 0;
}
.user_content h5{
	font: bold 22px/24px 'roboto';
	margin: 0 0 5px 0;
}
.user_content h6{
	font: bold 18px/24px 'roboto';
	margin: 0;
}
.user_content p,
.user_content .p,
.user_content ul,
.user_content ol{
	margin: 0 0 24px 0;
}
.user_content .hidden,
.user_content .hidden a{
	color: #f1f4f5;
}
.user_content big,
.user_content .big{
	font: 24px/30px 'agora';
}
.user_content small,
.user_content .small{
	font: 16px/22px 'agora';
}
.user_content .v-small{
    font-size: 14px;
}
.user_content ul.nomarkers,
.user_content ol{
	padding: 0 0 0 51px;
}
.user_content ul{
	padding: 0 0 0 25px;
}
.user_content ul > li{
	list-style-type: none;
}
.user_content ul.thinned > li {
    margin: 10px 0;
}
.user_content ul.dashed > li{
	margin: 0 0 24px 0;
}
.user_content ul.dashed.nolimb > li{
	margin-bottom: 0;
}
.user_content ul > li:before{
	background: #a50010;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin: 0 7px 0 -15px;
	vertical-align: middle;
	width: 8px;
}
.user_content ul.dashed > li:before{
	background: transparent;
	content: "– ";
	display: inline;
	position: absolute;
}
.user_content ul.nomarkers > li:before{
	display: none;
}
.user_content ol > li{
	list-style-type: decimal;
}
.user_content i{
	font-style: italic;
}
.user_content b{
	font-weight: bold;
}
.user_content sup{
	vertical-align: top;
}
.user_content del{
	text-decoration: line-through;
}
.user_content em,
.user_content .em,
.user_content em a{
	color: #7f8689;
}
.user_content em a:hover{
	color: #000;
}
.user_content u{
	text-decoration: underline;
}
.user_content blockquote{
	font-style: italic;
	margin: 17px 0 19px 50px;
	padding: 0;
}
.user_content blockquote:before{
	content: "«…";
	display: inline-block;
	margin: 0 5px 0 -24px;
}
.user_content blockquote.dash:before{
	content: "« —";
	margin: 0 5px 0 -37px;
}
.user_content blockquote:after{
	content: "»";
}
.user_content .copyright:after{
	content: "®";
	display: inline-block;
	vertical-align: super;
}
.user_content .red{
	color: #ff0000;
}
.user_content .nomb{
	margin-bottom: 0;
}
.user_content .brd{
	padding-left: 20px;
	position: relative;
}
.user_content .brd::before{
	border: 1px solid black;
	border-right: none;
	content: "";
	height: 100%;
	left: 0;
	padding: 10px 0;
	position: absolute;
	top: -11px;
	width: 15px;
}
.user_content .note{
	background: #cfdadf;
	border-bottom: 2px solid #a50010;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: rgba(0,0,0,0.7);
	float: right;
	margin: 22px 0 0 30px;
	padding: 24px 19px 26px 25px;
	width: 360px;
}
.user_content .uc-note{
	background: #595959;
	color: #fff;
	margin: 0 0 24px 0;
	padding: 20px 40px;
}
.user_content .uc-note p{
	margin-bottom: 0;
}
.user_content .uc-note a{
	color: #fff;
}
.title-nav-wrap{
	margin: 0 0 40px 0;
}
.title-nav-wrap .title-nav{
	display: inline-block;
	margin: 0 0 0 40px;
	padding: 0 0 0 36px;
	vertical-align: middle;
	width: 31%;
	white-space: nowrap;
}
.title-nav{
	background: #f1f4f5;
	position: relative;
}
.selector .toggle{ cursor: pointer; }
.selector .content{ display: none; }
.selector.expanded .content{ display: block; }
.title-nav:before{
	background: #a50010;
	border-bottom: 7px solid #f1f4f5;
	border-top: 16px solid #f1f4f5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
.title-nav a{
	clear: both;
	color: #899195;
	display: block;
	float: left;
	font: bold 22px/48px 'roboto';
}
.title-nav a:hover{
	color: #000;
}
.title-nav-wrap h1,
.page-content > h1{
	font: bold normal 54px/60px 'roboto';
	margin: 0 0 50px 0;
}
.title-nav-wrap h1{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
/*	width: 475px;*/
}
.may-be-interesting{
	margin: 118px auto 0 auto;
	width: 680px;
}
.may-be-interesting h2{
	color: #899195;
	font: bold 22px/24px 'roboto';
	margin: 0 0 21px 0;
}
.may-be-interesting .link-list{
	text-align: justify;
}
.may-be-interesting .link-list .item{
	background: #cfdadf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 30px 0;
	text-align: left;
	vertical-align: top;
	width: 48%;
}
.may-be-interesting .link-list .item a{ color: #000; overflow: hidden; }
.may-be-interesting .link-list .item a:hover{ color: #a50010; }
.may-be-interesting .link-list .item .vert-align-center{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 100px;
	padding: 13px 25px;
}
.footerPlaceholder, footer{
	height: 240px;
}
footer{
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
}
.nav-menu{
	background: #000;
	height: 65px;
}
.nav-menu a{
	color: #cfdadf;
	font-size: 15px;
	line-height: 65px;
	text-align: left;
}
.nav-menu a:hover,
footer nav a.active{
	color: #a50010;
}
footer .lower{
	padding: 62px 0 40px 0;
}
footer .copyright{
	float: left;
	font-size: 16px;
	margin: 48px 0 0 0;
}
footer .upc {
    position: relative;
    display: inline-block;
    left: 0;
    top: 30px;
    font-size: 14px;
    line-height: 19px;
    margin-left: 40px;
}

body:not(.main):not(.articles):not(.results):not(.why):not(.buy-page) footer .upc {
    margin-left: 150px;
}
body.results footer .upc {
    left: 40px;
}

footer .social{
	float: right;
}

body.main{
	background: #fff;
}
.main header{
	background: #000;
	color: #000;
}
.main header a{
	color: #f00000;
}
.main header a:hover{
	color: #fff;
}
.main header .hugetext{
	color: #fff;
	font: bold 54px/58px 'roboto';
	margin: 3px 0 0 0;
	text-align: right;
	width: 225px;
}
.main header .hugetext:before{
	bottom: 10px;
	left: 2px;
	top: auto;
}
.main header .redrectsbg{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	height: 123px;
	margin: 0 0 0 4%;
	padding: 17px 11px 10px 25px;
	text-align: left;
	width: 27%;
}
.main header .redrectsbg.ec{
	width: 31%;
}
.main header .redrectsbg .title{
	color: #fff;
	display: block;
	font: bold 28px/36px 'roboto';
	margin: 0 0 10px 0;
}
.main header .redrectsbg .title:hover{
	color: #000;
}
.main header .redrectsbg .text{
	height: 48px;
	width: 100%;
}
.main header .features-list{
	clear: both;
	float: left;
	margin: 37px 0 -35px 0;
	height: 340px;
	overflow: hidden;
	padding: 0 0 30px 0;
	position: relative;
	width: 100%;
}
.main header .features-list .part1,
.main header .features-list .part2{
	height: 100%;
	position: absolute;
	width: 100%;
}
.main header .features-list .item{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
	color: #f00000;
	float: right;
	margin: 0 0 20px 0;
	min-width: 73%;
	padding: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.main header .features-list .item:nth-child(2n){
	float: left;
}
.main header .features-list .part2 .item{
	float: left;
}
.main header .features-list .part2 .item:nth-child(2n){
	float: right;
}
.main header .features-list.anim .item,
.main header .features-list.anim .part2 .item:nth-child(2n){
	margin-left: 0;
	margin-right: -100%;
}
.main header .features-list.anim .item:nth-child(2n),
.main header .features-list.anim .part2 .item{
	margin-left: -100%;
	margin-right: 0;
}
.main header .features-list .item .title{
	color: #f1f4f5;
	display: block;
	font: bold 26px/30px 'roboto';
	margin: 0 0 10px 0;
}
.main header .features-list .item i{
	font-style: italic;
}
.main header .features-list .toggle{
	background: #b3b3b3;
	bottom: 47px;
	color: #a50010;
	display: inline-block;
	font: bold 24px/32px 'roboto';
	height: 36px;
	right: 0;
	padding: 0 10px 0 10px;
	position: absolute;
	text-decoration: none;
}
.main header .features-list .toggle span{
	text-decoration: underline;
}
.main header .features-list .toggle:before{
	color: #f1f4f5;
	content: "Мало?";
	left: -85px;
	position: absolute;
	top: 1px;
	width: 75px;
}
.main header .features-list .toggle.toggled{
	bottom: 70px;
	left: 0;
	margin-left: 0;
	right: auto;
}
.main header .features-list .toggle.toggled:before{
	display: none;
	margin-left: 0;
}
.main header .features-list .toggle:after{
	border-bottom: 18px solid transparent;
	border-top: 18px solid transparent;
	border-left: 18px solid #b3b3b3;
	content: "";
	display: block;
	position: absolute;
	right: -18px;
	top: 0;
}
.main header .features-list .toggle.toggled:after{
	border-left: none;
	border-right: 18px solid #b3b3b3;
	left: -18px;
	right: auto;
}
.main .page-content h2{
	font: bold 54px/62px 'roboto';
	margin: 0 0 17px 0;
}
.main .page-content h2.library-h span {
    font-size: 24px;
}

.main .page-content h2 a {
    color: black;
}
.main .page-content h2 a:hover {
    color: #a50010;
}
.main .results-section,
.main .articles-section{
	margin-bottom: 27px;
	padding-bottom: 32px;
	padding-top: 32px;
}
.main .results-section .results-nav,
.main .results-section .slider-wrap,
.main .results-section .slider-wrap .slider,
.main .results-section .slider-wrap .slider .item{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 355px;
	overflow: hidden;
	position: relative;
    font-family: "agora", "Arial", sans-serif;
}
.main .results-section .results-nav{
	float: left;
	width: 29%;
}
.main .results-section .results-nav .tag-list{
	height: 275px;
	margin: 12px auto 0 auto;
	padding: 0 0 0 23px;
	text-align: left;
}
.main .results-section .results-nav .tag-list a{
	color: #000;
	display: inline-block;
	margin: 6px 6% 0 0;
}
.main .results-section .results-nav .tag-list a:hover{
	color: #a50010;
}
.main .results-section .results-nav a.all{
	bottom: 19px;
	font: 24px/36px 'roboto';
	left: 50%;
	margin: 0 0 0 -55px;
	position: absolute;
	text-align: center;
	width: 125px;
}
.main .results-section .slider-wrap{
	float: right;
	overflow: visible;
	padding: 0;
	width: 66%;
}
.main .slider-wrap .control{
	cursor: pointer;
	height: 19px;
	margin: -10px 0 0 0;
	position: absolute;
	top: 50%;
	width: 13px;
	z-index: 1;
}
.main .slider-wrap .prev.control{
	background: url('/i/slider-prev.png') no-repeat center center transparent;
	left: -20px;
}
.main .slider-wrap .prev.control:hover{
	background: url('/i/slider-prev-active.png') no-repeat center center transparent;
}
.main .slider-wrap .next.control{
	background: url('/i/slider-next.png') no-repeat center center transparent;
	right: -20px;
}
.main .slider-wrap .next.control:hover{
	background: url('/i/slider-next-active.png') no-repeat center center transparent;
}
@media (max-width: 1000px){
	.main .slider-wrap .prev.control{
		left: 5px;
	}
	.main .slider-wrap .next.control{
		right: 5px;
	}
}

.main .results-section .slider,
.main .results-section .slider .item{
	width: 548px;
}
.main .slider-wrap .slider .item{
	float: left;
	padding: 10px 32px;
}
.main .slider-wrap .slider .item .title{
	color: #a50010;
	font: bold 24px/30px 'roboto';
	margin: 0 0 22px 0;
	max-height: 60px;
	overflow: hidden;
	text-decoration: none;
}
.main .slider-wrap .slider .item .title:hover{
	color: #000;
}
.main .results-section .slider-wrap .slider .item .text{
	max-height: 240px;
	overflow: hidden;
}
.main .results-section .slider-wrap .slider .item .text .lnk{
	margin: 10px 0;
}
.main .articles-section .articles-list .item{
	float: left;
	font: bold 24px/30px 'roboto';
	height: 90px;
	margin: 0 30px 30px 0;
	padding: 0 20px;
}
.main .erp-compare,
.main .prices-terms{
	margin-bottom: 49px;
	padding-bottom: 20px;
	padding-top: 42px;
}

.compare-nav .link-wrap{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	font: bold 44px/62px 'roboto';
	height: 172px;
	margin: 0 0 22px 3%;
	padding: 0 20px;
	text-align: center;
}
.compare-nav .link-wrap:nth-child(1){
	margin-left: 0;
	padding: 0;
	width: 21%;
}
.compare-nav .link-wrap:nth-child(2){
	text-align: center;
	width: 28%;
    white-space: nowrap;
}
.compare-nav .link-wrap:nth-child(3){
	width: 25%;
    line-height: 20px;
}
.compare-nav .link-wrap:nth-child(4){
	width: 17%;
    font-size: 30px;
    line-height: 36px;
    white-space: nowrap;
}

.compare-nav .link-wrap:nth-child(5) {
	height: 134px;
}

.compare-nav .link-wrap:nth-child(5){
	font: 24px/36px 'roboto';
	text-align: center;
	width: 100%;
    margin-left: 0;
}
.compare-nav .link-wrap span.pd {
    position: relative;
    margin-right: -16px;
}
.compare-nav .link-wrap span.a {
    color: #a50010;
}
.compare-nav .link-wrap a.sub {
    color: #a50010;
    font-size: 18px;
    display: inline-block;
    height: 30px;
    line-height: 20px;
    font-weight: normal;
    font-family: "agora";
    white-space: nowrap;
    width: 175px;
    text-align: left;
    position: relative;
    z-index: 30;
}
.compare-nav .sap-astronomy{
	background: #68829f;
	color: black;
	font: 18px/24px 'roboto';
	margin: 13px 0 0 0;
	text-align: center;
	width: 100%;
    padding: 10px 0 14px 0;
}
.compare-nav .sap-astronomy b{
    font-weight: 800;
}
.compare-nav .sap-astronomy a{
	color: black;
}
.compare-nav .sap-astronomy a:hover{
	color: #303030;
}
.main .prices-terms .price-list .item{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	font: 18px/24px 'roboto';
	height: 172px;
	margin: 0 0 22px 3%;
	padding: 0 30px;
	text-align: left;
}
.main .prices-terms .price-list .item a{
	line-height: 28px;
}
.main .prices-terms .price-list .item .price{
	display: inline-block;
	font: bold 24px/36px 'roboto';
}
.main .prices-terms .price-list .item:nth-child(1){
	margin-left: 0;
	width: 31%;
}
.main .prices-terms .price-list .item:nth-child(2){
	width: 32%;
}
.main .prices-terms .price-list .item:nth-child(3){
	width: 31%;
}
.main .prices-terms .price-list .item:nth-child(4),
.main .prices-terms .price-list .item:nth-child(5){
	font: 24px/28px 'roboto';
	height: 78px;
	text-align: center;
}
.main .prices-terms .price-list .item:nth-child(4){
	margin-left: 0;
	width: 49%;
}
.main .prices-terms .price-list .item:nth-child(5){
	width: 48%;
}
.main .components{
	padding-bottom: 140px;
	padding-top: 58px;
}
.main .components ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
}
.main .components ul:hover {
	z-index: 200;
}
.main .components ul li {
	display: inline-block;
	position: relative;
	margin: 0 10px 30px 0;  
	padding: 0 3%;
	text-align: center;
    font-family: 'roboto';
}
.main .components ul li a.link {
	position: relative;
	z-index: 50;
	display: inline-block;
	white-space: nowrap;
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
	width: 100%;
}
.main .components ul li .exp {
	position: absolute;
	padding: 20px;
	background: white;
	z-index: 100;
	overflow: hidden;
	opacity: 0;
	left: -20px;
	bottom: -20px;
	text-align: left;
}
.main .components ul li .exp img {
	display: block;
	width: 400px;
}
.main .components ul li .exp.calculated {
	width: 0;
	height: 0;
}
.main .components ul li.expanded:not(.right) .exp {
	opacity: 1;
	left: -20px;
}
.main .components ul li.right{
	float: none;
	margin-right: 0;
}
.main .components ul li.right .exp {
	left: auto;
	right: -20px;
}
.main .components ul li.expanded.right .exp {
	opacity: 1;
	left: auto;
}
.main .components ul li .exp>img {
	box-shadow: 0 0 10px rgba(0,0,0,.32);
}
.main .components ul li .exp>.content {
	padding: 20px;
}
.main .components ul li .exp>.content h3 {
	font: 24px/28px 'roboto';
}
.main .components ul li .exp>.content p {
	margin: 15px 0;
	padding: 0;
	font-size: 16px;
	line-height: 21px;
}
.main .components ul li .exp>.content .price {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 24px;
}
.main .components ul li .exp>.content .price .more {
	display: inline-block;
	font-size: 16px;
	margin-left: 30px;
	text-decoration: underline;
}
.main .components .hard {
	float: right;
	text-align: right;
	margin: 20px 0 30px 0;
	font-style: italic;
	position: relative;
	z-index: 1;
}
.main .components .concrete{
	float: left;
	height: 130px;
	padding: 0 36px 0 24px;
}
.main .components .concrete a{
	font-size: 24px;
	font-weight: bold;
    font-family: "roboto";
}
.main .components .concrete p{
	font: 18px/24px 'roboto';
	margin: 10px 0 0 0;
	text-decoration: none;
}
.solution h1{
	color: #a50010;
}
.solution .slider-wrap{
	 position: relative;
}
.solution .slider-wrap h5{
	color: #899195;
	margin-left: 30px;
}
.solution .slider-wrap .slider.note{
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	padding: 0;
}
.solution .slider-wrap .slider.note,
.solution .slider .item{
	height: 265px;
	width: 360px;
}
.solution .slider .item{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 21px;
}
.solution .slider .item .text{
	color: #a50010;
	max-height: 144px;
	overflow: hidden;
	text-decoration: none;
    font-weight: bold;
}
.solution .slider .item .text:hover{
	text-decoration: underline;
}
.solution .slider .item .text:after{
/*	color: #a50010;
	content: " >";
	margin-right: -15px;
*/
}
.solution .slider .item .text a{
	color: #000;
}
.solution .slider .item h6{
	color: #a50010;
	margin: 0 0 12px 0;
}
.solution .slider-wrap .pagination{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	bottom: 28px;
	left: 0;
	padding: 0 0 0 30px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
}
.solution .slider-wrap .pagination a{
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 10px;
	height: 13px;
	width: 13px;
}
.solution .slider-wrap .pagination a:first-child{
	margin-left: 0;
}
.solution .slider-wrap .pagination a.selected{
	background: #899195;
}
.solution .slider-wrap .pagination a span{
	display: none;
}
.component .social,
.solution .social{
	margin-bottom: 95px;
}

.results .left-block{
	float: left;
	margin: 0 0 70px 0;
	width: 190px;
}
.results .left-block .by-tags{
	color: #899195;
	font: bold italic 22px/24px 'roboto';
	margin: 0 0 8px 0;
}
.results .left-block .tags-list{
	padding: 14px 0;
}
.results .left-block .tags-list .item{
	clear: both;
	cursor: pointer;
	float: left;
	margin: 10px 0 0 -4px;
	padding: 4px 7px 4px 4px;
	position: relative;
}
.results .left-block .tags-list .item.selected{
	background: #a50010;
}
.results .left-block .tags-list .item.selected:before{
	color: #a50010;
	content: "x";
	font-size: 22px;
	left: -18px;
	position: absolute;
	top: 3px;
}
.results .left-block .tags-list .item:first-child{
	margin-top: -4px;
}
.results .left-block .tags-list .item a{
	color: #000;
}
.results .left-block .tags-list .item.selected a{
	color: #fff;
	text-decoration: none;
}
.results .left-block .tags-list .item:not(.selected) a:hover{
	color: #a50010;
}
.results .left-block .tags-list .item span{
	color: #899195;
}
.results .left-block .tags-list .item.selected span{
	color: #c96c75;
}
.results .results-list{
	float: right;
	margin: 0 0 40px 0;
	width: 75%;
}
.results .results-list .item{
	margin: 0 0 75px 0;
	padding: 30px 40px 30px 50px;
}
.results .results-list .item .title{
	color: #000;
	display: block;
	font: bold 24px/30px 'roboto';
	margin: 0 0 25px 0;
	text-decoration: none;
}
.results .results-list .item .title:hover{
	color: #a50010;
	text-decoration: underline;
}
.results .results-list .item img{
	float: right;
	margin: 0 0 20px 20px;
	max-height: 160px;
	max-width: 280px;
}
.results .results-list .item .lnk{
	margin: 32px 0 27px 0;
}

.case .page-content > h1{
	margin-bottom: 21px;
}
.case .page-content > h2{
	color: #4c565b;
	font: bold 26px/30px 'roboto';
}
.case .date-tags{
	margin: 0 0 50px 0;
}
.case .date-tags .date,
.article .date{
	color: #4c565b;
	margin: 0 10px 0 0;
}
.case .date-tags .date,
.case .date-tags .tags{
	display: inline-block;
	vertical-align: middle;
}
.case .date-tags .tags a{
	display: inline-block;
	margin: 0 18px 0 0;
}
.case .case-note h3{
	color: #899195;
	font: bold 22px/24px 'roboto';
	margin: 0 0 0 30px;
}
.case .case-note .note{
	border-bottom: 0;
	font: 16px/24px 'roboto';
	margin: 12px 0 30px 30px;
	padding: 19px 15px 21px 23px;
	width: 387px;
}
.case .case-note .note a.component {
    display: inline-block;
    margin-left: 30px;
}
.case .case-note .note a.component:first-child {
    margin-left: 0;
}
.case .case-image{
	border: 1px solid #d3dde2;
	float: left;
	margin: 0 0 30px 0;
	max-height: 200px;
	max-width: 350px;
}
.case .case-note-wrap.with-image{
	width: 100%;
}
.case .case-note{
	float: right;
}
.case .social,
.article .social{
	border-bottom: 4px solid #a50010;
	margin: 0 0 75px 0;
	padding: 30px 0 50px 0;
	text-align: center;
}
.case .next-case,
.case .cases-by-tags {
	margin: 0 auto;
	margin-bottom: 70px;
	width: 78%;
}
.case section > h5{
	color: #899195;
	margin: 0 0 10px 0;
}
.case .next-case .results-list{
	float: none;
	width: 100%;
}
.case .next-case .results-list .item{
	margin-bottom: 0;
}
.case .may-be-interesting{
	margin: 0 auto 40px auto;
}
.case .cases-by-tags{
	margin-bottom: 120px;
}

.case .cases-by-tags nav{
    padding: 15px 0;
}

.case .cases-by-tags nav a{
	display: inline-block;
	padding: 8px 20px;
}

.articles .wrap-bg{
	background: url('/i/articles-bg.jpg') no-repeat center top transparent;
	background-attachment: fixed;
	margin: -33px 0 0 0;
	min-height: 1242px;
}
.articles .page-content > h1{
	color: #fff;
	float: left;
	margin: 40px 0 58px 0;
	width: 100%;
}
.articles .articles-list{
	clear: both;
	padding: 0 0 260px 0;
}
.articles .articles-list .item{
	background: rgba(207, 218, 223, 0.9);
	margin: 75px 0 0 0;
	padding: 21px 35px 35px 35px;
}
.articles .articles-list .item:first-child{
	margin-top: 0;
}
.articles .articles-list .item .title{
	color: #000;
	display: block;
	font: bold 24px/30px 'roboto';
	margin: 0 0 26px 0;
	text-decoration: none;
}
.articles .articles-list .item .title:hover{
	color: #a50010;
	text-decoration: underline;
}
.articles .articles-list .item .text{
	margin: 0 0 15px 0;
}
.article .page-content > h1{
	color: #a50010;
	margin: 0 0 30px 0;
}

.article .page-content > h1 .link-top {
    display: block;
    font: normal 18px/36px "agora", "Arial", sans-serif;
    color: black;
    margin-top: 25px;
    position: absolute;
}

.article .by-uc,
.article .by-uc a{
	color: #4c565b;
	font: bold italic 24px/30px 'roboto';
	margin: 0 0 24px 0;
}
.article .may-be-interesting{
	margin-bottom: 160px;
}

.compare .title-nav-wrap{
	margin: 20px 0 55px 0;
}
.compare .title-nav-wrap h1{
	width: 310px;
}
.compare .title-nav-wrap .desc{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	width: 520px;
}
.compare .compare-nav{
	margin-bottom: 120px;
}
.compare-page .wrapper{
	overflow: hidden;
}
.compare-page .title-nav-wrap .compare-h1{
	display: inline-block;
	width: 700px;
}
.compare-page .title-nav-wrap .compare-h1 nav{
	background: #cfdadf;
	float: left;
	font: 24px/36px 'roboto';
	margin: 0 0 0 292px;
	padding: 16px 20px;
	text-transform: uppercase;
}
.compare-page .title-nav-wrap .desc{
	display: inline-block;
	vertical-align: top;
	width: 45%;
}
.compare-page .title-nav-wrap .desc p{
	margin-bottom: 0;
}
.compare-page #victims{
	color: #a50010;
}
.compare-page .sap-astronomy{
	background: url('/i/sap-astronomy-bg.jpg') no-repeat center top transparent;
	background-attachment: fixed;
	color: #fff;
	clear: both;
	margin: 20px 0 0 0;
	padding: 50px 0;
}
.compare-page .sap-astronomy h2{
	font: bold 54px/60px 'roboto';
	margin: 0 0 50px 0;
}
.compare-page .sap-astronomy .update{
	background: #d7d2e2;
	color: #000;
	margin: 65px 0 0 0;
	padding: 25px;
}
.compare-page .sap-astronomy .update a{
	color: #000;
}
.compare-page .sap-astronomy .update a:hover{
	color: #a50010;
}
.compare-page .compare-next{
	margin: 135px auto 160px auto;
	width: 720px;
}
.compare-page .compare-next .social{
	float: right;
}
.compare-page .compare-next .block{
	clear: left;
	float: left;
	font: bold italic 24px/30px 'roboto';
	padding: 20px 24px;
}
.compare-page .uc-note{
	background: #151623;
	color: #fff;
	font-size: 16px;
	margin: 40px 0 60px 0;
	padding: 20px 0;
	position: relative;
}
.compare-page .uc-note a{ color: #fff; }
.compare-page .uc-note a:hover{ color: #a50010; }
.compare-page .frn{
	background: url('/img/frnk2.jpg') -200px 0 no-repeat transparent;
	float: left;
	height: 190px;
	margin: -10px 20px 20px -70px;
	transition: all 1.5s ease;
	width: 190px;
}
.compare-page .frn.visible{
	background-position: 0 0;
}

.buy-page .for-partners{
	margin: 0 0 24px 0;
	text-align: right;
}
.buy-page h1{
	margin-bottom: 24px;
}
.buy-page .form-block{
	margin: 0 auto;
	width: 645px;
}
.buy-page form{
	background: #cfdadf;
	font-size: 18px;
	line-height: 24px;
	padding: 27px 22px;
	margin: 0 0 89px 0;
}
.buy-page form .field{
	margin: 0 0 17px 0;
}
.buy-page form .field > *{
	display: inline-block;
}
.buy-page form .selector .toggle,
.buy-page form .selector .content,
.buy-page form .chckbx .square,
.buy-page form textarea,
.buy-page form input[type=text]{
	border: 1px solid #a5b1b7;
	background: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	font-family: inherit;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 7px;
	width: 440px;
}
.buy-page form .selector.error .toggle,
.buy-page form textarea.error,
.buy-page form input.error[type=text]{
	border-color: #a91625;
	box-shadow: inset 0 0 5px -1px #ff0000;
}

.buy-page form .selector{
	position: relative;
}
.buy-page form .selector.expanded .toggle{
	border-color: #000;
}
.buy-page form .selector .toggle:after{
	border: 7px solid transparent;
	border-top: 9px solid #7f7f7f;
	border-bottom: 0;
	content: "";
	margin: -4px 0 0 0;
	position: absolute;
	right: 12px;
	top: 50%;
	z-index: 2;
}
.buy-page form .selector .content{
	border-color: #000;
	left: 0;
	position: absolute;
	top: 39px;
	width: 100%;
	z-index: 1;
}
.buy-page form .selector .content .option:hover{
	color: #a50010;
	cursor: pointer;
}
.buy-page form .sector.selector{
	margin: 0 0 0 8px;
	width: 420px;
}
.buy-page form .country.selector,
.buy-page form .country.selector .toggle{
	width: 140px;
}
.buy-page form .type, .buy-page form .tradeinfield {
	margin-left: 153px;
	width: 420px;
}
.buy-page form .chckbx,
.buy-page form .chckbx > *{
	cursor: pointer;
}
.buy-page form .chckbx .square{
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
	vertical-align: middle;
}
.buy-page form .tradeinfield .chckbx .square{
    top: -2px;
}
.buy-page form .chckbx .square.checked:after{
	background: #000;
	content: "";
	height: 12px;
	left: 50%;
	margin: -6px 0 0 -6px;
	position: absolute;
	top: 50%;
	width: 12px;
}
.buy-page form .chckbx.retail{
	margin-right: 30px;
}
.buy-page form label{
	margin: 0 8px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 140px;
    white-space: nowrap;
}
.buy-page form .tradeinfield label {
    text-align: left;
}
.buy-page form .task label{
	vertical-align: top;
}
.buy-page form input[type=text]:focus,
.buy-page form textarea:focus{
	border-color: #000;
}
.buy-page form textarea{
	height: 156px;
	resize: vertical;
}
.buy-page form .error-msg{
	color: #a50010;
	text-align: center;
	margin: 22px auto 0 auto;
	padding: 7px;
}
.buy-page form button[type=submit]{
	background: #a50010;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin: 22px auto 0 auto;
	padding: 7px;
	text-decoration: underline;
	width: 260px;
}
.buy-page form button[type=submit]:hover{
	text-decoration: none;
}
.buy-page form button.disabled[type=submit]{
	background: rgba(165, 0, 16, 0.3);
	cursor: default;
	text-decoration: none;
}
.buy-page #thanks{
	display: none;
	height: 636px;
	text-align: center;
}
.buy-page #thanks img{
	margin: 40px 0 0 0;
}

body.hard{
	background: #fff;
}
.hard .bg-wrap{
	background: url('/hard/hard.jpg') no-repeat center top transparent;
	min-height: 863px;
}
.hard .page-content{
	max-width: 920px;
}
.hard .page-content > h1,
.hard .page-content > p{
	background: #fff;
	float: left;
	margin: 0;
	padding: 24px 30px;
}
.hard .page-content > p{
	clear: left;
	font: 26px/100% 'roboto';
	margin: -20px 0 0 0;
	padding: 18px 30px;
}
body.page404,
.page404 .wrapper{
	background: #000;
	color: #fff;
	height: 100%;
	min-height: 333px;
}
.page404 header{
	background: #cfdadf;
	padding-bottom: 0;
}
.page404 .not-found{
	color: #cfdadf;
	font: bold 54px/60px 'roboto';
	left: 50%;
	margin: -60px 0 0 -420px;
	position: absolute;
	top: 50%;
	width: 840px;
}
.page404 footer nav,
.page404 footer nav a,
.page404 .footerPlaceholder,
.page404 footer{
	height: 113px;
	overflow: hidden;
}
.page404 footer nav a{
	line-height: 113px;
}
.component header{
	padding-bottom: 0;
}
.component .bg-slider-wrap{
	overflow: hidden;
	width: 100%;
}
.component .bg-slider-wrap .caroufredsel_wrapper{
	margin: 0 auto !important;
}
.component .bg-slider{
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	width: 1024px;
}
.component .bg-slider .item{
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 450px;
	width: 1024px;
}
.component .user_content > h1{
	background: #f1f4f5;
	float: left;
	margin: -81px 0 57px 0;
	padding: 21px 32px 0 32px;
	position: relative;
	z-index: 1;
}
.component .price{
	font: bold 23px/30px 'roboto';
	font-weight: bold;
	margin: 60px 0 27px 0;
}

.why .pros-list{
	margin: 0 0 100px 0;
}
.why .pros-list .item{
	border-top: 4px solid #9ea5a8;
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
}
.why .pros-list .item:first-child{
	border-top: none;
}
.why .pros-list .item > h4{
	color: #a50010;
	margin-bottom: 30px;
}
.why .pros-list .item > h4:before{
	content: "– ";
}
.why .pros-list .item  a{
	color: #000;
}
.why .pros-list .item a:hover{
	color: #a50010;
}



p.large-links {
    font-size: 32px;
    margin-bottom: 100px;
}
p.large-links a {
    display: Inline-block;
    font-weight: bold;
    margin-right: 20px;
    font-family: "roboto";
}

h2.large {
    font-weight: bold;
    font-size: 36px;
    font-family: "roboto";
    white-space: nowrap;
}

.tw-subscribe,
.tw-subscribe:active{
	background: url('/i/twitter-t.png') no-repeat 10px center #b3e4fb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	clear: both;
	color: #288ab2;
	display: inline-block;
	font: 18px/24px 'agora';
	padding: 15px 0 15px 75px;
	text-decoration: none;
}
.tw-subscribe:hover{
	color: #288ab2;
	text-decoration: underline;
}
.left-block .tw-subscribe{
	margin: 50px 0 0 -75px;
	padding: 12px 20px 12px 75px;
	text-decoration: underline;
	width: 265px;
}
a.f-subscribe{
    display: inline-block;
    margin: 50px 0 0 50px;
    padding: 15px 15px 15px 70px;
    background: #9ec2e3 url("/i/fb.png") 20px bottom no-repeat;
    color: black;
    text-decoration: none;
}
.articles-list a.f-subscribe{
    margin-top: 75px;
}
.left-block .f-subscribe{
    margin-left: -75px;
    margin-top: 30px;
}
a.f-subscribe:hover {
    background-color: #a8c7e4;
}
a.f-subscribe u { color: #1b3577;}
a.f-subscribe:hover u {
    color: black;
}
.article .tw-subscribe,
.case .tw-subscribe,
.articles-list .tw-subscribe{
	margin: 0 auto 50px auto;
	width: 285px;
}
.article .tw-subscribe{
	margin-bottom: -58px;
}
.articles-list .tw-subscribe{
	float: left;
	margin: 75px 0 0 0;
}

.modal.overlay{
	background: #000;
	background: rgba(0,0,0,0.8);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.modal.overlay .shock-content{
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font: 18px/133% 'agora';
	padding: 40px 45px;
}
.modal.overlay .shock-content:before{
	background: url('/i/compare-disclaimer1.png?v=1') no-repeat center center transparent;
	color: #cfdadf;
	content: "";
	font: bold 148px/222px 'roboto';
	height: 159px;
	left: 30px;
	line-height: 365px;
	position: absolute;
	top: 75px;
	text-align: center;
	width: 230px;
}
.modal.overlay .shock-content p{
	margin: 0 0 24px 0;
	padding: 0 0 0 240px;
	position: relative;
	z-index: 1;
}
.modal.overlay .shock-content a{
	color: #a50010;
	font: 24px/150% 'agora';
	display: block;
	margin: 50px 0 0 0;
	position: relative;
	text-decoration: none;
}
.modal.overlay .shock-content a span{
	text-decoration: underline;
}
.modal.overlay  .shock-content .agree{
	float: right;
	width: 180px;
}
.modal.overlay .shock-content .disagree{
	float: left;
	width: 220px;
}
.modal.overlay .shock-content .agree:before,
.modal.overlay .shock-content .disagree:after{
	background: url('/i/compare-disclaimer3.png?v=1') no-repeat center center transparent;
	bottom: 0;
	content: "";
	height: 128px;
	left: -155px;
	position: absolute;
	width: 140px;
}
.modal.overlay .shock-content .disagree:after{
	background-image: url('/i/compare-disclaimer2.png?v=1');
	height: 105px;
	left: auto;
	right: -135px;
	position: absolute;
	width: 122px;
}
.modal.overlay .shock-content .agree:after{
	content: " >";
}
.modal.overlay .shock-content .disagree:before{
	content: "< ";
}
.modal.overlay .shock-content a:hover{
	color: #000;
}

.screenslider-wrap{
	float: left;
	margin: 0 40px 0 -20px;
	position: relative;
	width: 374px;
}
.screenslider-wrap #screenslider{
	height: 493px;
	margin-bottom: 30px;
	overflow: hidden;
	width: 334px;
}
.screenslider-wrap #screenslider .item{
	cursor: pointer;
	float: left;
	height: 493px;
	margin: 0 20px;
	width: 334px;
}
.screenslider-wrap .control{
	background: #cfdadf;
	color: #99a1a4;
	cursor: pointer;
	display: inline-block;
	font: 28px/52px 'roboto';
	height: 52px;
	text-align: center;
	width: 77px;
}
.screenslider-wrap .control:hover{
	color: #a50010;
}
.screenslider-wrap .control.prev{ float: left; margin:0 0 0 20px; }
.screenslider-wrap .control.next{ float: right; margin:0 20px 0 0; }
.screenslider-wrap .item-label{
	line-height: 52px;
	text-align: center;
}


.main .prices-terms {
    position: relative;
    z-index: 100;
}

.main .components {
    position: relative;
    z-index: 50;
}


.wms-screens {
    padding: 50px 0;
    text-align: center;
}

.wms-screens.b2bm {
    padding-top: 0;
}

.wms-screens * {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.wms-screens .-screen {
    display: inline-block;
    border: 6px solid #525252;
    border-radius: 6px;
    width: 539px;
    height: 304px;
    position: relative;
}

.wms-screens.b2bm .-screen, .wms-screens.b2bm .-screen img {
    width: 279px;
    height: 497px;
}

.wms-screens .-screen img {
    position: absolute;
    left: 0;
    top: 0; 
    width: 539px;
    height: 304px;
    cursor: pointer;
}

.wms-screens .-board { 
    margin: 30px 0 0 0;
    padding: 0;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: black;
}

.wms-screens .-board a.-slide { 
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    background: #cfdadf;
    color: black;
    font-size: 26px;
    width: 75px;
    text-decoration: none;
    margin: 0 20px;
    cursor: pointer;
}

.wms-screens .-board a.-slide:not(.disabled):hover { 
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    outline: 1px solid rgba(255,255,255,1);
}

.wms-screens .-board a.-slide.disabled { 
    color: #90989c;
    cursor: default;
}

.support .page-content {
    width: 860px;
}

.support .page-content .grey { 
    color: #898989;
    width: 860px;
}

.support .page-content .grey ul>li::before{
    background: #898989;
    width: 4px;
    height: 4px;
}

.support .page-content .grey ul {
    margin: -22px 0 0 30px;
}

.support .page-content .grey a:not(:hover) { color: black; }

.support .page-content h3 {
    color: #a50010;
    margin: 80px 0 40px 0;
}

.support .page-content .pricing {
    padding-left: 100px;
    margin: 30px 0;
    width: 780px;
}

a.ucru {
    color: #ffe0e0;
}

a.ucru:hover {
    color: #e00000;
    text-shadow: 1px 0 0 rgba(255,255,255,.5), 0 1px 0 rgba(255,255,255,.5), -1px 0 0 rgba(255,255,255,.5), 0 -1px 0 rgba(255,255,255,.5);
}

.support .page-content .pricing p {
    margin: 20px 0 0 0;
    color: #898989;
}

.support .page-content .pricing ul.ank {
    border-top: 4px solid #898989;
    border-bottom: 4px solid #898989;
    padding: 0;
}

.support .page-content .pricing ul.ank li {
    margin: 20px 0;
    padding: 0;
    font-size: 18px;
}

.support .page-content .pricing ul.ank li::before {
    display: none;
}


.support .page-content .pricing ul.ank li strong {
    display: inline-block;  
    font-size: 24px;
}

.support .page-content span.indent {
    display: Inline-block;
    padding-left: 50px;
}

div.british {
    font-family: "NewtonC", "Times New Roman";
    font-size: 30px; 
    line-height: 36px;
    text-align: left;
    margin: 60px auto 150px;
    background: #333333;
    color: white;
    display: block;
    padding: 0 0 15px 30px;
    max-width: 426px;
}
div.british>img {
    margin-left: -30px;
}

div.read-more-block {
    position: relative;
    width: 840px !important;
    display: none;
}

p.read-more-expander-wr {
    background: #cfdadf;
    text-align: center;
    margin: 90px 0 150px 0;
    padding: 20px 0;
    position: relative;
}

p.read-more-expander-wr>a::after {
    position: absolute;
    left: 50%;  
    bottom: -22px;
    width: 18px;
    height: 9px;
    background: transparent url("/i/vch.png") 0 0 no-repeat;
    content: " ";
}

.read-more-block-expand {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #a50010;
}

.read-more-block-expand:hover {
    border-bottom-color: black;
}

h4.link-to-cases {
    clear: both;
    text-align: center;
    color: #899195;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding: 100px 0 20px 0;
}

ul.component-cases-list {
    margin: 0 0 150px 0;
    padding: 0;
    list-style: none;
}

ul.component-cases-list li {
    margin: 20px 0;
    padding: 0;
    text-align: center;
}

ul.component-cases-list li::before {
    display: none;
}

ul.component-cases-list li a {
    display: inline-block;
    background: #cfdadf;
    padding: 22px 20px;
    line-height: 24px;
}

div.linked-cases {
    float: right;
    margin: 0 -80px 40px 40px;
    white-space: nowrap;
}

div.linked-cases h3 {
    color: #899195;
    font-size: 22px;
    font-family: "Roboto";
    line-height: 30px;
}

div.linked-cases ul {
    list-style: none;
    background: #cfdadf;
    margin: 10px 0;
    padding: 20px;
}

div.linked-cases ul li {
    white-space: nowrap;
    line-height: 36px;
    font-size: 17px;
}

div.linked-cases ul li::before { display: none; }

body.tradein header {
    padding-bottom: 0;
}

body.tradein .user_content {
    background: white url("/i/bg/tradein-bg.jpg") center top no-repeat;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
}

.trade-content-wrap {
    width: 840px;
    margin: auto;
    padding-bottom: 70px;
}

.trade-content-wrap h1 {
    font-size: 54px;
    line-height: 60px;
    padding: 50px 0;
    margin: 0;
    color: white;
}

.trade-content-wrap .trade-page-content {
    background: rgba(207,218,223,.8);
    width: 610px;
    margin: 0 auto;
    padding: 30px;
}

.trade-content-wrap .trade-page-content .intro {
    width: 320px;
    padding-left: 280px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

.trade-content-wrap .trade-page-content .intro i {
    display: block;
    text-align: right;
}

.trade-content-wrap table.l {
    width: 100%;
    border: none;
    border-bottom: 4px solid #7b8589;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.trade-content-wrap table.l th {
    border-bottom: 4px solid #7b8589;
    text-align: left;
    padding: 0 0 8px 0;
    vertical-align: top;
    font-size: 18px;
    font-weight: normal;
}

.trade-content-wrap table.l th:last-child {
    font-weight: 800;
    font-family: "roboto";
}

.trade-content-wrap table.l td {
    line-height: 35px;
    border-bottom: 1px solid #828c8f;
    font-size: 18px;
    font-family: "agora";
    color: black;
    text-align: left;
}

.trade-content-wrap table.l td:first-child {
    width: 270px;
}

.trade-content-wrap table.l tr:not(:last-child) td:last-child {
    font-weight: 800;
    font-family: "roboto";
}


.trade-content-wrap s {
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: -3px;
}

.trade-content-wrap p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
}

.trade-content-wrap p.x-note {
    color: rgba(0,0,0,.5);
}

header.country-ua {
    padding-top: 60px;
}

header .ua-offer {
    position: relative;
    height: 80px;
    width: 100%;
    top: -60px;
    background: transparent url('/i/ua-b.png') 0 0 no-repeat;
}

.main header.country-ua {
    padding-top: 30px;
}
.main header.country-ua .ua-offer {
    top: -30px;
}

header .ua-offer a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    text-decoration: none;
    color: black;
    font-family: "dpr";
}
header .ua-offer a:hover {
    color: black;
}

header .ua-offer a h3 {
    position: absolute;
    left: 25px;
    top: 16px;
    font-size: 21px;
    text-transform: uppercase;
}
header .ua-offer a h4 {
    position: absolute;
    left: 292px;
    top: 15px;
    line-height: 45px;
    font-size: 21px;
    text-transform: uppercase;
}
header .ua-offer a h4 strong {
    font-size: 54px;
    display: inline-block;
    text-transform: none;
}

header .ua-offer a>span {
    position: absolute;
    right: 30px;
    top: 13px;
    line-height: 24px;
    font-size: 18px;
    color: #a50010;
    text-decoration: underline;
}
header .ua-offer a:hover>span {
    color: black;
}

.buy-page form .trade-soft.selector { margin-top: 15px; margin-bottom: 30px; }

.trade-soft.selector .toggle {
    width: 290px !important;
}

p.boldred {
    font-family: roboto;
    font-weight: 800;
    color: #a50010;
}

div.n1cps {
    position: relative;
    margin-left: 175px;
    border-left: 12px solid #d8dbdc;
    padding-left: 50px;
    margin-top: 90px;
}

div.epigraph {
    text-align: right;
    font-style: italic;
    padding-left: 50%;
    margin: 10px 0 50px 0;
    color: #404040;
}

div.epigraph address {
    font-size: 90%;
    color: black;
    display: block;
    margin-top: 20px;
}

div.epigraph p {
    margin: 0;
}


a.footnote {
    text-decoration: none;
    font-size: 140%;
    color: #c02020;
}
a.footnote::before { content: "*";}

span.diaresis {
    position: relative;
    right: -4px;
}

.switch-block .content { 
    visibility: hidden;
    position: relative; 
    overflow: hidden;
}
.switch-block .content.init { 
    height: 0px;
    visibility: visible;
    transition: .5s all ease;
}
.switch-block .expander a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted #a50010;
}

#rem01 {
    padding: 0 0 0 30px;
    margin-left: 50px;
    margin-bottom: 20px;
    font-size: 94%;
    color: #505050;
    border-left: 6px solid #e0e0e0;
}

#rem01 em {
    color: #b0b0b0;
}

.trade-in-banner {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -70px;
    background: rgba(165,0,16,.7);
    color: white;
    width: 110px;
    padding: 15px;
    -webkit-transition: 1s right ease;
    -ms-transition: 1s right ease;
    -moz-transition: 1s right ease;
    transition: 1s right ease;
}

.trade-in-banner a {
    text-decoration: none;
    color: white;
}

.trade-in-banner a b {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-family: "roboto";
    font-weight: 800;
}
.trade-in-banner a u {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-decoration: underline;
}
.trade-in-banner a:hover u {
    color: black;
}

.trade-in-banner.hidden {
    right: -150px;
}