@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#roboto') format('svg');
	font-weight: normal;
	font-style: normal;
}
@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#roboto') format('svg');
	font-weight: bold;
	font-style: normal;
}


* {
    font-family: "agora", "Arial", sans-serif;
}

.calc-content {
    position: relative;
    width: 980px;
    left: -20px;
    z-index: 1;
}

.left-block {
    position: absolute;
    z-index: 10;
}

s._cur-after, s._cur-before {
    text-decoration: none;
    font-size: 90%;
}   

menu.list {
    display: none;
}

.page-content > h1 {
    margin-bottom: 30px;
    margin-top: 13px;
    width: 950px;
    position: relative;
}

.price .left-block {
	float: left;
	margin: 0 0 70px 0;
	width: 260px;
}

.price .left-block .title {
	color: #899195;
	font: bold 22px/24px "roboto";
	margin: 0 0 8px 0;
    white-space: nowrap;
}

.price .left-block menu {
    list-style: none;
    padding: 12px 0;
    margin: 0 0 20px 0;
    background: #d9e2e6;
    font: bold normal 20px/36px "agora";
    position: relative;
}

.price .left-block menu li {
    margin: 0;
    padding: 0 12px;
    position: relative;
    height: 36px;
}

.price .left-block menu li.id-6 { display: none; }
.price .left-block.calculated menu li.id-6 { display: block; }

.price .left-block menu li a {
    text-decoration: none;
    display: inline-block;
    color: black;
    border-bottom: 1px dashed black;
    line-height: 24px;
    font-family: "roboto";
}

.price .left-block menu li a:hover {
    color: #a50010;
    border-bottom-color: #a50010;
}

.price .left-block menu li.selected { background: #a50010; }
.price .left-block menu li.selected a { color: white; border-bottom: none; } 

.price .left-block menu li b { display: none; }

.price .left-block menu li i { 
    position: absolute; 
    font: normal 18px/36px "agora", "Arial", sans-serif;;
    color: rgba(0,0,0,.5);
    width: 120px;
    left: -130px;
    text-align: right;
}

.price .left-block p.note-left { 
    margin: 20px 0;
    font: normal 18px/24px "agora", "Arial", sans-serif;;
    color: rgba(0,0,0,.5);
}


.price .calc-page {
    padding: 25px 0 0 310px;
    display: none;
    min-height: 650px;
}

.price .calc-page.visible {
    display: block;
} 

.price .calc-page p {
    margin: 0 0 20px 0;
    font: 100 18px/24px "agora", "Arial", sans-serif;;
    color: black;
}
.price .calc-page p em {
    color: #898989;
    font-style: normal;
}

.price .calc-page p a {
    color: black;
}

.slide-element {
	position: relative;
	display: block;
	height: 42px;
	width: 700px;
	margin: 120px 0 50px 0;
    z-index: 550;
}

.slide-element .white-bold {
	color: white;
	font-weight: bold;
}

.slide-element .trade-note {
    display: block;
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 16px;
    color: #767676;
}

.price .slide-element p .trade-note a {    color: #a50010; }
.price .slide-element p .trade-note a:hover { color: black; }

.slide-element .set-config {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted white;
	color: white;
	display: inline-block;
	margin: 0 0 0 15px;
	line-height: 12px;
}

.slide-element .set-config:hover {
	color: #ff0000;
	border-bottom-color: #ff0000;
}

.slide-element .bg {
	display: block;
	background: #b2b2b2;
	height: 42px;
}

.slide-element .progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 42px;
	width: 120px;
	background: transparent url("/i/sl-act.png") right top repeat-y;
}

.slide-element .scale {
	position: absolute;
	left: 6px;
	top: 0;
	height: 42px;
	white-space: nowrap;
	color: white;
	font-size: 14px;
	line-height: 42px;
}

.slide-element .scale span {
	display: inline-block;
	position: relative;
}

.slide-element .scale span.f40 { width: 110px; }
.slide-element .scale span.f100 { width: 150px; left: -10px; }
.slide-element .scale span.f500 { width: 180px; left: -14px; }
.slide-element .scale span.f1000 { width: 180px; left: -18px; }
.slide-element .scale span.f5000 { width: 80px; left: -22px; }

.slide-element .active {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 42px;
	background: rgba(255,255,255,0.01);
	cursor: pointer;
}

.slide-element .slider {
	display: block;
	width: 21px;
	height: 95px;
	background: transparent url("/i/slider.png") 0 0 no-repeat;
	position: absolute;
	left: 111px;
	top: -40px;
	cursor: w-resize;
}

.slide-element .slider p {
	position: absolute;
	left: 10px;
	top: -23px;
	line-height: 24px;
	font-size: 18px;
	color: white;
	font-weight: normal;
	white-space: nowrap;
	background: #a50010;
	padding: 0 8px 0 8px;
}
.slide-element.rent .slider p {
    color: white;
    font-size: 18px;
    overflow: visible;
}

.slide-element .slider p::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 34px;
    left: -16px;
    top: -42px;
    background: transparent url("/i/users-icon.png") 0 0 no-repeat;
}


