@font-face {
    font-family: GT-Pro;
    src: url(../font/GTWalsheimPro.otf);
}
@font-face {
    font-family: GT-Black;
    src: url(../font/GTWalsheimPro-Black.otf);
}
@font-face {
    font-family: GT-Bold;
    src: url(../font/GTWalsheimPro-Bold.otf);
}
@font-face {
    font-family: GT-Medium;
    src: url(../font/GTWalsheimPro-Medium.otf);
}
* {
    margin: 0;
    padding: 0;
}

html {
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    font-family: GT-Pro;
    background: #f9f9f9;
    padding: 0;
    margin: 0;
}

.sl__slide {
    outline: none;
}

.personal {
    font-size: 9px;
    text-align: center;
    margin-top: 20px;
    opacity: 0.5;
}


.personal a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.steps {
    font-family: GT-Pro;
    font-weight: normal;
    color: #797979;
    position: absolute;
    left: 225px;
    top: 10%;
    font-size: 18px;
}

.hr_block {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    display: flex;
}

.hr {
    width: 16.6%;
    border-right: 2px solid #fff;
}

.hr:last-child {
    border-right: 0px;
}

.hr_block_f {
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    display: flex;
}

.hr_f {
    width: 16.6%;
    border-right: 2px solid #f9f9f9;
}

.hr_f:last-child {
    border-right: 0px;
}
/*
.in_l_b_2 {
    margin-bottom: 900px;
}

.in_r_b_4 {
    margin-bottom: -1000px;
}

.icon_block {
    margin-top: -400px;
    padding: 0 0 120px !important;
}

.list__work {
    margin-top: 750px;
}

.in_t_b_7 {
    margin-bottom: -3550px;
}

.list__partners {
    margin-top: 1200px;
}

.img_b_9 {
    margin-top: -1850px;
}
*/
.c_b_1, .c_b_2, .c_b_4, .block_6, .c_b_9, .c_footer, .footer_in_footer {
    max-width: 1980px;
    margin: auto;
}

.list_2 {
    display: flex;
    width: 100%;
}

.in_list {
    width: 33.3%;
}

.c_b_7 {
    z-index: 10;
}

