.calculator .operators{
    text-align: center;
}
.calculator .sub-title{
    color: #525252;
    font-family: "Comic Sans MS";
    font-size: 11px;
    font-weight: normal;
}
.calculator .img-responsive{
    color: #fff;
    text-shadow: -2px 2px #346392;
    background-color: #ff9664;
    background-image: linear-gradient(#6496c8, #346392);
    box-shadow: inset 0 0 0 1px #27496d;
    border: none;
    border-radius: 15px;
}
.calculator .img-responsive:hover{
    box-shadow: inset 0 0 0 1px #27496d,0 5px 15px #193047;
}
.calculator .img-responsive:active,
.calculator .img-responsive.active{
    box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
}
.calculator .options label a{
  color: #255e9b;
  border-bottom-color: #255e9b;
}
.calculator .options label a:hover{
  border-bottom-color: transparent;
}
.calculator .options label{
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
    padding: 8px; 
}
.calculator .options input{
    cursor: pointer;
}
.calculator .options span{
    display: inline-block;
}
.calculator .options label:hover{
     border: 1px solid #007eb1; 
}
.calculator .options.active{
 
}
tr:nth-child(2n+1){
    background: #fff;
}
#article table .title {
    margin: 0;
    width: 150px;
}
td{
    vertical-align: middle;
}
.price{
    text-align: right;
}
.hidden{
    display: none;
}
.calculator .options input[type="radio"] {
    
}
.calculator .options input[type="checkbox"] {
    
}
.calculator .options input[type="number"] {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.calculator .options span.tv{
  display: block;
  margin-top: 5px;
  text-align: center;
}
.zagolovok{
  background: #281995; 
  color: #fff;
}
.pull-right{
  float: right;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{
   opacity: 1;
}
.calculator .button.order {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #281995 0%, #281995 100%) repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-family: Bicubik;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    width: 225px;
}
.f-left{
  float: left;
}
.f-right{
  float: right;
}
.t-left{
  text-align: left;
}
.t-right{
  text-align: right;
}
.close-area{
  border: none !important;
}
.planshet{
  display: none;
}
@media (max-width: 768px){
  .planshet{
    display: inherit;
  }
  .calculator td{
    display: block;
    text-align: center;
    width: 100% !important;
  }
  .title.price{
    display: none;
  }
}
 

/* -------------------
    Default State
-------------------- */
a{
  transition: none;
}
.glowBtn {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 2px;
    padding: 8px;
    cursor: pointer;
}

.glowBtn:after {
 
}

/* -------------------
    Hover States
-------------------- */
.glowBtn:hover {
  border: 1px solid #007eb1;
}

.glowBtn:hover:after {
 
}

/* -------------------
    Active States
-------------------- */
.glowBtn:active, .glowBtn.active, .glowBtn.active:hover {
  
}

.glowBtn:active, .glowBtn.active, .glowBtn.active:hover {
    background: #281995 none repeat scroll 0 0;
    color: #fff;
}

.glowBtn:active:after, .glowBtn.active:after, .glowBtn.active:hover:after {
 
}
.glowBtn::before {    
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    top: -80px;
    width: 138px;
}
.Tricolor-TV::before{
    background: rgba(0, 0, 0, 0) url("../images/map.png") no-repeat scroll 50% 50% / contain ;
}
.HTB-Plus::before{
    background: rgba(0, 0, 0, 0) url("../images/moto.png") no-repeat scroll 50% 50% / contain ;

}
.Digital-TV::before{
    background: rgba(0, 0, 0, 0) url("../images/del.png") no-repeat scroll 50% 50% / contain ;

}
.total-price{
  text-align: right;
}