div.next-step, .go-away {
    text-align: center;
    padding: 70px 0 120px 0;
    width: 650px;
}

.go-away {
    padding: 50px 0 20px 0;
    width: auto;
}

div.next-step a, .go-away a {
    color: white;
    background: #a50010;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    padding: 0px 20px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

div.next-step a::after, .go-away a::after{
    content: " ";
    display: block;
    position: absolute;
    width: 19px;
    height: 31px;
    right: -19px;
    top: 0;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAfCAYAAAAFkva3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI1MzAwNjRBOEE5QjExRTRCRUMwOTAzQzMzQ0Y4NEZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI1MzAwNjRCOEE5QjExRTRCRUMwOTAzQzMzQ0Y4NEZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjUzMDA2NDg4QTlCMTFFNEJFQzA5MDNDMzNDRjg0RkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjUzMDA2NDk4QTlCMTFFNEJFQzA5MDNDMzNDRjg0RkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4oY1EiAAABIUlEQVR42qyWIYsCURSF746LIAgrm0wmq1XBohjEIFjcKmvfYBL9Bbtd+1pMGg1iWougdarJosm0IAjCngt3RFYcnbn3wFdmho93573DzNOQElsiqoEVKeOAJPgBdQsZJwZGoGMh8/IJvkHUQsZ5BzPwaiHjFMASpC1kJCIWlixkJKPyyB8WMk4E9ISIVuaFVzcBcQsZpwIWIGUh42RkY7IWMrpVQUfRnqsKOqTPuYLPZBOu4ItjJFuDtoVsDnIs1MoGoAz22g3ogiY4ehfCbMABNMD4/42gsp3fxyeIzAVVsNEWfQryfqJHZX1Z0e+9B/3GPIGWyB7KLRmv4k3GI41sI2O52k/dSqrhhjnFlzI+hEU5S6rfgy95RwdNUf8EGAC+ay/f86tvUwAAAABJRU5ErkJggg==") left top no-repeat;
}

div.next-step a u, .go-away a u {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.6);
    line-height: 20px;
    font-family: "Roboto";
}

div.next-step a:hover u, .go-away a:hover u {
    border-bottom: 1px solid rgba(255,255,255,0);
}

.switcher {
	position: relative;
    background-color: #c3d0d6;
    max-width: 620px;
	display: block;
	padding: 25px;
	border: 1px solid #e4e4e4;
	cursor: pointer;
	margin-bottom: 20px;
}

.switcher.disabled {
    cursor: default;
}

.switcher.orcl {
    max-width: 520px;
    margin: 50px 0;
}

.switcher.on {
    background-color: #b0c1c9;
}

.switcher .priceelement {
    position: relative;
    display: block;
    white-space: nowrap;
}

