.question{
    background: url("text.html");
    height: 600px;
}

.questions-header{
    text-align: center;
    font-weight: 600;
    font-size: 54px;
    margin: 25px 0 10px 0;
    text-transform: uppercase;
}

.question .module-header{
    color: #000000;
}

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

.question-item{
    box-sizing: border-box;
    margin: 0px 15px 0 15px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e8c400;
}


.question-header{
    font-size: 22px;
    font-weight: 700;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 5px 55px;
    cursor: pointer;
    margin: 6px 0;
    text-transform: uppercase;

}

.question-header:after{
    position: absolute;
    content: '+';
    color: #e8c400;
    font-size: 44px;
    left: 22px;
    top: -10px;
    font-weight: 400;
    vertical-align: top;
}


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

.question-ask{
    font-size: 14px;
    text-align: justify;
    box-sizing: border-box;
    padding: 1px 25px;
    display: none;
    background: white;
    margin-bottom: 10px;
}

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

.question-list{
    padding: 15px 0;
    margin: 10px auto;
    margin-top: 32px;
    box-sizing: border-box;
    background: white;
    border: 1px solid #e3e3e3;
    height: 310px;
}

.quest-text{
    font-family: opensanslight;
    font-size: 30px;
    margin: 5px 0 0 0;
}

.quest-text span{
    font-family: opensanssemibold;
}

.quest-text2{
    font-family: opensanslight;
    font-size: 18px;
    margin: 15px 0 20px 0;
}

.question .button{
    margin-top: 20px;
}


.order-question{
    position: absolute;
    text-align: center;
    width: 360px;
    height: 470px;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    box-sizing: border-box;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
    right: 16px;
    top: -20px;
}

.address-wrapper{
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    font-size: 30px;
    z-index: 2;
}

.address-block{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    width: 640px;
    z-index: 100;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 15px 15px 30px 15px;
}

.address-block .module-header{
    margin: 10px 0 20px;
    font-size: 44px;
}

.address-block .cont{
    font-size: 38px;
    color: #00869b;
    text-align: center;
    display: block;
    font-weight: 700;
    margin: 6px 0 0 0;
    text-transform: uppercase;
    position: relative;
}

.address-block .cont:after{
    width: 310px;
    height: 1px;
    background: #00869b;
    margin: 20px 0 0 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    margin: auto;
    content: '';
}

.address-text{
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    position: relative;
}
.address-head{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 24px;
}

.address-block .review-line{
    margin:  0 0 0 0;
}

.addr-head{
    font-family: din_light;
    font-size: 16px;
    text-align: center;
    text-transform: none;
}

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

.question-header{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.question-text{
    color: #2e2e2e;
    text-align: center;
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.order-question textarea{
    height: 82px;
    resize: none;
}

.order-question .warranty{
    font-size: 14px;
    text-align: center;
    color: #2e2e2e;
    font-weight: 200;
    margin: -2px 0 10px 0;
}

.order-question .button-main{
    width: 285px;
}

.questions .review-header{
    margin: 30px 0 10px 0;
}

.questions{
    padding-bottom: 40px;
}

.quest-btn{
    color: #8f0023;
    font-size: 24px;
    text-align: center;
    padding-bottom: 3px;
    border-bottom: 1px dashed #8f0023;
    cursor: pointer;
}

.quest-btn:hover{
    color: #E61E57;
}
