
.generator_top {
    min-height: 160px;
    background: url('../img/topic_generator/bg_generator.jpg') no-repeat center center;
}

.generator_top ul {
    margin: 15px 0 20px;
    padding: 0;
    font-size: 12px;
    list-style: none;
    overflow: hidden;
    font-family: Open Sans;
}

.generator_top ul li {
    float: left;
    color: #999;
}

.generator_top ul li a {
    color: #999;
}

.generator_top ul li a:after {
    content: "";
    color: #999;
    padding: 0 5px;
    font-family: Student;
}

.generator_top h3, .generator_top h1 {
    margin: 0;
    color: #37474f;
    font-size: 36px;
    text-align: center;
    font-family: Roboto;
}

.generator_content {
    padding: 90px 0;
}

.generator_content .col-md-12 {
    padding: 0 75px !important;
}

.generator_content h1 {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 1.47;
    text-align: center;
    color: #2e4854;
    font-family: Roboto;
}

.generator_content h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 25px;
}

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

.how_it_work {
    color: #35474f;
    margin: 75px 0 30px;
    font-family: Roboto;
    padding: 20px 0 30px 30px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.how_it_work .title {
    font-size: 24px;
}

.how_it_work ul {
    padding: 0;
    list-style: none;
    margin: 15px 0 0 0;
}

.how_it_work ul li {
    font-size: 14px;
    margin-bottom: 12px;
    font-family: Roboto;
}

.how_it_work ul li span {
    font-size: 13px;
    margin-right: 25px;
    font-family: Roboto;
    text-transform: uppercase;
}

.how_it_work ul li:last-child {
    margin-bottom: 0;
}

.order_writing {
    margin-bottom: 25px;
    padding: 25px 20px 20px 65px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);
}

.order_writing .title {
    float: left;
    width: 200px;
    color: #2e4854;
    font-size: 14px;
    line-height: 1.43;
    position: relative;
    margin: 0 15px 12px 0;
    font-family: Roboto;
}

.order_writing .title:before {
    top: 5px;
    left: -43px;
    position: absolute;
    content: url('../img/topic_generator/edit.svg');
}

.order_writing .price_bl {
    float: right;
}

.order_writing .price_bl {
    color: #18b5f9;
    font-size: 20px;
    line-height: 1;
    font-family: Roboto;
}

.order_writing .price_bl .up_from {
    font-size: 12px;
}

.order_writing .price_bl .up_from, .order_writing .price_bl span {
    line-height: 1.3;
    font-family: Roboto;
}

.order_writing .price_bl span {
    font-size: 14px;
}

.btn_write_paper {
    color: #18b5f9;
    font-size: 18px;
    font-family: Roboto;
    text-decoration: underline;
}

.btn_write_paper:hover, .btn_write_paper:active {
    color: #18b5f9;
    text-decoration: none;
}

.btn_write_paper:after {
    content: '';
    font-size: 12px;
    padding-left: 8px;
    font-family: Student;
}

.form_select_type {
    padding: 20px;
    color: #2e4854;
    font-size: 16px;
    background: #eee;
    line-height: 1.25;
    font-family: Roboto;
}

.form_select_type .content {
    font-size: 14px;
    line-height: 1.29;
    margin: 10px 0 15px;
    font-family: Roboto;
}

.form_select_type input, .form_select_type select, .form_select_type .btn_send_essay {
    width: 100%;
    height: 40px;
    border: none;
    color: #35474f;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 3px;
    font-family: Open Sans;
}

.form_select_type input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #90a4ae;
}
.form_select_type input::-moz-placeholder { /* Firefox 19+ */
    color: #90a4ae;
}
.form_select_type input:-ms-input-placeholder { /* IE 10+ */
    color: #90a4ae;
}
.form_select_type input:-moz-placeholder { /* Firefox 18- */
    color: #90a4ae;
}

.form_select_type input, .form_select_type select {
    margin-bottom: 15px;
}

.form_select_type select {
    font-weight: 600;
}

.form_select_type .btn_send_essay {
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #3bd15b;
    font-family: Roboto;
}

.form_select_type .btn_send_essay:hover, .form_select_type .btn_send_essay:active {
    opacity: 0.8;
    text-decoration: none;
}

.generator_box h3, .generator_top h1 {
    color: #35474f;
    font-weight: 600;
    margin: 30px 0 15px;
    font-family: Roboto;
}

.generator_top h1 {
    font-size: 28px;
}

.generator_box h3 {
    font-size: 24px;
}

#form_generator {
    overflow: hidden;
    background: #e4e7e8;
    padding: 25px 25px 40px;
}

#form_generator .field_topic, #form_generator .field_subject {
    margin-right: 25px;
}

#form_generator .field_topic, #form_generator .field_subject, #form_generator .btn_generate {
    float: left;
}

#form_generator .field_topic {
    width: 270px;
}

#form_generator .field_subject {
    width: 240px;
}

#form_generator input, #form_generator select, #form_generator .btn_generate {
    height: 44px;
    border: none;
    border-radius: 3px;
}

