.migration_page .h2,.migration_page .h2>h1 {
    font: 700 48px 'Roboto', sans-serif;
    text-align: left;
    color: #000;
    max-width: 665px;
    margin: 0 0 20px;
    line-height: 56px;
}
.migration_page .description {
    font: 500 18px 'Roboto', sans-serif;
    text-align: left;
    color: #000;
    max-width: 810px;
    margin: 0 0 40px;
    line-height: 21px;
}
.migration_page .green_link{
    display: inline-block;
    background: #18BF49;
    box-shadow: 0 5px 10px rgba(24, 191, 73, 0.2);
    border-radius: 5px;
    font: 700 16px 'Roboto', sans-serif;
    line-height: 19px;
    text-align: center;
    color: #FFF;
    padding: 10px 40px;
    transition: all .3s;
}
.migration_page .green_link:hover{
    text-decoration: none;
    color: #FFF;
    background: #159a3c;
}
.migration_page .green_link:focus {
    background: #159a3c;
    color: #fff;
    box-shadow: none;
    text-decoration: none;
}
.migration_page img {
    max-width: 100%;
    display: inline-flex;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    /*background: #18bf49;*/
    background: transparent;
    padding: 3px;
    margin-right: 10px;
}
.migration_page .our_customer_reviews_slider .customer_reviews-item.transition_block {
    border-color: transparent;
}
.catalog_transfer.container img {
    border: 3px solid #18bf49;
}

.image_block .description {
    max-width: 450px;
}
.image_block {
    position: relative;
    padding-top: 120px;
    padding-bottom: 270px;
}
.image_block img {
    width: initial;
    position: absolute;
    bottom: 61px;
    right: 0;
}

/*ode_cms__list*/

