.product_form .inline-h1 {
    font-weight: bold;
    border-bottom: 2px solid rgb(51, 135, 195);
    width: 100%;
    margin-top: 20px;
}

.product_form .inline-h1 .form-control{
    font-size: 54%;
}

.product_form .view-field .view-value {
    color: #000000;
    font-size: 14px;

}

.product_form .form-info {
    padding-right: 0px;
    margin-right: 15px;
}

.product_form .form-info .view-field {
    padding-right: 0px;
    margin-right: -15px;
}

.policy-blocks {
    position: relative;
    margin-right: 35px;
    padding-bottom: 35px;
}

.policy-blocks:after {
    content: '';
    display: block;
    clear: both;
}

.policy-b {
    float: left;
    width: 20%;
    margin-right: 52px;
}
.policy-b2, .policy-b3 {
    width: 20%;
}

.policy-b h3 {
    margin-bottom: 5px;
}

.policy-b2 h3 {
    margin-bottom: 5px;
}

.policy-b3 h3 {
    margin-bottom: 9px;
}

.p-tabs, .p-tabs2, .p-tabs3 {
    position: relative;
    z-index: 10;
}

.p-tabs2 {
    padding-bottom: 8px;
}

.p-tabs li, .p-tabs2 li, .p-tabs3 div {
    height: 33px;
    margin-bottom: -3px;
}

.p-tabs li a, .p-tabs2 li a, .p-tabs3 div a {
    font-size: 16px;
    line-height: 33px;
    height: 33px;
    color: #65676a;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 0px 15px 8px 15px;
}

.p-tabs li a:hover, .p-tabs2 li a:hover {
    text-decoration: underline;
}

.p-tabs li a.current, .p-tabs2 li a.current, .p-tabs3 div a.current {
    color: #fff;
    background: #224a94;
    background-image: -moz-linear-gradient(left, #224a94 0%, #00aeef 100%);
    background-image: -webkit-linear-gradient(left, #224a94 0%, #00aeef 100%);
    background-image: -ms-linear-gradient(left, #224a94 0%, #00aeef 100%);
    background-image: linear-gradient(left, #224a94 0%, #00aeef 100%);
    background-image: -o-linear-gradient(left, #224a94 0%, #00aeef 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, #224a94), color-stop(100%, #00aeef));
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}



.p-tabs li a.current span, .p-tabs2 li a.current span, .p-tabs3 div a.current span {
    color: #e3e7ec;
}

.p-tabs li a.current:after, .p-tabs2 li a.current:after , .p-tabs3 div a.current:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
    height: 33px;

}

.p-tabs li a:hover.current, .p-tabs2 li a:hover.current, .p-tabs3 div a:hover.current {
    text-decoration: none;
}

.p-tabs3 {
    position: relative;
    width: 250px;
}

.p-tabs-panes {
    position: relative;
    width: 90%;
}

.p-tabs-panes div {
    padding-bottom: 2px;
}

.policy-b2 {
    float: left;
    margin-right: 36px;
}

.policy-b3 {
    position: relative;
    overflow: hidden;
}

.p-tabs-panes2 {
    color: #65676a;
    font-size: 16px;
    line-height: 18px;
    padding-top: 11px;
}

.p-tabs-panes2 p {
    margin-bottom: 18px;
}

.p-tabs-panes2 .btn {
    width: 190px;
}

.product-description a {
    float: left;
    margin-right: 10px;
}



.multicalc__result{
    padding: 15px;
    margin: 30px 0;
    border-left: 4px solid #3387c3;
    background-color: rgb(165 218 255 / 10%);
}
.multicalc__result h2{
    margin-bottom: 5px;
}
.multicalc__update_status{
    margin-bottom: 10px;
}

.multicalc__result .table-bordered {
    background: white;
}
.multicalc__result .table-bordered > thead > tr {
    background-color: #81b3d7;
    color: white;
}
.multicalc__result .table-bordered thead tr:hover {
    background-color: #81b3d7 !important;
}
.multicalc__result .table-bordered tr:hover {
    background-color: #f0f8ff;
}
.multicalc__price{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.multicalc__coefficients{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    color: #9d9d9d;
}

.multicalc__coefficients span{
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #d9d9d9;
    line-height: 12px;
}

.multicalc__coefficients span:last-child{
    border-right: 0;
}