body{
background: #ece6e6;}
main {
    margin-top: 97px;
}
.image-top-content{
    float:left;
    width:100%;
    margin-bottom:20px;
    }
.image-top-content img{
    float:left;
    width:100%;
}
.col-fixed-big1{
float:left;
width:100%;
}
iframe{
    float:left;
    width:100%;
}
.faq-section{
    float:left;
    width:100%;
    margin-top:30px;
}

.faq-box{
    float:left;
    width:100%;
}
.faq-question {
    float: left;
    width: 100%;
    background: #e9ebee;
    color: #222;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e6e1e1;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    font-size:14px;
    text-transform: uppercase;
}
.faq-question:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 30px;
    height: 30px;
    background: url(../img/down-aside.svg) no-repeat right;
    background-size: 15px;
}
.faq-answer {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    font-size: 19px;
}
.faq-question.active {
    border: 1px solid #fff;
    background-size: 28px;
    color: #000;
}
.big-select{
    float:left;
    width:100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #d3d3d3;
    outline: none;
}
.select2.select2-container{
    float:left;
    width:100% !important;
}
.big-img .news-title{
    margin-bottom:30px;
}
.description{
    float:left;
    width:calc(100% - 380px);
    margin-top:-220px;
    color:#fff;
}
.head-descr{
    float:left;
    width:100%;
    font-size:22px;
    margin-bottom:10px;
}
.head-descr.mt50{
    margin-top:50px;
}

@media screen and (max-width: 1200px) {
    .description{
        margin-top:-200px;
    }
}
@media screen and (max-width: 1100px) {
    .description{
    float:left;
    width:100%;
    margin-top:0px;
    color:#000;
}
}
@media screen and (max-width: 990px) {
    .bg-title{
        height: auto;
    }
    #watching-video .news-title{
        width: calc(100% - 120px) !important;
        float:left;
    }


main {
    margin-top: 60px !important;
}
}

@media screen and (max-width: 500px) {
    .input-hld{
        float:left;
        width:100%;
    }
    .input-hld input{
        float:left;
        margin-top:5px;
        margin-right:3px;
    }
    .input-hld label{
        float:left;
        width:calc(100% - 30px);
    }
}
.mb20{
    margin-bottom:20px;
}
#watching-video .news-title{
    float:left;
    width:100%;
    font-size:22px;
    color:#212529;
}

.news-img-hld.survey-box-video{
    position:relative;
}
.news-img-hld a:before{
    position:absolute;
    content:"";
    background:url("../img/playBtn.svg") no-repeat center;
    background-size:30px;
    width:40px;
    height: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index:999;
}
.faq-section .accent-news {
        margin-bottom: 0px;
}
.wrap_survey .bg-title {
    line-height: 25px;
    padding: 10px 15px;
}
.close-video-wrap{
    position:absolute;
    top:10px;
    right:00px;
    font-size:14px;
    color:#fff;
    z-index:999;
    background:#6a6a6a;
    padding:10px 20px;
}
.close-video-wrap:hover{
    color:#000;
}
.sub-text{
    float:left;
    width:100%;
    margin-top:20px;
    padding:25px;
    background:#efefef;
    border:1px solid #e0d6d6;
    border-radius:2px;
}
.sub-text p{
    float:left;
    width:100%;
    margin:5px 0px;
    font-size:15px;
}
@media screen and (max-width: 768px) {
    .close-video-wrap {
    position: absolute;
    top: -13px;
    right: 00px;
    font-size: 11px;
    color: #fff;
    z-index: 999;
    background: #6a6a6a;
    padding: 5px 20px;
}
#watching-video .news-title{
    width:100% !important;
    float:left;
}
}