.switcher h2, .switch-group h2 {
	margin: 0;
	padding: 0;
	font: bold 24px/36px "roboto", "Arial", sans-serif;;
	color: #a50010;
    display: inline-block;
}

.switch-group h2 { margin-bottom: 15px; }
.switch-group>p {font-size: 16px !important;}


.switcher h2 span.tick {
	position: relative;
	display: inline-block;
	width: 27px;
	height: 27px;
	background: white;
	border: 2px solid #a50010;
	top: 4px;
	margin-right: 12px;
}

.switcher.disabled h2 span.tick {
    background: transparent;
}


.switcher h2 span.tick em {
	position: absolute;
	top: -41px;
	left: -16px;
	width: 80px;
	height: 80px;
	background: transparent url("/i/ticks.png") 0 0 no-repeat;
	display: none;
}

.switcher.on h2 span.tick em {
	display: block;
}


.switcher h3 {
    display: inline-block;
    float: right;
	font: bold 24px/36px "agora", "Arial", sans-serif;;
    color: black;
}

.switcher h3.dscnt {
    display: none;
}

.switcher h5.note {
    color: rgba(0,0,0,.5);
    padding-left: 45px;
    display: none;
}

.switcher.discount h5.note {
    display: block;
}

.price .calc-page .switcher>p {
    clear: right;   
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    float: none;
    font-size: 16px;
}

.price .calc-page .switcher>p.rgt {
    text-align: right;
    margin-top: 0;
}

.price .calc-page .switch-group .switcher>p {
    margin-top: 0;
    font-size: 16px;
}


.price .calc-page>h3 {
    font: bold  22px/24px "roboto", "Arial", sans-serif;;
    margin: 30px 0 15px 0;
}

.price .calc-page>h3.discount-crm {
    color: #899195;
    margin: 40px 0 -10px 0;
    display: none;
} 

.price .calc-page.dsc-crm>h3.discount-crm {
    display: block;
}

.switch-group.discount .switcher h3:not(.dscnt), .switcher.discount h3:not(.dscnt) {
    color: #7b8488;
    text-decoration: line-through;
    margin-left: 20px;
}
.switch-group.discount .switcher h3.dscnt,  .switcher.discount h3.dscnt {
    display: inline-block;
}

