/*opros-styles*/
.opros-box{
    font-family: 'Montserrat', sans-serif;
    padding: 50px 0;
}
.opros-box .title{
    font-size: 30px;
    font-weight: bold;
    color: #0052CC;
    margin: 0 0 30px;
}
.opros-frame{
    padding: 60px 100px;
    border-radius: 10px;
    background-color: rgb(236, 241, 244);
    margin-bottom: 0px;
    background: #F5F5F5 95% 50% no-repeat;
    box-shadow: 0px 4px 4px rgb(77 91 197 / 38%);
}
.opros-frame p{
    margin: 0 0 20px;
    font-size: 16px;
    color: #39474f;
    font-weight: 500;
}
.opros-frame .bt{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
     background-color: rgb(228, 78, 58);
     display: inline-block;
     border-radius: 30px;
     width: 200px;
     text-align: center;
     padding: 13px 0;
     margin-top: 40px;
}
.opros-frame .bt:hover{
    background-color: #39474f;
}
.opros-panel{
    padding: 15px 35px;
     border-radius: 10px;
  background-color: rgb(57, 71, 79);
  overflow: hidden;
}
.opros-panel .text{
    float: left;
    height: 40px;
}
.opros-panel .text > *{
    display: inline-block;
    vertical-align: top;
}
.opros-panel .text .ico{
    margin-right: 0px;
}
.opros-panel .text .t{
    font-weight: 500;
    font-size: 16px;
    color: #0052CC;
}
.opros-panel .btns{
    float: right;
}
.opros-panel .btns > *{
    display: inline-block;
    vertical-align: middle;
}
.opros-panel .bt{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
     display: inline-block;
     border-radius: 30px;
     width: 200px;
     text-align: center;
     padding: 11px 0;
    margin: 0 10px;
    border:2px solid #262e33;
}
.opros-panel .bt-go{
    color: #0052CC;
    border:2px solid #0052CC;
}
.opros-panel .bt-go:hover{
    background-color: #0052CC;
    color: #fff;
}
.opros-panel .bt-close{
    background-color: #262e33;
    color: rgba(255,255,255,0.2);
}
.opros-panel .bt-close:hover{
    color: #fff;
}
.opros-line{
    position: relative;
    margin-bottom: 70px;
}
.opros-line .line{
     border-radius: 3px;
    height: 6px;
    background: #679AE6;
}
.opros-line .filled{
    height: 100%;
    border-radius: 3px;
    background: #0052CC;
    position: relative;
}
.opros-line .proc{
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #0052CC;
    position: absolute;
    top: -30px;
    left: 0;
}
.opros-line .qq-number{
    position: absolute;
    right: 0;
    top:-30px;
    color: #39474f;
    font-size: 12px;
    font-weight: 500;
}
.step-info .qq{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #39474f;
}
.step-info .rad-bx{
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.step-info .rad-bx label{
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    margin-top: -10px;
}
.step-info .rad-bx .ans{
    padding-bottom: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    color: #39474f;
    font-weight: 500;
}
.step-info .rad-bx .your-ans{
    width: 290px;
    height: 40px;
    border: 0;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    outline: 0;
    font-size: 16px;
    color: #000;
}
.step-info .rad-bx .your-ans::-webkit-input-placeholder {
color:rgba(57,71,79,0.5);}
.step-info .rad-bx .your-ans:-moz-placeholder {
color:rgba(57,71,79,0.5);}
.step-info .rad-bx .your-ans::-moz-placeholder {
color:rgba(57,71,79,0.5);}
.step-info .rad-bx .your-ans:-ms-input-placeholder {
color:rgba(57,71,79,0.5);}
.status-full > *{
    display: inline-block;
    vertical-align: middle;
}
.status-full .ico{
    margin-right: 25px;
}
.status-full .t1{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #39474f;
}
.status-full .t2{
    color: #39474f;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.opros-panel {
    background: #F5F5F5 95% 50% no-repeat;
    box-shadow: 0px 4px 4px rgb(77 91 197 / 38%);
}

@media screen and (max-width: 1199px) {
    .opros-frame{padding: 40px 20px;}
    .opros-panel{padding: 20px;}
    .opros-panel .text .t{font-size: 14px;}
}
@media screen and (max-width: 991px) {
    .opros-panel .text{float: none;margin-bottom: 20px;}
    .opros-panel .btns{float: none;}
    .opros-panel{max-width: 490px;margin: 0 auto;}
}
@media screen and (max-width: 767px) {
    .opros-panel .text .ico{margin: 0 0 20px;}
    .opros-panel{text-align: center;}
    .opros-panel .bt{margin: 10px;}
    .status-full .ico{margin: 0 0 20px;}
    .status-full {text-align: center;}
    .opros-frame .bt{width: 100%;}
    .step-info .rad-bx label{top: 12px;}
    .step-info .rad-bx .your-ans{width: 100%;margin-top: 10px;}
}
/*opros-styles*/






