.calc {
    margin-bottom: 50px
}
.calc .row .tab-content .tab-pane div {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 50px;
    padding-left: 0;
    font-size: 12px;
}
.calc .row .tab-content .tab-pane .col-sm-8 .col-sm-3 {
    padding-right: 0;
    padding-left: 8px
}
.calc .row .tab-content .tab-pane .col-sm-8 .col-sm-6 {
    padding-right: 6px
}
.calc .row .tab-content .tab-pane .col-sm-8 .col-md-2 {
    padding-top: 0;
    padding-bottom: 0
}
.calc .row .tab-content .tab-pane a {
    color: #003164;
    text-decoration: none;
    outline: 0;
    position: relative;
    -webkit-transition: .5s linear all;
    transition: .5s linear all;
    text-transform: uppercase;
}
.padded {
    padding-top: 5px;
    display: block
}
.calc .row .tab-content .tab-pane a:after {
    -webkit-transition: width ease-in .2s;
    transition: width ease-in .2s;
    background-color: #003164;
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 20px;
    height: 1px
}
.calc .row .tab-content .tab-pane a:hover:after {
    -webkit-transition: width ease-in .2s;
    transition: width ease-in .2s;
    width: 100%;
    left: 0
}
.calc .row .col-md-3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 37px
}
.calc .row input {
    font-size: 12px;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 4px;
    border: 3px solid #ccc;
    width: 100%;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    text-transform: uppercase;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(48, 95, 124, 1) !important;
    border-radius: 2px !important;
}
.calc .row input:focus, .calc .row input:hover {
    border-color: rgba(78, 177, 66, 1) !important;
}
.calc .row select {
    font-size: 12px;
    text-transform: uppercase;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(48, 95, 124, 1) !important;
    border-radius: 2px !important;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
    width: 100%;
    padding: 6px 6px 4px
}
.calc .row select:focus, .calc .row select:hover {
    border-color: rgba(78, 177, 66, 1) !important;
}
.calc p {
    margin: 0;
    padding-top: 8px;
    padding-right: 20px
}
.calc .button-hover {
    cursor: pointer;
    border-width: 0px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.27);
    border-radius: 3px !important;
}
.calc .button-hover i {
    font-size: 25px;
    position: relative;
    top: 2px
}
.calc .result p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #c2071d
}
.calc .result {
    line-height: 32px
}
#calcForm .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    background: #c2071d;
}
#calcForm .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #003164;
    min-width: 130px;
    text-align: center;
    border-width: 0px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.27);
    border-radius: 3px !important;
}
#calcForm .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.calc .enter_params {
    padding-top: 25px;
}
#doptit a {
    font-size: 12px;
    padding-top: 0;
    padding-right: 0;
}
.calc {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    padding: 25px;
}
.wb:not(#windows) {
    margin-left: 33.33333333%;
}
.top-menu-335 .j-menu li.top-menu-item-2>a:first-child {
 cursor:pointer;
}