#form_generator input, #form_generator select {
    width: 100%;
    color: #35474f;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans;
}

#form_generator label {
    color: #35474f;
    font-size: 14px;
    margin-bottom: 4px;
    font-family: Roboto;
}

#form_generator .btn_generate {
    width: 140px;
    padding: 0;
    color: #ffea4a;
    font-size: 18px;
    margin-top: 27px;
    background: #455a64;
    font-family: Roboto;
}

#form_generator .btn_generate:hover, #form_generator .btn_generate:active {
    opacity: 0.8;
    outline: none;
    text-decoration: none;
}

.result_search {
    overflow: hidden;
    padding: 25px 25px 20px;
    border-bottom: solid 1px #c7cbcd;
}

.result_search:hover {
    background: #f7f8fa;
}

.result_bl {
    float: left;
    width: 345px;
    color: #546e7a;
    font-size: 16px;
    line-height: 1.5;
    font-family: Roboto;
}

.result_search .btn_bl {
    float: right;
    display: none;
}

.result_search .mob_btn_bl {
    display: inline-block;
}

.btn_copy {
    color: #18b5f9;
    font-size: 14px;
    font-family: Roboto;
}

.btn_copy {
    margin: 7px 18px 0 0;
}

.btn_copy:before {
    top: 2px;
    position: relative;
    padding-right: 3px;
    content: url('../img/topic_generator/i_copy.svg');
}

.btn_copied {
    color: #36b150;
}

.btn_copied:before {
    top: 0;
    content: '';
    position: relative;
    padding-right: 5px;
    font-family: Student;
}

.btn_copy:hover, .btn_copy:active {
    cursor: pointer;
    opacity: 0.8;
}

.btn_copy, .find_samples, .order_topic {
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    font-family: Roboto;
}

.find_samples, .order_topic {
    width: 120px;
}

.find_samples {
    margin-right: 15px;
}

.find_samples .btn_find_samples, .order_topic .btn_order_essay {
    display: block;
    cursor: pointer;
    line-height: 32px;
    border-radius: 3px;
    text-decoration: none;
}

.find_samples .btn_find_samples {
    color: #18b5f9;
    background: #fff;
    border: 1px solid #18b5f9;
}

.order_topic .btn_order_essay {
    color: #fff;
    background: #18b5f9;
}

.find_samples .btn_find_samples:hover, .find_samples .btn_find_samples:active {
    color: #fff;
    background: #18b5f9;
    text-decoration: none;
}

.order_topic .btn_order_essay:hover, .order_topic .btn_order_essay:active {
    opacity: 0.8;
    text-decoration: none;
}

.find_samples .info_text, .order_topic .info_text {
    font-size: 9px;
    color: #5d7089;
    margin-top: 2px;
    font-family: Open Sans;
}

.enter_your_topic, .keyword_appeared {
    color: #546e7a;
    font-size: 14px;
    text-align: center;
    background: #f7f8fa;
    padding: 25px 50px 20px 20px;
    font-family: Roboto;
}

.enter_your_topic {
    position: relative;
    padding: 30px 0 35px;
}

.enter_your_topic:before {
    top: -25px;
    left: 65px;
    position: absolute;
    content: url('../img/topic_generator/fill_arrow.svg');
}

.title_most_popular {
    color: #35474f;
    font-size: 22px;
    margin-top: 35px;
    font-family: Roboto;
}

.popular_essay_bl {
    margin-top: 20px;
    padding: 30px 30px 25px;
    background-color: #f7f8fa;
}

.popular_essay_bl .title {
    font-size: 18px;
    color: #18b5f9;
    font-family: Roboto;
}

.popular_essay_bl .content {
    color: #36474f;
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.44;
    font-family: Roboto;
}

.popular_essay_bl .info_paper {
    float: left;
    font-size: 12px;
    margin-top: 12px;
    font-family: Open Sans;
}

.popular_essay_bl .count_page {
    color: #37474f;
    margin-right: 20px;
    display: inline-block;
}

.popular_essay_bl .count_page:before {
    content: '';
    padding-right: 6px;
    font-family: Student;
}

.popular_essay_bl .count_page span, .popular_essay_bl .research_paper {
    color: #90a4ae;
}

.popular_essay_bl .research_paper {
    display: inline-block;
}

.popular_essay_bl .btn_box {
    float: right;
}

.popular_essay_bl .btn_polish_essay, .popular_essay_bl .btn_preview_essay {
    display: inline-block;
    width: 170px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
    border-radius: 3px;
    text-decoration: none;
    font-family: Open Sans;
}

.popular_essay_bl .btn_polish_essay {
    color: #38baf7;
    background: #fff;
    margin-right: 15px;
    line-height: 38px;
    border: solid 1px #18b5f9;
}

.popular_essay_bl .btn_preview_essay {
    color: #fff;
    background: #18b5f9;
}

.popular_essay_bl .btn_polish_essay:hover, .popular_essay_bl .btn_polish_essay:active {
    color: #fff;
    background: #18b5f9;
    text-decoration: none;
}

