header {
    padding:20px;
    box-sizing: border-box;
}

.wrapper {
    padding: 0 20px;
    box-sizing: border-box;
}

.question-area {
    margin-top:0;
    padding-top:150px;
    float:none;
    width:auto;
}

.sidebar + .question-area {
    margin-left:220px;
}


.question-area .strapline  {
    margin-top:0
}

.question-box.next-stage .question-box-content {
    z-index: 1;
    position: relative;
}

.question-box.next-stage::before {
    display:none;
}

.header-contacts {
    margin-top:18px;
}

.header-contacts h3 {
    font-size: 20px;
}

header .wrapper {
    height:auto;
}

.wrapper.main-content::before,
.wrapper.main-content::after {
    display:none;
}


.welcome-text {
    width: 50%;
}

.welcome-text .entrance-monster {
    left: 100%;
    width: 100%;
    background-size: contain;
    bottom: -50px;
}


@media screen and (max-width:800px) {

    .welcome-text {
        width: 100%;
        float:none;
    }

    .welcome-text .entrance-monster {
        left: auto;
        width: 100%;
        background-size: contain;
        right: auto;
        position: relative;
        height: 500px;
    }
}


.footer-text {
    margin-left: auto;
    float:none;
}


footer {
    min-height: 160px;
}

.plan-options {
    overflow:hidden;
}
.plan-options.active {
    overflow: visible;
}

.plan-options.active .plan-option {
    overflow:hidden;
}

.plan-options.active .plan-option.hover {
    overflow: visible;
}



@media screen and (max-width:800px) {
    .input-row input[type=text] {
        display: block;
        width: 100%;
    }

    .question-input input[type=text] {
        display: block;
        width: 100%;
    }


    .plan-option:last-child {
        height:450px;
    }
    .plan-option {
        width: 100%;
        height: auto;
        float: none;
    }

    .front {
        min-height: 100px !important;
    }

    .plan-option-inner {
        height: auto;
        padding-bottom: 10px;
    }



    .plan-option .back,
    .plan-option-back-image,
    .plan-option-back-text,
    .plan-option.hover .back {
        width:100% !important;
        height:auto;
        float: none;
    }


    .plan-option .back {
        transform-origin: center !important;
    }

    .plan-option:nth-child(2) .back {
        margin-left:0;
    }


}

span.circle {
    line-height: 80px;
    width: 80px;
    height: 80px;
}

.answers-set.width-scroll {
    overflow: scroll !important;
}

@media screen and (max-width:800px) {
    .back .chart-container {
        max-width: 100%;
        width:100%;
    }


    a.btn-back-shunt {
        width:auto;
    }
    a.btn-back-shunt .btn-back {
        transform: translateX(0) translateY(0);
    }


    span.circle {
        width: 160px;
        height: 160px;
        line-height: 160px;
        margin-top: 0 !important;
    }
    span.circle-text {
        font-size: 21px;
    }

    span.center-plus {
        font-size: 80px;
        text-align: center;
        display: block;
        margin-top: 20px;
    }

}

.chart-container {
    max-width: 90%;
    margin: auto auto 20px;
}

header .fl-left, header .fl-right{
    float: none;
    max-width: 100%;
    text-align: center;
}

header .wrapper{
    max-width: 98%;
    height: 150px;
    padding: 0 10px;


}

.strap-header{
    max-width: 100%;
    text-align: center;
    float: none;
}

header{
    height: 125px;
    padding-top: 10px;
}

footer .wrapper{
    padding: 0 10px;
    box-sizing: border-box;
}


@media screen and (max-width:900px){
    .main-content h1, .main-content h2{
        font-size: 30px;
    }
    .main-content h3{
        font-size: 60px;
    }
    .main-content .wrapper{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .fl-right .phone{
        max-width: 100%;
    }
    .main-text{
        width: 65%;
        text-align: right;
    }

    .main-content p{
        margin-left: 0;
    }
    .start-arrow p{
        font-size: 36px;
        height: 53px;

    }
}

@media screen and (max-width:800px) {

    header {
        height: auto;
        position: relative;
        padding-bottom: 5px;
    }

    header .wrapper {
        height: auto;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    header .wrapper:after {
        display: none;
    }

    .main-content {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .main-content .fl-right {
        position: absolute;
        right: 10px;
        bottom: -10px;
    }

    .main-content .phone {
        position: absolute;
        bottom: 0;
    }

    .start-arrow p {
        font-size: 30px;
        height: 56px;
    }

    .left-hand {
        bottom: -13px;
    }

    .main-content.landing h3 {
        font-size: 44px;
        text-align: left;
    }
    .main-content p.arrow {
        margin-top: 10px;
    }

    .main-titles {
        padding: 0;
    }

    .main-text {
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .arrow-container {
        margin-top: 138px;
    }

    .main-content .fl-left {
        width: 100%;
        float: none;
    }

    .start-arrow {
        max-width: 60%;
        left: 0;
    }
    .main-content .bottom-text p{
        text-align: left;
    }
}

@media screen and (max-width:700px){
    .start-arrow p {
        height: 72px;
        font-size: 24px;

    }
}
