
/*Блок опрос*/
.opros {
  padding-bottom: 90px !important;
}


.opros-welcome {
  text-align: center;
}

.opros-welcome h2 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 20px;
}

.opros-welcome p {
  font-size: 28px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 40px;
  color: #000;
}

.opros-welcome ul {
  list-style: none;
  padding-bottom: 45px;
}

.opros-welcome ul li {
  font-size: 28px;
  color: #000;
}

.opros-button {
  text-transform: uppercase;
  font-size: 22px;
  padding: 7px 32px;
  display: inline-block;
  color: #000;
  border: solid 2px #ff4f4f;
  border-radius: 5px;
}


.opros-button:hover {
  transition: 0.3s;
  color: #fff;
  background: #ff4f4f;
}

.opros label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 13px;
    margin: 0px !important;
    font-weight: normal;
}

.opros label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  border: solid 2px #ff4f4f;
  border-radius: 3px;
}

.opros input[type=radio] {
  display: none;
}

.opros input[type=radio]:checked + label:before {
    content: "";
    border: solid 2px #ff4f4f;
    border-radius: 3px;
    background: #ff4f4f;
}

.opros-boxs h3 {
  font-size: 26px;
  color: #000;
  font-weight: normal;
  text-align: center;
}

.opros-boxs h2 {
  font-size: 37px;
  color: #000;
  font-weight: normal;
  text-align: center;
  padding-bottom: 5px;
}

.percent-block {
  display: block;
  float: left;
  min-width: 260px;
}

.percent-block p {
  font-size: 19px;
  color: #202123;
  text-align: center;
}

.percent-block span {
  display: block;
  text-align: center;
  color: #ff4f4f;
  font-weight: bold;
  font-size: 71px;
  font-family: HelveticaNeu,sans-serif;
}

.clear {clear: both;}

.opros-question-block {
  float: left;
  padding-left: 29px;
  width: 100%;
  max-width: 600px;
  padding-top: 40px;
}

.opros-radio-block {
  border: solid 1px #ebebeb;
  border-radius: 4px;
  width: 100%;
  max-width: 550px;
  
}

.opros-radio-block p {
  border-bottom: solid 1px #ebebeb;
  padding: 12px 15px 12px 15px;
}

.opros-radio-block p label {
  font-size: 16px;
}

.opros-radio-block p:last-child {
  border: none !important;
}

.percent-block-text {
  border-radius: 5px;
  border: solid 2px #ff4f4f;
  padding: 35px 10px;
  max-width: 260px;
  display: none;
}

.opros-box-1-one {
  display: none;
}

.opros-box-1 {
  display: none;
}

.opros-radio-button-wrap {
  padding: 40px 0 0 190px;
}

.opros-radio-button-next {
  display: none;
}

.opros-question-block p {
  font-size: 16px;
  color: #202123;
  padding-bottom: 15px;
}

.opros-question-block form {
  padding: 0px 0 0 80px;
}

.opros-question-block input {
  font-size: 18px;
  line-height: 50px;
  width: 340px;
  height: 50px;
  margin: 0 9px;
  padding: 0 20px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  margin-bottom: 20px;
}

.opros-question-block form div {
  padding: 0 0 0 15px;
}

.opros-question-block-last p {
  text-align: center;
}

.opros-question-block form button {
  font-size: 25px;
  width: 310px;
  height: 50px;
  margin: 0 9px;
  vertical-align: top;
  color: #fffaba;
  border-bottom: 4px solid #eb3e3e;
  border-radius: 4px;
  background: #ff4f4f;
  border: none !important;
}

.calc-checkbox {
  width: 20px !important;
  height: 20px !important;
  display: none !important;
}

.calc-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.calc-checkbox {
    position: relative;
}

.calc-checkbox + .calc-checkbox-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ff4f4f;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.calc-checkbox:checked + .calc-checkbox-label:before {
    background: #ff4f4f;
    box-shadow: inset 0px 0px 0px 4px #fff;
}



.calc-checkbox:focus + .calc-checkbox-label {
  outline: 1px solid #ddd; /* focus style */
}
