
.flex_container {
    display: flex;
    flex-direction: column;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.thesis_statement_essay  {
    height: 180px;
    text-align: center;
    background: url(/img/thesis_generator/thesis_generator_bg.jpg) no-repeat center center;
}

.thesis_statement_essay .title {
    font-family: Roboto;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39;
    text-align: center;
    color: #37474f;
    margin-top: 40px;
}

.thesis_statement_essay .breadcrumbs_generator  {
    padding: 0;
    font-size: 11px;
    margin: 15px 0 35px;
    list-style: none;
    overflow: hidden;
}

.thesis_statement_essay .breadcrumbs_generator li {
    float: left;
}

.thesis_statement_essay .breadcrumbs_generator li:after {
    content: '>';
    color: #999;
    padding: 0 5px;
}

.breadcrumbs_generator li.active:after {
    content: '';
}

.thesis_statement_essay .breadcrumbs_generator li a, .thesis_statement_essay .breadcrumbs_generator li.active {
    color: #999;
    font-size: 12px;
}

.generator_thesis_form {
    padding: 40px 0 35px;
    background: #f6f7f7;
}

.generator_thesis_form .useful_info {
    padding: 25px 25px 30px;
    background: #fff;
    margin-bottom: 25px;
    font-family: Open Sans;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
}

.generator_thesis_form .useful_info .before_title {
    font-size: 11px;
    line-height: 2.18;
    color: #a8adb7;
    text-transform: uppercase;
}

.generator_thesis_form .useful_info .title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #37474f;
    margin-bottom: 20px;
}

.generator_thesis_form .useful_info .content_bl, .generator_thesis_form .useful_info ol li {
    font-size: 13px;
    line-height: 1.69;
    color: #37474f;
}

.generator_thesis_form .useful_info ol {
    padding: 0;
    margin: 0;
    counter-reset: item;
}

.generator_thesis_form .useful_info ol li {
    display: block;
    margin-bottom: 20px;
}

.generator_thesis_form .useful_info ol li:last-child {
    margin-bottom: 0;
}

.generator_thesis_form .useful_info ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
}

.generator_thesis_form .text_bl {
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.5;
    color: #37474f;
    margin-bottom: 20px;
}

.thesis_essay_content {
    padding: 60px 0 80px;
    font-family: Open Sans;
}

.thesis_essay_content .interior_bl {
    padding: 0 100px;
}

.thesis_essay_content h1, .thesis_essay_content h2, .thesis_essay_content h3 {
    font-weight: bold;
}

.thesis_essay_content h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.thesis_essay_content h2 {
    font-size: 24px;
    margin-bottom: 25px;
}

.thesis_essay_content h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

.thesis_essay_content p {
    font-size: 14px;
    line-height: 1.57;
    color: #546e7a;
    margin-bottom: 25px;
}

.generator_thesis_form .col-lg-4 {
    float: right;
}

.generator_thesis_form .col-lg-8 {
    float: left;
}

@media(min-width: 320px) and (max-width: 1199px) {

    .thesis_essay_content .interior_bl {
        padding: 0;
    }

    .thesis_statement_essay {
        background: #e0e2e4;
        padding-bottom: 75px;
    }

    .thesis_statement_essay .title {
        font-size: 30px;
    }

    .generator_thesis_form {
        padding: 20px 0 40px;
    }

    .flex-container_statement {
        display: flex;
        flex-direction: column;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

}

@media(min-width: 320px) and (max-width: 767px) {

    .thesis_statement_essay {
        background: #e0e2e4;
        padding-bottom: 75px;
        overflow: hidden;
        height: auto;
    }

    .thesis_statement_essay .title {
        font-size: 30px;
    }

    .generator_thesis_form {
        padding: 20px 0 40px;
    }

    #form_generate_thesis {
        margin: 20px 0 50px;
    }

    .generator_thesis_form .col-lg-8, .generator_thesis_form .col-lg-4 {
        float: none !important;
    }

}