@charset "UTF-8";
html, body, ul, ol, li, p, td, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
  margin: 0;
  padding: 0;
  border: 0;
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?50119943');
  src: url('../font/fontello.eot?50119943#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?50119943') format('woff2'),
       url('../font/fontello.woff?50119943') format('woff'),
       url('../font/fontello.ttf?50119943') format('truetype'),
       url('../font/fontello.svg?50119943#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


.other_phones
    {
    margin-top: 20px;
    }
.other_phones,
.other_phones a
    {
    font-size: 14px !important;
    }
td .other_phones a
    {
    color: #000 !important;
    }
.index .other_phones,
.index .other_phones a
    {
    color: #fff;
    }
.index_contacts .other_phones p
    {
    display: block;
    }
.index .other_phones b
    {
    color: #e0c274;
    }


.war_banner
    {
    display: block;
    position: absolute;
    top: 0px;
    left: 133px;
    right: 280px;
    margin: 0 auto;
    padding: 5px 10px;
    background: linear-gradient(to bottom, rgba(50,171,252,0.3) 0%,rgba(50,171,252,0.3) 45%,rgba(247,224,19,0.3) 55%,rgba(247,224,19,0.3) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    z-index: 7000;
    text-transform: uppercase;
    }
    .war_banner.contacts
        {
        top: 100px;
        color: #000;
        left: 0;
        right: 0;
        }



/* Main variables */
:root
  {
  --active-color: #e0c274;
  }

body 
  {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  }

h1,
h2,
h4,
h5,
.h1_like,
.h4_like
    {
    font-family: inherit;
    font-weight: 100;
    text-transform: uppercase;
    }


h1,
.h1_like
    {
    text-align: center;
    font-size: 30px;
    }
h2
    {
    font-size: 30px;
    }
h4,
.h4_like
    {
    font-size: 25px;
    }
h5
    {
    font-size: 20px;
    margin: 33px 0; 
    }
b,
strong,
.bold
    {
    font-weight: 700;
    }
a
    {
    transition: all 0.5s ease;
    }

.renovatio_btn
    {
    display: inline-block;
    transition: all .2s;
    text-transform: uppercase;
    border: 1px #000 solid;
    color: #000;
    padding: 10px 25px;
    cursor: pointer;
    }
    .renovatio_btn:hover
        {
        background: #000;
        color: #fff;
        text-decoration: none;
        border-color: #fff;
        }
.renovatio_btn.inv
    {
    border: 1px #fff solid;
    background: #000;
    color: #fff;
    }
    .renovatio_btn.inv:hover
        {
        border-color: #000;
        color: #000;
        background: var(--active-color);
        }


.box_click
    {
    cursor: pointer;
    }

iframe 
    {
    border: 1px #7b7b7b solid !important;
    }


html, body 
  {
  height: 100%;
  }

body #wrap 
    {
    min-height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    }
* html #wrap 
    {
    height: 100%;
    }



section 
    {
    padding: 55px 0;
    }
section.inv
    {
    background: #ccc;
    }


.border_bottom:after
    {
    display: block;
    content: ' ';
    background: #e0c274;
    width: 100px;
    height: 1px;
    }



/* Backgrounds */
section.about,
.intro_text,
.main_section.renovatio_projects,
.renovatio_service .we_do_it,
.sub_service
    {
    background-color: #000;
    /* url('/img/bg_black_marble.jpg') center center repeat;
    */
    background-attachment: fixed;
    color: #fff;
    }
.p48 section.main_section,
.renovatio_service .main_desc,
.renovatio_service .service_gallery,
.index_services_block,
.index_how_we_work,
section.magazins
    {
    background-color: #fff;
    /* url('/img/bg_white_marble.jpg') center center repeat;
    */
    background-attachment: fixed;
    }




/* Top menu */
.tm
    {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 300px;
    color: #fff;
    padding: 35px 30px 35px 40px;
    transition: all 1s ease;
    background: #000 url('/img/bg_03.jpg') left bottom no-repeat;
    z-index: 8000;
    }
    .tm.active
        {
        left: 0;
        }
    .tm ul.tm_1
        {
        margin-top: 50px;
        }

    .tm ul
        {
        list-style: none;
        }
        .tm li
            {
            margin: 0;
            padding: 0;
            }
        .tm li a
            {
            padding: 10px 0;
            display: inline-block;
            }

    .menu_links_wrap a
        {
        color: #bfbfbf;
        text-transform: uppercase;
        font-size: 14px;
        }
        .menu_links_wrap .active > a,
        .menu_links_wrap a:hover
            {
            color: var(--active-color);
            text-decoration: none;
            }
        .menu_links_wrap a:hover
            {
            letter-spacing: 2px;
            }


    .tm li.has_subitems > a
        {
        padding-right: 30px;
        background: url('/img/arrow_right.png') right center no-repeat;
        background-size:  auto 10px;
        }


    .tm ul.subitems
        {
        margin-left: 20px;
        overflow: hidden;
        transition: all 2s ease;
        max-height: 1px;
        }
/*
        li.has_subitems:hover ul.subitems,
        li.has_subitems:active ul.subitems,
*/
        li.has_subitems.quasi_hover ul.subitems
            {
            max-height: 500px;
            }

        .tm ul.subitems a
            {
            font-size: 13px;
            display: inline-block;
            }
        .tm ul.subitems .active a,
        .tm ul.subitems a:hover
            {
            letter-spacing: 0;
            }



    .menu_handler
        {
        position: absolute;
        top: 41px;
        right: -60px;
        width: 60px;
        height: 60px;
        background: #fff;
        padding-top: 14px;
        padding-left: 15px;
        cursor: pointer;
        }
        .menu_handler span
            {
            display: block;
            width: 70%;
            height: 1px;
            background: #000;
            margin: 7px 0;
            transition: all 0.5s ease;
            }
            .menu_handler span:nth-child(2) {width: 50% }
            .menu_handler span:nth-child(3) {width: 35% }


    .tm.active .menu_handler span:nth-child(2)
        {
        display: none;
        }
    .tm.active .menu_handler span:nth-child(1)
        {
        transform: translate(0,8px) rotate(45deg);
        
        }
    .tm.active .menu_handler span:nth-child(3)
        {
        transform: rotate(-45deg);
        width: 70%;
        }




    .tm .soc_icons
        {
        position: relative;
        margin: 0;
        padding: 0;
        }
        .tm .soc_icons img
            {
            width: 14px;
            height: 14px;
            opacity: 0.8;
            }

        .tm .soc_icons a:first-child img
            {
            background: #fff;
            filter: invert(100%);
            margin-top: -2px;
            }
        .tm .soc_icons a:nth-child(2) img
            {
            margin-top: -5px;
            }
        .tm .soc_icons a
            {
            display: block;
            padding: 10px 0;
            }


    .tm .main_phone b
        {
        font-weight: 400;
        }
        .tm .main_phone a
            {
            display: block;
            padding: 10px 0;
            }
            



    .tm .lang_bar
        {
        width: 207px;
        text-align: center;
        margin-top: 15px;
        }
        .tm .lang_bar a
            {
            font-size: 12px;
            color: rgb(140, 137, 137);
            }
        .tm .lang_bar a.active
            {
            color: rgb(191, 191, 191);
            }
        .tm .lang_bar a:hover
            {
            letter-spacing: 0;
            color: var(--active-color);
            }

        .tm .lang_bar a:not(:last-child):after
            {
            content: '•';
            display: inline-block;
            margin-left: 3px;
            }



/* Header */
header
  {
  background: #000;
  color: #fff;
  min-height: 41px;
  }

  header .main_phone
    {
    position: fixed;
    top: 15px;
    right: 20px;
    
    background: #000;
    color: #fff;
    padding: 40px 20px 20px 20px;
    z-index: 8000;
    }
    header .main_phone_and_link,
    header .main_phone_and_link p
        {
        display: inline;
        }
    header .main_phone a
      {
      color: #fff;
      }
    .consult_link
        {
        border-bottom: 1px #fff dashed;
        }
        .consult_link:hover
            {
            text-decoration: none;
            }

    .price_request_link
        {
        display: block;
        position: absolute;
        top: 6px;
        left: 5px;
        right: 0;
        padding: 2px 15px;
        background: #000;
        color: #ed8a47 !important;
        font-weight: 800;
        text-decoration: underline;
        }


  header .main_logo
    {
    position: fixed;
    top: 41px;
    left: 50px;
    height: 60px;
    overflow: hidden;
    z-index: 7900;
    }

  .secondary header .row
    {
    padding-top: 35px;
    }


/* Social icons */

.soc_icons
  {
  background: #000;
  }
  .soc_icons a
    {
    margin-right: 5px;
    }
  .soc_icons a:hover
    {
    text-decoration: none;
    }

  .soc_icons img
    {
    width: 17px;
    height: 17px;
    }


.soc_icons.top_left_block
    {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 10px 10px 30px;
    z-index: 8000;
    }
.soc_icons.main_phone_block
    {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px;
    }
.soc_icons.contact_page
    {
    background: none;
    text-align: center;
    display: inline-block;
    vertical-align: 5px;
    }
    .soc_icons.contact_page a
        {
        margin: 0 0 0 10px;
        }
    .soc_icons.contact_page img
        {
        filter: invert(100%);
        mix-blend-mode: multiply;
        width: 32px;
        height: 32px;
        }


.index_contacts p
    {
    display: inline-block;
    }
.index_contacts .text .soc_icons
    {
    display: inline-block;
    vertical-align: 2px;
    }
    .index_contacts .text .soc_icons a
        {
        margin: 0 0 0 10px;
        }
    .index_contacts .text .soc_icons img
        {
        width: 32px;
        height: 32px;
        }




/* Modal */
.price_request_form  .response_form_layout,
.ajax_form .response_form_layout
    {
    display: none;
    }


/* Callback form */
.form_modal,
.callback_form_modal 
    {
    display: none;
    z-index: 9000;
    position: fixed;
    top: 20%;
    left: 10%;
    width: 80%;
    margin: 0 auto;
    background: #e7e7e7;
    padding: 20px 50px;
    text-align: center;
    border: 1px #000 solid;
    box-sizing: border-box;
    }


.modal_mask
    {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 8500;
    background: rgba(0,0,0,0.5);
    }


.price_request_form
    {
    display: none;
    }
    .price_request_form .step_2
        {
        display: none;
        }
    .price_request_form .wrap_inner
        {
        max-width: 800px;
        margin: 0 auto;
        }
    .price_request_form .call2action
        {
        background: #03a403;
        }
.close_price_request_form:hover
    {
    color: #fff !important;
    }



.close_cross {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #E44343;
    font-size: 32px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}

.inpage_order_form input[type=text],
.form_modal input[type=text],
.form_modal select,
.callback_form_modal input[type=text]
    {
    width: 100%;
    max-width: 600px;
    border: 0;
    margin: 15px 0;
    padding: 5px 10px;
    font-size: 18px;
    }

.inpage_order_form
    {
    margin: 50px 0;
    }
.inpage_order_form input[type=text]
    {
    border-bottom: 1px #000 solid;
    }


.close_cross:hover {
    text-decoration: none;
    opacity: 1;
    }

.callback_form_modal .sub_button,
.callback_form_modal .close_button 
    {
    cursor: pointer;
    }

.callback_button 
    {
    z-index: 9000;
    position: fixed;
    background: #22537B url(/img/callback.png) no-repeat;
    background-size: auto;
    cursor: pointer;
    background-size: 100%;
    background-fit: cover;
    right: 40px;
    bottom: 50px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 5px #fff solid;
    color: #fff;
    font-weight: 600;
    opacity: 0.5;
    }
    .callback_button:hover,
    .callback_button:focus
        {
        outline: none;
        opacity: 1;
        border-color: var(--active-color);
        }




/* Nice scroll */
.nicescroll-rails
    {
    z-index: 9000 !important;
    }


/* Index content */

/* main big slider */
.main_big_slider
    {
    padding: 0;
    position: relative;
    }
    .main_big_slider .slider_wrap,
    .main_big_slider .slider_wrap .item,
    .main_big_slider .slider_wrap .duplicate_item
        {
        position: relative;
        height: calc(100vh - 40px);
        width: 100%;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        }
    .main_big_slider .slider_wrap .item,
    .main_big_slider .slider_wrap .duplicate_item
    
        {
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s ease;
        }
    .main_big_slider .slider_wrap .item.active
        {
        display: block;
        animation: zoom_slide 12s linear forwards;
        }

    @keyframes zoom_slide    {
        from 
            {
            transform: scale(1);
            opacity: 1;
            }
        70%  
            {
            opacity: 1;
            }
        to  
            {
            transform: scale(1.17);
            opacity: 0;
            }
        }
        

    .main_big_slider .title
        {
        position: absolute;
        top: 35%;
        width: 100%;
        text-align: center;
        font-size: 4vh;
        font-weight: 100;
        text-transform: uppercase;
        color: #edcd7b;
        background: rgba(0,0,0,0.4);
        z-index: 1000;
        padding: 20px 0;
        }
        .main_big_slider .title h1
            {
            font-weight: 200;
            }
        .main_big_slider .title img
            {
            width: 80vw;
            height: auto;
            max-width: 800px;
            margin-bottom: 30px;
            }

    .main_big_slider .arrow_down
        {
        position: absolute;
        display: block;
        bottom: 70px;
        left: calc(50% - 25px);
        width: 50px;
        height: 150px;
        background: url('/img/arrow_down.png') center 80% no-repeat;
        background-size: 80% auto;
        z-index: 9000;
        cursor: pointer;
        animation: arrow_slides 2s infinite ease;
        }

    @keyframes arrow_slides    {
        from 
            {
            bottom: 70px;
            animation-timing-function: ease-in;
            }
        50% 
            {
            bottom: 20px;
            animation-timing-function: ease;
            }
        to  {
            bottom: 70px;
            animation-timing-function: ease;
            }
        }



/* intro text */
.intro_text
    {
    padding: 0;
    }
    .intro_text .renovatio_btn
        {
        line-height: 14px;
        margin-top: 30px;
        }

    .intro_text .container
        {
        padding: 200px 0;
        position: relative;
        }

    .intro_text .slogans
        {
        line-height: 40px;
        }
        .intro_text .slogans .h1_like
            {
            text-align: left;
            }
        .intro_text .slogans .h1_like:after
            {
            margin: 30px 0;
            }
            .intro_text .slogans .h1_like div
                {
                font-size: 120%;
                letter-spacing: 7px;
                }
        .intro_text .slogans .h4_like
            {
            line-height: 26px;
            margin-bottom: 20px;
            }
    .intro_text .text
        {
        padding-top: 50px;
        }
        .intro_text .text p
            {
            margin-bottom: 30px;
            }
    .intro_text .white_block_n_logo
        {
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: right;
        }
        .intro_text .white_block_n_logo img
            {
            width: 528px;
            height: auto;
            margin-bottom: 0;
            }
        .intro_text .white_block_n_logo .white_block
            {
            width: 100%;
            height: 100px;
            background: #fff;
            }


/* Projects counter */
.projects_counter
    {
    padding: 0 0 100px 0;
    }
    .projects_counter .h1_like:after
        {
        width: 200px;
        margin: 20px auto;
        }
    .projects_counter .h4_like
        {
        text-align: center;
        font-size: 22px;
        }
    .projects_counter .cnt_wrap
        {
        margin: 50px 0;
        }
        .projects_counter .cnt_wrap .item
            {
            font-size: 16px;
            }
            .projects_counter .cnt_wrap .item .inner_wrap
                {
                background-repeat: no-repeat;
                text-align: right;
                margin: 30px 18px;
                }
            .projects_counter .cnt_wrap .item .cnt
                {
                font-weight: 100;
                font-size: 80px;
                line-height: 80px;
                margin: 20px 0 30px 0;
                }
            .projects_counter .cnt_wrap .item:nth-child(even) .cnt
                {
                color: rgb(247, 206, 120);
                }


/* Design by */
.design_by
    {
    background-color: #000;
    /* url('/img/bg_boat.jpg') center center no-repeat;
    */
    padding: 0;
    }
    .design_by .in_slogan
        {
        color: #fff;
        font-size: 85px;
        font-weight: 600;
        letter-spacing: 7px;
        text-align: center;
        line-height: 50px;
        font-family: 'Open Sans';
        }
    .design_by .text
        {
        padding: 100px 0 0 0;
        color: #fff;
        columns: 2;
        column-gap: 80px;
        }
        .design_by .text .h1_like
            {
            text-align: left;
            font-size: 4vh;
            letter-spacing: 7px;
            }
            .design_by .text .h1_like:after
                {
                margin: 30px 0 100px 0;
                }
        .design_by .text h4
            {
            font-weight: 100;
            font-size: 20px;
            line-height: 25px;
            margin: 120px 0 20px 0;
            }
            .design_by .text h4 b
                {
                font-weight: 600;
                font-size: 25px;
                display: block;
                }
        .design_by .text ol,
        .design_by .text ul
            {
            margin: 30px 10px 30px 40px;
            }

        .design_by .text ol
            {
            list-style-type: decimal-leading-zero;
            }
        .design_by .text ul
            {
            list-style-type: circle;
            }



/* Index services block */
.index_services_block
    {
    position: relative;
    padding: 10px 0 0 0;
    background-attachment: scroll;
    background-size: cover;
    }
    .index_services_block .top_black
        {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: #000;
        }
        .index_services_block .top_black:after
            {
            display: block;
            content: ' ';
            position: absolute;
            bottom: -100px;
            width: 100%;
            height: 100px;
            background: url('/img/bg_04.png') top center no-repeat;
            }

    .index_services_block .item
        {
        margin-bottom: 30px;
        color: #212121;
        font-kerning: auto;
        font-stretch: 100%;
        }
        .index_services_block .item .text
            {
            padding-top: 100px;
            }
            .index_services_block .item:first-child .text
                {
                padding-top: 180px;
                }
        .index_services_block .h1_like
            {
            text-align: left;
            line-height: 35px;
            margin-bottom: 20px;
            }
            .index_services_block .h1_like b
                {
                display: block;
                }
        .index_services_block .item .text p
            {
            margin-bottom: 20px;
            }

    .index_services_block .coda_slogan
        {
        font-size: 90px;
        font-weight: 800;
        background: url('/img/bg_05.png') right bottom no-repeat;
        padding-top: 130px;
        line-height: 70px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000;
        }

/* service pages - secondary */
.secondary .index_services_block
    {
    background: none;
    }
    .secondary .index_services_block .top_black,
    .secondary .index_services_block .coda_slogan
        {
        display: none;
        }





/* Index - our projects gallery */
.index_our_projects_gallery
    {
    background: #000;
    padding: 2px 0;
    }
    .index_our_projects_gallery .more_wrap
        {
        text-align: center;
        padding: 80px 0;
        }
    .index_our_projects_gallery .object_category_wrap
        {
        margin: 0;
        }
    .index_our_projects_gallery .object_category_wrap .item
        {
        }


/* Index - how we work */
.index_how_we_work
    {
    }
    .index_how_we_work .main_photo img
        {
        width: 100%;
        height: auto;
        }
    .index_how_we_work .short_content
        {
        display: none;
        }


    .index_how_we_work .h1_like.border_bottom:after
        {
        margin: 20px auto;
        width: 200px;
        }
    .index_how_we_work .h4_like
        {
        text-align: center;
        }

    .index_how_we_work .intro_words
        {
        background: url('/img/quote.png') left center no-repeat;
        padding: 20px 20px 20px 100px;
        margin: 10px 50px 50px 50px;
        }

    /* Tabs */
    .index_how_we_work .nav-tabs
        {
        border: 0;
        background: #f1f2f2;
        }
        .index_how_we_work .nav-tabs a
            {
            padding-top: 10px;
            padding-bottom: 10px;
            border: 0;
            border-radius: 0;
            color: #000;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            }
            .index_how_we_work .nav-tabs a:hover,
            .index_how_we_work .nav-tabs a.active
                {
                background: #fff;
                color: #000;
                }
    .index_how_we_work .tab-content
        {
        padding: 50px;
        }
        .index_how_we_work .tab-content ol
            {
            list-style-type: decimal-leading-zero;
            }


/* Index office photo */
.index_office_photo
    {
    padding: 0;
    }
    .index_office_photo img
        {
        width: 100%;
        height: auto;
        }


/* Index contacts */
.index_contacts
    {
    background: url('/img/bg_boat_small.jpg') center center no-repeat;
    background-size: cover;
    padding: 50px 0 0 0;
    color: #fff;
    }
    .index_contacts .h5_like
        {
        font-size: 18px;
        line-height: 23px;
        padding-left: 41px;        
        text-transform: uppercase;
        color: #e0c274;
        background-position: left center;
        background-repeat: no-repeat;
        }
    .index_contacts .item:nth-child(1) .h5_like  {background-image: url('/img/addr.png') }
    .index_contacts .item:nth-child(2) .h5_like  {background-image: url('/img/phone.png') }
    .index_contacts .item:nth-child(3) .h5_like  {background-image: url('/img/mail.png') }

    .index_contacts .text
        {
        padding: 20px 0 0 41px;
        }
    .index_contacts a
        {
        color: #e0c274;
        }

/* Index map */
.index_map
    {
    padding: 0;
    background: #000;
    height: 300px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    }
    .index_map img
        {
        width: 100% !important;
        height: auto !important;
        }
    .index_map p
        {
        margin: 0;
        padding: 0;
        }


/* benefits 14 */
.benefits_14_list
    {
    }
    .benefits_14_list
        {
        text-align: left;
        }
    .benefits_14 h2
        {
        letter-spacing: 7px;
        margin-bottom: 40px;
        }

        .benefits_14_list .item
            {
            padding-left: 70px;
            margin-bottom: 30px;
            font-weight: 400;
            }
            .benefits_14_list li
                {
                position: relative;
                margin-bottom: 15px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 18px;
                color: var(--active-color);
                }
                .benefits_14_list li:before
                    {
                    position: absolute;
                    font-family: 'fontello', sans-serif;
                    font-weight: normal;
                    font-size: 26px;
                    left: -70px;
                    top: 0;
                    display: block;
                    width: 50px;
                    height: 50px;
                    }

                .benefits_14_list .item:nth-child(1)  li:before { content: '\e800'; }
                .benefits_14_list .item:nth-child(2)  li:before { content: '\e801'; }
                .benefits_14_list .item:nth-child(3)  li:before { content: '\f135'; }
                .benefits_14_list .item:nth-child(4)  li:before { content: '\e802'; }
                .benefits_14_list .item:nth-child(5)  li:before { content: '\e803'; }
                .benefits_14_list .item:nth-child(6)  li:before { content: '\f0e6'; }
                .benefits_14_list .item:nth-child(7)  li:before { content: '\e804'; }
                .benefits_14_list .item:nth-child(8)  li:before { content: '\e805'; }
                .benefits_14_list .item:nth-child(9)  li:before { content: '\f0f6'; }
                .benefits_14_list .item:nth-child(10) li:before { content: '\e806'; }
                .benefits_14_list .item:nth-child(11) li:before { content: '\e807'; }
                .benefits_14_list .item:nth-child(12) li:before { content: '\f185'; }
                .benefits_14_list .item:nth-child(13) li:before { content: '\f1b3'; }
                .benefits_14_list .item:nth-child(14) li:before { content: '\e808'; }


        .benefits_14_list.short
            {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            }

        .benefits_14_list.short .item   
            {
            display: inline-block;
            width: 300px;
            padding: 50px 15px 0 15px;
            text-align: center;
            margin: 5px;
            background: #e3e3e3;
            }
            .benefits_14_list.short li
                {
                list-style: none;
                font-size: 16px;
                font-weight: 400;
                text-transform: none;
                color: #000;
                }
            .benefits_14_list.short li:before
                {
                top: -40px;
                left: calc(50% - 25px);
                }
            
        .benefits_14_short .btn_wrap
            {
            padding-top: 50px;
            }









/* Crumbreads */
.crumbreads
  {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 0;
  color: #ededed;
  }  
  .crumbreads a
    {
    color: #ededed;
    transition: all 0.5s ease;
    }
    .crumbreads a:hover
      {
      color: var(--active-color);
      text-decoration: none;
      }

  .crumbreads > span:not(:last-child):after
    {
    content: '\\';
    margin: 0 20px;
    color: #888;
    font-size: 17px;
    }


/* To top */
#to_top 
  {
  position: fixed;
  display: none;
  bottom: 0;
  right: 75px;

  background: #333 url("/img/arrow_up.svg") center center no-repeat;
  background-size: 70% 70%;
  border-radius: 4px 4px 0 0;
  color: #fff;
  height: 35px;
  text-align: center;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  transition: all .2s ease-in-out 0s;  
  }
  #to_top:hover
    {
    opacity: 1;
    background-color: #e0c274;
    }




/* Main content */
.main_content
  {
  min-height: 300px;
  
  }
  .main_content p
    {
    margin-bottom: 15px;
    }



/* Contact page */
.p48 section.main_section
    {
    font-weight: 700;
    padding: 100px 0;
    }
    .p48 section.main_section h4
        {
        font-weight: 700;
        }
    .contact_table
        {
        margin-bottom: 150px;
        width: 100%;
        }
        .contact_table td
            {
            font-size: 25px;
            text-transform: uppercase;
            line-height: 28px;
            vertical-align: top;
            }
        .contact_table a
            {
            font-size: 30px;
            color: var(--active-color);
            font-weight: 100;
            }
            .contact_table a:hover
                {
                color: #000;
                text-decoration: none;
                }
        .contact_table a.contact_mail
            {
            font-size: 20px;
            font-weight: 700;
            }
        .contact_table  td:nth-child(1) {text-align: left }
        .contact_table  td:nth-child(2) {text-align: center }
        .contact_table  td:nth-child(3) {text-align: right }



section.about
    {
    text-align: center;
    padding: 150px 30px;
    }
    section.about p
        {
        margin-bottom: 20px;
        }

section.clients
    {
    text-align: center;
    }
    section.clients img
        {
        margin: 30px 50px;
        }

section.magazins
    {
    text-align: center;
    }
    section.magazins .magazins_row
        {
        margin: 30px 50px;
        display: flex;
        justify-content: center;
        }
        section.magazins .magazins_row .item
            {
            margin: 10px;
            }
        section.magazins .magazins_row .item img
            {
            max-width: 100%;
            height: auto !important;
            }


section.consult_form
    {
    background: #000;
    text-align: center;
    padding: 130px 0px 40px;
    }
    section.consult_form h2
        {
        color: #fff;
        font-size: 36px;
        letter-spacing: 7px;
        margin-bottom: 40px;
        }
    section.consult_form input,
    section.consult_form select
        {
        width: 100%;
        height: 30px;
        border: 0;
        font-size: 13px;
        }

    section.consult_form .client_info,
    section.consult_form .object_info
        {
        margin-bottom: 30px;
        }
        section.consult_form .client_info input
            {
            background: #fff;
            color: #000;
            border-bottom: 1px #fff solid;
            padding: 0 10px;
            }
        section.consult_form .object_info input,
        section.consult_form .object_info select
            {
            color: rgb(170, 169, 169);
            padding: 0 10px;
            }

    section.consult_form input[type=submit]
        {
        width: auto;
        height: auto;
        }





/* Projects */
.renovatio_projects h5
    {
    text-align: center;
    text-transform: lowercase;
    color: #e1e1e1;
    }

.projects_wrap
    {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

    .projects_wrap .item
        {
        grow: 1;
        position: relative;
        min-width: 350px;
        margin: 11px;
        height: 440px;
        cursor: pointer;
        border: 4px solid rgb(224, 194, 116);
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-position: center center;
        background-size: auto 100%;
        transition: background-size 1s ease;
        }
    .projects_wrap .item:hover
        {
        background-size: auto 110%;
        }
        .projects_wrap .item .mask
            {
            background: rgba(0,0,0,0.2);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            }
        .projects_wrap .item .title
            {
            position: relative;
            font-size: 20px;
            line-height: 24px;
            text-transform: uppercase;
            font-weight: 100;
            padding: 70px 5px 70px 20px;
            background: rgba(0,0,0,0.7);
            color: #fff;
            text-decoration: none;
            }


/* Object category */
.main_section.renovatio_objects_category
    {
    padding: 55px 0;
    }

    .main_section.renovatio_objects_category h1
        {
        margin-bottom: 40px;
        }

    .renovatio_object_category .category_select
        {
        text-align: center;
        margin-bottom: 20px;
        }
        .renovatio_object_category .category_select a
            {
            font-size: 20px;
            display: inline-block;
            vertical-align: top;
            color: #e0c274;
            padding: 20px 0;
            font-weight: 300;
            margin: 0 15px;
            text-decoration: none;
            outline: 0;
            transition: none;
            }
        .renovatio_object_category .category_select a.is-checked
            {
            border-top: 3px solid #e0c274;
            }

.object_category_wrap
    {
    }
    .object_category_wrap .item
        {
        padding: 0;
        cursor: pointer;
        padding: 2px;
        display: inline-block;
        position: relative;

        width: 100%;
        height: 350px;
        }
        .object_category_wrap .item .inner_wrap
            {
            width: 100%;
            height: 100%;
            position: relative;
            padding: 0;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: right bottom;
            }
        .object_category_wrap .item img
            {
            width: 100%;
            height: auto;
            }
        .object_category_wrap .item .inner
            {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.6);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            opacity: 0;
            transition: opacity 0.5s ease;
            }
        .object_category_wrap .item:hover .inner
            {
            opacity: 1;
            }
            .object_category_wrap .item .inner a
                {
                color: #fff;
                display: block;
                font-size: 24px;
                font-weight: 600;
                text-decoration: none;
                text-align: center;
                text-transform: uppercase;
                }
            .object_category_wrap .item .inner .tags
                {
                color: #fff;
                display: block;
                }

    .object_category_wrap.secondary  .item
        {
        width: 33.3vw;
        }





/* Object */
.renovatio_object
    {
    
    }
    .renovatio_object h1
        {
        font-size: 2rem;
        margin-bottom: 30px;
        }

    
    .object_gallery
        {
        margin: 20px auto;
        }
        .object_gallery img
            {
            width: 30vw;
            height: auto;
            margin: 5px;
            }
     .style_name
         {
         text-transform: capitalize;
         }


/* Service */
.renovatio_service
    {
    padding: 0;
    }
    .renovatio_service h1,
    .renovatio_service .h1_like
        {
        margin: 0px 0 50px 0;
        }

    .renovatio_service .main_desc
        {
        padding: 55px 0;
        }
        .renovatio_service .main_desc p
            {
            margin-bottom: 20px;
            }
    .renovatio_service .main_desc .text ul,
    .renovatio_service .main_desc .text ol
        {
        margin: 20px 10px 20px 30px;

        
        }


    .renovatio_service .we_do_it
        {
        padding: 55px 0;
        }
        .renovatio_service .we_do_it ol
            {
            font-size: 20px;
            font-weight: 500;
            text-transform: uppercase;
            display: flex;
            flex-wrap: wrap;
            }
            .renovatio_service .we_do_it ol li
                {
                counter-increment: li;
                display: inline-block;
                vertical-align: top;
                width: 240px;
                line-height: 24px;
                margin-bottom: 20px;
                }
            .renovatio_service .we_do_it ol li:not(:nth-child(4))
                {
                margin-right: 45px;
                }
            .renovatio_service .we_do_it ol li:before
                {
                display: block; 
                content: counter(li, decimal-leading-zero);
                color: rgba(247,206,120,0.3);;
                font-weight: 900;
                font-size: 100px;
                line-height: 150px;
                }
    .renovatio_service .service_gallery
        {
        padding: 55px 0;
        }


.sub_service
    {
    padding: 50px 0;
    }


/* Footer */

footer
    {
    background: #000;
    padding: 50px 0;
    color: #8c8989;
    font-size: 13px;
    }
    footer .soc_icons
        {
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        }
        footer .soc_icons a
            {
            opacity: 0.3;
            transition: all 0.5s ease;
            }
        footer .soc_icons a:hover
            {
            opacity: 1;
            }


/* Progress bar */
@-webkit-keyframes progress {to {background-position: 30px 0;}}
@-moz-keyframes progress {to {background-position: 30px 0;}}
@keyframes progress {to {background-position: 30px 0;}}
.barBg {width:99%;  height:15px;    border-radius: 8px; margin-bottom:5px;}
.bar {background: #7aff32;  height:30px;    height: 15px;   border-radius: 4px;}
.barFill {
    width: 100%;
    height: 15px;
    border-radius: 20px;
    -webkit-animation: progress 1s linear infinite;
    -moz-animation: progress 1s linear infinite;
    animation: progress 1s linear infinite;
    background-repeat: repeat-x;
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.hundred {  width: 100%;}   
.cornflowerblue {   background-color: CornflowerBlue;   box-shadow:inset 0px 0px 6px 2px rgba(255,255,255,.3);}


/* ============================================================================ */
/* Планшет - меньше 1200px  =================================================== */
/* ============================================================================ */
@media (max-width: 1200px) {
    


}

/* ============================================================================ */
/* 992px                    =================================================== */
/* ============================================================================ */
@media (max-width: 992px) {


/* Main big slider - hardcode images */
/*
.main_big_slider .slider_wrap  .duplicate_item  { background-image: url('/img/slides/tablet_1.jpg') !important  }
.main_big_slider .slider_wrap  .item[rel='0']   { background-image: url('/img/slides/tablet_1.jpg') !important  }
.main_big_slider .slider_wrap  .item[rel='1']   { background-image: url('/img/slides/tablet_2.jpg') !important  }
*/



.contact_table
    {
    margin-bottom: 100px;
    }
    .contact_table td
        {
        display: block;
        width: 100%;
        text-align: center !important;
        padding: 20px 0;
        font-size: 20px;
        }
        .design_by .in_slogan
            {
            font-size: 8vw;
            }
            .contact_table a
                {
                font-size: 30px;
                }
            .contact_table a.contact_mail
                {
                font-size: 16px;
                }

}

/* ============================================================================ */
/* Телефон - меньше 768px   =================================================== */
/* ============================================================================ */
@media (max-width: 768px) {

.war_banner
    {
    display: block;
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px;
    background: linear-gradient(to bottom, rgba(50,171,252,0.3) 0%,rgba(50,171,252,0.3) 45%,rgba(247,224,19,0.3) 55%,rgba(247,224,19,0.3) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    z-index: 7000;
    text-transform: uppercase;
    }
    .war_banner.contacts
        {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        }



h1,
.h1_like
    {
    text-align: center;
    font-size: 25px;
    }
h2
    {
    font-size: 20px;
    }
h4,
.h4_like
    {
    font-size: 25px;
    }
h5
    {
    font-size: 20px;
    margin: 33px 0; 
    }
    

    /* Header */
    header .main_phone
        {
        top: 0;
        right: 15px;
        width: auto;
        padding-right: 100px;
        text-align: right;
        padding: 7px 8px;
        z-index: 9000;
        }
    header .main_phone .consult_link,
    header .main_phone .mdash
        {
        display: none;
        }

    .price_request_link
        {
        right: auto;
        top: 4px;
        left: -150px;
        padding: 6px 15px 7px 15px;
        
        white-space: nowrap;
        overflow: hidden;
        }
    .lang_1 .price_request_link  { width: 60px }
    .lang_2 .price_request_link  { width: 54px }
    .lang_3 .price_request_link  { width: 150px }



    header .main_phone
        {
        display: flex;
        z-index: 8000;
        }
    
    header .main_phone .soc_icons,
    header .main_phone .main_phone_and_link
        {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        top: auto;
        right: auto;
        }
    header .main_phone .main_phone_and_link
        {
        order: 1;
        margin-right: 10px;
        padding-top: 3px;
        }
    header .main_phone .soc_icons
        {
        order: 2;
        }
        header .main_phone .soc_icons a
            {
            margin: 0 5px;
            }



    .soc_icons.top_left_block
        {
        margin: 0;
        padding: 2px 0;
        }
        .soc_icons.top_left_block a img
            {
            margin: 10px 5px;
            }



    /* INDEX BLOCKS */
    .main_big_slider .title
        {
        font-weight: 600;
        text-align: center;
        line-height: 35px;
        padding-left: 0;
        }
        .main_big_slider .title h1
            {
            font-size: 18px;
            font-weight: 200;
            }

    .intro_text .container
        {
        padding: 50px 15px 180px 15px;
        }
    .intro_text .white_block_n_logo
        {
        left: 20px;
        right: 20px;
        width: auto;
        }
        .intro_text .white_block_n_logo img
            {
            width: 100%;
            margin-bottom: -5px;
            }
            
    .design_by .text
        {
        padding: 50px 15px 0 15px;
        columns: 1;
        column-gap: 0;
        }
    .design_by .text .h1_like:after
        {
        margin: 20px 0 50px 0;
        }
    .design_by .text h4
        {
        margin: 60px 0 10px 0;
        }
        .design_by .text h4:after
            {
            margin-top: 15px;
            display: block;
            content: ' ';
            background: #e0c274;
            width: 100px;
            height: 1px;
            }


    .index_services_block .item
        {
        padding: 0 20px;
        }

    .index_services_block .item.even
        {
        display: flex;
        }
        .index_services_block .item.even .img  { order: 1 }
        .index_services_block .item.even .text { order: 2 }

        .index_services_block .item:first-child .text,
        .index_services_block .item .text
            {
            padding-top: 20px;
            }
    .index_services_block .coda_slogan
        {
        font-size: 25px;
        padding-top: 20px;
        background-size: auto 100%;
        }


    .index_how_we_work .intro_words
        {
        background-position: center top;
        padding: 100px 20px 20px 20px;
        margin: 10px 30px 50px 30px;
        text-align: center;
        }
    .index_how_we_work .tab-content
        {
        padding-bottom: 0;
        }


    .index_contacts .item
        {
        padding: 30px;
        }
        .index_contacts .item .h5_like
            {
            font-weight: 100;
            }


    .index_how_we_work .main_photo
        {
        display: none;
        }
    .index_how_we_work .short_content
        {
        display: block;
        }




    .renovatio_about .main_content
        {
        padding-bottom: 50px;
        }
        .renovatio_about .main_content img
            {
            width: 100%;
            height: auto !important;
            }
    section.about,
    section.clients
        {
        padding: 20px;
        }
    section.clients
        {
        text-align: center;
        }
        section.clients img
            {
            max-width: 100%;
            margin: 10px 0; 
            }

    section.magazins .magazins_row
        {
        margin: 10px ;
        }

    .projects_wrap .item
        {
        width: 100%;
        min-width: auto;
        margin: 10px 20px;
        }


     .crumbreads
       {
       margin-top: 60px;
       padding: 20px 0;
       color: #ededed;
       }  

    .renovatio_service .text
        {
        padding-top: 20px;
        }
        .renovatio_service .we_do_it ol li
            {
            width: 100%;
            line-height: 24px;
            margin-bottom: 40px;
            }

        .renovatio_service .we_do_it ol li:before
            {
            font-weight: 900;
            font-size: 72px;
            line-height: 90px;
            }


    .object_gallery img
        {
        width: 90vw;
        }

    #to_top 
      {
      left: calc(50% - 24px);
      right: auto;
      }

    .object_category_wrap.secondary  .item
        {
        width: 100%;
        }



    .index_office_photo img
        {
        display: none;
        }
    .index_office_photo
        {
        height: 466px;
        background: url(/img/office_mobile.jpg) center center no-repeat;
        background-size: cover;
        }


    /* Consult form */
    section.consult_form h2
        {
        font-size: 20px;
        }
    section.consult_form input,
    section.consult_form select
        {
        margin: 10px 0;
        }


    /* Footer */
    footer .copyright,
    footer .soc_icons
        {
        position: relative;
        width: 100%;
        text-align: center;
        padding: 10px;
        }
        footer .soc_icons a
            {
            margin: 0 10px;
            }


.youtube_frame
    {
    height: 250px !important;
    }
    
.form_modal,
.callback_form_modal 
    {
    top: 10%;
    padding: 20px;
    }


}



/* ============================================================================ */
/* - меньше 500px                         ===================================== */
/* ============================================================================ */
@media (max-width: 500px) {


    /* Main big slider - hardcode images */
    /*
    .main_big_slider .slider_wrap  .duplicate_item  { background-image: url('/img/slides/phone_1.jpg') !important  }
    .main_big_slider .slider_wrap  .item[rel='0']   { background-image: url('/img/slides/phone_1.jpg') !important  }
    .main_big_slider .slider_wrap  .item[rel='1']   { background-image: url('/img/slides/phone_2.jpg') !important  }
    */
    
    
    .soc_icons.top_left_block
        {
        width: 100%;
        }
}


/* ============================================================================ */
/* - меньше 400px                         ===================================== */
/* ============================================================================ */
@media (max-width: 400px) {

.tm
    {
    padding: 35px 15px 35px 15px;
    left: -230px;
    width: 230px;
    }



}


/* ============================================================================ */
/* Extra small devices - меньше 400px     ===================================== */
/* ============================================================================ */
@media (max-width: 400px) {


    
}
