.help {
    padding-left: 2px;
    width: 13px;
    color: #FFF;
    font-size: 12px;
    background: #27ae60;
    height: 18px;
    border: 2px solid #27ae60;
    position: absolute;
    right: 0px;
    top: 30px;
}
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
    padding-top: 5px;
}
#tiptip_holder.tip_right {
    padding-left: 5px;
}
#tiptip_holder.tip_left {
    padding-right: 5px;
}
#tiptip_content {
    font-size: 13px;
    padding: 6px 14px;
    border: 1px solid #8A8565;
    font-family: Cambria;
    background: #1bb560;
    color: #FFF;
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #8A8565;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #8A8565;
}
#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #8A8565;
}
#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #8A8565;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, 0.73);
    border-top-color: rgba(0, 0, 0, 0.73);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgba(0, 0, 0, 0.73);
    border-bottom-color: rgba(0, 0, 0, 0.73);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgba(0, 0, 0, 0.73);
    border-right-color: rgba(0, 0, 0, 0.73);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgba(0, 0, 0, 0.73);
    border-left-color: rgba(0, 0, 0, 0.73);
}
.calculator {
    padding: 30px 20px 10px 20px;
}
.calculator .nav-tabs {
    margin-bottom: 20px;
    text-align: center;
    padding-top: 10px;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
}
.nav-default.nav-tabs > li.active > a {
    color: white;
    border-color: #1bb560;
    background-color: #1bb560;
    border-radius: 3px;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li > a {
    line-height: 1.6;
    padding: 6px 9px;
    border-bottom: 2px solid #d5d7d8;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #1b1f23;
}
.group-default.passive .form-control {
    border-color: #d5d7d8;
    background-color: #fff;
}
.group-default.passive .form-control:hover, .group-default.passive .form-control.hover {
    border-color: #27292b;
}
#tiptip_holder {
  max-width: 190px !important;
}
.select2Buttons,
.calculatorTabs,
.mobileCalcResult,
.mobileMenu,
.mobileHeader,
.mobileShow,
.mobileFooter,
.thanks_for_call
{
    display: none;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	/* margin-left: -15px; аффектит на основной дизайн */
	margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: 0%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: 0%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
input[type="search"] {
	-webkit-appearance: none;
}

.btn-primary .badge {
	color: #428bca;
	background-color: #ffffff;
}
.btn-success {
	color: #ffffff;
	background-color: #27ae60;
	border-color: #002366;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}


.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.nav>li>a {
	display: block;
	padding: 10px 8px;
}

#topmenuholder .menuholdcol.mhc-center {
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
	border-top: 1px solid #e6bb39;
}
#topmenuholder .menuholdcol.mhc-right {
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	width: 50%;
	border-top: 1px solid #e6bb39;
}
.nav>li>a {
	text-decoration: none;
}
.form,
.titleFormOrder {
	padding-bottom: 1em;
}
.t3-sl-2 .info p {
	color: #000000;
	font-size:2em;
	margin-bottom: 1em;
}
.nav-tabs>li {
	float: none;
}
.nav>li {
	display: inline-block;
}
.nav>li>a {
	font-size: 1.4em;
}
img[src="/images/awards-logo.png"] {
	width: 360px;
}
.itemid-133 #product-11 {
	left: 0;
}
.kirpich_table td, .kirpich_table th, .kirpich_table tr td {
    border: 2px solid #dddddd;
    text-align: center;
    vertical-align: middle;
}
li.active > a {background-color: #27ae60 !important;border-color: #27ae60 !important;}
.vashNum {font-size: 28px;}
.numVash {font-size: 28px;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type = "number"] {-moz-appearance: textfield;}
h1.article-title {margin-left: 0;}
h1 {text-align: center;}

.calculator-wrapper .wSelect {
    display: none;
}
    .form-actions {
    background-color: rgb(238, 238, 238);
    padding: 20px;
    margin: 20px 0px;
    border-radius: 4px;
}
    .btn-sm, .btn-group-sm > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 3px;
}
    .btn-success {
    color: rgb(255, 255, 255);
    background-color: #27ae60;
    border-color: rgb(0, 35, 102);
}

    .btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857;
    user-select: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 6px 12px;
    border-radius: 4px;
}

    input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    form input, form textarea {
    width: 100%;
    padding: 11px 20px;
    margin: 0px;
    border: 1px solid #d9d9d9;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 300;
    -moz-transition: border-color 1s ease;
    -o-transition: border-color 1s ease;
    -webkit-transition: border-color 1s ease;
    transition: border-color 1s ease;
}
