.sqfk-section .action-block {
  margin-bottom: 30px;
}
.sqfk-ls-li {
  text-align: center;
}
#f04,
#f04 #calculate-block,
#calculate-raid-group,
#calculate-result-block {
  display: none;
}
#f04 .main_bg {
  margin-bottom: 0;
}

.step-block-4 i {
  pointer-events: none;
}
.step-block-4 .raid-group-all .raid-group-item {
    margin-bottom:10px; padding:25px;  border-top:1px solid #d3eff9;
}
.step-block-4 .raid-group-all .raid-group-item:nth-child(1) {
    margin-top: 35px; border-top:none;
}
.step-block-4 .raid-group-all .raid-group-item h4 {
    margin-bottom:7px;
}
select[name="raid_type"] {
  color: black;
  background-color: #f1f1f1;
}
.block {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*width: 980px;*/
  margin: auto;
  margin-top: 20px;
}
a.condition_button {
  text-decoration: none;
  color: #535a63 !important;
}
.condition_button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: auto;
  height: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 0px 20px;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  font-size: 14px;
  background: none;
  color: #535a63;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
}

.condition_button:hover {
  background-color: rgba(83,90,99,0.1);
}

.condition_button.selected {
  cursor: default;
  border: 1px solid #535a63;
  background-color: #535a63;
  color: #FFFFFF;
}

.step-block-1,
.step-block-2,
.step-block-3,
.step-block-4,
.step-block-5 {
  border: 1px solid #cdd2d7;
  border-radius: 5px;
  padding-bottom: 30px;
}
.step-block-3 {
  padding-bottom: 10px;
}

.step-block-1 {
  margin-top: 20px;
}
.step-block-2 {
  padding-top: 20px;
}
.step-block-2,
.step-block-3,
.step-block-4,
.step-block-5 {
  margin-top: 15px;
}

.step-block-1:after,
.step-block-3:after,
.step-block-5:after,
.step-block-4 #choose-raid-type div.raid-group-item:after {
  content: '';
  display: block;
  clear: both;
}

.step-block-1 .input-group,
.step-block-2 .input-group,
.step-block-4 .input-group {
  padding: 0px 20px !important;
  width: 100%;
}

.step-block-1 .input-group input,
.step-block-4 .input-group input {
  background: #f0f0f0;
  color: #333333;
  border: 0;
}

.step-block-2 .select-raid-type {
  position: relative;
  margin: auto 20px;
}

.step-block-2 .select-raid-type select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.step-block-2 .select-raid-type:after {
  content: '\f107';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0px 3px 3px 0px;
  padding: 0px 5px;
  line-height: 34px;
  font-family: FontAwesome;
  font-size: 20px;
  background-color: #001923;
  color: #FFFFFF;
}

#f03 {
  padding-bottom: 30px !important;
}

.step-block-4 h4 {
  margin: 0;
}

.step-block-4 [name="expand_raid"] {
  margin-bottom: 20px;
  background-color:#f1f1f1;

}
.step-block-4 [name="expand_raid"]:after {
  content: '';
  display: block;
  clear: both;
}

.step-block-4 .remove-raid-group-btn {
  float: right;
  background: transparent;
  outline: 0;
  border: 0;
}

.hide
/*.step-block-3,*/
/*.step-block-4,*/
/*.step-block-5 */
{
  display: none;
}
.available-capacity-block {
  padding-left: 0;
  padding-right: 0;
}

.step-block-1 h3,
.step-block-2 h3,
.step-block-3 h3,
.step-block-4 h3,
.step-block-5 h3 {
  line-height: 46px !important;
  padding: 20px 20px 5px 20px !important;
  color: #576371 !important;
  margin-bottom: 10px !important;
  width: auto !important;
  text-align: left !important;
}

.step-block-1 .descr,
.step-block-2 .descr,
.step-block-4 .descr {
  line-height: 30px !important;
  padding: 0px 20px !important;
  margin: 0px auto 10px auto !important;
  color: #535a63 !important;
}


.steps {
  padding-left: 0;
  padding-right: 0;
}
@media(max-width:767px){
  .continue-calculate-raid {
    text-align: center;
  }
  .step-block-1 h3,
  .step-block-2 h3,
  .step-block-3 h3,
  .step-block-4 h3,
  .step-block-5 h3 {
    font-size: 28px !important;
  }

  .step-block-1 .descr,
  .step-block-2 .descr,
  .step-block-4 .descr {
    font-size: 14px !important;
  }
}
@media(min-width:768px){
  .continue-calculate-raid {
    text-align: center;
  }
  .step-block-1 h3,
  .step-block-2 h3,
  .step-block-3 h3,
  .step-block-4 h3,
  .step-block-5 h3 {
    font-size: 40px !important;
  }

  .step-block-1 .descr,
  .step-block-2 .descr,
  .step-block-4 .descr {
    font-size: 18px !important;
  }
}
@media(min-width:992px){
  #calculate-raid-gruop-btn {
    margin-top: 20px;
  }
  .step-block-5 .condition_button {
    margin-top: 100px;
  }
}
@media(min-width:1200px){}