body{

}


#widget{
  overflow-y: auto;
      overflow-x: hidden;
  margin: 0;
  color: #000;
}


#widget .akkordeon{
  display: none;
  margin: 35px 0 0;
}
#widget .akkordeon .podzagolovok{
  margin: 35px 0 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
#widget .akkordeon .rezultat{
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px dashed #B89B5E;
}
#widget .akkordeon .s-ramkoi{
     margin: 10px 0;
    padding: 8px;
    text-align: center;
    border: 1px solid #b89b5e;
    color: #900909;
    font-size: 16px;
    line-height: 20px;
}


#widget button{
  display: block;
  width: 100%;
  padding: 12px 0;
  border-radius: 5px;
  background: #223555;
  box-shadow: 1px 1px 3px #666;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
}
.calc button.disabled{
  background: #999;
  cursor: default;
}
#widget button:not(.disabled):hover{
  background: #B89B5E;
  color: #fff;
  box-shadow: 2px 2px 10px #666;
}


#widget hr{
  height: 4px;
  margin: 10px 0 15px 0;
  border-top: 1px solid #B89B5E;
  border-bottom: 1px solid #B89B5E;
  background: none;
}


#widget input[type="email"], #widget-settings input[type="email"],
#widget input[type="number"], #widget-settings input[type="number"],
#widget input[type="tel"], #widget-settings input[type="tel"],
#widget input[type="text"], #widget-settings input[type="text"]{
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #B89B5E;
  /*box-shadow: 1px 1px 3px #666;*/
  text-align: left;
  outline: none;
}
#widget-settings input[type="email"],
#widget-settings input[type="number"],
#widget-settings input[type="tel"],
#widget-settings input[type="text"]{
  max-width: 200px;
}
#widget input.oshibka{
  background: #FFEDEF;
  border: 2px solid #DD0000;
}
#widget input.uspeshno{
  background: #DBFFDC;
  border: 2px solid #00CC00;
}




#widget-code{width:90%; height:100px; padding:10px; border:1px solid #B89B5E; border-radius:5px; background:rgba(184, 155, 94, .25);}


#widget-settings{margin:50px 0 0; color:#000;}
#widget-settings button{display:inline-block; padding:12px 25px; border-radius:5px; background:#223555; box-shadow:1px 1px 3px #666; color:#fff; text-transform:uppercase;}
#widget-settings .col-xs-3{padding-top:12px; padding-bottom:12px;}
#widget-settings button:hover{background:#B89B5E; color:#fff;}




#widget .stroka{
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 -10px;
}
#widget .stroka .stolbets{
  position: relative;
  padding: 0 10px;
}
#widget .stroka .stolbets-1{width: 8.3333%;}
#widget .stroka .stolbets-2{width: 16.6666%;}
#widget .stroka .stolbets-3{width: 25%;}
#widget .stroka .stolbets-4{width: 33.3332%;}
#widget .stroka .stolbets-5{width: 41.6665%;}
#widget .stroka .stolbets-6{width: 49.9998%;}
#widget .stroka .stolbets-7{width: 58.3331%;}
#widget .stroka .stolbets-8{width: 66.6664%;}
#widget .stroka .stolbets-9{width: 75%;}
#widget .stroka .stolbets-10{width: 83.333%;}
#widget .stroka .stolbets-11{width: 91.6663%;}
#widget .stroka .stolbets-12{width: 100%;}




#widget .metka{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #000;
}


#widget .tip-close{
  display: inline-block;
  float: right;
  width: 14px;
  height: 12px;
  background: url(https://zeket.online/scripts/img/question.png) 0 -32px;
  cursor: pointer;
}
#widget .tip-close:active{
  background: url(https://zeket.online/scripts/img/question.png) 0 -44px;
}
#widget .tip-question{
  display: inline-block;
      margin-top: 5px;
  float: right;
  width: 16px;
  height: 16px;
  background: url(https://zeket.online/scripts/img/question.png);
  cursor: pointer;
}
#widget .tip-question:active{
  background: url(https://zeket.online/scripts/img/question.png) 0 -16px;
}
#widget .tip{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 200px;
  background: #ECF0F1;
  z-index: 100;
  font-size: 12px;
  box-shadow: 1px 1px 5px #999;
}
#widget .tip .info{
  overflow-y: scroll;
  max-height: 400px;
  padding: 5px 10px;
}
#widget .tip .title{
  padding: 10px;
  line-height: 12px;
  background: #232635;
  color: #ECF0F1;
  border: 1px solid #232635;
}


#widget .wrap{
  padding: 5px 5px;
}