.question{
    background: url("../img/public/pat.png");
}

.questions-header{
    text-align: center;
    color: #1f1f1f;
    font-family: pf_agora_slab_proregular;
    margin: 30px 0;
    text-transform: uppercase;
}

.question-head{
    font-size: 48px;
    font-family: H_Roman;
    color: #39342e;
}

.question-item{
    box-sizing: border-box;
    padding: 0px 10px 0 10px;
    margin-bottom: 12px;
}

.question-text1{
    color: #fff;
    font-size: 60px;
    font-family: H_Bold;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.2);
    text-align: center;
    margin-top: 30px;
}

.question-text2{
    color: #19202a;
    font-family: H_Roman;
    font-size: 28px;
    text-align: center;
    padding-left: 13px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.question-header{
    font-family: H_Roman;
    font-size: 20px;
    color: #232323;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0 15px 90px;
    cursor: pointer;
    background: #fff;
}

.question-header:after{
    content: '+';
    position: absolute;
    top: -5px;
    left: 45px;
    font-family: H_Thin;
    font-size: 48px;
    color: #de319e;
}

.question-header.maximize:after{
    content: '-';
}


.question-ask{
    font-size: 18px;
    color: #3c3c3c;
    text-align: justify;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
    font-family: H_Light;
    display: none;
    background: white;
}

.question-ask ol{
    list-style: decimal;
    margin-left: 30px;
}

.question-list{
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 32px;
    box-sizing: border-box;
}

#map_canvas {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 360px;
}

.question .hor-line {
    height: 1px;
    width: 750px;
    box-sizing: border-box;
    margin: 15px 0;
    margin-left: 80px;
}


.question-order{
    background: url("../img/module-question/address-bg.png");
    width: 424px;
    height: 214px;
    margin: 28px;
    font-size: 18px;
    font-family: H_Light;
    color: #000000;
    padding: 25px 15px;
    box-sizing: border-box;
    margin-top: 55px;
    line-height: 1.9;
}

.head-order{
    font-size: 26px;
    font-family: H_Light;
    color: #000;
}

.question-order .inputs-order{
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

.question-order input, .question-order textarea{
    border: 1px solid #aaaaaa;
    width: 90%;
    font-size: 20px;
    font-family: H_Thin;
    height: 60px;
    box-sizing: border-box;
    padding-left: 12px;
}

.question-order textarea{
    height: 100px;
    resize: none;
    padding-top: 12px;
    font-size: 18px;
}

.question .button{
    font-size: 20px;
    font-family: H_Bold;
    width: 290px;
    height: 60px;
    line-height: 60px;
    margin-top: 16px;
}

.warranty-question{
    text-align: center;
    margin: -5px 0 5px 0;
    color: white;
}

.quest-text{
    font-family: pf_agora_slab_proregular;
    font-size: 36px;
    color: #1f1f1f;
    margin: 10px 0 35px 0;
}

.question .button{
    font-size: 22px;
    text-transform: uppercase;
    font-family: H_Bold;
    width: 290px;
    height: 60px;
    line-height: 60px;
    margin-top: 28px;
    background: #ff3131; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3131 0%, #ca0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3131), color-stop(100%,#ca0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff3131 0%,#ca0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff3131 0%,#ca0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff3131 0%,#ca0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff3131 0%,#ca0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3131', endColorstr='#ca0000',GradientType=0 ); /* IE6-9 */
}

.question .button:hover{
    background: #ff3131; /* Old browsers */
    background: -moz-linear-gradient(top, #ff4f4f 0%, #e80000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4f4f), color-stop(100%,#e80000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff4f4f 0%,#e80000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff4f4f 0%,#e80000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff4f4f 0%,#e80000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff4f4f 0%,#e80000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f4f', endColorstr='#e80000',GradientType=0 ); /* IE6-9 */
}


.address-wrapper{
    width: 100%;
    background: rgba(36,17,7,.8);
    padding: 20px;
    position: absolute;
    top: 0;
    font-family: pf_agora_slab_proregular;
    color: #e632a8;
    font-size: 30px;
    z-index: 2;
}

.vk-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
}

.vk-abs{
    position: absolute;
    width: 260px;
    height: 250px;
    top: 95px;
    right: 0;
}