.popular_essay_bl .btn_preview_essay:hover, .popular_essay_bl .btn_preview_essay:active {
    opacity: 0.8;
    text-decoration: none;
}

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

    .page-essay-topic-generator-index .p-90 {
        padding-top: 0;
    }

    .generator_top {
        min-height: 160px;
        background: #f5f5f5;
    }

    .generator_content .col-md-12 {
        padding: 0 15px !important;
    }

    #form_generator .btn_generate {
        float: none;
        clear: both;
        display: block;
        margin: 100px auto 0;
    }

    .enter_your_topic {
        padding: 20px 0 25px;
    }

    .enter_your_topic:before {
        display: none;
    }

    #form_generator {
        padding: 25px 25px 30px;
    }

    #form_generator .field_subject {
        margin-right: 0;
    }

    .generator_content {
        padding: 50px 0;
    }

    .generator_content h2 {
        margin: 20px 0;
    }

    .form_select_type {
        text-align: center;
        padding: 20px 15px;
    }

    .order_writing {
        margin: 0 15px 20px;
        padding: 25px 15px 20px 50px;
    }

    .order_writing .title {
        width: 130px;
        margin: 0 0 12px;
        line-height: 1.57;
    }

    .order_writing .title:before {
        left: -35px;
    }

    .order_writing .price_bl .up_from {
        text-align: right;
    }

    .how_it_work {
        margin: 40px 15px 20px;
        padding: 20px 0 30px 25px;
    }

    .how_it_work ul li span {
        display: block;
    }

    .title_most_popular {
        margin: 30px 15px 0;
    }

    .popular_essay_bl {
        margin-top: 15px;
        padding: 30px 30px 25px;
    }

    .popular_essay_bl {
        margin: 15px 15px 0;
        padding: 20px 15px 35px;
    }

    .popular_essay_bl .title {
        text-align: center;
    }

    .popular_essay_bl .content {
        font-size: 14px;
        margin: 10px 0 25px;
        line-height: 1.57;
        text-align: center;
    }

    .generator_box .col-md-8 {
        padding: 0 !important;
    }

    .enter_your_topic, .keyword_appeared {
        padding: 20px 15px 20px;
    }

    .popular_essay_bl .info_paper, .popular_essay_bl .btn_box {
        float: none;
    }

    .popular_essay_bl .info_paper {
        text-align: center;
    }

    .popular_essay_bl .btn_polish_essay, .popular_essay_bl .btn_preview_essay {
        display: block;
        margin: 0 auto;
    }

    .popular_essay_bl .btn_polish_essay {
        margin: 15px auto;
    }

    .result_search .btn_bl {
        float: none;
        display: block;
    }

    .btn_copy {
        margin: 0;
        top: 20px;
        right: 15px;
        position: absolute;
    }

    .result_search .mob_btn_bl {
        width: 260px;
        display: none;
        margin: 15px auto 0;
    }

    .result_search {
        position: relative;
        padding: 20px 15px 20px;
    }

    .result_bl {
        float: none;
        width: 210px;
        font-size: 14px;
        line-height: 1.4;
    }

    .legal_service {
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        color: #6ee688;
        line-height: 36px;
        background: #43516a;
    }

    .text_bl:before {
        padding-right: 5px;
        position: relative;
        top: 1px;
        content: url('../img/shield_green.svg');
    }

}

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

    .how_it_work {
        margin: 75px 0 30px;
        padding: 15px 0 20px 15px;
    }

    .order_writing .title:before {
        left: 0;
    }

    .order_writing {
        padding: 25px 20px 20px 20px;
    }

    .order_writing .title, .order_writing .price_bl, .popular_essay_bl .info_paper, .popular_essay_bl .btn_box {
        float: none;
    }

    .popular_essay_bl .info_paper {
        margin: 10px 0;
    }

    .order_writing .title {
        padding-left: 35px;
    }

    .btn_polish_essay {
        margin: 0 auto;
    }


}

@media(min-width: 768px) and (max-width: 991px) {

    #form_generator .field_topic {
        width: 335px;
    }

    #form_generator .field_subject {
        width: 285px;
    }

    #form_generator .field_subject {
        width: 310px;
    }

    .how_it_work {
        margin: 30px 0;
    }

}


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

    .generator_top {
        min-height: 110px;
    }

    #form_generator {
        padding: 15px 15px 30px;
    }

    #form_generator .field_topic, #form_generator .field_subject {
        float: none;
        width: 100%;
    }

    #form_generator .field_topic {
        margin-bottom: 5px;
    }

    .generator_top ul {
        margin: 15px 0 20px 10px;
    }

    .generator_top h3, .generator_top h1 {
        font-size: 24px;
    }

    #form_generator .btn_generate {
        float: none;
        clear: both;
        display: block;
        margin: 15px auto 0;
    }

    #form_generator .btn_generate {
        width: 290px;
    }

    .generator_box h3 {
        display: none;
    }

    .legal_service {
        font-size: 12px;
        line-height: 18px;
    }


}






























