body {
	background: #fff;
}

#calculator {
	/*display: none;
	position: absolute;
	top: 0;
	z-index: 9999;
	width: 100%;*/
}

.calculator {
	width: 100% !important;
	margin: 0 auto !important;
	max-width: 1000px !important;
}

.calc_shd {
	display: none;
	background: rgba(0, 0, 0, .7);
	z-index: 9998;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}

.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }

.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }

.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-40 { padding-bottom: 40px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }

.b-hr { border-bottom: 1px solid #dddddd }

.w330 { width: 330px !important; }
.w490 { width: 490px !important; }

.calculator {
	max-width: 1200px;
}
.calculator .item-box {
	
}

.calculator {
	background: #fff;
}
.calculator .title {
	font-family: "Montserrat", Sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 23px;
}
.calculator .info-text {
	font-family: Roboto, sans-serif;
}
.calculator .min-title {
	font-family: "Montserrat", Sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

.but-box a {
	display: inline-block;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-family: "Montserrat", Sans-serif;
	width: 90px;
	margin-right: 13px;
	border: 1px solid #000;
	transition: .5s;
}
.but-box a:last-child {
	margin-right: 0;
}
.but-box a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	transition: .5s;
}
.but-box a:active {
	text-decoration: none;
}


.but-box-image a {
	display: inline-block;
	width: 200px;
	text-align: left;
	margin-right: 10px;
	border: 2px solid #dddddd;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
.but-box-image a img {
	vertical-align: middle;
	height: 34px;
}
.but-box-image a:hover {
	border: 2px solid #000;
}
.but-box-image a:last-child {
	margin-right: 0;
}

.inl-box {
	display: inline-block;
	margin-right: 20px;
}
.inl-box:last-child {
	margin-right: 0;
}
.inl-box input, .form-pdf input {
	margin-top: 15px;
	padding: 10px 20px;
	width: 200px;
	border: 1px solid #aeaeae;
}
.inl-box select, .item-box select {
	margin-top: 15px;
	padding: 10px 20px;
	width: 200px;
	border: 1px solid #aeaeae;
}

.bug-box {
	display: inline-block;
	width: 220px;
	margin-right: 40px;
}
.bug-box-item {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 220px;
	border-bottom: 1px solid #dddddd;
	padding: 8px 0px;
	margin-bottom: 10px;
}
.bug-box-item span {
	float: right;
	text-align: right;
}

.bug-but {
	display: inline-block;
	vertical-align: baseline;
}
.bug-but a {
	display: inline-block;
	background: #adadad;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 12px;
	font-weight: bold;
}
.bug-but a span {
	width: 60px;
	display: inline-block;
	text-align: right;
}

.left-box {
	display: inline-block;
	width: 60%;
	border-right: 1px solid #dddddd;
	margin-top: 20px;
}
.right-box {
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
}

.port-box {
	
}
.port-box .port1 {
	display: inline-block;
	width: 140px;
	margin-right: 60px;
}
.port-box .port1 a { color: #000; }
.port-box .port1 a:hover { color: #1e87c4; }
.port-box .port2 {
	display: inline-block;
	width: 99px;
}
.port-box .port2 a { color: #000; text-decoration: none; }
.port-box .port2 a:hover { color: #000; cursor: not-allowed; }
.name-port {
	text-align: center;
	margin-top: 10px;
	font-family: "Montserrat", Sans-serif;
	text-transform: uppercase;
}
.p-name-port {
	text-align: center;
}

.bug-but-2 {
	display: block;
}
.bug-but-2 a {
	display: inline-block;
	background: #adadad;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 12px;
	font-weight: bold;
}
.bug-but-2 a span {
	width: 60px;
	display: inline-block;
	text-align: right;
}

.ins-title label {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0px;
	color: #000;
	display: block;
}
.ins-title span {
	float: right;
	text-align: right;
}

a.bug-itog {
	background: #ff4f4f;
}

.inl {
	display: inline-block;
}

.copy_link {
	margin-left: 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
.copy_link a {
	color: #000;
	vertical-align: middle;
}
.copy_link a:hover {
	color: #02afff;
}
.copy_link img {
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}

.form-pdf {
	text-align: center;
	margin: 0 auto;
}
.form-pdf input {
	margin-right: 30px;
}
.form-pdf input:last-child {
	margin-right: 0;
}

.form-pdf a {
	display: inline-block;
	margin-top: 30px;
	background: #000;
	color: #fff;
	width: 180px;
	padding: 10px;
	font-family: "Montserrat", Sans-serif;
	text-transform: uppercase;
}

.close-calc {
	float: right;
	margin-top: -30px;
	margin-right: -20px;
}
.close-calc img {
	width: 20px;
}

.checkbox-real {
	display: none;
}
.checkbox-custom {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
}
.checkbox-custom, .label {
	display: inline-block;
	vertical-align: middle;
}
.checkbox-real:checked + .checkbox-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #02afff;
}

.ins-title label:hover {
	cursor: pointer;
}

a.active_select {
	background: #02afff !important;
	border: 1px solid #02afff;
	color: #ffffff !important;
}
a.active_select_image {
	border: 2px solid #02afff !important;
}

.no_active { color: gray; }

.inl-box select:disabled {
	background: #fff;
	color: #000;
}
.inl-box select:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.calculator .img-kuzov img {
	width: 255px;
	height: 80px;
}

.calculator .vt {
	vertical-align: top;
}

#select_usl_diler {
	width: 67px;
	float: right;
	margin-top: -4px;
	padding: 5px;
	border: 0;
	text-align: center;
}

.hideCL {
	position: absolute;
	z-index: -999;
	opacity: 0;
}

.lradio {
	margin-top: 1px;
}
.lradio label {
	display: block;
	color: #000000;
	font-weight: bold;
}
.lradio label span {
	margin-left: 5px;
}
.bug-box-item-lr {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	width: 220px;
	border-bottom: 1px solid #dddddd;
	padding: 8px 0px;
	margin-bottom: 10px;
	height: 90px;
}
.bug-box-item-lr span {
	float: right;
	text-align: right;
}

@media only screen and (max-width: 1000px)  {
	.but-box-image a, .but-box a {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 996px)  {
	.left-box {
		border-right: 0;
		width: 100%;
		display: block;
	}
	.right-box {
		display: block;
		padding-left: 0;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 700px)  {
	.inl-box {
		display: block;
		margin-bottom: 20px;
	}
	.bug-but a span {
		width: auto;
		padding-left: 10px;
	}
	.inl {
		display: block;
	}
	.copy_link {
		margin-left: 0;
		margin-top: 15px;
	}
	select#s_kuzov {
    width: 100%;
}
.en-col a {
    display: inline-block;
    float: left;
    width: calc(50% - 15px);
    margin-right: 0;
}
.en-col a:nth-child(2n) {
    margin-left: 15px;
}
.inl-box {
    width: 100%;
}

.inl-box input {
    width: 100%;
}
select#s_kuzov {
    width: 100%;
}
.h-ayck {
    width: calc(50% - 7.5px);
    float: left;
    margin-right: 0;
}
.h-ayck:nth-child(2) {
    margin-left: 15px;
}
.inl-box.h-ayck .min-title {
    white-space: nowrap;
}
.inl-box select, .item-box select {
    width: 100%;
}
.mt-70 {
    margin-top: 25px;
}
.mt-40 {
    margin-top: 10px;
}
.mt-50 {
    margin-top: 15px;
}
}
span.ui-accordion-header-icon {
    background: #000;
    height: 18px;
    width: 2px;
    position: absolute !important;
    right: 0;
    left: auto !important;
    top: 28px !important;
}

.ui-accordion-header.ui-state-default:after {
    content: "";
    height: 2px;
    width: 18px;
    background: #000;
    position: absolute;
    right: -8px;
    top: 28px;
    z-index: 999999;
}

.ui-accordion-header-active span {
    display: none;
}
.time-shiping {
    font-weight: 600;
}

.time-shiping .min-title {
    margin-bottom: 10px;
}

.shiping-note {
    font-weight: 400;
}

.calculator-buttons-bottom {
    display: inline-block;
}