.item__prod {
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    width: 31.3%;
    height: 400px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.item__prod img {
    width: 70%;
}

.item__prod_1 {
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    width: 96%;
    height: 400px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.item__prod_1 img {
    max-width: 70%;
    max-height: 100%;
}

.img__prod {
    overflow: hidden;
    padding: 10px;
    display: flex;
    height: 75%;
    align-items: center;
    justify-content: center;
}

.text__prod {
    text-align: left;
    max-width: 70%;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    bottom: 50px;
    left: 65px;
}

.item__prod:hover > .shadow {
    box-shadow: 0px 15px 70px rgba(63, 18, 18, 0.5);
    transition: 0.2s;
}

.item__prod_1:hover > .shadow {
    box-shadow: 0px 15px 70px rgba(63, 18, 18, 0.5);
    transition: 0.2s;
}

.shadow {
    position: absolute;
    width: 70%;
    margin: 0 15%;
    height: 70%;
    top: 30%;
    border-radius: 5px;
    z-index: -1;
    transition: 0.2s;
}

.block_2 {
    width: 100%;
    display: flex;
    padding: 120px 0;
}

.wrapper_b_2 {
    width: 77%;
    margin: auto;
}

/*-------------------------- Start Header ---------------------------------- */
/*
@media only screen and (min-width : 1680px) and (max-width: 1824px) {
    .title_b_1 {
        font-size: 83px !important;
    }

    .r_b_1, .l_b_1 {
        height: 702px !important;
    }

    .submit_b_1 {
        font-size: 18px !important;
    }

    .button_b_1 a, .c_m_l ul li a {
        font-size: 14.5px !important;
    }
}*/

@media only screen and (min-width : 1280px) and (max-width: 1400px) {

    .personal {
        width: 168px !important;
    }
    .steps {
        left: 160px !important;
        top: 7% !important;
        font-size: 15px !important;
    }

    .slick-prev {
        left: 105px !important;
    }

    .slick-next {
        left: 225px !important;
    }

    .slick-prev, .slick-next {
        top: 7% !important;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 34px !important;
    }
    
    .menu_left {
        padding-top: 40px !important;
    }

    .c_m_l ul li {
        padding: 25px 114px !important;
        transition: 0.2s;
    }
/*
    .prod_1 {
        margin-top: 165px !important;
    }

    .prod_2 {
        margin-top: 275px !important;
    }

    .prod_3 {
        margin-top: 85px !important;
    }

    .in_l_b_2 {
        margin-bottom: 600px;
    }

    .in_r_b_4 {
        margin-bottom: -700px;
    }

    .second__item {
        margin-top: 540px !important;
    }

    .thred__item {
        margin-top: 589px !important;
    }

    .fourd__item {
        margin-top: 520px !important;
    }

    .fived__item {
        margin-top: 485px !important;
    }

    .list__work {
        margin-top: 520px;
    }

    .in_t_b_7 {
        margin-bottom: -2750px;
    }

    .list__partners {
        margin-top: 00px;
    }

    .img_b_9 {
        margin-top: -1180px;
    }
*/.l_b_4
    .item__prod, .item__prod_1 {
        float: left;
        margin-right: 4%;
        margin-bottom: 30px;
        box-sizing: border-box;
        position: relative;
        width: 96%;
        height: 300px;
        background: #fff;
        text-align: center;
        border-radius: 5px;
    }

    .item__prod img {
        width: 70%;
    }

    .img__prod {
        padding: 10px;
        display: flex;
        height: 75%;
        align-items: center;
        justify-content: center;
    }

    .text__prod {
        text-align: left;
        max-width: 70%;
        color: #000;
        font-size: 19px !important;
        font-weight: 600;
        position: absolute;
        bottom: 40px;
        left: 45px;
    }

    .item__prod:hover > .shadow {
        box-shadow: 0px 15px 70px rgba(63, 18, 18, 0.5);
        transition: 0.2s;
    }

    .shadow {
        position: absolute;
        width: 70%;
        margin: 0 15%;
        height: 70%;
        top: 30%;
        border-radius: 5px;
        z-index: -1;
        transition: 0.2s;
    }

    .block_2 {
        width: 100%;
        display: flex;
        padding: 80px 0 0px;
    }

    .wrapper_b_2 {
        width: 77%;
        margin: auto;
    }
    
    .block_3 {
        height: 300px !important;
    }
    
    .block_6 {
        padding: 80px 0 100px !important;    
    }

    /*------------------------ Modal Start -----------------------*/

    .title_modal {
        font-size: 48px !important;
    }

    .submit_modal {
        font-size: 14px !important;
        margin-top: 10px !important;
    }

    .forma_modal {
        padding-top: 20px !important;
    }

    .in_modal {
        width: 750px !important;
    }

    .c_modal {
        padding: 60px 80px !important;
    }

    .forma_modal {
    }

    .forma_modal input {
        width: 220px !important;
        font-size: 16px !important;
    }

    .right_modal button {
        padding: 20px 24px !important;
        width: 240px !important;
        font-size: 16px !important;
    }

    /*------------------------- Modal End -----------------------*/

    .bars cl {
        margin-left: 55px !important;
    }

    .sale {
        padding: 7px 25px 12px !important;
    }

    .bars cl, .bar_item a, .contact_menu a {
        font-size: 14px !important;
    }

    .bar_item {
        margin-right: 38px !important;
    }

    .bars {
        width: 30px !important;
        margin-right: 113px !important;
    }

    .logo {
        margin-left: 10px !important;
    }

    .logo a img {
        height: 32px !important;
        padding: 14px 0 !important;
    }

    .number img {
        height: 17px !important;
    }

    .contact_menu a:first-child {
        margin-right: 45px !important;
    }

    .contact_menu {
        margin-right: 30px !important;
    }

    header {
        height: 60px !important;
        line-height: 55px !important;
    }

    /* ------------------ Header End -------------------- */

    .title_ul, .copyright {
        font-size: 14px !important;
    }

    .l_u_item, .r_u_item {
        padding: 20px 0 !important;
    }

    .l_u_item a, .r_u_item a {
        font-size: 12px !important;
    }

    .c_footer {
        padding: 0 110px !important;
    }

    .block_ul {
        margin-right: 140px !important;
    }

    .footer_in_footer {
        padding: 70px 110px 0 !important;
    }

    .messengers ul li a i {
        font-size: 20px !important;
    }

    .block_ul:last-child {
        margin-right: 0 !important;
    }

    /* ------------------ Footer End -------------------- */

    .title_b_1 {
        font-size: 69px !important;
    }

    .l_b_1 {
        margin-left: 102px !important;
    }

    .r_b_1, .r_b_11, .r_b_12, .l_b_1, .r_b_13 {
        height: 522px !important;
    }

    .submit_b_1 {
        font-size: 16px !important;
    }

    .button_b_1 {
        margin-top: 68px !important;
    }

    .button_b_1 a, .c_m_l ul li a {
        font-size: 14.5px !important;
    }

    .button_b_1 a {
        font-size: 14.5px !important;
        padding: 15px 50px 20px !important;
    }

    .c_b_1 {
        padding: 100px 0 80px !important;
    }

    .r_b_2 {
        width: 65.1% !important;
        height: 250px !important;
    }

    .title_b_2, .title_b_4 {
        font-size: 44px !important;
    }

    .submit_b_2, .submit_b_4 {
        margin-top: 10px !important;
        font-size: 14px !important;
    }

    .form_1 input {
        font-size: 14px !important;
        width: 150px !important;
        padding: 15px 9px !important;
    }

    .form_1 button {
        font-size: 14px !important;
        width: 168px !important;
        padding: 15px 9px !important;
    }

    .form_1 {
        padding-right: 127px !important;
    }

    .block_4 {
        height: auto !important;
        padding: 0 0 120px 0 !important;
    }

    .l_b_4 {
        width: 50%;
    }

    .l_b_4 img {
        height: auto !important;
        width: 100% !important;
    }

    .r_b_4 {
        height: auto !important;
        margin-left: 75px !important;
    }

    .icon_block {
        padding: 60px 0 !important;
    }

    .icon__item {
        padding: 0 20px !important;
    }

    .icon__item img {
        width: 60px !important;
    }

    .text_item {
        margin-top: 40px !important;
        width: 150px !important;
        font-size: 14px !important;
    }

    .item__work img {
        width: 180px !important;
    }

    .text_img {
        font-size: 18px !important;
        padding: 20px !important;
    }

    .title_6 {
        padding-bottom: 40px !important;
        font-size: 44px !important;
    }

    .title_b_7, .title_b_9 {
        font-size: 44px !important;
    }

    .text_b_7, .image_b_7 {
        height: auto !important;
    }

    .submit_b_7, .submit_b_9 {
        font-size: 14px !important;
        margin-top: 20px !important;
    }

    .button_b_6 a, .button_b_7 a {
        margin-top: 68px !important;
        font-size: 14px !important;
        padding: 15px 50px 20px !important;
    }

    .block_7 {
        padding: 60px 0 !important;
    }

    .image_b_7 img {
        width: 660px !important;
        height: auto !important;
    }

    .text_b_7 {
        margin-right: 51px !important;
    }

    .button_b_7 {
        margin-top: 58px !important;
    }

    .title_b_8 {
        font-size: 104px !important;
    }

    .item__partner img {
        width: 103px !important;
    }

    .block_8 {
        padding: 60px 0 200px !important;
    }

    .on1 {
        margin-top: 9px !important;
    }

    .tw2 {
        margin-top: 59px !important;
    }

    .th3 {
        margin-top: 39px !important;
    }

    .fo4 {
        margin-top: 101px !important;
    }

    .fi5 {
        margin-top: 39px !important;
    }

    .si6 {
        margin-top: 39px !important;
    }

    .block_9 {
        padding: 60px 0px 200px !important;
    }

    .r_b_9 {
        width: 680px !important;
        padding: 70px 20px 70px 100px !important;
    }

    .forma_2 select, .forma_2 input {
        margin-bottom: 38px !important;
    }

    .img_b_9 {
        top: 225px !important;
    }

    .l_b_9 {
        margin-left: 100px !important;
    }

    .forma_2 input {
        font-size: 14px !important;
        width: 180px !important;
        padding: 15px 9px !important;
    }

    .forma_2 select {
        width: 198px !important;
        padding: 15px 9px !important;
        font-size: 14px !important;
    }

    .forma_2 button {
        font-size: 14px !important;
        width: 198px !important;
        padding: 15px 9px !important;
    }
}

@media only screen and (max-width: 1679px) and (min-width: 1401px) {
    .logo {
        margin-left: 35px !important;
    }
    
    .contact_menu {
        margin-right: 25px !important;
    }
    
    .bars cl {
        margin-left: 50px !important;
    }
    
    .bar_item {
        margin-right: 50px  !important;
    }
    
    .bar_item:last-child {
        margin-right: 0px  !important;
    }
    
    .bars {
        margin-right: 110px !important;
    }
    
    .contact_menu a:first-child {
        margin-right: 25px  !important;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 668px) {
    
    .flex_modal_1 img {
        max-width: 90vw !important;
    }

    .steps, .slick-prev, .slick-next {
        display: none  !important;
    }

    .item__work img {
        width: 100% !important;
    }

    .block_2 {
        padding: 150px 0 50px !important;
    }

    .wrapper_b_2 {
        width: 100% !important;
        padding: 0 40px;
    }

    .title_b_20 {
        display: block !important;
        font-size: 48px;
        font-family: GT-Black;
        padding-bottom: 40px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
    }

    .item__prod {
        height: 300px !important;
        margin-bottom: 20px !important;
        width: 46% !important;
    }

    .item__prod:nth-child(2n) {
        margin-right: 2% !important;
    }

    .item__prod:nth-child(2n+1) {
        margin-left: 2% !important;
    }

    .text__prod {
        left: 45px !important;
        bottom: 30px !important;
        font-size: 20px !important;
    }

    /* Menu */
    .menu {
        float: right !important;
    }

    .logo {
        margin-left: 20px !important;
    }

    .contact_menu, .bar_item, .bars cl{
        display: none !important;
    }

    .bars, .menu_left {
        display: none !important;
        height: 80px !important;
        margin-right: 30px !important;
    }

    .bars_mobile, .menu_left_mobiles {
        display: block !important;
    }

    .left_modal, .right_modal {
        float: none !important;
    }

    .in_modal {
        max-height: 100vh;
        width: auto !important;
        height: auto !important;
    }

    .c_modal {
        padding: 73px 43px !important;
    }

    .left_modal {
        margin-right: 0 !important;
    }

    .forma_modal input {
        width: 95% !important;
    }

    .right_modal {
        text-align: center;
    }

    .title_modal {
        padding-bottom: 15px !important;
    }

    .right_modal {
        margin-top: 58px;
    }

    /* Footer */

    .none_in_footer {
        display: none !important;
    }

    .c_footer {
        width: 90%;
        margin: auto;
        padding: 0 !important;
    }

    .plus_block, .plus_block_2 {
        display: none !important;
    }

    .footer_in_footer {
        width: 90%;
        padding: 63px 0 !important;
        margin: auto;
    }

    /* Content */

    .list_1 {
        display: block !important;
    }
    
    .list_2 {
        display: none  !important;
    }

    .icon_block {
        padding: 50px 0 0 !important;
    }

    .icon__item {
        margin-top: 0 !important;
    }

    .icon_pl {
        width: 50% !important;
    }

    .flex_icon {
        width: 90%;
        margin: auto;
    }

    .icon__item {
        width: 33.3%;
        min-height: 250px;
    }

    .text_item {
        margin-top: 30px !important;
    }

    .text_item {
        width: auto !important;
    }

    .c_b_1 {
        width: 100% !important;
        padding: 80px 0 0 !important;
    }

    .r_b_1, .r_b_11, .r_b_12, .r_b_13 {
        float: none !important;
        width: 100% !important;
        height: 670px !important;
    }

    .l_b_1 {
        display: none !important;
    }

    .plansh_text {
        position: relative;
        display: block !important;
        width: 90%;
        margin: auto;
    }

    .title_p {
        font-family: GT-Black;
        top: -165px;
        color: #fff;
        width: 100%;
        position: absolute;
        font-style: normal;
        font-weight: 900;
        font-size: 64px;
    }

    .submit_p {
        display: block;
        width: 100%;
        padding-top: 20px;
        font-size: 20px;
        text-align: center;
        padding-bottom: 72px;
    }

    .button_p {
        text-align: center;
        width: 100%;
    }

    .button_p a {
        position: relative;
        margin-top: 88px;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
        color: #000;
        padding: 20px 70px;
        border: 1px solid #b8b8b8;
    }

    .shadow_r_b_1 {
        display: block !important;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(image.png);
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .l_b_2 {
        display: none !important;
    }

    .m_l_b_2 {
        display: block !important;
    }

    .c_b_2 {
        width: 100% !important;
    }

    .r_b_2 {
        width: 100% !important;
        float: none !important;
        margin: auto !important;
        display: block !important;
    }

    .m_title_b_2 {
        padding-bottom: 10px;
        font-family: GT-Black;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        font-size: 48px;
        font-weight: 600;
        width: 90%;
        margin: auto;
        padding-top: 60px;
    }

    .m_submit_b_2 {
        line-height: 1.5;
        font-size: 18px;
        width: 90%;
        margin: 30px auto 0;
    }

    .in_r_b_2 {
        display: flex !important;
    }

    .form_1 {
        width: 100% !important;
        margin: 28px auto 67px;
        padding: 0 !important;
        display: block !important;
    }

    .block_3, .r_b_2 {
        display: block;
        height: auto !important;
    }

    .left_form_1, .right_form_1 {
        width: 90%;
        margin: auto;
    }

    .right_form_1 {
        margin-left: auto!important;
    }

    .left_form_1 input {
        width: 96% !important;
    }

    .right_form_1 input {
        width: 96% !important;
        margin-top: 58px !important;
    }

    .right_form_1 {
        text-align: center;
    }

    .m_r_b_4 {
        display: block !important;
    }

    .r_b_4 {
        display: none !important;
    }

    .c_b_4 {
        width: 90% !important;
        display: block !important;
    }

    .l_b_4 {
        text-align: center;
        margin-top: 30px;
    }

    .m_title_b_4 {
        padding-bottom: 10px;
        font-family: GT-Black;
        font-size: 48px !important;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        font-weight: 600;
        margin-bottom: 30px;
    }

    .title_b_8 {
        font-size: 120px !important;
    }

    .m_submit_b_4 {
        line-height: 1.5;
        font-size: 18px;
    }

    .title_6 {
        width: 90% !important;
        padding-bottom: 40px !important;
    }

    .button_b_6 {
        display: none !important;
    }

    .list__work {
        display: block !important;
        width: 90% !important;
        margin: auto;
    }

    .item__work {
        width: 50% !important;
        box-sizing: border-box;
        float: left;
        margin-top: 0 !important;
        height: 300px;
        margin-bottom: 20px;
    }

    .href {
        height: 300px;
    }

    .shadow_block {
        display: none !important;
    }

    .item__work a {
        overflow: hidden;
        width: 100%;
    }

    .item__work_last {
        display: block !important;
    }

    .item__work_last {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-radius: 5px;
        margin-top: 0 !important;
        height: 300px;
        margin-bottom: 20px;
        padding: 0 8px;
    }

    .href_last {
        border: 1px solid #F04E23;
        border-radius: 5px;
        height: 300px;
        display: flex;
        align-items: center;
    }

    .href_last a {
        text-decoration: none;
        width: 100%;
    }

    .plus_last {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .plus_bl {
        margin: auto;
        padding: 30px 14px;
        border-radius: 100px;
        border: 6px solid #F04E23;
    }

    .plus_last span {
        display: block;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        width: 40px;
        height: 6px;
        border-radius: 10px;
    }

    .plus_last span::before {
        content: '';
        display: block;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        width: 40px;
        height: 6px;
        border-radius: 10px;
        transform: rotate(90deg);
    }

    .text_img_m {
        text-align: center;
    }

    .text_img_m span {
        text-decoration: none;
        font-size: 20px;
        color: #000;
    }

    .l_b_4 img {
        width: 100% !important;
        height: auto !important;
    }

    .text_b_7 {
        display: none !important;
    }

    .m_text_b_7 {
        display: block !important;
    }

    .block_4 {
        height: auto !important;
    }

    .c_b_7 {
        width: 90%;
        margin: auto;
    }

    .image_b_7 {
        position: relative;
        height: auto !important;
        width: 100% !important;
        float: none !important;
    }

    .image_b_7 img {
        width: 100% !important;
        height: auto !important;
    }

    .m_text_b_7 {
        position: relative;
        width: 100% !important;
    }

    .m_in_t_b_7 {
        position: absolute;
        top: -125px;
    }

    .m_title_b_7 {
        font-family: GT-Black;
        color: #fff;
        font-size: 48px;
        font-weight: 600;
        width: 95%;
        margin: auto;
    }

    .m_submit_b_7 {
        line-height: 1.5;
        margin-top: 40px;
        font-size: 18px;
    }

    .item__partner {
        float: left;
        margin-top: 0 !important;
        padding-left: 22px !important;
        margin-bottom: 70px;
    }

    .list__partners {
        margin-top: 70px;
    }

    .block_8 {
        padding: 120px 0 200px 0 !important;
    }

    .for_flex_item {
        width: 100%;
        display: block !important;
        justify-content: center;
    }

    .list__partners {
        margin-top: 100px !important;
        position: absolute !important;
    }

    .item__partner {
        width: 33.3%;
        box-sizing: border-box;
        text-align: center;
        padding: 0 !important;
        margin-bottom: 50px !important;
    }

    .r_b_9 {
        display: block !important;
        padding: 110px 0 !important;
        width: 100% !important;
    }

    .img_b_9, .text_b_9 {
        display: none !important;
    }

    .c_b_9, .forma_2 select {
        width: 100% !important;
    }

    .forma_2 input {
        width: 96.5% !important;
    }

    .l_b_9 {
        margin: auto !important;
        float: none !important;
        width: 90%;
    }

    .forma_2 {
        text-align: center;
    }

    .m_text_b_9 {
        display: block !important;
    }

    .m_title_b_9 {
        padding-bottom: 10px;
        font-family: GT-Black;
        width: 90%;
        margin: auto;
        font-size: 48px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        font-weight: 600;
        margin-bottom: 30px;
    }

    .m_submit_b_9 {
        font-size: 18px;
        width: 90%;
        margin: auto;
        margin-bottom: 28px;
    }

    .block_9 {
        padding: 120px 0 0 0 !important;
    }

    .shodaw_im_7 {
        display: block !important;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(terrasnaya-doska-1-20180518-194655-20180528-145731.jpg), url(phoca_thumb_l_terdoska3-landscape.jpg);
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .m_button_b_7 {
        text-align: center;
        width: 100%;
        margin-top: 88px;
    }

    .m_button_b_7 a {
        position: relative;
        margin-top: 88px;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
        color: #000;
        padding: 20px 70px;
        border: 1px solid #F04E23;
    }
}

@media only screen and (max-width: 667px) {
    
    .flex_modal_1 img {
        max-width: 90vw !important;
    }

    .steps, .slick-prev, .slick-next {
        display: none  !important;
    }
    
    .item__work img {
        width: 100% !important;
    }
    
    .list_1 {
        display: block !important;
    }
    
    .list_2 {
        display: none  !important;
    }
    .block_2 {
        padding: 82px 0 0px !important;
    }

    .wrapper_b_2 {
        width: 100% !important;
        padding: 0 30px !important;
    }

    .title_b_20 {
        display: block !important;
        font-size: 30px;
        font-family: GT-Black;
        padding-bottom: 30px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
    }

    .img__prod {
        padding: 5px !important;
    }

    .item__prod {
        height: 147px !important;
        margin-bottom: 20px !important;
        width: 46% !important;
    }

    .item__prod:nth-child(2n) {
        margin-right: 2% !important;
    }

    .item__prod:nth-child(2n+1) {
        margin-left: 2% !important;
    }

    .text__prod {
        left: 20px !important;
        bottom: 14px !important;
        font-size: 12px !important;
    }

    /* Menu */

    header {
        height: 70px !important;
    }

    .menu {
        float: right !important;
    }

    .logo {
        margin-left: 20px !important;
    }

    .contact_menu, .bar_item, .bars cl{
        display: none !important;
    }

    .bars, .menu_left {
        display: none !important;
        height: 80px !important;
        margin-right: 30px !important;
    }

    .bars_mobile, .flex_mobile {
        height: 70px !important;
    }

    .bars_mobile, .menu_left_mobiles {
        display: block !important;
    }

    .c_m_l_mobiles ul li a, .footer_menu a {
        font-size: 18px !important;
    }

    .mess_menu_mobile {
        display: none !important;
    }

    .footer_menu {
        bottom: 25px !important;
    }

    .bars_mobile {
        margin-right: 17px !important;
    }

    .logo a img {
        height: 33px !important;
    }

    .title_modal {
        font-size: 30px !important;
    }

    .in_modal {
        max-height: 100vh;
        width: 100% !important;
        height: 100% !important;
    }

    .c_modal {
        padding: 110px 36px 80px 36px !important;
    }

    .submit_modal {
        font-size: 16px !important;
    }

    .left_modal, .right_modal {
        float: none !important;
        margin-right: 0 !important;
    }

    .forma_modal input {
        width: 93% !important;
        margin-bottom: 20px !important;
    }

    .right_modal input {
        margin-bottom: 50px !important;
    }

    .right_modal button {
        width: 100% !important;
    }

    .logo_popup {
        display: block !important;
        position: absolute;
        left: 20px;
        top: 17.5px;
    }

    .logo_popup img {
        height: 33px;
    }

    .modal_1 {
        z-index: 12 !important;
    }

    .in_modal {
        border-radius: 0 !important;
    }

    /* Footer */

    .none_in_footer {
        display: none !important;
    }

    .c_footer {
        display: flow-root !important;
        width: 90%;
        margin: auto;
        padding: 0 !important;
    }

    .block_ul {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .left_ul {
        margin-bottom: 50px !important;
    }

    .plus_block, .plus_block_2 {
        display: none !important;
    }

    .footer_in_footer {
        width: 90%;
        padding: 23px 0 !important;
        margin: auto;
    }

    .copyright {
        display: none !important;
    }

    .messengers {
        display: flex;
        float: none !important;
        width: 100%;
        margin-bottom: 70px;
    }

    .messengers ul {
        margin: auto;
    }

    .copyright_m {
        display: block !important;
    }

    /* Content */

    .block_6 {
        padding: 0 0 120px 0 !important;
        width: 100%;
    }

    .icon_block {
        padding: 150px 0 0 0 !important;
    }

    .icon__item {
        padding: 0 !important;
        width: 50% !important;
        margin-top: 0 !important;
    }

    .icon_pl {
        width: 50% !important;
    }

    .icon__item img {
        width: 80px !important;
    }

    .flex_icon {
        width: 90%;
        margin: auto;
    }

    .icon__item {
        width: 33.3%;
        min-height: 250px;
    }

    .text_item {
        margin-top: 30px !important;
    }

    .text_item {
        width: auto !important;
    }

    .c_b_1 {
        width: 100% !important;
        padding: 80px 0 0 !important;
    }

    .r_b_1, .r_b_11, .r_b_12, .r_b_13 {
        height: 350px !important;
        float: none !important;
        width: 100% !important;
    }

    .l_b_1 {
        display: none !important;
    }

    .plansh_text {
        position: relative;
        display: block !important;
        width: 90%;
        margin: auto;
    }

    .title_p {
        font-family: GT-Black;
        top: -130px;
        color: #fff;
        width: 100%;
        position: absolute;
        font-style: normal;
        font-weight: 900;
        font-size: 36px;
    }

    .submit_p {
        display: block;
        width: 100%;
        padding-top: 20px;
        font-size: 20px;
        text-align: center;
        padding-bottom: 72px;
    }

    .button_p {
        text-align: center;
        width: 100%;
    }

    .button_p a {
        position: relative;
        margin-top: 88px;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
        color: #000;
        padding: 20px 70px;
        border: 1px solid #b8b8b8;
    }

    .shadow_r_b_1 {
        display: block !important;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(image.png);
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .l_b_2 {
        display: none !important;
    }

    .m_l_b_2 {
        display: block !important;
    }

    .c_b_2 {
        width: 100% !important;
    }

    .r_b_2 {
        width: 100% !important;
        float: none !important;
        margin: auto !important;
        display: block !important;
    }

    .m_title_b_2 {
        font-family: GT-Black;
        padding-bottom: 10px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        font-size: 30px;
        font-weight: 600;
        width: 90%;
        margin: auto;
        padding-top: 60px;
    }

    .m_submit_b_2 {
        line-height: 1.5;
        font-size: 18px;
        width: 90%;
        margin: 30px auto 0;
    }

    .in_r_b_2 {
        display: flex !important;
    }

    .form_1 {
        width: 100% !important;
        margin: 28px auto 67px;
        padding: 0 !important;
        display: block !important;
    }

    .block_3, .r_b_2 {
        display: block;
        height: auto !important;
    }

    .left_form_1, .right_form_1 {
        width: 90%;
        margin: auto;
    }

    .form_1 button {
        width: 100% !important;
    }

    .right_form_1 {
        margin-left: auto!important;
    }

    .left_form_1 input {
        width: 93% !important;
    }

    .right_form_1 input {
        width: 93% !important;
        margin-top: 58px !important;
    }

    .right_form_1 {
        text-align: center;
    }

    .m_r_b_4 {
        display: block !important;
    }

    .r_b_4 {
        display: none !important;
    }

    .c_b_4 {
        width: 100% !important;
        display: block !important;
    }

    .l_b_4 {
        text-align: center;
        margin-top: 30px;
    }

    .m_title_b_4 {
        padding-bottom: 10px;
        font-family: GT-Black;
        font-size: 30px !important;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        font-weight: 600;
        width: 85% !important;
        margin: 0 auto 30px auto !important;
        margin-bottom: 30px;
    }

    .m_submit_b_4 {
        line-height: 1.5;
        font-size: 18px;
        width: 85% !important;
        margin: auto !important;
    }

    .title_6 {
        font-size: 30px !important;
        width: 90% !important;
        padding-bottom: 40px !important;
    }

    .button_b_6 {
        display: inline-block !important;
        margin-top: 88px !important;
    }

    .button_b_6 a {
        border: 1px solid #F04E23 !important;
    }

    .block_7 {
        padding: 0 0 120px 0 !important;
    }

    .list__work {
        display: block !important;
        width: 90% !important;
        margin: auto;
    }

    .item__work {
        width: 50% !important;
        box-sizing: border-box;
        float: left;
        margin-top: 0 !important;
        height: 150px;
        margin-bottom: 20px;
    }

    .href {
        height: 150px;
    }

    .shadow_block {
        display: none !important;
    }

    .item__work a {
        overflow: hidden;
        width: 100%;
    }

    .item__work_last {
        display: none!important;
    }

    .item__work_last {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-radius: 5px;
        margin-top: 0 !important;
        height: 150px;
        margin-bottom: 20px;
        padding: 0 8px;
    }

    .href_last {
        border: 1px solid #F04E23;
        border-radius: 5px;
        height: 150px;
        display: flex;
        align-items: center;
    }

    .href_last a {
        text-decoration: none;
        width: 100%;
    }

    .plus_last {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .plus_bl {
        margin: auto;
        padding: 30px 14px;
        border-radius: 100px;
        border: 6px solid #F04E23;
    }

    .plus_last span {
        display: block;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        width: 40px;
        height: 6px;
        border-radius: 10px;
    }

    .plus_last span::before {
        content: '';
        display: block;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        width: 40px;
        height: 6px;
        border-radius: 10px;
        transform: rotate(90deg);
    }

    .text_img {
        font-size: 12px !important;
        padding: 15px !important;
    }

    .text_img_m {
        text-align: center;
    }

    .text_img_m span {
        text-decoration: none;
        font-size: 20px;
        color: #000;
    }

    .l_b_4 img {
        width: 100% !important;
        height: auto !important;
    }

    .text_b_7 {
        display: none !important;
    }

    .m_text_b_7 {
        display: block !important;
    }

    .block_4 {
        padding: 0 !important;
        height: auto !important;
    }

    .c_b_7 {
        width: 100%;
        margin: auto;
    }

    .image_b_7 {
        position: relative;
        height: auto !important;
        width: 100% !important;
        float: none !important;
    }

    .image_b_7 img {
        width: 100% !important;
        height: auto !important;
    }

    .shodaw_im_7 {
        display: block !important;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), url(terrasnaya-doska-1-20180518-194655-20180528-145731.jpg), url(phoca_thumb_l_terdoska3-landscape.jpg);
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

    .m_text_b_7 {
        position: relative;
        width: 100% !important;
    }

    .m_in_t_b_7 {
        position: absolute;
        top: -86px;
    }

    .m_title_b_7 {
        font-family: GT-Black;
        color: #fff;
        font-size: 30px !important;
        font-weight: 600;
        width: 90%;
        margin: auto;
    }

    .m_submit_b_7 {
        line-height: 1.5;
        margin: 40px auto 0 auto !important;
        width: 90%;
        font-size: 18px;
    }

    .m_button_b_7 {
        text-align: center;
        width: 100%;
        margin-top: 88px;
    }

    .m_button_b_7 a {
        position: relative;
        margin-top: 88px;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
        color: #000;
        padding: 20px 70px;
        border: 1px solid #F04E23;
    }

    .item__partner {
        float: left;
        margin-top: 0 !important;
        padding-left: 22px !important;
        margin-bottom: 70px;
    }

    .list__partners {
        margin-top: 70px;
    }

    .block_8 {
        padding: 240px 0 0px 0 !important;
    }

    .for_flex_item {
        width: 100%;
        display: block !important;
        justify-content: center;
    }

    .list__partners {
        margin-top: 20px !important;
        position: static !important;
    }

    .item__partner {
        width: 50%;
        box-sizing: border-box;
        text-align: center;
        padding: 0 !important;
        margin-bottom: 50px !important;
    }

    .item__partner img {
        width: 100px !important;
    }

    .r_b_9 {
        display: block !important;
        padding: 110px 0 !important;
        width: 100% !important;
    }

    .img_b_9, .text_b_9 {
        display: none !important;
    }

    .c_b_9, .forma_2 select {
        width: 100% !important;
    }

    .forma_2 input {
        width: 93.5% !important;
    }

    .l_b_9 {
        margin: auto !important;
        float: none !important;
        width: 90%;
    }

    .forma_2 {
        text-align: center;
    }

    .m_text_b_9 {
        display: block !important;
    }

    .m_title_b_9 {
        padding-bottom: 10px;
        font-family: GT-Black;
        width: 90%;
        margin: auto;
        font-size: 30px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
        font-weight: 600;
        margin-bottom: 30px;
    }

    .m_submit_b_9 {
        font-size: 18px;
        width: 90%;
        margin: auto;
        margin-bottom: 28px;
    }

    .block_9 {
        padding: 0 !important;
    }

    .forma_2 button {
        width: 100% !important;
    }

    .title_b_8 {
        font-size: 60px !important;
    }

}

header {
    position: fixed;
    z-index: 12;
    background: #FFFFFF;
    height: 80px;
    width: 100%;
    line-height: 74px;
}

.menu {
    float: left;
    margin-left: 30px;
}

.menu_bar {
    list-style: none;
    display: flex;
}

.bars {
    display: flex;
    align-items: center;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin-right: 140px;
    width: 44px;
}

.bars cl {
    font-size: 18px;
    margin-left: 70px;
}

.bars span {
    position: absolute;
    border: 0;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.bars span::before,
.bars span::after {
    position: absolute;
    transition: 0.4s;
    content: '';
    border: 0;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.bars span::before {
    transform: translateY(-9px);
}

.bars span::after {
    transform: translateY(9px);
}

.bars_active span {
    width: 0px;
}

.bars_active span:before {
    transform: rotate(45deg);
}

.bars_active span:after {
    transform: rotate(-45deg);
}

.bar_item {
    margin-right: 70px;
}

.bar_item:last-child {
    margin-right: 0px;
}

.bar_item a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-decoration: none;
    color: #202020;
}

.sale {
    border: 1px solid #F04E23;
    padding: 10px 30px 15px;
    -webkit-padding: 10px 30px 15px;
    border-radius: 50px;
}

.bar_item a sp {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.bar_item a i {
    font-size: 20px;
    margin-right: 15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.bars {
    float: left;
}

.logo {
    line-height: 0;
    float: left;
    margin-left: 128px;
}

.logo a img {
    height: 45px;
    padding: 17.5px 0;
}

.contact_menu {
    float: right;
    margin-right: 60px;
}

.contact_menu a {
    font-size: 18px;
    text-decoration: none;
    color: #202020;
}

.contact_menu a:first-child {
    margin-right: 75px;
}

.number {
    cursor: pointer;
}

.number i {
    margin-right: 15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(0deg, #E0E0E0, #E0E0E0);
}

.number img {
    margin-left: 20px;
}

/*--------------------------- Start Mobile Menu ---------------------------*/

.bars_mobile {
    display: none;
    float: right;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin-right: 40px;
    width: 44px;
    height: 80px;
}

.flex_mobile {
    display: flex;
    height: 80px;
    align-items: center;

}

.bars_mobile span {
    position: absolute;
    border: 0;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.bars_mobile span::before,
.bars_mobile span::after {
    position: absolute;
    transition: 0.4s;
    content: '';
    border: 0;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 10px;
    background: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.bars_mobile span::before {
    transform: translateY(-9px);
}

.bars_mobile span::after {
    transform: translateY(9px);
}

.bars_mobile_active span {
    width: 0px;
}

.bars_mobile_active span:before {
    transform: rotate(-45deg);
}

.bars_mobile_active span:after {
    transform: rotate(45deg);
}

/*--------------------------- End Mobile Menu ---------------------------*/

/* -------------------------- End Header -------------------------- */

.menu_left {
    transform: translateX(-100%);
    transition: 0.5s;
    background: #F9F9F9;
    box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.05);
    position: fixed;
    padding-top: 80px;
    z-index: 11;
    height: 95vh;
    display: flex;
    align-items: center;
}

.menu_left_active {
    transform: translateX(0%);
}

.c_m_l ul {
    list-style: none;
}

.c_m_l ul li {
    padding: 35px 114px;
    transition: 0.2s;
}

.c_m_l ul li:hover {
    margin-right: 10px;
    margin-left: -10px;
    transition: 0.2s;
}

.c_m_l ul li a {
    position: relative;
    text-decoration: none;
    color: #202020;
    font-size: 18px;
}

.c_m_l ul li a span {
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    display: none;
    left: -15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.c_m_l ul li a:hover {
    padding: 5px 0;
    transform: 0.2s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.link_1:hover > .plus_1 {
    display: block;
}

.link_2:hover > .plus_2 {
    display: block;
}

.link_3:hover > .plus_3 {
    display: block;
}

.link_4:hover > .plus_4 {
    display: block;
}

.link_5:hover > .plus_5 {
    display: block;
}

.link_6:hover > .plus_6 {
    display: block;
}

.link_7:hover > .plus_7 {
    display: block;
}



.menu_left_mobiles {
    display: none;
    transform: translateY(-100%);
    transition: 0.5s;
    background: #F9F9F9;
    box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.03);
    position: fixed;
    padding-top: 80px;
    z-index: 11;
    box-sizing: border-box;
    width: 100vw;
    height: 100%;
}

.menu_left_mobiles_active {
    transform: translateY(0%);
}

.c_m_l_mobiles {
    position: relative;
    height: 75%;
    display: flex;
    align-items: center;
    margin: auto;
    text-align: center;
}

.c_m_l_mobiles ul {
    margin: auto;
    position: relative;
    max-height: 90%;
    overflow-y: auto;
    list-style: none;
}

.shadow_ul {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(249, 249, 249, 0.58) 100%);
    display: block;
    position: absolute;
    width: 100%;
    height: 15%;
    /* top: 0; */
    bottom: 0;
}

.c_m_l_mobiles ul li {
    padding: 20px 0;
}

.c_m_l_mobiles ul li i {
    font-size: 14px;
    margin-left: 7px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.c_m_l_mobiles ul li a {
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: #202020;
    font-size: 30px;
    transform: 0.2s;
}

.c_m_l_mobiles ul li a span {
    margin-right: 5px;
    font-size: 18px;
    position: absolute;
    display: none;
    left: -15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.c_m_l_mobiles ul li a:hover {
    transform: 0.2s;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(167.39deg, #F79635 0%, #F04E23 42.68%);
}

.c_m_l_mobiles ul li ul li a {
    font-weight: 400 !important;
}

.footer_menu {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 68px;
}

.footer_menu a {
    font-size: 24px;
    color: #000;
    text-decoration: none;
}

.summ_rasch {
    position: relative;
    box-sizing: border-box;
    padding: 20px 60px 25px;
    border: 1px solid #F04E23;
}

.one_menu, .two_menu, .three_menu, .four_menu {
    position: absolute;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.one_menu {
    top: -26%;
    left: -2.1%;
}

.two_menu {
    top: -26%;
    right: -2%;
}

.three_menu {
    bottom: -12%;
    right: -2%;
}

.four_menu {
    bottom: -12%;
    left: -2.1%;
}

.numb_foot {
    display: block;
    padding-top: 57px;
}

.numb_foot i {
    margin-right: 15px;
}

.mess_menu_mobile {
    top: 0;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    right: 50px;
}

.mess_menu_mobile ul {
    list-style: none;
}

.mess_menu_mobile ul li {
    padding: 30px 0;
}

.mess_menu_mobile ul li a {
    color: #000;
    font-size: 28px;
}


/* -------------------------- Start Content -------------------------- */

.block_1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.c_b_1 {
    position: relative;
    width: 93.75%;
    margin: auto;
    padding: 150px 0 120px;
}

.l_b_1 {
    margin-left: 152px;
    height: 803px;
    display: flex;
    align-items: center;
    position: absolute;
}


.title_b_1 {
    font-family: GT-Black;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 900;
    font-size: 96px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.submit_b_1 {
    line-height: 1.5;
    width: 300px;
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
}

.button_b_1 {
    margin-top: 88px;
}

.one, .two, .three, .four {
    position: absolute;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.one {
    top: -20%;
    left: -2.5%;
}

.two {
    top: -20%;
    right: -2.5%;
}

.three {
    bottom: -11%;
    right: -2.5%;
}

.four {
    bottom: -11%;
    left: -2.5%;
}

.button_b_1 a {
    position: relative;
    margin-top: 88px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    padding: 20px 70px 25px;
    border: 1px solid #b8b8b8;
}

.r_b_1 {
    width: 74.38%;
    float: right;
    height: 802px;
    background: url(../img/image%2016.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.r_b_11 {
    width: 74.38%;
    float: right;
    height: 802px;
    background: url(../img/kraska.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.r_b_12 {
    width: 74.38%;
    float: right;
    height: 802px;
    background: url(../img/doska.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.r_b_13 {
    width: 74.38%;
    float: right;
    height: 802px;
    background: url(../img/FasadNewwood.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.block_3 {
    margin: 120px 0;
    width: 100%;
    height: 350px;
}

.c_b_2 {
    position: relative;
    width: 90.625%;
    margin: auto;
}

.l_b_2 {
    height: 350px;
    margin-left: -180px;
    position: absolute;
    display: flex;
    align-items: center;
}

.title_b_2 {
    font-family: GT-Black;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.submit_b_2 {
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #202020;
}

.r_b_2 {
    display: flex;
    align-items: center;
    width: 1250px;
    float: right;
    background: #fff;
    height: 350px;
}

.in_r_b_2 {
    width: 100%;
}

.form_1 {
    display: flex;
    float: right;
    padding-right: 177px;
}

.form_1 input {
    font-family: GT-Pro;
    padding: 20px 10px;
    outline: none;
    font-size: 18px;
    color: #000;
    font-weight: 200;
    border: 0;
    border-bottom: 1px solid #F04E23;
    width: 263px;
}

.form_1 button {
    padding: 24px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #E0E0E0;
    font-family: Montserrat;
    width: 283px;
    background: #fff;
    cursor: pointer;
}

.left_form_1 input {
    display: block;
}

.left_form_1 input:first-child {
    margin-bottom: 58px;
}

.right_form_1 {
    margin-left: 55px;
}

.right_form_1 input {
    margin-bottom: 51px;
    display: block;
}

.block_4 {
    padding: 120px 0;
    width: 100%;
    height: 530px;
}

.c_b_4 {
    display: flex;
    width: 75%;
    margin: auto;
}

.l_b_4 img {
    height: 530px;
    width: auto;
}

.r_b_4 {
    margin-left: 125px;
    height: 530px;
    display: flex;
    align-items: center;
}

.title_b_4 {
    font-family: GT-Black;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.submit_b_4 {
    line-height: 1.5;
    margin-top: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}

.icon_block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 0;
}

.icon__item {
    padding: 0 50px;
    box-sizing: border-box;
    text-align: center;
    float: left;
}

.icon__item:last-child {
    float: left;
}

.icon__item img {
    width: 100px;
}

.text_item {
    margin-top: 60px;
    width: 200px;
    text-align: center;
}

.block_6 {
    padding: 20px 0;
    width: 100%;
}

.title_6 {
    font-family: GT-Black;
    padding-bottom: 70px;
    width: 70%;
    margin: auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
}

.list__work {
    display: flex;
    justify-content: center;
}

.item__work {
    padding: 0 8px;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.item__work:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.href {
    display: flex;
}

.item__work a {
    height: 100%;
    position: relative;
    border-radius: 5px;
}

.item__work a:hover > .shadow_block {
    transition: 0.2s;
    box-shadow: 0px 15px 70px rgba(63, 18, 18, 0.5);
}

.item__work img {
    z-index: 9;
    position: relative;
    width: 280px;
    transition: 0.2s;
    border-radius: 5px;
}

.item__work img:hover {
    box-shadow: 0px 15px 70px rgba(63, 18, 18, 0.5);
    transition: 0.2s;
}

.text_img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 76.56%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10;
    border-radius: 5px;
    color: #fff;
    font-style: normal;
    font-size: 24px;
    padding: 30px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.shadow_block {
    transform: 0.2s;
    width: 80%;
    z-index: 1;
    margin: 100px auto 0 auto;
    border: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.button_b_6 {
    width: 100%;
    text-align: center;
    margin-top: 88px;
}

.button_b_6 a {
    position: relative;
    margin-top: 88px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    padding: 20px 70px 25px;
    border: 1px solid #b8b8b8;
}

.onea, .twoa, .threea, .foura {
    position: absolute;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.onea {
    top: -21%;
    left: -2%;
}

.twoa {
    top: -21%;
    right: -1.7%;
}

.threea {
    bottom: -11%;
    right: -1.8%;
}

.foura {
    bottom: -11%;
    left: -1.8%;
}

.block_7 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 220px 0 220px;
}

.text_b_7 {
    margin-right: 81px;
    height: 530px;
    display: flex;
    align-items: center;
    float: left;
    position: relative;
}

.title_b_7 {
    font-family: GT-Black;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.submit_b_7 {
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.image_b_7 {
    height: 530px;
    float: right;
}

.image_b_7 img {
    height: 530px;
}

.button_b_7 {
    width: 100%;
    margin-top: 88px;
}

.button_b_7 a {
    cursor: pointer;
    position: relative;
    margin-top: 88px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    padding: 20px 70px 25px;
    border: 1px solid #b8b8b8;
}

.oneb, .twob, .threeb, .fourb {
    position: absolute;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.oneb {
    top: -21%;
    left: -2%;
}

.twob {
    top: -21%;
    right: -1.7%;
}

.threeb {
    bottom: -11%;
    right: -1.8%;
}

.fourb {
    bottom: -11%;
    left: -1.8%;
}

.plus {
    position: absolute;
    bottom: -74px;
    left: 115px;
    font-size: 25px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.block_8 {
    padding: 60px 0 220px;
    position: relative;
    width: 100%;
}

.title_b_8 {
    font-family: GT-Black;
    width: 95%;
    margin: auto;
    text-align: center;
    font-size: 144px;
    font-weight: 600;
    color: #ededed;
}

.list__partners {
    top: 140px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.for_flex_item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.item__partner {
    padding-right: 31.5px;
}

.item__partner:last-child {
    padding: 0;
}

.item__partner img {
    width: 160px;
}

.block_9 {
    padding: 120px 0 260px 0;
    display: flex;
    width: 100%;
}

.c_b_9 {
    z-index: 5;
    width: 90%;
    margin: auto;
}

.img_b_9 {
    position: absolute;
    top: 320px;
    float: left;
}

.img_b_9 img {
    max-width: 100%;
    max-height: 100%;
}

.r_b_9 {
    background: #fff;
    padding: 110px 20px 110px 150px;
    width: 1050px;
    margin: auto;
    display: flex;
}

.text_b_9 {
    position: relative;
    float: left;
}

.title_b_9 {
    font-family: GT-Black;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
}

.submit_b_9 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #202020;
    margin-top: 30px;
}

.l_b_9 {
    float: left;
    margin-left: 130px;
}

.forma_2 select {
    font-family: GT-Pro;
    cursor: pointer;
    margin-bottom: 58px;
    padding: 20px 10px;
    outline: none;
    font-size: 18px;
    color: #000;
    font-weight: 200;
    border: 0;
    border-bottom: 1px solid #F04E23;
    width: 283px;
    display: block;
}

.forma_2 select option {
    font-family: GT-Pro;
    display: block;
    padding: 20px 10px;
    outline: none;
    font-size: 18px;
}

.forma_2 input {
    font-family: GT-Pro;
    margin-bottom: 58px;
    padding: 20px 10px;
    outline: none;
    font-size: 18px;
    color: #000;
    font-weight: 200;
    border: 0;
    border-bottom: 1px solid #F04E23;
    width: 263px;
    display: block;
}

.forma_2 button {
    cursor: pointer;
    padding: 24px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #E0E0E0;
    width: 283px;
    background: #fff;
}

/* -------------------------- End Content -------------------------- */


/* -------------------------- Start Footer -------------------------- */

footer {
    z-index: 6;
    position: relative;
    background: #fff;
    width: 100%;
}

.plus_block {
    width: 80%;
    margin: auto;
    height: 98px;
    display: flex;
    align-items: center;
}

.plus_block span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
    font-size: 20px;
}

.c_footer {
    display: flex;
    padding: 0 210px;
}

.block_ul {
    float: left;
    margin-right: 170px;
}

.block_ul:last-child {
    margin-right: 0;
    float: none;
}

.title_ul {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #202020;
}

.dubl_ul {
    margin-top: 35px;
}

.left_ul, .right_ul {
    float: left;
    list-style: none;
}

.left_ul {
    margin-right: 50px;
}

.l_u_item, .r_u_item {
    padding: 25px 0;
    transition: 0.2s;
    opacity: 0.5;
}

.l_u_item a, .r_u_item a {
    color: #202020;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
}

.l_u_item:hover, .r_u_item:hover {
    opacity: 0.8;
    margin-right: 10px;
    transition: 0.2s;
    margin-left: -10px;
}

.footer_in_footer {
    padding: 70px 210px 0;
    display: block;
}

.copyright {
    float: left;
}

.messengers {
    float: right;
}

.messengers ul {
    list-style: none;
}

.messengers ul li {
    float: left;
    padding: 0 25px;
}

.messengers ul li a i {
    color: #000;
    font-size: 24px;
}

.plus_block_2 {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus_block_2 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
    font-size: 20px;
}

/* -------------------------- End Footer -------------------------- */


/* -------------------------- Start Modal -------------------------- */

.modal_1 {
    position: absolute;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    z-index: 12;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
}

.flex_modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in_modal {
    width: 900px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    max-height: 100vh;
    overflow-y: auto;
}

.close_modal {
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: 30px;
    top: 30px;
    position: absolute;
    margin-top: -15px;
}

.close_modal span {
    margin-top: 15px;
    position: absolute;
    right: 0;
    width: 30px;
    display: block;
    height: 2px;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
    border-radius: 10px;
}

.close_modal span:first-child {
    transform: rotate(45deg);
    top: 2px;
}

.close_modal span:last-child {
    top: 2px;
    transform: rotate(-45deg);
}

.c_modal {
    padding: 90px 120px;
}

.title_modal {
    font-family: GT-Black;
    padding-bottom: 15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #F79635 0%, #F04E23 42.68%);
    font-size: 64px;
    font-weight: 600;
    text-align: center;
}

.submit_modal {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.forma_modal {
    display: flow-root;
    padding-top: 50px;
}

.forma_modal input {
    font-family: GT-Pro;
    display: block;
    padding: 20px 10px;
    outline: none;
    font-size: 18px;
    color: #000;
    font-weight: 200;
    border: 0;
    border-bottom: 1px solid #F04E23;
    width: 263px;
}

.forma_modal input:first-child {
    margin-bottom: 58px;
}

.left_modal {
    float: left;
    margin-right: 55px;
}

.right_modal {
    float: right;
}

.right_modal button {
    padding: 24px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #E0E0E0;
    font-family: Montserrat;
    width: 283px;
    background: #fff;
    cursor: pointer;
}

.modalTimer {
    position: absolute;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    z-index: 13;
    top: 0;
    left: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
}

.flex_modal_1 img {
    max-height: 90vh;
    max-width: 50vw;
}

.close_modal_1 {
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: 30px;
    top: 30px;
    position: absolute;
    margin-top: -15px;
}

.close_modal_1 span {
    margin-top: 15px;
    position: absolute;
    right: 0;
    width: 30px;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 10px;
}

.close_modal_1 span:first-child {
    transform: rotate(45deg);
    top: 2px;
}

.close_modal_1 span:last-child {
    top: 2px;
    transform: rotate(-45deg);
}

.flex_modal_1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* -------------------------- End Modal -------------------------- */