.price .calc-page>h3.discount-crm strong { color: #a50010;}

.switch-group {
    background: #d9e2e6;
    border: 2px solid #c8d4d9;
    max-width: 616px;
    padding: 25px; 
    margin: 30px 0;
}

.switch-group p:last-child {
    margin-bottom: 0;
}

.calc-page .null {
    display: none;
}

.calc-page p .users-text .or-c {
    font-weight: bold;
    font-size: 24px;
}

em.impl-prc-def {
    color: black !important;
}

.calc-page p span.bold {
    font-weight: bold;
    font-size: 24px;
}

.r-res>.results>h5 {
    font: bold 42px/50px "roboto", "Arial", sans-serif;;
    color: #a50010;
}
.r-res>.results>h6 {
    font: bold 24px/26px "roboto", "Arial", sans-serif;;
    color: #a50010;
}
.r-res>.results>.rent {
    font: normal 18px/26px "agora", "Arial", sans-serif;;
    color: #a50010;
}

.r-res>.results>.note-left-2 {
    position: absolute;
    margin-left: -160px;
    font: normal 18px/24px "agora", "Arial", sans-serif;;
    color: rgba(0,0,0,.5);
    text-align: right;
    padding-right: 30px;
    margin-top: -10px;
}

.r-res>.results>.note-left-2.z-discount, .r-res>.results>.note-left-2.z-credit { display: none; }
.r-res>.results.dscnt>.note-left-2, .r-res>.results.crdt>.note-left-2 { display: none; }
.r-res>.results.dscnt>.note-left-2.z-discount { display: block; margin-left: -150px;}
.r-res>.results.crdt>.note-left-2.z-credit { display: block; margin-left: -110px;}


.r-res>.results>.note-left-2::after {
    content: "→";
    position: absolute;
    right: 10px;

}

ul.calc-options {
    display: none;
    margin: 20px 0;
    list-style: none;
    padding: 0;
}
.calculated ul.calc-options {
    display: block;
}

ul.calc-options li {
    height: 30px;
    font: normal 18px/30px "agora", "Arial", sans-serif;;
}

ul.calc-options li a {
    color: #585f63;
}

.page-content>.results>.results { display: none; }
.page-content>.results.calculated>.results { display: block; }
.page-content>.results>.note-left { display: block; }
.page-content>.results.calculated>.note-left { display: none; }

.calc-page:not(.id-1):not(.id-6) em { color: black !important;} 

.warranty {
    position:relative;
    left: -30px;
    top: -30px;
    padding: 30px;
}

.warranty p.strong {
    font: bold 24px/30px "roboto", "Arial", sans-serif; !important;
}
.warranty p.strong strong { color: #a50010; }

.warranty p em { color: #898989 !important;}

span.det-item.nosp {
    display: block;
    padding-left: 15px;
}

span.det-item.nosp::before {
    content: "-";
    position: absolute;
    margin-left: -15px;
}

p i { font-style: italic; }


/* ************************** */

div.visualisation {
    position: relative;
    width: 980px;
    margin-left: -300px;
    padding-top: 80px;
    left: -30px;
    top: -30px;
    padding: 30px;
}

.visualisation table {
	border: none;
	border-collapse: collapse;
	width: 1020px;
	margin-bottom: 30px;
}

.visualisation .v-3 table {
	width: 1050px;
}

.visualisation table td {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	text-align: left;
	padding: 0;
}

.visualisation table .balls td:not(:last-child) {
	background: transparent url("/i/dotted.png") 0 12px repeat-x;
    vertical-align: top;
}

.visualisation table .balls i.arr {
	background: transparent url("/i/arr.png") 0 0 no-repeat;
	position: absolute;
	width: 5px;
	height: 9px;
	margin-top: 8px;
	text-transform: none;
	font-style: normal;
	margin-left: -5px;
}

.visualisation table .time {
	font-size: 14px;
	color: #a8a8a8;
	text-align: center;
	width: 110px;
}

.visualisation table .time.x {
	white-space: nowrap;
	min-width: 180px;
	padding-left: 30px;
}

.visualisation table .time .m {
	display: block;
	text-align: center;
	position: relative;
	top: -10px;
	text-transform: none;
}

.visualisation table .balls .circle {
	background: black;
	color: white;
	text-align: center;
	display: inline-block;
	position: absolute;
}

.visualisation table .balls .red .circle {
	background: #ff0000;
}

.visualisation table .balls .p3 { width: 40px; }
.visualisation table .balls .p3 .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-top: -20px;
}

.visualisation table .balls .p10 { width: 60px; }
.visualisation table .balls .p10 .circle {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	margin-top: -30px;
	font-size: 16px;
}

.visualisation table .balls .p15 { width: 70px; }
.visualisation table .balls .p15 .circle {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	margin-top: -35px;
	font-size: 18px;
}

.visualisation table .balls .p16 { width: 82px; }
.visualisation table .balls .p16 .circle {
	width: 82px;
	height: 82px;
	line-height: 82px;
	border-radius: 41px;
	margin-top: -41px;
	font-size: 18px;
}

.visualisation table .balls .p16.line .circle::before {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    content: "";
    background: #ff0000;
}

.visualisation em.r { color: #ff0000; }

.visualisation table .balls .p81 { width: 136px; }
.visualisation table .balls .p81 .circle {
	width: 136px;
	height: 136px;
	line-height: 136px;
	border-radius: 68px;
	margin-top: -68px;
	font-size: 18px;
}


.visualisation table .balls .p66 { width: 132px; }
.visualisation table .balls .p66 .circle {
	width: 132px;
	height: 107px;
	line-height: 35px;
	padding-top: 25px;
	border-radius: 66px;
	margin-top: -66px;
	font-size: 24px;
	overflow: hidden;
}
.visualisation table .balls .p66 .circle em {
	font-size: 14px;
	line-height: 18px !important;
	display: block;
	position: relative;
	text-transform: none;
	font-style: normal;
}

.visualisation table .captions td {
	vertical-align: top;
	white-space: nowrap;
}

.visualisation table .captions td.x3 { 	padding-top: 30px; }
.visualisation table .captions td.x15 { 	padding-top: 42px; }
.visualisation table .captions td.x16 { 	padding-top: 45px; }
.visualisation table .captions td.x66 { 	padding-top: 70px; }
.visualisation table .captions td.x81 { 	padding-top: 75px; }
.visualisation table .captions td.xx span.f { 	position: relative; top: -17px; left: 20px; }

.visualisation .za table .captions td.x3 { 	padding-top: 12px; }
.visualisation .za table .captions td.x15 { 	padding-top: 19px; }
.visualisation .za table .captions td.x16 { 	padding-top: 22px; }

.visualisation table .captions td.cr { 	padding-top: 65px; }
.visualisation .za table .captions td.cr { 	padding-top: 35px; }

.visualisation table .captions td.cr:last-child { 	text-align: right;}
.visualisation table .captions td.cr:last-child span { 	position: relative; left: -35px;}

.visualisation .za { position: relative; top: -25px; }

.visualisation table .captions td.cr b { color: black; font-weight: bold;}

.visualisation table .captions td.cr .note {
	position: absolute;
	font-size: 18px;
	white-space: normal;
	font-weight: normal;
	padding-top: 25px;
	text-transform: none;
}


.visualisation table .captions b { color: #ff0000; }


.visualisation table .time .z {
	display: inline-block;
	position: relative;
	top: -17px;
	text-transform: none;
	color: black;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	font-weight: normal;

	line-height: 14px;
}


.visualisation table .time .z em { font-style: normal; }

.visualisation table .time .x {
	display: inline-block;
	position: relative;
	border-left: 1px solid black;
	border-right: 1px solid black;
	height: 24px;
	color: black;
	font-size: 24px;
	line-height: 24px;
	top: -14px;
	padding: 0 8px;
	letter-spacing: 2px;
}

.visualisation table .time i {
	font-style: normal;
}


.visualisation .v-4 {
	position: relative;
	display: block;
	height: 370px;
	z-index: 60;
	display: none;
}

.visualisation .v-4 .preloader {
	position: relative;
	width: 1115px;
	height: 370px;
	left: 0;
	top: 0;
	margin-left: -85px;
	margin-top: -190px;
}

.visualisation .v-4 .preloader .bg2, .visualisation .v-4 .preloader .bg1 {
	width: 1115px;
	height: 370px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url("") center center no-repeat;
}

.visualisation .v-4 .preloader h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: white;
	position: relative;
	left: 190px;
	top: 230px;
	padding: 0;
	text-align: left;
    font-family: "roboto";
	text-transform: uppercase;
}

/* ************************** */

.warranty {
    position: relative;
    z-index: 100;
}

div.x-discount {
    display: inline-block;
    vertical-align: top;
    margin-left: -300px;
    margin-top: 50px;
    left: -30px;
    top: -30px;
    padding: 30px;
}

div.x-discount h3, div.credit h3, div.rent-info-block h3 {
    font: bold 24px/30px "roboto", "Arial", sans-serif; !important;
    margin: 0 0 20px 0;
}

div.nowrap {
    white-space: nowrap;
    margin-left: -50px;
}

div.nowrap * {
    white-space: normal;
}

div.x-discount .switcher {
    max-width: 430px;
}
div.x-discount .switcher h2 {
    font: normal 18px/24px "agora", "Arial", sans-serif;;
    margin-left: 40px;
    color: black;
}
div.x-discount .switcher h2 .tick {
    position: absolute;
    margin-left: -45px;
    margin-top: 30px;
}

div.credit {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    margin-top: 50px;
    left: -30px;
    top: -30px;
    padding: 30px;
}

div.credit .mnthscr {
    padding: 25px;
    background: #c3d0d6;
}

div.credit .mnthscr input {
    width: 35px;
    height: 26px;
    font: bold 18px/24px "agora", "Arial", sans-serif;;
    color: #a50010;
    border: 2px solid #a50010;
    text-align: center;
    background: white;
}

div.credit .mnthscr  .m-reset {
    position: absolute;
    font-size: 12px;
    margin-left: -45px;
    margin-top: 28px;
    display: none;
}

section.preloader { z-index: 500; }

/* ----------------------------------- */

.calc-page.id-7>h2 {
    font: bold italic 30px/30px "agora", "Arial", sans-serif;;
    color: black;
    margin: 0 0 30px 0;
}

.calc-page.id-7 .switcher {
    background: transparent !important;
    border: none !important;
}

.calc-page.id-7 .switcher>p {
    margin-top: 0 !important;
    margin-left: 42px;
}

.calc-page.id-7 td:nth-child(2), .calc-page.id-7 td:nth-child(3) {
    padding-top: 42px;
    vertical-align: top;
}

table.rent-parameters tr.final td {
    font: bold 18px/24px "agora", "Arial", sans-serif;, sans-serif;
    color: black;
}

table.rent-parameters tr.final td:first-child { padding-left: 80px; vertical-align: middle }
table.rent-parameters tr.final td:last-child { vertical-align: middle }
table.rent-parameters tr.final td div.total-amount-rent {
    border-radius: 50%;
    background: black;
    color: white;
    text-align: center;
    width: 160px;
    height: 105px;
    padding-top: 55px;
    font-size: 24px;
    line-height: 30px;
    margin-top: -30px;
    position: relative;
    left: -70px;
}

table.rent-parameters tr.final td span.prv {
    display: inline-block;
    text-align: left;
    position: absolute;
    margin-top: -37px;
    margin-left: -50px;
}

table.rent-parameters tr.final td span.prv  .vnedr-price {
    display: inline-block;
    padding-left: 16px;
}

.rent-content .payments {
    position: relative;
    padding: 0 100px;
    min-height: 500px;
}

.rent-content .payment {
    position: relative;
    padding-left: 80px;
    white-space: nowrap;
    
}

.rent-content .payment h3 {
    border-radius: 50%;
    font: bold 21px/30px "agora", "Arial", sans-serif;, sans-serif;
    color: white;    
    text-align: center;
    position: absolute;
    z-index: 50;
    left: -15px;
    background: black;
}

.rent-content .payment.gr h3 {
    background: #898989;
}

.rent-content .payment .descr {
    display: inline-block;  
    font: bold 14px/18px "agora", "Arial", sans-serif;, sans-serif;
    color: black;
    text-transform: uppercase;
    padding-top: 12px;
}

.rent-content .payment .arrow {
    display: block;
    position: relative;
    left: -65px;
    top: 0;
    vertical-align: middle;
    background: transparent url("/i/v-arr-p.png") 0 0 repeat-y;
}

.rent-content .payment .arrow::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: -4px;
    background: transparent url('/i/v-arr.png') 0 0 no-repeat;
    width: 9px;
    height: 5px;
}


.rent-content .payment .time {
    position: absolute;
    top: 50%;
    text-align: right;
    left: -200px;
    margin-top: -8px;
    font-size: 14px;
    line-height: 18px;
    color: #7a7a7a;
    font-weight: bold;
    width: 190px;
}

.rent-content .payment .time strong {
    color: black;
}

.rent-content .payment.red-line {
    margin-top: -30px;
}

.rent-content .payment.red-line .descr {
    color: #ff0404;
    border-bottom: 1px solid #ff0404;
    position: relative;
    left: -150px;
    padding-left: 150px;
    padding-right: 30px;
}

.rent-content .payment .red {
    color: #ff0404;
}

.rent-content .payment .r-arr {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 10px;
    background: transparent url('/i/rent-r-arr.png') 0 0 no-repeat;
}

.rent-content .payment  .month-payments {
    display: inline-block;
    position: absolute;
    width: 120px;
    margin-top: 24px;
}   

.rent-content .payment  .month-payments .mthp {
    position: relative;
    height: 150px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.rent-content .payment  .month-payments .mthp.hidden {
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.rent-content .payment  .month-payments .mthp h2 {
    border-radius: 50%;
    height: 70px;
    padding-top: 30px;
    width: 100px;
    font-size: 27px;
    line-height: 26px;
    background: black;
    color: white;
    text-align: center;
    margin: 0;

}

.rent-content .payment  .month-payments .mthp h2 .s {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #aeaeae;
}

.rent-content .payment  .month-payments .mthp .vline {
    position: relative;
    background: transparent url("/i/v-arr-p.png") 0 top repeat-y;
    margin-left: 50px;
    padding-left: 15px;
    font: bold 14px/50px "agora", "Arial", sans-serif;, sans-serif;
    color: rgba(0,0,0,.5);
}

.rent-content .payment  .month-payments .mthp .vline::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: -4px;
    background: transparent url('/i/v-arr.png') 0 0 no-repeat;
    width: 9px;
    height: 5px;
}

.rent-content .graph-header {
    background: transparent url("/i/d-dots.png") 110px 0 no-repeat;
    height: 90px;
    position: relative;
    overflow: hidden;
    font: bold 24px/28px "Arial", sans-serif;
    color: rgba(0,0,0,.5);
    padding-left: 280px;
    padding-top: 40px;
    margin-top: -20px;
}

.easing {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.highlight {
    background: rgba(165,0,16,.3);
}

.link-addr {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.72);
	z-index: 700;
}

.link-addr .modal {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #989898;
	width: 950px;
	height: 370px;
	padding: 60px 0 0 60px;
	margin: -190px 0 0 -510px;
}

.link-addr .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 44px;
	height: 46px;
	background: transparent url("/i/close.png") 0 0 no-repeat;
	opacity: 0.85;
}

.link-addr .close:hover { opacity: 1; }

.link-addr h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
}

.link-addr input {
	width: 840px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	font-weight: normal;
	border: 2px solid black;
	padding: 8px 15px;
	margin: 40px 0 30px 0;
}

.link-addr .socials {
	display: block;
	position: relative;
}


.link-addr .socials>div>span {
	display: block;
	position: relative;
}

.link-addr .socials>div>span div.one {
	display: block;
	height: 46px;
	margin: 0 0 20px 0;
	font-size: 24px;
}

.link-addr .socials>div>span div.one a.b-share__handle {
	display: inline-block;
	margin: 0;
	height: 46px;
	line-height: 46px;
	color: white;
	text-decoration: none;
	padding: 0 0 0 70px !important;
	background: transparent url("/i/socials.png") 0 0 no-repeat;
	opacity: 0.9;
}

.link-addr .socials>div>span div.one a.b-share__handle:hover {
	opacity: 1;
}

.link-addr .socials>div>span div.one.fb a.b-share__handle { background-position: 0 0; }
.link-addr .socials>div>span div.one.tw a.b-share__handle { background-position: 0 -46px; }

.link-addr .socials>div.email {
    position: relative;
    top: -2px;
}

.link-addr .socials>div.email a.show-form { 
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 0 0 70px;
    background: transparent url("/i/socials.png") 0 -92px no-repeat;
    height: 46px;
	font-size: 24px;
    line-height: 46px;
    opacity: 0.9;
    color: white;
    text-decoration: none;
}

.link-addr .socials>div.email a.show-form:hover { opacity: 1; }

.link-addr .socials>div.email div.form {
    position: relative;
    display: none;
} 

.link-addr .socials>div.email div.form.visible {
    display: inline-block;
}

.link-addr .socials>div.email div.form input {
    height: 30px;
    width: 220px;
    padding: 2px 10px;
    margin: 0;
    position: relative;
    margin-left: 15px;
    font-size: 24px;
    line-height: 30px;
}

.link-addr .socials>div.email div.form input.error {
    border-color: #ff0000;
    color: #ff0000;
    background: #ffe8e8;
}

.link-addr .socials>div.email div.form .send {
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    color: #c71313;
    margin-left: 15px;
}

.link-addr .socials>div.email div.form .send:hover { color: #ff0101; }

.link-addr .socials>div.email .done {
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0;
    line-height: 46px;
    padding-right: 30px;
    font-size: 24px;
    color: black;
    display: none;
}

.link-addr .socials>div.email .done.visible { display: block; }


.currency-selector {
    display: inline-block;
    float: right;
    position: relative;
    width: 110px;
    padding-right: 10px;
    height: 60px;
    font: normal 18px/24px  "agora", "Arial", sans-serif;
    background: #d9e2e6;
    color: #6c7173;
    text-align: center;
    cursor: pointer;
    top: 4px;
}

.currency-selector span.sign {
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}
.currency-selector span.country {
    display: block;
    margin-top: -3px;
}

.currency-selector .expander span.sign::after {
    content: " ";
    background: transparent url("/i/vch.png") 0 0 no-repeat;
    position: absolute;
    width: 17px;
    height: 9px;
    right: 0;
    top: 17px;
    z-index: 50;
}

.currency-selector:hover {
    background: #cfdadf;
}

.currency-selector.x-expanded {
    background: #cfdadf;
    color: black;
}

.currency-selector .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    padding: 0 10px 10px 0;
    background: #cfdadf;
    color: black;
    z-index: 40;
    display: none;
}

.currency-selector.x-expanded .list{ 
    display: block;
}

.currency-selector.x-expanded .list .item.selected { 
    color: #676d6f;
}

.currency-selector.x-expanded .list .item:not(.selected):hover .country {
    text-decoration: underline;
}

.currency-selector .action {
    position: absolute;
    top: -50px;
    right: 0;
    height: 50px;
    white-space: nowrap;    
    background: #f9ed33;
    color: black;
    font: normal 16px/50px  "agora", "Arial", sans-serif;
    padding: 0 10px;
}

.mode-1 .calc-content, .mode-1 .r-res {
    display: none;
}

.mode-1 .first-welcome {
    margin: 60px 120px 300px 120px;
    max-width: 560px;
    padding: 70px;
    background: #cfdadf;
}

.mode-1 .first-welcome p {
    font: normal 24px/36px "agora", "Arial", sans-serif;
}

.first-welcome div.center {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
}

div.rent-info-block {
    width: 440px;
    margin: 30px 0;
    text-align: center;
}

div.rent-info-block>div {
    display: inline-block;
    background: #c3d0d6;
    padding: 20px 30px;
    white-space: nowrap;
}

.page-content.cnt-ru-deprecated .switcher.pgr {
    min-height: 198px;
    background-image: url("/i/pgsql.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.page-content.cnt-ru-deprecated .switcher.pgr h2 {
    text-shadow: 0 0 3px white;
}

p.for-russian { display: none; }
p.for-other { display: block; }
.page-content.cnt-ru-deprecated p.for-russian { display: block; }
.page-content.cnt-ru-deprecated p.for-other { display: none; }

.switcher p a:hover { color: #ff0101; }

.page-content.cnt-ru-deprecated p.for-russian {
    color: black;
    padding-top: 200px;
}


ul.calc-options li.grybx {
    display: block;
    background: #d9e2e6;
    text-align: center;
    line-height: 50px;
    height: 50px;
    margin: 15px 0;
}

a.red {
    color: #a50010 !important;
}
