html
{
    height: 100%;
    margin: 0;
    padding: 0;
}
body
{
    font-family: 'Roboto' , sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
.wrapper
{
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

/*
-----------------------------------------------------------------------------*/
h2
{
    color: #000;
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    padding: 30px 0 20px 0;
    margin: 0;
}

/* Middle
-----------------------------------------------------------------------------*/
.content
{
    padding: 0 0 100px;
}
/****************************************************/
.block_header
{
    position: relative;
}
.block_header_black
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.60), rgba(0,0,0,0.70));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.60), rgba(0,0,0,0.70));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.60), rgba(0,0,0,0.70));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.60), rgba(0,0,0,0.70));
    background-image: linear-gradient(top, rgba(0,0,0,0.60), rgba(0,0,0,0.70));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#66000000', endColorstr='#4c000000');
    z-index: 2;
}
.block_header_main_bg
{
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background-attachment: fixed;
    background-image: url('/i/main_img.jpg');
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.block_header_name_site
{
    position: relative;
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    padding: 100px 0 70px 0;
}
.block_header_description_site
{
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 60px 0;
    line-height: 1.4;
}
.block_header_text
{
    position: relative;
    z-index: 3;
}
.totop
{
    position: fixed;
    bottom: 18px;
    right: 18px;
    font-size: 24px;
    line-height: 0.75;
    color: #fff;
    background-color: #2f94e5;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-decoration: none;
    border-radius: 35px;
    z-index: 999;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    display: none;
}
.fa
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block_header_top
{
    background-color: #272f35;
    position: relative;
    height: 90px;
    width: 100%;
}
.block_header_menu
{
    background-color: #2f94e5;
    position: relative;
    height: 50px;
    width: 100%;
}
.block_header_menu_inner
{
    display: table;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.menu_item
{
    display: table-cell;
    cursor: pointer;
    padding: 15px 15px 14px 15px;
    min-width: 150px;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.menu_item:hover
{
    background-color: #49a1e8;
}
.menu_item a
{
}
.block_inner
{
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}
.block_logo
{
    position: relative;
    padding-top: 7px;
    padding-left: 10px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 42px;
    text-shadow: -1px 1px 0 #888, -2px 2px 0 #888;
    font-size: 26px;
}
.block_logo img
{
    vertical-align: middle;
    padding-right: 10px;
}
.block_header_btn
{
    position: relative;
    z-index: 3;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
}
.btn_main_form
{
    display: inline-block;
    width: 49%;
    position: relative;
}
.btn_main_form div
{
    background-color: #2285c4;
    color: #fff !important;
    display: block;
    font-size: 17px;
    line-height: 19px;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    width: 240px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.btn_main_form:hover div
{
    background-color: #2f94e5;
}
.btn_open_order_form
{
    display: block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.btn_open_order_form div
{
    background-color: #2285c4;
    color: #fff !important;
    display: block;
    font-size: 17px;
    line-height: 19px;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    width: 240px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
}
.btn_open_order_form:hover div
{
    background-color: #2f94e5;
}
.btn_footer_open_order_form
{
    display: block;
    width: 260px;
    position: relative;
    padding: 10px 0 7px 0;
}
.btn_footer_open_order_form div
{
    background-color: #2285c4;
    color: #fff !important;
    display: block;
    font-size: 17px;
    line-height: 19px;
    padding: 15px 25px;
    width: 210px;
    cursor: pointer;
    text-transform: uppercase;
}
.btn_footer_open_order_form:hover div
{
    background-color: #2f94e5;
}
.block_about
{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.block_about_left
{
    float: left;
    vertical-align: top;
    width: 50%;
    word-spacing: normal;
}
.block_about_image
{
    float: left;
    vertical-align: top;
    width: 50%;
    word-spacing: normal;
    padding-top: 50px;
    text-align: center;
    line-height: 32px;
}
.clear_both
{
    clear: both;
}
.item_to_block_img
{
    position: relative;
    width: 140px;
    display: inline-block;
    margin: 0 8px 0px 0;
    line-height: 1;
}
.block_advantage
{
    background-color: #272f35;
    position: relative;
    margin-top: 30px;
}
.block_advantage .header_section
{
    color: #fff;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    padding: 55px 0 0 0;
    position: relative;
    margin: 0 0 65px 0;
}
.block_advantage .header_section::after
{
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 90px;
    background-color: #2f94e5;
    left: 0;
    bottom: -14px;
}
.block_advantage .header_section.center::after
{
    left: 50%;
    margin-left: -45px;
}
.block_advantages_body
{
    position: relative;
    text-align: center;
    padding-bottom: 70px;
}
.block_advantages_item
{
    position: relative;
    display: inline-block;
    width: 33%;
    max-width: 300px;
    padding: 0 10px 0 10px;
    vertical-align: top;
}
.block_advantages_item img
{
    display: block;
    height: 80px;
    width: 80px;
    margin: auto;
}
.block_advantage_name
{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    padding-top: 12px;
}
.header_section2
{
    color: #000;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    padding: 60px 0 0 0;
    position: relative;
    margin: 0 0 65px 0;
}
.header_section2::after
{
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 90px;
    background-color: #2f94e5;
    left: 0;
    bottom: -14px;
}
.header_section2.center::after
{
    left: 50%;
    margin-left: -45px;
}
.block_price
{
    position: relative;
    background-color: #f0f0f0;
    width: 100%;
    padding-bottom: 55px;
}
.block_price_text
{
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px 0 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.block_price_text p
{
    margin: 0;
    padding: 0 0 9px 0;
}
.block_main_price
{
    position: relative;
    padding: 20px 0 20px 0;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.block_main_price_item
{
    position: relative;
    width: 32%;
    margin: 0 0 0 0;
    display: inline-block;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 9px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10) !important;
    box-sizing: border-box;
    vertical-align: top;
    padding: 50px 15px 50px 15px;
}
.block_main_price_item:nth-last-child(2)
{
    margin: 0 1% 0 1%;
}
.block_main_price_item_name
{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    padding: 0 0 15px 0;
}
.block_main_price_item_area
{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 0 0 35px 0;
}
.block_main_price_item_price
{
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    padding: 0 0 40px 0;
}
.block_main_price_item_option
{
    line-height: 1.3;
}
.block_main_price_item_option div
{
    padding-bottom: 12px;
}
.modal
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade
{
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.fade .modal-dialog
{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog
{
    width: 490px;
    max-width: 100%;
    min-width: 290px;
    margin: 30px auto;
    box-sizing: border-box;
    position: relative;
    z-index: 10000;
}
.modal-dialog-big
{
    margin-bottom: 0;
    padding-bottom: 65px;
}
.modal-dialog-big .modal-body
{
    padding-bottom: 20px;
}
.modal-content
{
    border-radius: 0;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-body
{
    position: relative;
    padding: 45px;
}
.close
{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal .close
{
    margin: -70px -70px 0 0;
    outline: none;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}
button.close
{
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.fade.in
{
    opacity: 1;
    display: block;
}
body.modal-open
{
    overflow: hidden;
    padding-right: 0 !important;
}
.class_error
{
    text-align: center;
    display: none;
    color: #cc0000;
    font-size: 14px;
}
.class_ok
{
    text-align: center;
    display: none;
    color: #00cc00;
    font-size: 14px;
}
.modal.in .modal-dialog
{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-title
{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.modal-title + p
{
    font-size: 14px;
    text-align: center;
    margin-top: -5px;
    margin-bottom: 20px;
}
.form-group
{
    margin-bottom: 20px;
}
.form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 44px;
    font-size: 16px;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto' , sans-serif;
}
textarea.form-control
{
    height: auto;
}
textarea
{
    overflow: auto;
    font-family: 'Roboto' , sans-serif;
}
.checkbox, .radio
{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
}
.checkbox label, .radio label
{
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    line-height: 1.5;
}
.checkbox label a
{
    text-decoration: none;
    color: #337ab7;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
{
    position: absolute;
    margin-left: -20px;
}
.modal .blue_btn
{
    margin: 25px auto 5px;
    cursor: pointer;
}
.blue_btn, .bord_btn
{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 5px;
    width: 230px;
    max-width: 100%;
    background-color: #2f94e5;
    height: 44px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none !important;
    margin: 30px 0;
    cursor: pointer;
}
.blue_btn:hover
{
    background-color: #1b84da;
}
.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    display: none;
}
.modal-backdrop-show
{
    display: block;
}
.footer
{
    color: #fff;
    padding: 20px 0 0;
    font-size: 13px;
    background-color: #272f35;
    overflow: hidden;
}
.footer .container
{
    padding: 15px 15px 25px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.block_footer_item
{
    position: relative;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.block_footer_item div
{
    margin-bottom: 7px;
    font-size: 14px;
}
.block_footer_item a
{
    color: #fff;
}
.block_footer_item:nth-child(3)
{
    margin-left: 1%;
}
.footer h2
{
    color: #fff;
}
.totop:hover
{
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.9);
}
.block_big_form_order
{
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    background-image: url('/i/big_form_order.jpg');
    position: relative;
    z-index: 1;
}
.full-overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.block_big_form_order_text
{
    position: relative;
    z-index: 1000;
}
.block_big_form_order_text h2
{
    color: #fff;
    text-align: center;
    padding-top: 45px;
}
.block_big_form_order_text .block_big_form_order_p
{
    color: #fff;
    margin: 0;
    padding: 0 0 9px 0;
    text-align: center;
}
.block_copyr
{
}
.block_copyr a
{
    color: #fff;
}
.fixed_top_menu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.menu_item_active
{
    background-color: #49a1e8;
}
.block_phone
{
    position: relative;
    display: inline-block;
    height: 60px;
    padding-top: 14px;
    vertical-align: top;
    margin-right: 40px;
}
.block_phone_kod
{
    color: #6b93b0;
    font-size: 21px;
    font-weight: 700;
}
.block_phone_nubmer
{
    color: #1696c7;
    font-size: 46px;
    font-weight: 700;
}
.block_top_btn_open_order_form
{
    padding: 8px 17px 8px 15px;
    display: inline-block;
    background-color: #c9e3f8;
    border-radius: 17px;
    cursor: pointer;
    margin-top: 26px;
    font-size: 15px;
    text-transform: uppercase;
}
.block_top_btn_open_order_form:hover
{
    background-color: #2f94e5;
}
.block_top_btn_open_order_form:hover div
{
    color: #fff;
    background-image: url(/i/icon_phone_2.png);
}
.block_top_btn_open_order_form div
{
    background-image: url(/i/icon_phone_1.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 20px;
}
.block_top_right
{
    float: right;
    position: relative;
    padding-right: 10px;
}
@media only screen and (max-width: 1040px)
{
    .block_main_price_item
    {
        width: 100%;
        max-width: 600px;
        margin: 0 0 30px 0 !important;
        padding: 35px 15px 15px 15px;
    }
}
@media only screen and (max-width: 1000px)
{
    .block_about_left
    {
        width: 100%;
        padding: 0 15px 0 15px;
        box-sizing: border-box;
    }
    .block_about_image
    {
        width: 100%;
        padding: 0 0 0 0;
        box-sizing: border-box;
    }
    .menu_item
    {
        font-size: 15px;
        padding: 17px 15px 17px 15px;
        min-width: 80px;
    }
}
@media only screen and (max-width: 890px)
{
    .block_phone
    {
        margin-right: 20px;
        padding-top: 20px;
    }
    .block_phone_nubmer
    {
        font-size: 38px;
    }
    .block_phone_kod
    {
        font-size: 18px;
    }
}
@media only screen and (max-width: 810px)
{
    .block_phone
    {
        margin-right: 10px;
    }
    .block_top_btn_open_order_form
    {
        padding: 8px 8px 8px 8px;
        margin-top: 27px;
    }
    .block_top_btn_open_order_form div
    {
        font-size: 0;
        width: 16px;
        height: 16px;
        background-position: 0;
        padding-left: 0;
    }
    .block_logo
    {
        font-size: 18px;
    }
    .block_logo img
    {
        width: 50px;
        padding-left: 3px;
        padding-top: 4px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 680px)
{
    .menu_item
    {
        font-size: 14px;
        padding: 0 15px 0 15px;
        min-width: 50px;
        height: 50px;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 600px)
{
    .btn_main_form
    {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .block_header_description_site
    {
        padding: 0 0 30px 0;
    }
    .block_header_name_site
    {
        font-size: 30px;
        padding: 40px 0 40px 0;
    }
    .block_header_btn
    {
        padding-bottom: 25px;
    }
    .block_advantages_item
    {
        width: 100%;
        display: block;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    .block_footer_item
    {
        width: 100%;
        display: block;
        margin: 0;
    }
}
@media screen and (max-width: 569px)
{
    .block_advantage .header_section::after
    {
        left: 50%;
        bottom: -10px;
        margin-left: -45px;
    }
    .modal-dialog
    {
        margin: 30px 10px;
        width: auto;
    }
    .modal .close
    {
        margin: -60px -17px 0 0;
    }
    .block_phone_nubmer
    {
        font-size: 18px;
    }
    .block_phone_kod
    {
        font-size: 14px;
    }
    .block_phone
    {
        padding-top: 23px;
    }
    .block_top_btn_open_order_form
    {
        margin-top: 18px;
    }
}
@media only screen and (max-width: 500px)
{
    .modal-body
    {
        padding: 30px 15px 30px 15px;
    }
    .block_price
    {
        padding-bottom: 15px;
    }
    .block_logo img
    {
        width: 42px;
        padding-left: 5px;
        padding-top: 2px;
    }
    .block_logo
    {
        font-size: 12px;
    }
    .block_header_top
    {
        height: 70px;
    }
    .block_header_menu
    {
        display: none;
    }
}
@media only screen and (max-width: 370px)
{
    .form_capcha
    {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .modal-title + p
    {
        font-size: 11px;
        margin-bottom: 15px;
    }
    .modal-title
    {
        margin: 0 0 15px 0;
    }
    .checkbox, .radio
    {
        font-size: 10px;
        margin-top: 0;
        margin-bottom: 0;
    }
    textarea.form-control
    {
        height: 65px;
    }
    .form-group
    {
        margin-bottom: 17px;
    }
    .block_big_form_order_p
    {
        padding: 0 5px 0 5px !important;
        font-size: 14px;
    }
    .block_logo
    {
        padding-left: 7px;
    }
    .block_top_right
    {
        padding-right: 5px;
    }
    .block_phone_nubmer
    {
        font-size: 14px;
    }
    .block_phone
    {
        margin-right: 3px;
        padding-top: 20px;
    }
    .block_top_btn_open_order_form
    {
        margin-top: 15px;
    }
    .block_logo img
    {
        width: 36px;
        padding-right: 5px;
    }
    .block_phone_kod
    {
        font-size: 12px;
    }
}
@media only screen and (max-width: 320px)
{
    .block_about_image
    {
        padding: 0 0 0 12px;
    }
}