
[class*=i-]{
    display: inline-block;
}
[class^='i-']:before,
[class*=' i-']:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url(/questionform/css/img/icons.png);
}
.i-arrow:before {
    width: 20px;
    height: 22px;
    background-position: 0px -30px;
}
.i-fast:before {
    width: 24px;
    height: 26px;
    background-position: -25px 0px;
}
.i-lock:before {
    width: 21px;
    height: 26px;
    background-position: -49px 0px;
}
.i-logo:before {
    width: 25px;
    height: 30px;
    background-position: 0px 0px;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
.g-errors__item{
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    background: #d63f3f;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
    padding: 0 50px;
    text-align: center;
    font-family: arial;
    font-size: 130%;
    font-weight: 700;
    line-height: 50px;
    opacity: .9;
}
.g-errors__popup{
    bottom: 0;
    padding: 10% 0;
}
.g-errors__close{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.g-errors__close:after{
    content: 'x';
}
.g-errors__logo{
    outline: 0;
    border: 0;
    opacity: .7;
}
.g-errors__logo:hover, .g-errors__logo:focus{
    opacity: 1;
}
.page{
    position: relative;
    min-width: 250px;
    /* background: #fff;*/
    /*overflow: hidden;*/
}
.page__frame{
    width: 100%;
    margin: 0 auto;
}
.cons__hidden{
    display: none;
}
button{
    background: none;
    border: none;
}
.cons{
    background-color: #f1f1f1;
    border-radius: 8px;
    border: 3px solid #993399;
    /*overflow: hidden;*/
    font: 400 15px 'arial';
    box-sizing: border-box;
    /*overflow-y: scroll;
    margin: 0px 10px 0px 0px;*/
}
.cons.cons_chat {
    background: none;
    border: none;
    border-radius: 0;
    height: 430px;
}
.cons_chat .cons__bottom{
    height: 150px;
    padding-top: 55px;
}
.cons__title{
    padding: 0 1.333em;
    line-height: 52px;
    font-size: 1.2em;
    color: #fff;
    background-color: #993399;
}
.cons__title__icon{
    margin-right: 1em;
}
.cons__content{
    padding: 0 1.4em;
    box-sizing: border-box;
}
.cons__content.active{
    display: block;
}
.cons__subtitle{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    color: #993399;
}
.cons_chat .cons__subtitle{
    text-align: center;
}
.cons_chat .cons__button {
    min-width: 61%;
    width: 61%;
    margin: 0 auto;
    /* display: table;*/
}
.cons_chat .cons__subtitle{
    height: 100px;
}
.cons__subtitle__b{
    font-weight: 700;
}
.cons__form{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
    box-sizing: border-box;
}
.cons__form__text{
    position: absolute;
    top: 35px;
    padding: 0 1em;
    font-size: 12px;
    color: #999;
}
.cons__form__b{
    font-weight: 700;
}
.cons__textarea{
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    min-height: 180px;
    max-height: 180px;
    width: 100%;
    padding: 1em;
    border: 1px solid #e2e2e2;
    box-shadow: inset 1px 1px 2px #DADADA;
    background-color: #fff;
    font-family: inherit;
    font-size: 13px;
    color: #222;
    border-radius: 5px;
    outline: none;
}
.cons__input{
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    color: #000;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px #DADADA;
    background-color: fff;
    outline: none;
    padding-top: 2px;
    padding-left: 1em;
}
.cons__textarea.error,
.cons__textarea.ng-invalid.ng-dirty,
.cons__input.ng-invalid.ng-dirty{
    box-shadow: 0 0 3px #f00;
}
.cons__textarea.ng-valid.ng-dirty,
.cons__input.ng-valid.ng-dirty{

}
.cons__textarea:focus,
.cons__input:focus{
    box-shadow: 0 0 3px #993399;
}
.cons__bottom{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em 1.4em;
}
.cons__items{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cons__item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 0.5em 0 0.5em 2em;
}
.cons__item:not(:last-child){
    padding-right: 2em;
    padding-left: 2.3em;
    border-right: 1px solid #cccccc;
}
.cons__item__icon{
    margin-right: 1em;
}
.cons__item__title{
    margin-bottom: 0.2em;
    font-size: 0.866em;
    font-weight: 700;
    color: #666666;
}
.cons__item__text{
    font-size: 0.733em;
    color: #666666;
}
.cons__button{
    min-width: 210px;
    width: 210px;
    line-height: 42px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    background: -webkit-linear-gradient(bottom, #33679a,#3399ff);
    background: linear-gradient(to top, #33679a,#3399ff);
    border-radius: 4px;
    box-shadow: 0 2px 0 #003366;
    cursor: pointer;
}
form[name=consForm].ng-invalid .cons__submit{
    opacity: .2;
}
form[name=consForm].ng-valid .cons__button:hover, form[name=consForm].ng-valid .cons__button:focus{
    background: -webkit-linear-gradient(top, #33679a,#3399ff);
    background: linear-gradient(to bottom, #33679a,#3399ff);
    box-shadow: 0 1px 0 #003366;
}
.cons__button.active{
    display: block;
}
.cons__button__icon{
    margin-left: 0.5em;
}
#success__{
    display:none;
    position:absolute;
    z-index: 9999;
    top:78px;
    margin: 0 auto;
    width: 99%;
    padding: 35px;
    background-color: rgba(255, 255, 255, 0.9);
}
.ok__{
    background-image:url(/questionform/css/img/ok.png);
    width: 128px;height: 128px;margin: 0 auto; margin-top:20px;
}
.cons__subtitle__text_ok {
    text-align: center; font-weight: bold; font-size: 18pt; color: #444444;
    display: block;
    width: 100%;
}

input::-webkit-input-placeholder {font-size: 15px; padding-top: 0px;}
input:-moz-placeholder {font-size: 15px; padding-top: 0px;}

@media(max-width: 734px){
    .cons__subtitle  {
        height: 56px;
    }
}
@media(max-width: 729px){
    .cons__item{
        padding: 0.5em 0 0.5em 1em;
    }
    .cons__item:not(:last-child){
        padding-left: 1em;
        padding-right: 1em;
    }
    .cons__button{
        min-width: 200px;
        width: 200px;
    }
    .cons__subtitle__text_ok {

    }

}
@media(max-width: 649px){
    .cons__item{
        padding: 0.5em 0 0.5em 0.5em;
    }
    .cons__item:not(:last-child){
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .cons__subtitle__text_ok {

    }
}
@media(max-width: 599px){
    .cons__bottom{
        display: block;
    }
    .cons__items{
        display: none;
    }
    .cons__button{
        min-width: 100%;
        width: 100%;
        margin: 0;
    }
    .cons__item{
        margin: 0.3em 0;
    }
    .cons__item:not(:last-child){
        border-right: none;
    }
    .cons__subtitle__text_ok {

    }
    .cons__title{
        font-size: 1em;
    }
    .cons__subtitle__text{
        font-size: 0.8em;
    }
    #success__{
        padding: 20px;
        top: 60px;
    }
}
@media(max-width: 449px){
    .cons__title{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        line-height: 100%;
        padding: 0.3em 1.333em;
    }
    .cons__title__icon{
        display: block;
    }
    .cons__subtitle{
        height: 66px;
    }
    .cons__subtitle__text_ok {

        font-size: 12pt;
    }

}





.ui-autocomplete{
    font-family: arial;
    border: 1px solid #e2e2e2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    list-style: none;
    overflow: hidden;
    z-index: 1000 !important;
    position: absolute !important;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 5px 9px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 5px 9px 0px rgba(0, 0, 0, 0.3);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    max-height: 200px;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left:50% !important;
    margin-left: -webkit-calc((100% - 40px)/(-2));
    margin-left: -moz-calc((100% - 40px)/(-2));
    margin-left: calc((100% - 40px)/(-2));
}
.ui-autocomplete-category {
    font-weight: bold;
    margin: 5px 0;
}
.ui-autocomplete li{
    font-size:14px;
    cursor:pointer;
    display: block;
    margin: 5px 0;
}
.ui-autocomplete .ui-state-focus{
    color:#FF6600;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.hide{
    display: none;
}
/*
     */
/*
*/