@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin,cyrillic-ext,cyrillic,latin-ext');
.arcticmodal-container,
.arcticmodal-overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000
}
.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto
}
.arcticmodal-container_i2 {
	padding: 24px;
	margin: 0;
	border: 0;
	vertical-align: middle
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff
}
.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: url(../img/ajax-loader.gif) 50% 50% no-repeat #000
}
/* STYLES */
body {
	background-color:#fff;
	color:#000; 
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
}
.open-mobile-menu {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-weight:bold; 
	line-height:normal;
}
h1, .h1 {
	font-size:45px; 
}
h2, .h2 {
	font-size:40px;
}
h3, .h3 {
}
h4, .h4 {
}
a {
	color:#1c5fc3; 
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
b, strong {
	font-weight:bold;
}
sup {
	vertical-align:text-top;
	font-size:11px;
}
/* FORM */
form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
form ::-moz-placeholder { /* Firefox 19+ */
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
form :-ms-input-placeholder { /* IE 10+ */
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}
form :-moz-placeholder { /* Firefox 18- */
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}

form .input-light ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight:normal;
	text-transform:none;
	font-size:13px;
	color:#777;
}
form .input-light ::-moz-placeholder { /* Firefox 19+ */
	font-weight:normal;
	text-transform:none;
	font-size:13px;
	color:#777;
}
form .input-light :-ms-input-placeholder { /* IE 10+ */
	font-weight:normal;
	text-transform:none;
	font-size:13px;
	color:#777;
}
form .input-light :-moz-placeholder { /* Firefox 18- */
	font-weight:normal;
	text-transform:none;
	font-size:13px;
	color:#777;
}

form input[type="text"], form textarea, form select {
	height: 52px;
	line-height: 50px;
	border: 1px solid #000;	
	font-family: Roboto;
}
form .input {
	margin-bottom: 20px;
	/*overflow: hidden;*/
	position: relative;
}
form .has-error input[type="text"], form .has-error textarea, form .has-error select {
	border-color: #f44336 !important;
	-webkit-box-shadow:0 0 8px 0 rgba(244, 67, 54, 0.6) !important;
	-moz-box-shadow:0 0 8px 0 rgba(244, 67, 54, 0.6) !important;
	box-shadow:0 0 8px 0 rgba(244, 67, 54, 0.6) !important;
}
form .has-success input[type="text"], form .has-success textarea, form .has-success select {
	border-color: #65B468 !important;
	-webkit-box-shadow:0 0 8px 0 rgba(101, 180, 104, 0.6) !important;
	-moz-box-shadow:0 0 8px 0 rgba(101, 180, 104, 0.6) !important;
	box-shadow:0 0 8px 0 rgba(101, 180, 104, 0.6) !important;
}
/* LAYOUT */

h1.center, h2.center, h3.center, h4.center, .h1.center, .h2.center, .h3.center, .h4.center {
	text-align:center;
}
h1.normal, h2.normal, h3.normal, h4.normal, .h1.normal, .h2.normal, .h3.normal, .h4.normal {
	font-weight:normal;
}
h1.plain, h2.plain, h3.plain, h4.plain, .h1.plain, .h2.plain, .h3.plain, .h4.plain {
	margin:0;
}
h1 span, h2 span, h3 span, h4 span, .h1 span, .h2 span, .h3 span, .h4 span {
	font-weight:bold;
}
.hidden {
	display: none !important;
}
.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.clear {
	clear:both;
}
.clr:after {
	content: '';
	display: table;
	clear: both;
}
.container {
	margin:0 auto;
	width:1170px;
}
ol {
    list-style-type: none; 
    counter-reset: num;
    margin: 0 0 0 35px;
    padding: 15px 0 5px 0;
}
ol li {
    position: relative;    
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}
ol li:before {
    content: counter(num) '.'; 
    counter-increment: num;
    display: inline-block;    
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;    
    color: #1c5fc3;
    text-align: right;
}
.button-v1 {
	display: inline-block;
	text-decoration:none;
	font-size:13px;
	border:1px solid #1c5fc3;
	color:#fff;
	line-height:38px;
	height:38px;
	cursor:pointer;
	padding:0 52px 0 25px;
	background-color:transparent;
	background-image:url(../img/button_bg-v1.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: Roboto;
}
.button-v1:hover {
	background-color:#1c5fc3;
	background-image:url(../img/button_bg-v1-hover.png);
}
.button-v2 {
	display: inline-block;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	line-height:53px;
	height:53px;
	cursor:pointer;
	padding:0 45px 0 45px;
	text-align:center;
	background-color:#1c5fc3;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	font-family: Roboto;
	border: none;
}
.slider .button-v2 {
	height: 67px;
	line-height: 67px;
	padding: 0 58px;
	font-size: 18px;
	border-radius: 34px;
}
.button-v2:hover {
	background-color:#0b2145;
}
.button-v3 {
	display: inline-block;
	text-decoration:none;
	font-size:14px;
	border:1px solid #1c5fc3;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	line-height:53px;
	height:53px;
	cursor:pointer;
	padding:0 62px 0 35px;
	text-align:center;
	background-color:#1c5fc3;
	background-image:url(../img/button_bg-v3.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	font-family: Roboto;
}
.button-v3:not(.disabled):hover {
	background-color:#8d8d8e;
	background-image:url(../img/button_bg-v3-hover.png);
}
.button-v4 {
	display: inline-block;
	text-decoration:none;
	font-size:14px;
	border:1px solid #89ace0;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	line-height:53px;
	height:53px;
	cursor:pointer;
	padding:0 62px 0 35px;
	text-align:center;
	background-color:#1c5fc3;
	background-image:url(../img/button_bg-v4.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	font-family: Roboto;
}
.button-v4:hover {
	background-color:#0e3c81;
}
.button-v5 {
	display: inline-block;
	text-decoration:none;
	font-size:16px;
	border:1px solid #1c5fc3;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	line-height:53px;
	height:53px;
	cursor:pointer;
	padding:0 25px 0 25px;
	background-color:transparent;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	font-family: Roboto;
}
.button-v5:hover {
	background-color:#1c5fc3;
	color:#fff;
}
.button-v6 {
	display: inline-block;
	text-decoration:none;
	font-size:14px;
	border:1px solid #1c5fc3;
	font-weight:normal;
	color:#fff;
	line-height:53px;
	height:53px;
	cursor:pointer;
	padding:0 62px 0 35px;
	text-align:center;
	background-color:#1c5fc3;
	background-image:url(../img/button_bg-v4.png);
	background-repeat:no-repeat;
	background-position:right center;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	font-family: Roboto;
}
.button-v6.disabled, .button-v3.disabled {
	opacity: 0.8;
	cursor: default;
}
.button-v6:not(.disabled):hover {
	background-color:#0e3c81;
}

.button-v7 {
	display: block;
	background-color:#ff6917;
	height:45px;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.button-v7:hover {
	background-color:#1c5fc3;
}

/*
[header-new]
*/

.header.header-new {
	color:#333;
}

.header.header-new .header-area {
	padding-top:10px;
	min-height:0;
	background-color:#ebebeb;
	background-image:url(../img/newstyle/header-bg-top.jpg);
	background-position:top center;
}

.header.header-new .logo img {
	width: 94px;
}

.header.header-new .header-right {
	margin-top: 27px;
}

.header.header-new .card a {
	color:#333;
}

.header.header-new .callback a:hover {
	color:#fff;
}

.header.header-new .card .time .item {
	background-image:url(../img/newstyle/card_time.png);
}
.header.header-new .card .email .item {
	background-image:url(../img/newstyle/card_email.png);
}
.header.header-new .card .phone .item {
	background-image:url(../img/newstyle/card_phone.png);
}

.header.header-new .bg-for-new-menu {
	background-color:#1c5fc3;
	margin-top:15px;
}

.header.header-new .menu {
	margin-top:0px;
}
.header.header-new .menu ul li a {
	padding-top:9px;
	padding-bottom:5px;
}
.header.header-new .menu ul li.active a, .header.header-new .menu ul li a:hover {
	border-bottom-color: #ff6917;
}

/*
[header-new -> breadcrumbs]
*/

.header.header-new .breadcrumbs {
	margin:0;
	padding:10px 0 10px 0;
}

.header.header-new .breadcrumbs a {
	text-decoration:underline;
}
.header.header-new .breadcrumbs a:hover {
	text-decoration:none;
}

/*
[header-new -> menu -> sub]
*/
.header.header-new .menu ul li:hover ul {
	background-color:#1c5fc3;
	border-color:#ff6917;
}
.header.header-new .menu ul li ul li {
	display:block;
	text-align:left;
	margin-bottom:5px;
}
.header.header-new .menu ul li ul li:first-child {
	text-align:left;
}
.header.header-new .menu ul li ul li:last-child {
	text-align:left;
	margin-bottom:0;
}
.header.header-new .menu ul li ul li a {
	padding-bottom:0px;
}
.header.header-new .menu ul li ul li.active a, .header.header-new .menu ul li ul li a:hover {
	color:#ff6917;
	border-bottom-color:transparent;
}
.header.header-new .menu ul li.active ul li a, .header.header-new .menu ul li ul li a:hover {
	border-bottom-color:transparent;
}

@media (max-width: 992px) {
	.header.header-new .header-right {
		margin-top: 0px;
	}
}

@media (max-width: 768px) {
	.header.header-new .header-right {
		margin-top: 20px;
	}
	.header.header-new .card .email .item {
		background-image:url(../img/newstyle/card_email-mob.png);
	}
	.header.header-new .card .phone .item {
		background-image:url(../img/newstyle/card_phone-mob.png);
	}
}

@media (max-width: 500px) {
	.header.header-new .header-right {
		margin-top: 15px;
	}
}

/*
[header-new] -> [promo-header]
*/

.promo-header {
	background-color:#ebebeb;
	background-image:url(../img/newstyle/header-promo-bg.jpg);
	background-position:top center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.promo-header .promo-header-area {
	padding:15px 0 0;
}
.promo-header .title,
.promo-header .title h1 {
	font-size:34px;
	line-height:normal;
	font-weight:900;
	padding:0;
	margin:15px 0 45px 0;
}
.new-promo-header .title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 40px;
}

.promo-header ul.list {
	display:block;
}
.promo-header ul.list li {
	display:inline-block;
	width:49%;
	height:55px;
	overflow:hidden;
	font-size:15px;
	color:#555555;
	line-height:15px;
	background-position:top left;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}
.new-promo-header ul.list li {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
.promo-header ul.list li span {
	display:block;
	padding-left:65px;
}

.promo-header .stub-img {
	background-repeat:no-repeat;
	background-position:left 150px top;
	height:300px;
	vertical-align:middle;
}

.promo-header .stub-img .title {
	text-transform:uppercase;
	font-size:25px;
	padding:0;
	margin:0;
}

.promo-header .stub-img .marka {
	font-size:50px;
	line-height:50px;
	margin-top:10px;
	color:#ff6917;
	font-weight:900;
}
.promo-header .stub-img .price {
	font-size:18px;
	line-height:18px;
	margin-top:10px;
}
.promo-header .stub-img .price span {
	color:#ff6917;
	font-size:30px;
	font-weight:700;
	line-height:18px;
}

.promo-header .stub-img .order {
	padding-left:70px;
	font-size:16px;
}

.promo-header .stub-img .order .button-v7 {
	margin-top:10px;
}

.promo-header .stub-img ul {
	display: table;
	width:100%;
}
.promo-header .stub-img ul li {
	display:table-cell;
	width:50%;
	vertical-align: middle;
}

.promo-header .table {
	display:table;
	width:100%;
}

.promo-header .table .table-td {
	display: table-cell;
}

.promo-header .table .table-td-l {
	width:40%;
	/*min-width:490px;*/
}
.new-promo-header .table .table-td-l {
	width: 460px;
	vertical-align: top;
	/*min-width:490px;*/
}

.promo-header .table .table-td-r {
	width:60%;
}
.new-promo-header .table .table-td-r {
	width: 370px;
	vertical-align: top;
}
.new-promo-header .table .table-td-c {
	vertical-align: bottom;
	padding: 0 15px;
}
.new-promo-header .table .table-td-r .text {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
.new-promo-heade .button-v7 {
	font-size: 12px;
	font-weight: bold;
}
@media (max-width: 1199px) {
	.new-promo-header .table .table-td-l {
		width: 400px;
	}
	.new-promo-header .table .table-td-r {
		width: 340px;
	}
}
@media (max-width: 992px) {
	.promo-header {
		display:none;
	}
	.new-promo-header {
		display: block;
		margin-bottom: -17px;
	}
	.new-promo-header .table {
		display: none;
	}
	.new-promo-header .title {
		margin: 0 0 20px;
	}
}

/*
[header]
*/
.header {
	background-color:#121e30;
	color:#fff;
}
.header a {
	color:#fff;
	text-decoration:none;
}
.header .header-area {
	overflow:hidden;
	padding-top:27px;
	background-repeat:no-repeat;
	background-position:top center;
	min-height:161px;
	background-image:url(../img/header_bg-big.jpg);
}
/*
[header -> logo & card]
*/
.header .logo {
	float: left;
}
.header .logo img {
	width: 125px;
}
.header-right {
	margin-left: 165px;
	margin-top: 12px;
}
.header .card {
	font-size: 0;
}
.header .card .col {
	width:23.33333%;
	display: inline-block;
	vertical-align: top;
}
.header .card .col.time {
	width:30%;
}
.header .card .col.callback {
	text-align:right;
}
.header .card .item {
	display:inline-block;
	height:39px;
	font-size:13px;
	line-height:39px;
	text-align:left;
	padding-left:45px;
	background-position:left center;
	background-repeat:no-repeat;
}
.header .card .time .item {
	background-image:url(../img/card_time.png);
}
.header .card .email .item {
	background-image:url(../img/card_email.png);
}
.header .card .phone .item {
	font-weight:bold;
	font-size:16px;
	background-image:url(../img/card_phone.png);
}
.header .card .callback .item {
	text-align:right;
	padding-left:0px;
	background-image:none;
}
/*
[header -> menu]
*/
.header .menu {
	display: table;
	margin-top:35px;
	width:100%;
}
.header .menu ul {
	display: table-row;	
	margin:0;
	padding:0;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	line-height: normal;
}
.header .menu ul li {
	display: table-cell;
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}
.header .menu ul li:first-child {
	text-align:left;
}
.header .menu ul li:last-child {
	text-align:right;
}

.header .menu ul li a {
	padding-bottom:4px;
	display: inline-block;
	border-bottom: 3px solid transparent;
}
.header .menu ul li.active a, .header .menu ul li a:hover {
	border-bottom-color: #1c5fc3;
}
/*
[header -> menu -> sub]
*/
.header .menu ul li ul {
	display:none;
}
.header .menu ul li:hover ul {
	display:block;
	position:absolute;
	z-index:999;
	width:200px;
	padding:30px;
	margin-top: -3px;
	background-color:#121e30;
	border:3px solid #1c5fc3;
	font-weight:normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.header .menu ul li ul li {
	display:block;
	text-align:left;
	margin-bottom:5px;
}
.header .menu ul li ul li:first-child {
	text-align:left;
}
.header .menu ul li ul li:last-child {
	text-align:left;
	margin-bottom:0;
}
.header .menu ul li ul li a {
	padding-bottom:0px;
}
.header .menu ul li ul li.active a, .header .menu ul li ul li a:hover {
	color:#1c5fc3;
	border-bottom-color:transparent;
}
.header .menu ul li.active ul li a, .header .menu ul li ul li a:hover {
	border-bottom-color:transparent;
}
/*
[header -> menu-mob]
*/
.header .menu-mob {
	display:none;
}
/*
[header -> slider]
*/
.header .slider {
}
.header .slider .area {
}
.header .slider .area .item {
	height: 490px;
	background-repeat: no-repeat;
	background-position: center;
}
.header .slider .area .item .text {
	font-size:40px;
	font-weight:normal;
	line-height:normal;
	padding-top: 55px;
}
.header .slider .area .item .link {
	padding-top:25px;
}
/*
[header -> slider -> control]
*/
.header .slider .control {
	position: absolute;
	margin-top:-120px;	
}
/*
[header -> slider -> control -> dots]
*/
.header .slider .control .pagination {
	padding:0 48px;
	text-align:center;
}
.header .slider .control .pagination .dots {
	text-align:center; 
	margin-top:6px; 
}
.header .slider .control .pagination .dots ul {
	margin:0; 
	padding:0; 
	list-style:none; 
	background-image:none; 
	display:block;
}
.header .slider .control .pagination .dots li {
	background-image:url(../img/slider_dot.png); 
	background-repeat:no-repeat; 
	background-position:center; 
	width:20px; 
	height:20px; 
	margin:0 7px 0 7px; 
	padding:0; 
	list-style:none; 
	display: inline-block;
}
.header .slider .control .pagination .dots li.slick-active {
	background-image:url(../img/slider_dot-active.png); 
}
.header .slider .control .pagination .dots li:hover {
	cursor:pointer; 
	opacity:0.5;
}
.header .slider .control .pagination .dots li.slick-active {
	cursor:default; 
	opacity:1;
}
.header .slider .control .pagination .dots li button {
	display:none; 
}
/*
[header -> slider -> control -> arrows]
*/
.header .slider .control .prev, .header .slider .control .next {
	width:32px;
	height:32px;
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	top:0;
	cursor:pointer;
}
.header .slider .control .prev {
	left:0;
	background-image:url(../img/slider_prev.png);
}
.header .slider .control .next {
	right:0;
	background-image:url(../img/slider_next.png);
}
.header .slider .control .prev:hover {
	background-image:url(../img/slider_prev-hover.png);
}
.header .slider .control .next:hover {
	background-image:url(../img/slider_next-hover.png);
}
/*
[pagetitle]
*/
.pagetitle {
	margin:40px 0 25px 0;
}
/*
[breadcrumbs]
*/
.breadcrumbs {
	color:#777777;
	margin:0 0 40px 0;
}
.breadcrumbs a {
	color:#777777;
}
.breadcrumbs .sep {
	padding:0 5px;
}
.breadcrumbs .current {
	text-decoration:none;
}
/*
[advertblock]
*/
.advertblock {
	background-color:#1c5fc3;
	color:#fff;
	background-image:url(../img/advertblock/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.advertblock .container {
	position:relative;
	height:545px;
	overflow:hidden;
}
.advertblock a {
	color:#fff;
}
.advertblock .title {
	margin-top:65px;
	margin-bottom:65px;
	font-size:34px;
	line-height:normal;
	text-transform:uppercase;
	font-weight:bold;
}
.advertblock ul {
	display:block;
	width:280px;
	float:left;
}
.advertblock ul li {
	display:block;
	height:100px;
	overflow:hidden;
	padding:0 30px;	
	background-image:url(../img/advertblock/li.png);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:17px;
	font-weight:300;
	line-height:normal;
}
.advertblock .link {
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-50px;
	width:555px;
	height:272px;
	background-image:url(../img/advertblock/link.png);
	background-repeat:no-repeat;
	background-position:center;
}
.advertblock .link a {
	display:block;
	margin-top:85px;
	margin-left:70px;
	line-height:normal;
	font-size:26px;
	text-transform:uppercase;
	font-weight: 100;
}
.advertblock .chuvak {
	position:absolute;
	bottom:0;
	right:0;
	width:304px;
	height:445px;
	background-image:url(../img/advertblock/worker-1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.advertblock .chuvak.diff {
	width: 319px;
	height: 224px;
	right: 5px;
	bottom: 51px;
}
/*
[productiontable-toc]
*/
.productiontable-toc {
	margin-top:50px;
	text-align:center;
}
.productiontable-toc a {
	margin:10px;
}
/*
[productiontable]
*/
.productiontable {
	margin-top:50px;
	background-color:#f4f4f4;
	position: relative;
}
.productiontable .toc, .productiontable .toc:hover {
	text-decoration: none;
}
.productiontable .title {
	padding:20px 0 30px;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
}
.productiontable .title .cost {
	display:inline-block;
	font-size:18px;
}
.productiontable .title .cost span {
	font-size:30px;
	color:#1c5fc3;
}
.productiontable .button {
	padding:30px 0;
	text-align:center;
}
.productiontable table {
	width:100%;
	line-height:normal;
}
.productiontable table.alone {
	width:65%;
	margin:0 auto;
}
.productiontable table.l, .productiontable table.r {
	width:48%;
	float:left;
}
.productiontable table.l {
	margin-right:1%;
}
.productiontable table.r {
	margin-left:1%;
}
.productiontable table th, .productiontable table td {
	vertical-align:middle;
}
.productiontable table thead {
	background-color:#1c5fc3;
	color:#fff;
	text-transform:uppercase;
	border:1px solid #1c5fc3;
	border-bottom:none;
}
.productiontable table thead th {
	padding:20px 5px;
}
.productiontable table tbody {
	border:1px solid #cbcbcb;
	border-top:none;
}
.productiontable table tbody td {
	padding:15px 5px;
	text-align:center;
	white-space: nowrap;
}
.productiontable table.left tbody td:first-child {
	text-align: left;
	padding-left: 17px;	
}
.productiontable table tbody tr.highlight {
	background-color:#edf0f3;
}
.productiontable table tbody tr:hover td.order {
	opacity:0.8;
}
.productiontable table tbody tr:hover td.order:hover {
	opacity:1;
}
.productiontable table tbody td.order {
	text-align:center;
}
.productiontable table tbody td.order img {
	cursor:pointer;
}
.productiontable .empty td {
	line-height: 23px;
}
.productiontable .table-xs, .armatura-table .table-xs {
	display: none;
}
.productiontable .table-xs .th, .armatura-table .table-xs .th {
	background-color: #1c5fc3;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.productiontable .table-xs .td, .armatura-table .table-xs .td {
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
}
.productiontable .table-xs .td:last-child, .armatura-table .table-xs .td:last-child {
	border-bottom: 1px solid #CBCBCB;
}
.change-product {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url('../img/select-arrow-b.png') no-repeat right 15px center;
	text-align: center;
	line-height: 53px;
	font-size: 14px;
	border: none;
	cursor: pointer;
}
.table-xs .order img {
	cursor: pointer;
}
/*
[banner]
*/
.banner {
	margin-top:50px;
}
.banner .area a {
	display: block;	
	padding:35px 60px 0 60px;	
	height:153px;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
	color:#fff;
	text-transform:uppercase;
	line-height:normal;
	font-size:35px;
	text-decoration: none;
}
.banner .area span {
	font-weight:bold;
}
.banner .area span.small {
	font-weight: 400;
	font-size: 30px;
}
.banner .area.v1 a {
	background-image:url(../img/banners/bg-1.jpg);	
}
.banner .area.v2 a {
	background-image:url(../img/banners/bg-2.jpg);
}
.banner .area.v3 a {
	background-image:url(../img/banners/bg-3.jpg);
}
.banner .area.v4 a {
	background-image:url(../img/banners/bg-4.jpg);
	padding-top:65px;
}
.banner .area.v5 a {
	background-image:url(../img/banners/bg-5.jpg);
	padding-top:65px;
}
.banner .area.v6 a {
	background-image:url(../img/banners/bg-6.jpg);
	padding-top:65px;
}
.banner .area.v7 a {
	background-image:url(../img/banners/bg-7.jpg);
}
.banner .area.v8 a {
	background-image:url(../img/banners/bg-8.jpg);
}
.banner .area.v9 a {
	background-image:url(../img/banners/bg-9.jpg);
}
.banner .area.v10 a {
	background-image:url(../img/banners/bg-10.jpg);
}
.banner .area.v11 a {
	background-image:url(../img/banners/bg-11.jpg);
}
/*
[calculator]
*/
.calculator {
	margin-top:50px;
	color:#fff;
}
.calculator .title {
	padding:40px 0;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
}
.calculator .title.loader {
	background-image:url(../img/calculator/ajax-loader-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
.calculator a {
	color:#fff;
}
.calculator .top {
	padding-bottom:60px;
	background-color:#1c5fc3;
	background-image:url(../img/calculator/bg_arm.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.calculator .top .seperator {
	height:50px;
}
.calculator .bottom {
	background-color:#0e3c81;
	padding:40px 0 20px 0;
}
.calculator .input {
	width:33.3333%;
	float:left;
}
.calculator .input div {
	padding:0 30px 0 30px;
}
.calculator form label {
	display:block;
	padding-bottom:20px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
}
.calculator form select {
	border:1px solid #89ace0;
	background-color:#1c5fc3;
	color:#fff;
	width:99%;
	padding-left:1%;
	cursor:pointer;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url('../img/select-arrow.png') no-repeat right 15px center;
	font-weight: 300;
}
.calculator form select option {
	color: #333;
}
.calculator form input[type="text"] {
	border:1px solid #89ace0;
	background-color:#1c5fc3;
	color:#fff;
	width:99%;
	padding-left:1%;
	padding-right: 0;
	font-weight: 400;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	border-radius: 2px;
}
.calculator form .has-error select, .calculator form .has-error input {
	border-color:red;
}
.calculator .button {
	text-align:center;
}
.calculator .input div.itogo, .calculator .input div.itogo-torg {
	padding:0;
}
.calculator .input div.itogo-torg:hover {
	background: #1c5fc3;
	color: #fff;
}
.calculator .itogo {
	border-bottom:2px solid #1c5fc3;
	text-transform:uppercase;
	font-weight:bold;
	font-size:40px;
}
.calculator .itogo-h {
}
.calculator .itogo-h.loader {
	background-image:url(../img/calculator/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.calculator .input div.itogo-torg {
	border:1px solid #1c5fc3;
	line-height:53px;
	height:53px;
	padding:0 35px 0 35px;
	text-align:center;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	cursor:pointer;
}
/*
[productionorder]
*/
.productionorder {
	margin-top:50px;
	background-color:#1c5fc3;
	color:#fff;
}
.productionorder .title {
	padding:50px 0;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
}
.productionorder .title span {
	font-weight:bold;
}
.productionorder .input {
	width:33.3333%;
	float:left;
}
.productionorder .input div, .productionorder .textarea div {
	padding:0 10px 0 10px;
}
.productionorder form input[type="text"], .productionorder form textarea {
	border:1px solid #89ace0;
	background-color:#1c5fc3;
	color:#fff;
}
.productionorder form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight:normal;
	color:#fff;;
}
.productionorder form ::-moz-placeholder { /* Firefox 19+ */
	font-weight:normal;
	color:#fff;
}
.productionorder form :-ms-input-placeholder { /* IE 10+ */
	font-weight:normal;
	color:#fff;
}
.productionorder form :-moz-placeholder { /* Firefox 18- */
	font-weight:normal;
	color:#fff;
}
.productionorder form .has-error input[type="text"], .productionorder form .has-error textarea {
	border-color:red;
}
.productionorder form textarea {
	width:99.5%;
	height:150px;
}
.productionorder form input {
	width:99%;
	padding-left:1%;
}
.productionorder .button {
	padding:30px 0 50px;
	text-align:center;
}
/*
[infoblock]
*/
.infoblock {
	margin:50px 0;
	font-size:16px;
}
.infoblock p, .infoblock h3 {
	margin-top:35px;
}
.infoblock h3 {
	font-size: 20px;
}
.infoblock .col {
	width:48%;
	float:right;
	margin-left: 4%;
}
.infoblock .i {
	position:relative;
	text-align:right;
}
.infoblock .i img {
	width:auto;
	height:auto;
}
.infoblock .i div {
	position:absolute;
	top:170px;
	left:30px;
	font-size:33px;
	line-height:normal;
	text-align:left;
}

.infoblock ul {
	margin: 30px 0;
}
.infoblock ul li {
	padding-left: 35px;
	background: url('../img/bull.png') no-repeat 15px 10px;
}
.infoblock ul li + li {
	margin-top: 20px;
}
/*
[contacts]
*/
.contacts {
	margin:20px 0 100px 0;
}
.contacts ul {
	display:block;
}
.contacts ul li {
	display:block;
	margin-top:30px;
	width:20%;
}
.contacts ul li.address-item {
    padding-left: 15px;
    position: relative;
}
.contacts ul li.address-item:before {
    content: '';
    width: 4px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 3px;
}
.contacts ul li.blue-border:before {
    background: #1C5FC3;
}
.contacts ul li.orange-border:before {
    background: #FF6917;
}
.contacts ul li:first-child {
	margin-top:0px;
}
.contacts ul li span {
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
}
.contacts ul li.map {
	float:right;
	text-align:left;
	width:70%;
	margin-left:10%;
}
.contacts ul li.map img {
	width:100%;
	height:auto;
}
/*
[feedback]
*/
.feedback {
	background-color:#1c5fc3;
	color:#fff;
	padding:40px 0;
	text-align:center;
}
/*
[advantages]
*/
.advantages {
	margin-top:50px;
}
.advantages ul {	
	display:block;
	width:100%;
}
.advantages ul li {
	margin-top:50px;
	display:block;
	float:left;
	width:25%;
	overflow:hidden;
	text-align:center;
}
.advantages ul li div.icon {
	background-position:center top;
	background-repeat:no-repeat;	
	padding-top:115px;
	
}
.advantages ul li div.txt {
	font-size:15px;
	height:45px;
	overflow:hidden;
	font-weight:bold;
	text-transform:uppercase;
	color:#2d2d2d;
}
.advantages .slick-dots {
	text-align: center;
}
.advantages .slick-dots li {
	margin: 15px 5px 0;
	float: none;
	display: inline-block;
	width: auto;
}
.advantages .slick-dots li button {
	border: none;
	padding: 0;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-indent: -9999px;
	background: #B3BEC8;
}
.advantages .slick-dots .slick-active button {
	background: #3277BB;
}
/*
[production]
*/
.production {
	margin-top:50px;
}
.production .area {
	margin-top:50px;
	background-color:#ecedef;
	background-image:url(../img/productions/area_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.production .area ul {
	display:block;
}
.production .area ul li {
	display:block;
	position:relative;
	float:left;
	width:33.333333%;
	min-height:720px;
	text-align:center;
	background-color:#ecedef;
}
.production .area ul li:hover, .production .area ul li.item-hover {
	background-color:transparent;
	background-position:center;
	background-repeat:no-repeat;
}
.production .area ul li#item-armatura:hover {
	background-image:url(../img/productions/armatura_bg-hover.jpg);
}
.production .area ul li#item-beton:hover, .production .area ul li.item-hover#item-beton {
	background-image:url(../img/productions/beton_bg-hover.jpg);
}
.production .area ul li#item-prokat:hover {
	background-image:url(../img/productions/prokat_bg-hover.jpg);
}
.production .area ul li:hover .title, .production .area ul li.item-hover .title {
	padding-bottom:10px;
	background-image:url(../img/productions/title-hover.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.production .area ul li .title {
	margin-top:115px;
	font-weight:bold;
	font-size:45px;
}
.production .area ul li .btn {
	position:absolute;
	bottom:40px;
	width:100%;
	text-align:center;
}
.production .area ul li .icon {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
}
/*
[partners]
*/
.partners {
	margin-top:50px;
	margin-bottom:50px;
}
.partners .control {
	margin-top:50px;
	position:relative;
}
.partners .control .prev, .partners .control .next {
	position:absolute;
	margin-top:29px;
	top:0;
	width:42px;
	height:42px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.partners .control .prev {
	z-index:2;
	left:0;
	background-image:url(../img/partners/slider_prev.png);
}
.partners .control .prev:hover {
	background-image:url(../img/partners/slider_prev-hover.png);
}
.partners .control .next {
	z-index:2;
	right:0;
	background-image:url(../img/partners/slider_next.png);
}
.partners .control .next:hover {
	background-image:url(../img/partners/slider_next-hover.png);
}
.partners .area {
	padding:0 42px;
}
.partners .area img {
	margin:0 auto;
	-webkit-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	filter: grayscale(100%);
	opacity: 0.8;
}
.partners .area img:hover {
	filter: none; 
	opacity: 1;
}
.partners .pagination {
	text-align:center;
	margin-top:60px;
}
.partners .pagination .dots {
	text-align:center;
}
.partners .pagination .dots ul {
	display:block;
}
.partners .pagination .dots li {
	display: inline-block;
	background-image:url(../img/partners/slider_dot.png); 
	background-repeat:no-repeat; 
	background-position:center; 
	width:20px; 
	height:20px; 
	margin:0 7px 0 7px;	
}
.partners .pagination .dots li.slick-active {
	background-image:url(../img/partners/slider_dot-active.png);
}
.partners .pagination .dots li:hover {
	cursor:pointer; 
	opacity:0.5;
}
.partners .pagination .dots li.slick-active {
	cursor:default; 
	opacity:1;
}
.partners .pagination .dots li button {
	display:none; 
}
/*
[error404]
*/
.error404 {
	text-align:center;
	margin-top:40px;
	margin-bottom:100px;
}
.error404 .img404 {
	width:100%;
	max-width:1000px;
	margin:60px 0;
}
.error404 p {
	color:#515151;
	font-size:18px;
}
.error404 .help {
	margin-top:40px;
}
.error404 .help .btn {
	margin-bottom:30px;
}
.error404 .help p {
	font-size:16px;
}

/*
[footer]
*/
.footer {
	background-color:#121e30;
	color:#fff;
}
.footer a {
	color:#fff;
	text-decoration:none;
}
.footer .footer-area {
	padding:75px 0 65px 0;
}
/*
[footer -> logo & card]
*/
.footer .logo {
	float:left;
	width:94px;
}
.footer .card {
	margin-left:170px;
	padding-top:25px;
}
.footer .card .col {
	width:23.33333%;
	float:left;
}
.footer .card .col.time {
	width:30%;
}
.footer .card .col.callback {
	text-align:right;
}
.footer .card .item {
	display:inline-block;
	height:39px;
	font-size:13px;
	line-height:39px;
	text-align:left;
	padding-left:45px;
	background-position:left center;
	background-repeat:no-repeat;
}
.footer .card .time .item {
	background-image:url(../img/card_time.png);
}
.footer .card .email .item {
	background-image:url(../img/card_email.png);
}
.footer .card .phone .item {
	font-weight:bold;
	font-size:16px;
	background-image:url(../img/card_phone.png);
}
.footer .card .callback .item {
	text-align:right;
	padding-left:0px;
	background-image:none;
}
/*
[footer -> menu]
*/
.footer .menu {
	display: table;
	margin-top:22px;
	margin-bottom:7px;
	width:100%;
	
}
.footer .menu ul {
	display: table-row;	
	margin:0;
	padding:0;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	line-height: normal;
}
.footer .menu ul li {
	display: table-cell;
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
}
.footer .menu ul li:first-child {
	text-align:left;
}
.footer .menu ul li:last-child {
	text-align:right;
}

.footer .menu ul li a {
	padding-bottom:4px;
}
.footer .menu ul li.active a, .footer .menu ul li a:hover {
	border-bottom:3px solid #1c5fc3;
}
/*
[footer -> menu -> sub]
*/
.footer .menu ul li ul {
	display:none;
}
.footer .menu ul li:hover ul {
	display:block;
	position:absolute;
	z-index:999;
	margin-top:4px;
	width:200px;
	padding:30px;	
	background-color:#121e30;
	border:3px solid #1c5fc3;
	font-weight:normal;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.footer .menu ul li ul li {
	display:block;
	text-align:left;
	margin-bottom:5px;
}
.footer .menu ul li ul li:first-child {
	text-align:left;
}
.footer .menu ul li ul li:last-child {
	text-align:left;
	margin-bottom:0;
}
.footer .menu ul li ul li a {
	padding-bottom:0px;
}
.footer .menu ul li ul li.active a, .footer .menu ul li ul li a:hover {
	color:#1c5fc3;
	border-bottom:none;
}
/*
[footer -> epilog]
*/
.footer .epilog {
	margin-top:60px;
}
.footer .epilog a {
	color:#fff;
	text-decoration:underline;
}
.footer .epilog a:hover {
	text-decoration:none;
}
.footer .epilog ul {
	display:table;
	width:100%;
}
.footer .epilog ul li {
	display:table-cell;
	width:33.3333%;
	text-align:center;
}
.footer .epilog ul li:first-child {
	text-align:left;
	line-height:normal;
}
.footer .epilog ul li:last-child {
	text-align:right;
	line-height:normal;
}
.footer .epilog ul li:last-child a {
	color:#276fda;
}
/*
[popup]
*/
.popup-content {
	display:none;
}
.popup-black_screen {
	position:fixed; 
	z-index:990; 
	top:0; 
	left:0; 
	height:100%; 
	width:100%; 
	background-color:#000; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
	-moz-opacity:0.9; 
	-khtml-opacity:0.9; 
	opacity:0.9;
}
.popup-window {
	position:fixed; 
	top:3%; 
	left:50%;
	width:550px;
	margin-left:-275px;  
	z-index:999;
	max-height: 94%;
	overflow: auto;
}
.popup-window.popup-window-abs {
	position: absolute; 
}
.popup-window .area-close {
	text-align:right;
	padding-bottom:11px;
}
.popup-window .area-close .close {
	display:inline-block;
	width:23px;
	height:23px;
	background-image:url(../img/popup_close.png);
	background-repeat:no-repeat;
	background-position:center;
}
.popup-window .area-close .close:hover {
	cursor:pointer;
	opacity:0.8;
}
.popup-window .area {
	background-color:#fff;
	padding:45px;
}
.popup-window .area.success {
	background-color:transparent;
	border:30px solid #1c5fc3;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:40px;
	text-align:center;
	padding:45px;
}
.popup-window .title {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:22px;
	margin-bottom:30px;
}
.popup-window .title-desc {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:30px;
	border-bottom:2px solid #1c5fc3;
}
.popup-window .title-desc div {
	font-weight:normal;
	font-size:14px;
}
.popup-window form {
	text-align:center;
}
.popup-window form input[type="text"], .popup-window form textarea {
	width: 95%;
	padding: 0 2%;
	border-color:#bdbdbd;
}
.popup-window form select {
	width: 100%;
	padding: 0 2%;
	border-color:#bdbdbd;
}

.slider-left {
	float: left;
	width: 390px;
}
.slider-right {
	margin-left: 390px;
}
.armatura .slider .area .item .text {
	text-transform: uppercase;
	padding-top: 45px;
	font-weight: 900;
	font-size: 36px;
}
.armatura .slider .text-left {
	float: left;
	font-size: 64px;
	margin-right: 30px;
}
.armatura .slider .city-text {
	float: none;
	margin-right: 0;
	font-size: 60px;
}
.armatura .slider .text-left span {
	color: #67a4ff;
	display: block;
}
.armatura .slider .text-right {
	line-height: 50px;
}
.armatura .slider .slider-right img {
	max-width: calc(100% + 90px);
	float: right;
}
.armatura-advantages {
	margin-top: 55px;
	margin-bottom: 25px;
}
.armatura-advantages li {
	position: relative;
	padding-left: 75px;
}
.armatura-advantages li + li {
	margin-top: 20px;
}
.armatura-advantages li .icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.armatura-advantages li .txt {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
}
.armatura .slider .button-v2 {
	height: 53px;
	line-height: 53px;
	width: 230px;
	padding: 0;
}
.armatura .content {
	float: left;
	width: 880px;
}
.sidebar {
	float: right;
	width: 260px;
	padding-top: 30px;
}
.armatura-table {
	padding: 20px 55px 55px;
	margin-top: 30px;
	background: #f3f3f3 url('../img/productiontable/right-top.png') no-repeat right top;
	position: relative;
}
.armatura-table table, .style-table {
	width: 100%;
	position: relative;
	z-index: 2;
}
.armatura-table table thead, .style-table thead {
	border: 1px solid #CACACA;
	border-bottom:none;
}

.armatura-table table th, .style-table th {
	color: #fff;
	text-align: center;
	background: #1C5FC3;
	font-weight: 500;
	padding: 10px 0;
}
.armatura-table table td, .style-table td  {
	text-align: center;
	padding: 10px 0;
	background: #ffffff; /*f3f3f3*/
	border-top: 1px solid #CACACA;
}
.armatura-table table td a {
    color: #000;
}
.armatura-table table tbody tr:nth-child(2n) td, .style-table tbody tr:nth-child(2n) td {
	background: #EDF0F3;
}
.armatura-table td:first-child, .style-table td:first-child {	
	border-left: 1px solid #CACACA;
}
.armatura-table td:last-child, .style-table td:last-child {	
	border-right: 1px solid #CACACA;
}
.armatura-table tr:last-child td, .style-table tr:last-child td {	
	border-bottom: 1px solid #CACACA;
}
.armatura-table .bg {
	position: absolute;
	background: #64A0F9;
	z-index: 1;
}
.armatura-table .left {
	top: 0;
	left: 0;
	bottom: 0;
	width: 55px;
}
.armatura-table .bottom {
	right: 0;
	left: 0;
	bottom: 0;
	height: 55px;
}
.armatura-table .bottom:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 55px 55px 0;
	border-color: transparent #f3f3f3 transparent transparent;
}
.armatura-table .top {
	left: 0;
	top: 0;
	height: 100px;
	width: 290px;
}
.armatura-table .top:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 30px 0 0;
	border-color: #64A0F9 transparent transparent transparent;
}
.armatura-table .title {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	z-index: 2;
	line-height: 1em;
	float: left;
}
.armatura-table .title span {
	font-size: 30px;
	display: block;
	margin: 10px 0 20px;
}
.armatura-table .title span.nomargin {
	margin: 0;
}
.armatura-table .title span + span {
	font-size: 15px;
}
.armatura-table .armatura-table-top {
	float: right;
}
.armatura-price {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.armatura-price .price {
	font-size: 33px;
	color: #1c5fc3;
}
.armatura-price .tonna {
	color: #1c5fc3;
}
.armatura-table .button-v2 {
	padding: 0;
	width: 125px;
	height: 42px;
	line-height: 42px;
	background: #FF6917;
}
.armatura-table .button-v2:hover {
	background: #F55F0D;
}
.spinner input[type="text"] {
	border: none;
	background: transparent;
	width: 35px;
	text-align: center;
	display: inline-block;
	outline: none;
}
.spinner-btn {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	border: 1px solid #1c5fc3;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
	line-height: 18px;
	background: url('../img/minusplus.png') no-repeat left center;
}
.spinner-up {
	background-position: right center;
}
.order-btn {
	width: 57px;
	height: 24px;
	border: 1px solid #1c5fc3;
	border-radius: 12px;
	background: transparent url('../img/cart.png') no-repeat left center;
	cursor: pointer;
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease;
	outline: none;
	vertical-align: middle;
}
.order-btn:hover {
	background-color: #1c5fc3;
	background-position: right center;
}
.sidebar-banner {
	margin-bottom: 20px;
	display: inline-block;
}
.calculator-new {
	position: relative;
	height: 170px;
	border: 1px solid #d4d4d4;
	margin-top: 30px;
}
.calculator-new.loading:after {
	content: '';
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	background: rgba(255, 255, 255, 0.7);
}
.calculator-new .calc-title {
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	width: 210px;
	background: url('../img/calculator-left.png') no-repeat center;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	padding-left: 22px;
	line-height: 30px;
	box-sizing: border-box;
}
.calculator-balka .calc-title {
	background-image: url('../img/calculator-balka.png');
}
.calculator-ugolok .calc-title {
	background-image: url('../img/calculator-ugolok.png');
}
.calculator-shveller .calc-title {
	background-image: url('../img/calculator-shveller.png');
}
.calculator-setka .calc-title {
	background-image: url('../img/calculator-setka.png');
}
.calculator-truba-vgp .calc-title {
	background-image: url('../img/calculator-truba-vgp.png');
}
.calculator-profile .calc-title {
	background-image: url('../img/calculator-profile.png');
}
.calculator-new .calc-title span {
	display: inline-block;
	vertical-align: middle;
}
.calculator-new .calc-title:after {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}
.calculator-new .calc-price {
	position: absolute;
	right: 0;
	bottom: 37px;
	top: 30px;
	width: 210px;
	padding: 0 20px;
	border-left: 1px solid #E3E3E3;
	box-sizing: border-box;
}
.calculator-new .calc-price .title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 25px;
	color: #ff6917;
}
.calculator-new .calc-price .price {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	padding-bottom: 7px;
	border-bottom: 1px solid #E3E3E3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.calculator-new .calc-content {
	margin: 0 225px 30px;
	font-size: 0;
}
.calculator-new .calc-content .calc-input {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	margin-right: 4%;
	margin-top: 30px;
}
.calculator-new .calc-content .calc-input:nth-child(2n) {
	margin-right: 0;
}
.calculator-new .calc-content .calc-input.full-width {
    width: 100%;
    margin-right: 0;
}
.calculator-new .calc-content .calc-input label {
	float: left;
	font-size: 15px;
	width: 70px;
	line-height: 36px;
}
.calculator-new .calc-content .calc-input.full-width label {
    width: 120px;
}
.calculator-new .calc-content .calc-input .input {
	margin-left: 70px;
}
.calculator-new .calc-content .calc-input.full-width .input {
    margin-left: 120px;
}
.calculator-new .calc-content .calc-input input, .calculator-new .calc-content .calc-input select {
	padding-left: 70px;
	height: 36px;
	border: 1px solid #C9C9C9;
	border-radius: 2px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
    font-family: Roboto;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.calculator-new .calc-content .calc-input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url('../img/select-arrow-g.png') no-repeat right 10px center;
	cursor: pointer;
}
.myprice {
    color: #fff;
    margin-top: 30px;
    background: #FF6917;
    padding: 20px 40px 25px;
}
.myprice-left {
    float: left;
    width: 300px;
}
.myprice .title {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.myprice .subtitle {
    line-height: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FF9D68;
}
.myprice p {
    margin-bottom: 10px !important;
}
.myprice .phone a {
    font-size: 23px;
    font-weight: 900;
    text-decoration: none;
    color: #fff;
}
.myprice-right {
    margin-left: 380px;
    font-size: 0;
}
.myprice-right .top .input {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
}
.myprice-right .top .input:nth-child(3n) {
    margin-right: 0;
}
.myprice-right .bottom .input {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
}
.myprice-right .bottom .input:nth-child(2n) {
    margin-right: 0;
}
.myprice-right label {
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}
.myprice-right input[type="text"], .myprice-right select {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    border: 1px solid #FFA878;
    border-radius: 2px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
}
.myprice-right select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url('../img/select-arrow-w.png') no-repeat right 10px center;
    cursor: pointer;
}
.myprice-right select option {
	color: #333;
}
.myprice-right .button-v2 {
    height: 48px;
    line-height: 48px;
    padding: 0;
    width: 100%;
    background: #fff;
    color: #333;
}
.price-item {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	font-size: 16px;
}
.price-item span {
	color: #1C5FC3;
	font-size: 22px;
	font-weight: bold;
}
.price-item:nth-child(2n) {
	text-align: right;
}
.geo {width:100%;border:none;}
.geo td{width:33%;background:transparent;border:none;position:relative;padding-left:30px;}
.geo span{position:absolute;left:0;bottom:-5px;font-size:20px;font-weight:600;color:#FF6917;}
.new, .new + td, .new + td + td{padding-top:20px;}
.geo a{font-size:14px;}
.city-title {
	margin-top: 30px;
}

/*
[calcOrderButton]
*/

.calcOrderButton {
	text-align:center;
	padding-top:6px;
}

.calcOrderButton span {
	color:#1c5fc3;
	border-bottom:1px dotted #1c5fc3;
}

.calcOrderButton span:hover {
	cursor:pointer;
	color:#ff6917;
	border-color:#ff6917;
}

/*
[popup-promo-form]
*/

.popup-promo-form .label-title {
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	font-size:14px;
	margin-bottom:5px;
}

.popup-promo-form--bonus-area {
	text-transform:uppercase;
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
	color:#333;
}

.popup-promo-form--bonus-area span {
	color:#1c5fc3;
}

.popup-promo-form--bonus {
	color:#ff6917;
	text-transform:none;
	font-weight:normal;	
}

.popup-promo-form--is {
}

.popup-promo-form--cost {
	font-size:45px;
}

.popup-promo-form--bonustotal {
}

.popup-promo-form textarea {
	margin-bottom:20px;
	height:130px;
}

.popup-window form.popup-promo-form textarea {
	padding-top:10px;
	font-weight:normal;
	text-transform:none;
}

.popup-window form.popup-promo-form input[type="text"] {
	font-weight:normal;
	text-transform:none;
}


/* NEW CALC */


.new-calc {
	margin: 30px 0;
	border: 1px solid #d4d4d4;
	color: #333;
	background: url('../img/calc-bg.jpg') no-repeat center / cover;
}
.new-calc * {
	box-sizing: border-box;
}
.new-calc .calc-block + .calc-block {
	margin-top: 15px;
}
.new-calc .calc-block + .calc-block:last-child {
	margin-top: 25px;
}
.new-calc .calc-top {
	padding: 15px 40px 30px;
}
.new-calc .calc-top > .title {
	font-weight: 900;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 36px;
}
.new-calc .calc-top > .title img {
	margin-right: 5px;
}
.new-calc .calc-row {
	font-size: 0;
}
.new-calc .calc-row + .calc-row {
	margin-top: 40px;
}
.new-calc .calc-input {
	position: relative;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.new-calc .calc-full-input {
	width: 100%;
}
.new-calc .calc-input .label {
	line-height: 37px;
	font-size: 15px;
	float: left;
	width: 75px;
}
.new-calc .calc-input .input {
	margin-left: 75px;
	padding-right: 30px;
	margin-bottom: 0;
}
.new-calc .calc-input input[type="text"], .new-calc .calc-input input[type="tel"], .new-calc .calc-input select {
	display: block;
	width: 100%;
	height: 37px;
	line-height: 37px;
	padding: 0 12px;
	font-size: 14px;
	font-family: Roboto;
	color: #333;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	font-weight: 400;
	vertical-align: middle;
}
.new-calc .calc-input select {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none!important;
    background: #fff url('../img/select-arrow-g.png') no-repeat right 10px center
}
.new-calc .calc-price {
	float: right;
	width: 195px;
	padding-left: 30px;
}
.new-calc .calc-price span {
	font-size: 28px;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	margin-top: 25px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}
.new-calc .calc-price .text {
	font-size: 22px;
	line-height: 37px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6917;
}
.new-calc .calc-fields {
	margin-right: 195px;
	border-right: 1px solid #e3e3e3;
}
.new-calc .calc-block .buttons {
	display: none;
	text-align: center;
	clear: both;
	margin-top: 40px;
}
.new-calc .calc-block .buttons .btn {
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Roboto;
	border-radius: 21px;
	width: 145px;
	border: none;
	cursor: pointer;
}
.new-calc .calc-block .buttons .cancel-btn {
	color: #333;
	background: #e3e3e3;
}
.new-calc .calc-block .buttons .save-btn {
	background: #FF6917;
	color: #fff;
}
.new-calc .calc-block .buttons .btn + .btn {
	margin-left: 15px;
}
.new-calc .calc-bottom {
	padding: 20px 40px;
	background: #1C5FC3;
	color: #fff;
}
.new-calc .calc-bottom .btn {
	float: right;
	width: 225px;
	margin-top: 8px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-family: Roboto;
	background: #fff;
	color: #1c5fc3;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	-webkit-box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
.new-calc .calc-bottom .btn {
	box-shadow: none;
}
.new-calc .calc-bottom .title {
	font-size: 18px;
}
.new-calc .calc-bottom .totalprice {
	font-size: 40px;
	line-height: 1em;
}
.new-calc .calc-top .add {
	text-align: center;
	margin-top: 30px;
}
.new-calc .calc-top .add a {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #1C5FC3;
	height: 46px;
	line-height: 44px;
	color: #333;
	border-radius: 23px;
	text-align: left;
	padding-left: 35px;
	width: 300px;
	max-width: 100%;
	background: url('../img/add.png') no-repeat right 12px center;
}
.new-calc .calc-block-hidden {
	display: none;
	background: #e7e7e7;
	line-height: 38px;
	padding: 0 20px 0 40px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
.new-calc .edit .calc-block-hidden {
	background-color: #FF6917;
	color: #fff;
	padding-left: 105px;
	cursor: default;
}
.new-calc .calc-block-hidden .title {
	float: left;
	width: 440px;
}
.new-calc .calc-block-hidden .price {
	margin-left: 440px;
}
.new-calc .calc-block-hidden .delete {
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	display: block;
	right: 20px;
	top: 50%;
	margin-top: -11px;
	background: #FF6917 url('../img/delete.png') no-repeat center;
	cursor: pointer;
}
.new-calc .edit {
	margin-bottom: 20px;
}
.new-calc .edit .calc-block-hidden:after {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	display: block;
	right: 20px;
	top: 50%;
	margin-top: -11px;
	background: #fff url('../img/edit.png') no-repeat center;
}
.new-calc .edit .delete, .edit .add {
	display: none !important;
}
.new-calc .edit .calc-block-visible {
	background: #fff;
	border: 1px solid #CAC9CA;
	border-top: none;
	padding: 50px 45px 30px;
}
.new-calc .edit.calc-block .buttons {
	display: block;
}
.box-modal-calc {
	position: relative;
	width: 850px;
	padding: 0 !important;
	background-color: #F1F3F7;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .45)
}
.box-modal-calc .arcticmodal-close {
	background-image: url('../img/close-modal.png');
	position: absolute;
	top: -30px;
	right: 0;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.box-modal-calc .new-calc {
	margin: 0;
	border: none;
	background: none;
}
.box-modal-calc .calc-top {
	padding: 30px 25px 0;
}
.box-modal-calc .calc-top > .title {
	display: none;
}
.box-modal-calc .calc-block + .calc-block:last-child {
	margin-top: 15px;
}
.box-modal-calc .calc-block-hidden {
	cursor: default;
	display: block !important;
}
.box-modal-calc .calc-block-hidden .delete {
	display: none;
}
.box-modal-calc .calc-top .add {
	display: none;
}
.box-modal-calc .modal-calc-bottom {
	padding: 25px 25px 45px;
}
.modal-calc-left {
	float: left;
	width: 400px;
}
.modal-calc-left .calc-input {
	float: none;
	padding: 0;
}
.modal-calc-left .calc-input + .calc-input {
	margin-top: 12px;
}
.modal-calc-left .calc-input input[type="text"] {
	height: 44px;
	line-height: 44px;
	border-radius: 2px;
	text-transform: none;
}
.modal-calc-left ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight: 400;
	text-transform: none;
	color: #858586;
}
.modal-calc-left ::-moz-placeholder { /* Firefox 19+ */
	font-weight: 400;
	text-transform: none;
	color: #858586;
}
.modal-calc-left :-ms-input-placeholder { /* IE 10+ */
	font-weight: 400;
	text-transform: none;
	color: #858586;
}
.modal-calc-left :-moz-placeholder { /* Firefox 18- */
	font-weight: 400;
	text-transform: none;
	color: #858586;
}
.modal-calc-right {
	float: right;
	width: 260px;
	margin-right: 70px;
	text-align: center;
	padding-top: 5px;
}
.modal-calc-right .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}
.modal-calc-right .price {
	font-weight: 500;
	font-size: 33px;
	margin-bottom: 5px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 15px;
}
.modal-calc-right .btn {
	height: 47px;
	line-height: 47px;
	border-radius: 24px;
	background: #FF6917;
	padding-bottom: 5px;
}
.modal-calc-right .btn:hover {
    background: #F55F0D;
}

@media(max-width:1200px) {
	.new-calc .edit .calc-block-hidden {
		padding-left: 40px;
	}
	.new-calc .calc-block-hidden .title {
		width: 300px;
	}
	.new-calc .calc-block-hidden .price {
	    margin-left: 300px;
	}
}
@media(max-width:992px) {
	.new-calc .edit .calc-block-visible {
		padding: 30px;
	}
	.box-modal-calc {
		width: 100%;
	}
	.modal-calc-left, .modal-calc-right {
		float: none;
		width: 100%;
	}
}

@media (max-width:768px) {	
	.new-calc .calc-price {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 25px;
		text-align: center;
	}
	.new-calc .calc-price span {
		margin-top: 0;
	}
	.new-calc .calc-fields {
		margin-right: 0;
		border-right: none;
	}
	.new-calc .calc-input {
		width: 48%;
		margin-right: 4%;
	}
	.new-calc .calc-input:nth-child(2n) {
		margin-right: 0;
	}
	.new-calc .calc-input .input {
		padding-right: 0;
	}
	.new-calc .edit .calc-block-hidden {
		padding-left: 25px;
		padding-right: 25px;
	}
	.new-calc .calc-block-hidden .title {
		float: none;
		width: 100%;
	}
	.new-calc .calc-block-hidden .price {
		margin-left: 0;
		margin-top: -10px;
	}
}

@media (max-width:500px) {
	.new-calc .calc-top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.new-calc .calc-top > .title img {
		display: none;
	}
	.new-calc .calc-row + .calc-row {
		margin-top: 15px;
	}
	.new-calc .calc-input {
		width: 100%;
	}
	.new-calc .calc-input + .calc-input {
		margin-top: 15px;
	}
	.new-calc .calc-bottom .btn {
		float: none;
		margin-bottom: 10px;
	}
	.new-calc .calc-block .buttons {
		margin-top: 20px;
	}
	.new-calc .calc-block .buttons .btn {
		width: 100%;
	}
	.new-calc .calc-block .buttons .btn + .btn {
		margin-top: 10px;
		margin-left: 0;
	}
	.new-calc .calc-block-hidden {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.new-calc .calc-block-hidden .delete {
		right: 15px;
	}
	.new-calc .calc-top .add a {
		background: none;
		text-align: center;
		padding-left: 0;
	}
	.new-calc .calc-bottom .totalprice {
		font-size: 36px;
	}
}

/*
New design [calculator-new]
*/

.calculator-new .calc-price .title {
	margin-bottom:5px;
	margin-top:0px;
	line-height:1;
}

/***/

.calcOrderButton {
	text-align:left;
	padding-top:6px;
}

.calcOrderButton span {
	display:inline-block;
	background-color:#ff6917;
	color:#fff;
	border-bottom:none;
	height:35px;
	line-height:35px;
	padding:0 30px;
	text-transform:uppercase;
	font-weight:500;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.calcOrderButton span:hover {
	background-color:#f55f0d;
	cursor:pointer;
	color:#fff;
	border-color: transparent;
}
.news h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px !important;
}
.payment {
    margin-top: 40px;
}
.payment-icons {
    font-size: 0;
}
.payment-item {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin-right: 45px;
    margin-bottom: 40px;
}
.payment-item:nth-child(3n) {
    margin-right: 0;
}
.payment-header {
    margin-bottom: 20px;
}
.payment-header .image {
    float: left;
    width: 80px;
}
.payment-header .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-left: 90px;
}
.payment-text {
    font-size: 16px;
}
.payment-logos {
    text-align: center;
    margin-bottom: 40px;
}
.payment-logos img {
    vertical-align: top;
    margin: 15px 20px;
}


/*
[FIX MOB MENU & new style]
*/

@media (max-width: 500px) {
			
	.header.header-new.header-fix {
		padding:0;
		margin:0;
		padding-top:65px; /*<- fixed him*/
	}
	
	.header.header-new.header-fix .header-area {
		padding-bottom:0px; /*<- fixed him*/
	}
	
	.header.header-new.header-fix .header-fix-wrap {		
		left:0;
		right:0;
		top:0;
		position:fixed; /*<- fixed him*/
		padding:10px 0 10px 0; /*<- fixed him*/
		background-color:#eaeaea; /*<- fixed him*/
		z-index:3; /*<- fixed him*/
	}
	
	.header.header-new.header-fix .logo {
		float:right;
		margin:0;
		padding:0;
	}
	
	.header.header-new.header-fix .hamburger { /*<- fixed him*/
		background-color:#1c5fc3;
		margin:0;
		padding:0;
		height:38px;
		width:38px;
		top:50%;
		margin-top:-19px;
		background-position:center;
		background-repeat:no-repeat;
		background-image:url('../img/hmb-lines.png');
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.header.header-new.header-fix .header-right {
		float:left;
		width:auto;
	}
	
	.header.header-new.header-fix .header-right .card {
		padding:0;
		margin:0;
	}
	
	.header.header-new.header-fix .header-right .card .col {
		width:auto;
		padding:0;
		margin:0;
		display:block;
	}
	.header.header-new.header-fix .header-right .card .col.email {
		margin-bottom:10px;
	}
	
	.header.header-new.header-fix .header-right .card .col .item a {
		font-size:16px;
		font-weight:bold;
	}
	
	.header.header-new.header-fix .breadcrumbs { 
		background-color:#f3f2f2; /*<- fixed him*/
	}
}

@media (max-width: 400px) {
  .header.header-new.header-fix .header-right {
	  margin-left:70px;
  }			
}

/*
[lpage-begin-arm]
*/

.lpage-begin-arm {
	display:none;
}

.lpage-begin-arm .h1 {
	margin:30px 0 15px 0;
}

.lpage-begin-arm .lp-target {
	text-align:center;
	margin-bottom:15px;
	font-size:16px;
}

.lpage-begin-arm .lp-menu {
	margin-bottom:15px;
}
.lpage-begin-arm .lp-menu ul {
	display:block;
	padding:0;
	margin:0;
}
.lpage-begin-arm .lp-menu ul li {
	display:table;
	padding:0;
	margin:0;
	float:left;
	width:49%;
	text-align:center;
	margin-top:1%;
	margin-bottom:1%;
}
.lpage-begin-arm .lp-menu ul li:nth-child(odd) {
	margin-right:1%;
}
.lpage-begin-arm .lp-menu ul li:nth-child(even) {
	margin-left:1%;
}
.lpage-begin-arm .lp-menu ul li div {
	display: table-cell;
	padding:0;
	margin:0;
	vertical-align:middle;
	height:45px;
	overflow:hidden;
	background-color:#e2e2e2;
	font-size:14px;
	line-height:1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.lpage-begin-arm .lp-menu ul li:hover {
	cursor:pointer;
}
.lpage-begin-arm .lp-menu ul li.lp-menu-active div {
	background-color:#ff6911;
	color:#fff;
}

.lpage-begin-arm .lp-response {
	display:none;
}

.lpage-begin-arm .lp-offer {
	text-align:center;
	margin-bottom:30px;
	font-size:16px;
}
.lpage-begin-arm .lp-offer .lp-price {
	font-size:24px;
	font-weight:900;
	color:#ff6911;
}
.lpage-begin-arm .lp-offer .lp-details {
	font-size:9px;
	color:#999;
}

.lpage-begin-arm .lp-advantages {
	margin-bottom:30px;
}
.lpage-begin-arm .lp-advantages ul {
	display:block;
	padding:0;
	margin:0;
}
.lpage-begin-arm .lp-advantages ul li {
	display:block;
	padding:0;
	margin:0;
	text-align:center;
}

.lpage-begin-arm .lp-button {
	text-align:center;
}
.lpage-begin-arm .lp-button a {
	color:#fff;
	text-decoration:none;
	display:block;
	background-color:#ff6917;
	height:44px;
	line-height:44px;
	text-transform:uppercase;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
}
.lpage-begin-arm .lp-button a:hover {
	background-color:#fc7c36;
}

@media (max-width: 600px) {
	
	.promo-header.new-promo-header {
		display:none;
	}
	
	.lpage-begin-arm {
		display:block;
	}
}