.about {
    position: relative;
    padding: 65px 0 85px;
    margin: -60px 0 0;
    z-index: 5;
}
.about:before {
    content: '';
    background: #F8E342;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}
.about .about_info {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about .about_info .item {
    padding: 0 50px;
    border-right: 1px solid #7F6A00;
}
.about .about_info .item:last-of-type {
    border: none;
}
.about .item .title {
    font: 700 84px 'Roboto',sans-serif;
    text-align: center;
    color: #000;
}
.about .item p {
    font: 700 16px 'Roboto',sans-serif;
    line-height: 19px;
    text-align: center;
    color: #7F6A00;
    text-transform: uppercase;
}

/*fast_import*/

.fast_import {
    padding: 100px 0 85px;
    text-align: center;
}
.fast_import .h2 {
    max-width: 720px;
}
.fast_import .description {
    margin-bottom: 100px;
    max-width: 760px;
}
.fast_import_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.fast_import_list>div {
    padding: 0 10px;
}
.fast_import .item{
    height: 203px;
    background: #FFF;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eee;
    border-radius: 10px;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 5px;
}
.fast_import img {
    float: left;
    max-width: 70px;
    width: 100%;
    height: auto;
    text-align: left;
    margin-left: 15px;
}
.fast_import .cont_block {
    font: 400 14px 'Roboto', sans-serif;
    padding: 0 15px 20px;
    line-height: 16px;
    color: #2c2525;
    text-align: left;
    max-width: 250px;
}
.fast_import .item_title{
    font: 500 18px 'Roboto', sans-serif;
    line-height: 21px;
    color: #2C2525;
    display: block;
    margin: 0 0 5px;
}
.fast_import .item.active{
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 4px rgba(24, 191, 73, 0.3);
    background-color: rgba(255, 255, 255, 0.05);
}
.try_now_btn {
    display: inline-block;
    margin: 40px 0 0;
}


/*work_block*/

.work_block {
    padding: 0 0 80px;
    position: relative;
    text-align: center;
}
.work_block .h2 {
    max-width: 577px;
}
.work_block .description {
    margin-bottom: 70px;
}
.work_block_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0;
    background: #F8E342;
    border-radius: 10px;
}
.work_block .item {
    position: relative;
    font: 700 18px 'Roboto', sans-serif;
    line-height: 21px;
    color: #000;
    padding: 0 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.work_block .item:before {
    content: '';
    width: 1px;
    height: calc(100% - 26px);
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
.work_block .item:first-of-type::before {
    content: unset;
}
.work_block .item span {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 5px solid #fff;
    color: #000;
    font: 700 22px 'Roboto', sans-serif;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work_block .additional_block {
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 30px 20px;
    width: auto;
    position: absolute;
    display: inline;
    left: 8.33333333%;
    bottom: 30px;
    font: 500 18px 'Roboto', sans-serif;
    line-height: 21px;
    color: #000;
}
.work_block .additional_block .green_link {
    margin: 0 35px 0 15px;
}

/*catalog_transfer*/
.catalog_transfer {
    padding: 50px 0 110px;
}
.catalog_transfer .catalog_transfer-img {
    width: inherit;
    height: auto;
}
.catalog_transfer > .row > div > .row {
    display: flex;
    align-items: center;
}
.catalog_transfer img {
    padding-right: 30px;
}
.migration_page .catalog_transfer .description {
    margin: 0;
    max-width: 540px;
}

/*migration_block*/

.migration_block {
    padding: 60px 0 100px;
    background: #F8E342;
}
.migration_block .h2 {
    max-width: 100%;
    margin: 0 0 20px;
}
.migration_block .description {
    margin-bottom: 90px;
    max-width: 490px;
}
.migration_block .left{
    background-repeat: no-repeat;
    background-size: contain;
    height: 436px;
    position: relative;
}
.migration_block .left > span {
    width: 120px;
    height: 120px;
    background: #000;
    border-radius: 10px;
    padding: 15px 9px 10px 10px;
    color: #fff;
    font: 400 12px 'Roboto', sans-serif;
    line-height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
}
.migration_block .left > span:nth-child(1){
    top: -76px;
    right: -25px;
}
.migration_block .left > span:nth-child(2){
    bottom: 41px;
    left: -33px;
}
.migration_block .left > span:last-child{
    bottom: 0;
    right: -80px;
}
.migration_block .left > span img{
    margin: 0 0 8px;
    max-width: 41px;
    width: 41px;
    height: 41px;
    display: block;
}
.migration_block .right {
    padding-left: 70px!important;
}
.migration_block .right li {
    margin:0 0 55px;
    padding-left: 55px;
    position: relative;
    font: 400 14px 'Roboto', sans-serif;
    line-height: 1.38;
    color: #000;
}
.migration_block .right li img {
    width: 35px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
.migration_block .right ul li:nth-of-type(1) img {
    height: 43px;
}
.migration_block .right ul li:nth-of-type(2) img {
    width: 43px;
}
.migration_block .right ul li:nth-of-type(3) img {
    height: 43px;
}
.migration_block .right li .title {
    font: 500 18px 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 10px;
}


/*big_ambition*/

.big_ambition {
    background: #fff;
    padding: 100px 0 80px;
}

.big_ambition .description a, .big_ambition .description a:hover{
    color:#18BF49;
    text-decoration: underline;
}
.big_ambition .our_customer_reviews_slider {
    overflow-y: hidden;
    overflow-x: visible;
    border-bottom: none;
    padding: 50px 0 60px;
}
.big_ambition .our_customer_reviews_slider .h2{
    display: none;
}
.big_ambition .h2 {
    max-width: 750px;
}
.big_ambition .description {
    max-width: 640px;
    margin: 0 0 30px;
}

/*.migration_test_shop */
.migration_test_shop .h2 {
    margin: 0 0 70px;
}
.migration_test_shop  .try_test_shop_section {
    background: #fff;
    padding: 0;
    margin: 0 0 90px;
    display: inline-flex;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.05);
}
.migration_test_shop .try_test_shop_section .form_make_template_block .form_make_advantages li {
    margin-bottom: 10px;
}
.migration_test_shop .try_test_shop_section .form_make_template_block {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.migration_test_shop .try_test_shop_section .form_make_template_block .form_make_advantages {
    text-align: left;
    margin: 20px 0;
    padding: 0px 20px;
    font-weight: 500;
}
.migration_test_shop .try_test_shop_section .form_make_template_block .button_get_test {
    margin-bottom: 0px;
}
.migration_test_shop .try_test_shop_section .form_make_template_block .creation_rules_text {
    color: #777;
    font: 700 12px 'Roboto',sans-serif;
    max-width: 290px;
    margin: 0 auto;
}
.migration_test_shop .try_test_shop_section .form_make_template_block .text_top_under_button{
    font: 400 14px 'Roboto',sans-serif;
    color: rgba(0,0,0,.7);
    max-width: 250px;
    margin: 0 auto;
}
.migration_test_shop .row {
    position: relative;
    z-index: 1;
}
.migration_test_shop .text_block {
    position: unset;
    padding: 20px 0 0;
}
.migration_test_shop .text_block:before {
    content: '';
    width: calc(100% - 100px);
    background: #F8E342;
    border-radius: 15px 15px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 340px;
}
.migration_test_shop .text_block .top_block {
   padding: 30px 0 0 0;
}
.migration_test_shop .text_block .bottom_block {
    padding: 35px 105px 0 0;
    list-style-type: initial;
    display: block;
}
.migration_test_shop .text_block .title {
    line-height: 21px;
    font: 500 18px 'Roboto', sans-serif;
    color: #000;
    margin: 0 0 16px;
}
.migration_test_shop .text_block li {
    font: 400 14px 'Roboto', sans-serif;
    line-height: 16px;
    color: #000;
    margin: 0 0 16px;
}
.migration_test_shop .text_block li .bold {
    font: 700 14px 'Roboto', sans-serif;
}

@media (max-width: 1199px){
    .migration_page .h2 {
        font: 700 42px "Roboto", sans-serif;
        line-height: 40px;
    }
    .image_block img {
        bottom: 54px;
    }
    .fast_import .item {
        height: 183px;
        margin: 0 0 20px;
    }
    .work_block_list {
        align-items: inherit;
    }
    .work_block .item {
        padding: 0 4%;
        justify-content: flex-start;
    }
    .migration_block .left > span:nth-child(1) {
        right: -10px;
    }
    .migration_block .left>span:nth-child(2) {
        bottom: 110px;
        left: 30px;
    }
    .migration_block .left>span:last-child {
        bottom: 165px;
        right: -50px;
    }
    .migration_page .our_customer_reviews_slider .our_customer_reviews_wrapper.owl-carousel .owl-stage-outer {
        margin-right: 0;
    }
    .migration_test_shop .try_test_shop_section .form_make_template_block {
        width: 360px;
    }
}

@media (max-width: 991px) {
    .migration_page .h2,
    .migration_page .description {
        max-width: 100% !important;
        font: 700 36px 'Roboto', sans-serif;
        line-height: 34px;
    }
    .migration_page .description {
        font: 500 16px 'Roboto', sans-serif;
        line-height: 18px;
    }
    .image_block .description {
        margin-bottom: 40px;
    }
    .image_block {
        padding-top: 20px;
        padding-bottom: 345px;
    }
    .image_block img {
        bottom: 50px;
    }
    .migration_block .left>span:first-child {
        top: -45px;
        right: 0;
    }
    .migration_block .left>span:last-child {
        bottom: -13px;
        right: 60px;
    }
    .fast_import {
        padding: 100px 0 0;
    }
    .fast_import .description {
        margin-bottom: 50px;
    }
    .about .item .title {
        font: 700 68px 'Roboto', sans-serif;
    }
    .work_block {
        padding: 100px 15px;
    }
    .work_block_list {
        justify-content: center;
    }
    .work_block .item {
        font: 500 16px 'Roboto', sans-serif;
        padding: 0 3%;
        justify-content: flex-start;
    }
    .catalog_transfer {
        padding: 50px 15px 80px;
    }
    .migration_block {
        padding: 100px 0 20px;
    }
    .migration_block .description {
        margin-bottom: 70px;
    }
    .migration_block .right li {
        margin: 0 0 30px;
    }
    .migration_block .left>span:nth-child(1) {
        right: unset;
        left: 485px;
    }
    .migration_block .left > span:nth-child(2) {
        bottom: -5px;
    }
    .migration_block .left>span:last-child {
        bottom: -30px;
        right: unset;
        left: 545px;
    }
    .migration_block .right {
        padding: 70px 0 0 !important;
    }
    .migration_test_shop .try_test_shop_section {
        margin: 0 0 50px;
    }
    .migration_test_shop .try_test_shop_section .form_make_template_block {
        width: 320px;
        margin: 0;
    }
    .migration_test_shop .text_block .bottom_block {
        padding: 20px 15px 0 0;
    }
    .migration_test_shop .text_block:before {
        height: 350px;
    }
    .migration_test_shop .try_test_shop_section .form_make_template .store_select_block,
    .migration_test_shop .try_test_shop_section .form_make_template .name_phone_inputs {
        flex-direction: column;
        margin: 0;
    }
    .migration_test_shop .try_test_shop_section .form_make_template .name_phone_inputs input,
    .migration_test_shop .try_test_shop_section .form_make_template .store_select_block .choice_store_name {
        width: 100%;
        margin: 10px 0 0;
    }
    .migration_test_shop .try_test_shop_section .form_make_template .store_select_block .select_template_wrapper {
        width: 100%;
        margin: 10px 0;
    }
    .migration_test_shop .try_test_shop_section .form_make_template .button_create_new_site,
    .migration_test_shop .try_test_shop_section .form_make_template .home__block_offer_link.template_dropdown {
        margin: 0 !important;
    }
}

@media (max-width: 767px){
    main .migration_page .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .migration_page .h2,
    .migration_page .description {
        font: 700 24px 'Roboto', sans-serif;
        text-align: left;
    }
    .migration_page .description {
        font: 500 16px 'Roboto', sans-serif;
    }
    .image_block {
        margin-top: 20px;
    }
    .image_block .description,
    .migration_block .description {
        margin-bottom: 30px;
    }
    .migration_page .image_block .h2,
    .migration_page .image_block .description {
        padding: 0;
    }
    .image_block img {
        bottom: 12px;
    }
    .about {
        padding: 20px 0;
        margin: -20px 0 0;
    }
    .about .about_info {
        flex-direction: column;
    }
    .about .about_info .item {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 30px 0;
    }
    .fast_import {
        padding: 50px 0 0;
    }
    .fast_import .h2,
    .fast_import .description {
        padding: 0 15px;
    }
    .fast_import .description,
    .work_block .description,
    .migration_block .description {
        margin-bottom: 30px;
    }
    .fast_import .col-xs-12,
    .fast_import_list>div {
        padding: 0;
    }
    .fast_import .item {
        height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
    .fast_import .cont_block {
        margin: 0;
        font: 400 14px 'Roboto', sans-serif;
        max-width: 100%;
        text-align: center
    }
    .fast_import .item_title {
        margin: 0 0 10px;
    }
    .fast_import img {
        margin: 0 0 10px;
    }
    main .migration_page .fast_import .container {
        padding: 0;
    }
    .fast_import_list {
        margin: 0;
    }
    .work_block, .big_ambition {
        /*padding: 50px 0;*/
        padding: 0;
    }
    .work_block_list {
        flex-direction: column;
        padding: 0;
    }
    .work_block .item {
        padding: 30px 15px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .work_block .work_block_list .item:last-of-type {
        border-bottom: none;
    }
    .work_block .item:before {
        content: unset;
    }
    .work_block .additional_block {
        padding: 30px 20px 20px 20px;
        margin: 20px 0 0;
        position: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .work_block .additional_block .green_link {
        margin: 0 0 10px;
    }
    .catalog_transfer {
        padding: 50px 15px;
    }
    .catalog_transfer > .row > div > .row {
        flex-direction: column;
    }
    .catalog_transfer img {
        padding-right: 0;
        margin: 0 auto 25px;
        display: block;
    }
    .migration_block {
        padding: 0 0 30px;
    }
    .migration_block .left {
        background-image: none;
        height: auto;
    }
    .migration_block .left > span {
        position: unset;
        margin: 0 0 10px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding:10px 15px;
        width: 100%;
        height: auto;
    }
    .migration_block .left > span img {
        margin: 0 10px 0 0;
        max-width: 30px;
        max-height: 30px;
    }
    .migration_block .right {
        padding: 30px 0 0 !important;
    }
    .migration_block .right li {
        margin: 0 0 20px;
        padding-left: 50px;
        font: 400 14px 'Roboto', sans-serif;
    }
    .migration_block .right li img {
        width: 30px!important;
        height: 30px!important;
    }
    .migration_block .right li .title {
        font: 500 16px 'Roboto', sans-serif;
        margin: 0 0 5px;
    }
    .migration_page .big_ambition .description {
        margin: 0;
    }
    .big_ambition .our_customer_reviews_slider {
        padding: 50px 0 0;
    }
    .migration_test_shop .try_test_shop_section {
        margin: 0 0 20px;
    }
    .migration_page .try_test_shop_section .h2,
    .migration_test_shop .h2{
        margin: 0 0 30px;
    }
    .migration_test_shop > .row div .row > div:first-of-type {
        text-align: center;
    }
    .migration_test_shop .text_block:before {
        content: unset;
    }
    .migration_test_shop .text_block .top_block {
        padding: 0 0 4px;
    }
    .migration_test_shop .text_block .bottom_block {
        padding: 20px 20px 20px 40px;
        background: #F8E342;
        border-radius: 15px 15px 0 0;
        margin: 20px 0 0;
    }
    .migration_test_shop .text_block .bottom_block p:last-of-type {
        margin: 0;
    }
    @media (max-width: 576px){
        .image_block {
            padding-bottom: 185px;
        }
    }
}