

/* Start:/local/templates/bmhouse_jet/css/slick.css?17339684121776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/bmhouse_jet/css/slick_theme.css?17339684123530*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/bmhouse_jet/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/bmhouse_jet/fonts/slick.eot');
    src: url('/local/templates/bmhouse_jet/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/bmhouse_jet/fonts/slick.woff') format('woff'), url('/local/templates/bmhouse_jet/fonts/slick.ttf') format('truetype'), url('/local/templates/bmhouse_jet/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
	z-index: 1;

    display: block;

    width: 100px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.4);
	
	transition: background 0.15s ease 0s;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
}
.slick-prev:hover,
.slick-next:hover
{
    color: transparent;
    outline: none;
    background: #fff;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'ElegantIcons';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before
{
	color: #aaa;
}

.slick-prev
{
    left: 0;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
   content: "\34";
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: 0;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: "\35";
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/bmhouse_jet/css/elegant_icons.css?173396841225403*/
@font-face {
	font-family: 'ElegantIcons';
	src:url('/local/templates/bmhouse_jet/fonts/ElegantIcons.eot');
	src:url('/local/templates/bmhouse_jet/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/bmhouse_jet/fonts/ElegantIcons.woff') format('woff'),
		url('/local/templates/bmhouse_jet/fonts/ElegantIcons.ttf') format('truetype'),
		url('/local/templates/bmhouse_jet/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}

	

/* End */


/* Start:/local/templates/bmhouse_jet/css/main.css?174332277744035*/
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}





*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	outline: none;
}

.jet-container
{
	width: 1200px;
	padding: 0 15px;
	margin: auto;
}

#jet-slider
{
	position: relative;
	height: 100vh;
}
	
#jet-slider .jet-slide
{
	position: relative;
}

#jet-slider .jet-slide-title-container
{
	width: 500px;
	height: 500px;
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	margin: auto;
	border-radius: 50%;
    border: 2px solid rgba(255,255,255, 0.20);
	padding: 48px 0;
}

#jet-slider .jet-slide-title
{
	width: 400px;
    height: 400px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: auto;
    padding: 93px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 70px;
	text-align: center;
	font-weight: 600;
}

#jet-slider .jet-slide-text-container-left,
#jet-slider .jet-slide-text-container-right
{
	position: absolute;
    width: 50%;
	height: 100%;
}

#jet-slider .jet-slide-text-container-left
{
    left: 0;
    right: auto;
}

#jet-slider .jet-slide-text-container-right
{
    left: auto;
    right: 0;
}

#jet-slider .jet-slide-text-left,
#jet-slider .jet-slide-text-right
{
	color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 70px;
    bottom: 300px;
	font-weight: bold;
	opacity: 0;
	transition: 1s all;
	position: absolute;
	width: 550px;
}

#jet-slider .jet-slide-text-left
{
	left: 80px;
}

#jet-slider .jet-slide-text-right
{
	right: 80px;
}

#jet-slider .jet-slide-text-container-left:hover .jet-slide-text-left,
#jet-slider .jet-slide-text-container-right:hover .jet-slide-text-right
{
	bottom: 100px;
	opacity: 1;
}

#jet-slider .jet-slider-go
{
	text-transform: uppercase;
    position: absolute;
    bottom: 50px;
    z-index: 999;
    display: block;
    margin: 0 auto;
    width: 160px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 18px;
	font-weight: 600;
    color: #fff;
}

#jet-slider .jet-slider-go a
{
	font-family: 'ElegantIcons';
    font-size: 35px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
	bottom: -15px;
	position: relative;
	margin: auto;
    width: 35px;
    height: 35px;
	text-decoration: none;
	-moz-animation: bounce 5s infinite;
    -webkit-animation: bounce 5s infinite;
    animation: bounce 5s infinite;
}

#jet-slider .jet-slider-go a:before
{
	content: "\33";
}

#jet-slider .jet-slider-go a:hover
{
	color: #003366;
}

#jet-slider .jet-slide.slick-slide
{
	height: 100vh;
}





#jet-menu
{
	height: 90px;
	background-color: #003366;
	padding-left: 70px;
	padding-right: 70px;
}

#jet-menu.fixed
{
	position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
	box-shadow: 0 0 20px #0003;
}

#jet-menu .jet-menu-logo
{
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}

#jet-menu .jet-menu-logo img
{
	height: 70px;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

#jet-menu .jet-menu
{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: calc( 100% - 210px );
}

#jet-menu .jet-menu a
{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 70px;
	text-transform: uppercase;
	padding: 10px 15px;
	display: inline-block;
}

#jet-menu .jet-menu a:hover
{
	color: #cc9966;
}




#jet-services
{
	padding-top: 100px;
	height: 730px;
}

#jet-menu.fixed + #jet-services
{
	margin-top: 90px;
}

#jet-services .jet-services-background
{
	text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 35px;
}

#jet-services .jet-services-background img
{
	
}

#jet-services .jet-services-title
{
	color: #fff;
    position: absolute;
    top: calc( 50% - 27px );
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 46px;
	text-transform: uppercase;
	font-weight: 600;
}

#jet-services .jet-services-list
{
	position: relative;
	margin: auto;
}

#jet-services .jet-services-item
{
	width: 530px;
    position: absolute;
	transition: 1s;
}

#jet-services .jet-services-item:nth-child(1)
{
	top: 0;
	left: -300px;
}

#jet-services .jet-services-item.jet-animated:nth-child(1)
{
	left: 0;
}

#jet-services .jet-services-item:nth-child(2)
{
	top: 190px;
	left: -300px;
}

#jet-services .jet-services-item.jet-animated:nth-child(2)
{
	left: -95px;
}

#jet-services .jet-services-item:nth-child(3)
{
	top: 380px;
	left: -300px;
}

#jet-services .jet-services-item.jet-animated:nth-child(3)
{
	left: 0;
}

#jet-services .jet-services-item:nth-child(4)
{
	top: 0;
	right: -300px;
}

#jet-services .jet-services-item.jet-animated:nth-child(4)
{
	right: 0;
}

#jet-services .jet-services-item:nth-child(5)
{
	top: 190px;
	right: -300px;
}

#jet-services .jet-services-item.jet-animated:nth-child(5)
{
	right: -95px;
}

#jet-services .jet-services-item:nth-child(6)
{
	top: 380px;
	right: -300px;
}

#jet-services .jet-services-item.jet-animated:nth-child(6)
{
	right: 0;
}

#jet-services .jet-service-info
{
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin-top: 30px;
}

#jet-services .jet-service-name
{
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	margin-bottom: 10px;
}

#jet-services .jet-service-description
{
	font-size: 16px;
	line-height: 25px;
	text-align: right;
}

#jet-services .jet-services-item:nth-child(4) .jet-service-name,
#jet-services .jet-services-item:nth-child(4) .jet-service-description,
#jet-services .jet-services-item:nth-child(5) .jet-service-name,
#jet-services .jet-services-item:nth-child(5) .jet-service-description,
#jet-services .jet-services-item:nth-child(6) .jet-service-name,
#jet-services .jet-services-item:nth-child(6) .jet-service-description
{
	text-align: left;
}

#jet-services .jet-service-icon
{
	display: inline-block;
	vertical-align: top;
	width: 140px;
    height: 140px;
    background-color: #ebebeb;
    border: 7px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
    font-size: 48px;
    color: #666;
    transition: all 0.3s;
	margin-left: 30px;
	font-family: 'ElegantIcons';
	box-shadow: 0 0 0 #fff;
}

#jet-services .jet-services-item:nth-child(4) .jet-service-icon,
#jet-services .jet-services-item:nth-child(5) .jet-service-icon,
#jet-services .jet-services-item:nth-child(6) .jet-service-icon
{
	margin-left: 0;
	margin-right: 30px;
}

#jet-services .jet-service-icon:hover
{
	background-color: #e64c3d;
    color: #fff;
	box-shadow: 0 0 30px rgba(255,255,255,0.5);
}




#jet-features
{
	height: 1020px;
	background: url('/local/templates/bmhouse_jet/img/advantages.jpg') 50% 50% / cover no-repeat;
	position: relative;
	overflow: hidden;
}

#jet-features:before
{
	width: 40%;
    position: absolute;
    height: 100%;
    top: 0;
    overflow: visible;
    border-top: 1026px solid rgba(204,153,102,0.90);
    border-bottom: 0px solid rgba(204,153,102,0.90);
    border-left: 0px solid transparent;
    border-right: 260px solid transparent;
    content: "";
}

#jet-features .jet-features-left,
#jet-features .jet-features-right
{
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#jet-features .jet-features-left
{
	width: 1020px;
	text-align: right;
	padding-top: 100px;
}

#jet-features .jet-features-right
{
	width: calc( 100% - 1025px );
}

#jet-features .jet-features-title
{
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-right: 100px;
}

#jet-features .jet-features-list
{
	margin-top: 80px;
}

#jet-features .jet-features-item
{
	position: relative;
	margin-bottom: 90px;
}

#jet-features .jet-features-item:nth-child(1)
{
	right: 500px;
	transition: all 1s;
}

#jet-features .jet-features-item.jet-animated:nth-child(1)
{
	right: 23px;
}

#jet-features .jet-features-item:nth-child(2)
{
	right: 600px;
	transition: all 1.5s;
}

#jet-features .jet-features-item.jet-animated:nth-child(2)
{
	right: 72px;
}

#jet-features .jet-features-item:nth-child(3)
{
	right: 700px;
	transition: all 2s;
}

#jet-features .jet-features-item.jet-animated:nth-child(3)
{
	right: 121px;
}

#jet-features .jet-features-item:nth-child(4)
{
	right: 800px;
	transition: all 2.5s;
}

#jet-features .jet-features-item.jet-animated:nth-child(4)
{
	right: 170px;
}

#jet-features .jet-feature-info
{
	display: inline-block;
	vertical-align: top;
	width: 550px;
	margin-top: 15px;
}

#jet-features .jet-feature-name
{
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}

#jet-features .jet-feature-description
{
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

#jet-features .jet-feature-icon
{
	display: inline-block;
	vertical-align: top;
	width: 100px;
    height: 100px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 95px;
    font-size: 36px;
    color: #003366;
    transition: all 0.3s;
	margin-left: 30px;
	font-family: 'ElegantIcons';
	position: relative;
	z-index: 2;
}

#jet-features .jet-features-item:hover .jet-feature-icon
{
	color: #fff;
    background-color: #003366;
}

#jet-features .jet-feature-line
{
	border-top: 2px solid #fff;
	position: absolute;
	height: 2px;
	z-index: 1;
}

#jet-features .jet-features-item:nth-child(1) .jet-feature-line
{
	transform: rotate(30deg);
    width: 200px;
    right: -185px;
    top: 98px;
}

#jet-features .jet-features-item:nth-child(2) .jet-feature-line
{
	transform: rotate(0deg);
    width: 280px;
    right: -275px;
    top: 53px;
}

#jet-features .jet-features-item:nth-child(3) .jet-feature-line
{
	transform: rotate(-15deg);
    width: 507px;
    right: -494px;
    top: -17px;
}

#jet-features .jet-features-item:nth-child(4) .jet-feature-line
{
	transform: rotate(-20deg);
    width: 360px;
    right: -345px;
    top: -10px;
}

#jet-features .jet-feature-line span
{
	display: block;
	position: absolute;
	right: -8px;
	top: calc(50% - 8px);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #fff;
	transition: all 0.3s;
}

#jet-features .jet-features-item:hover .jet-feature-line span
{
	background-color: #003366;
}

#jet-features .jet-features-right img
{
	display: block;
	margin-top: 270px;
	margin-left: 100px;
	width: 400px;
	max-width: 400px;
	max-height: 573px;
}




#jet-work
{
	padding-top: 100px;
}

#jet-work .jet-work-title
{
	text-align: center;
	font-size: 48px;
    text-transform: uppercase;
	font-weight: 600;
}

#jet-work .jet-work-filter
{
	text-align: center;
	margin-top: 50px;
}

#jet-work .jet-work-filter a
{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding: 17px 22px;
}

#jet-work .jet-work-filter a:hover,
#jet-work .jet-work-filter a.jet-active
{
	color: #fff;
	background-color: #003366;
}

#jet-work .jet-work-list
{
	margin-top: 50px;
	width: 100%;
}

#jet-work .jet-work-item
{
	float: left;
	width: 25%;
	height: 400px;
	transition: 0.3s;
}

#jet-work .jet-work-item.jet-work-hidden
{
	width: 0;
}

#jet-work .jet-work-item.jet-work-hidden .jet-work-item-info
{
	display: none;
}

#jet-work .jet-work-item-info
{
	height: 100%;
	background-color: rgba(204,153,102, 0.9);
	padding-top: 60px;
	opacity: 0;
	transition: all 0.3s;
}

#jet-work .jet-work-item:hover .jet-work-item-info
{
	opacity: 1;
}

#jet-work .jet-work-item-title
{
	font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
	margin-bottom: 10px;
}

#jet-work .jet-work-item-subtitle
{
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 40px 20px;

}




#jet-why
{
	clear: both;
	height: 1020px;
	position: relative;
	overflow: hidden;
}

#jet-why:before
{
	width: 63%;
    position: absolute;
    height: 100%;
    top: -1px;
    overflow: visible;
    border-top: 0px solid rgba(204, 153, 102, 0.90);
    border-bottom: 1021px solid rgba(204, 153, 102, 0.90);
    border-left: 260px solid transparent;
    border-right: 0px solid transparent;
    content: "";
    right: 0;
	box-sizing: border-box;
}

#jet-why .jet-why-right
{
    padding-top: 100px;
	margin-left: 1100px;
	width: calc( 100% - 1150px );
	position: relative;
}

#jet-why .jet-why-title
{
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

#jet-why .jet-why-list
{
	margin-top: 20px;
	width: 500px;
}

#jet-why .jet-why-item
{
	margin-bottom: 20px;
}

#jet-why .jet-why-item:nth-child(1)
{
	transition: all 1s;
	margin-left: 500px;
	width: 500px;
}

#jet-why .jet-why-item.jet-animated:nth-child(1)
{
	margin-left: -30px;
}

#jet-why .jet-why-item:nth-child(2)
{
	transition: all 1.5s;
	margin-left: 600px;
	width: 545px;
}

#jet-why .jet-why-item.jet-animated:nth-child(2)
{
	margin-left: -75px;
}

#jet-why .jet-why-item:nth-child(3)
{
	transition: all 2s;
	margin-left: 700px;
	width: 590px;
}

#jet-why .jet-why-item.jet-animated:nth-child(3)
{
	margin-left: -120px;
}

#jet-why .jet-why-item:nth-child(4)
{
	transition: all 2.5s;
	margin-left: 800px;
	width: 635px;
}

#jet-why .jet-why-item.jet-animated:nth-child(4)
{
	margin-left: -165px;
}

#jet-why .jet-why-name
{
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}

#jet-why .jet-why-icon
{
	display: inline-block;
	vertical-align: top;
    font-size: 30px;
    color: #fff;
	margin-right: 30px;
	font-family: 'ElegantIcons';
	position: relative;
    top: -2px;
}

#jet-why .jet-why-description
{
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-top: 30px;
	margin-left: -20px;
}



#jet-how
{
	padding-top: 100px;
}

#jet-how .jet-how-title
{
	text-align: center;
	font-size: 48px;
    text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 50px;
}

#jet-how .jet-how-icons-list
{
	text-align: center;
	margin-bottom: 50px;
}

#jet-how .jet-how-icon-item
{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	position: relative;
}

#jet-how .jet-how-icon-item:before
{
	content: '';
	width: 110px;
	height: 2px;
	background-color: #003366;
	position: absolute;
	top: 50px;
	left: 150px;
}

#jet-how .jet-how-icon-item:last-child:before
{
	content: unset;
}

#jet-how .jet-how-icon
{
	font-family: 'ElegantIcons';
	width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #003366;
    font-size: 30px;
    line-height: 96px;
    color: #003366;
	margin: auto;
    margin-bottom: 20px;
	text-align: center;
	transition: all 0.3s;
	background-color: #fff;
}

#jet-how .jet-how-icon-item:hover .jet-how-icon
{
	background-color: #003366;
	color: #fff;
}

#jet-how .jet-how-name
{
	color: #666;
    font-size: 16px;
}

#jet-how .jet-how-blocks
{
	height: 2078px;
		/* 800 + 800-162 + 800-162 */
	overflow: hidden;
}

#jet-how .jet-how-block
{
	position: relative;
	height: 800px;
}

#jet-how .jet-how-block:before
{
	width: 55%;
    height: 100%;
	border-bottom: 810px solid rgba(204,153,102,0.9);
	content: "";
    position: absolute;
    top: 0;
	bottom: 0;
	box-sizing: border-box;
}

#jet-how .jet-how-block:nth-child(odd):before
{ 
    border-left: 150px solid transparent;
    right: 0; 
}

#jet-how .jet-how-block:nth-child(2)
{
	transform: rotate(5deg);
	margin-left: -50px;
    margin-right: -50px;
    margin-top: -80px;
}

#jet-how .jet-how-block:nth-child(even):before
{
    border-right: 150px solid transparent;
    left: 0;
}

#jet-how .jet-how-block:nth-child(3)
{
	transform: rotate(-5deg);
	margin-left: -50px;
    margin-right: -50px;
    margin-top: -160px;
}

#jet-how .jet-how-block-info
{
	position: relative;
	margin-left: 53%;
	width: 650px;
	padding-top: 100px;
}

#jet-how .jet-how-block:nth-child(2) .jet-how-block-info
{
	transform: rotate(-5deg);
	margin-left: 8%;
	padding-top: 100px;
}

#jet-how .jet-how-block:nth-child(3) .jet-how-block-info
{
	transform: rotate(5deg);
}

#jet-how .jet-how-block-title
{
	font-size: 36px;
    margin-bottom: 50px;
	color: #fff;
}

#jet-how .jet-how-block-text
{
	font-size: 18px;
    line-height: 26px;
    color: #fff;
}


#jet-try
{
	margin-top: 80px;
	position: relative;
}

#jet-try .jet-try-picture
{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	height: 1300px;
	margin-right: 80px;
	margin-top: -175px;
}

#jet-try .jet-try-info
{
	display: inline-block;
	vertical-align: top;
	width: 46%;
}

#jet-try .jet-try-title
{
	font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    color: #003366;
    margin-bottom: 30px;
}

#jet-try .jet-try-text
{
	font-size: 18px;
    line-height: 26px;
	color: #666766;
	margin-bottom: 30px;
}

#jet-try .jet-try-list
{
	
}

#jet-try .jet-try-item
{
	margin-bottom: 20px;
}

#jet-try .jet-try-item-title
{
	font-size: 18px;
	line-height: 25px;
    color: #474647;
	font-weight: 600;
	margin-bottom: 10px;
}

#jet-try .jet-try-item-title span
{
	font-family: 'ElegantIcons';
	width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 25px;
    color: #003366;
	position: relative;
    top: 2px;
	margin-right: 10px;
}

#jet-try .jet-try-item-description
{
	font-size: 16px;
    line-height: 22px;
	color: #666766;
}


#jet-team
{
	padding-top: 150px;
}

#jet-team .jet-team-title
{
	text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}

#jet-team .jet-team-list
{

}

#jet-team .jet-team-member
{
	width: 25%;
	float: left;
	height: 400px;
}

#jet-team .jet-team-member-info
{
	display: none;
	height: 100%;
	background-color: rgba(204,153,102,0.9);
	padding: 100px 80px 0;
}

#jet-team .jet-team-member:hover .jet-team-member-info
{
	display: block;
}

#jet-team .jet-team-member-name
{
	color: #fff;
	line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

#jet-team .jet-team-member-post
{
	color: #fff;
	line-height: 14px;
    font-size: 14px;
}

#jet-team .jet-team-member-description
{
	color: #fff;
	line-height: 22px;
    font-size: 16px;
	margin-top: 20px;
}


#jet-numbers
{
	height: 225px;
	background-color: #003366;
	padding-top: 70px;
}

#jet-numbers .jet-numbers-list
{
	width: 1000px;
	margin: auto;
}

#jet-numbers .jet-numbers-item
{
	text-align: center;
	float: left;
	width: 25%;
}

#jet-numbers .jet-numbers-item-number
{
	font-size: 40px;
	color: #fff;
}

#jet-numbers .jet-numbers-item-number span
{
	font-size: 40px;
	font-family: 'ElegantIcons';
	color: #fff;
	position: relative;
    top: 3px;
    margin-right: 15px;
}

#jet-numbers .jet-numbers-item-name
{
	font-size: 14px;
	color: #fff;
}

#jet-reviews
{
	padding-top: 100px;
}

#jet-reviews .jet-reviews-title
{
	text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}

#jet-reviews .jet-reviews-list
{
	
}

#jet-reviews .jet-reviews-item
{
	height: 350px;
	transition: 2s;
	padding: 0 200px;
	overflow: hidden;
}

#jet-reviews .jet-reviews-item:nth-child(2)
{
	clip-path: polygon( -1px 800px, 1920px 850px, 1920px 97px, 0px 0px);
	margin-top: -100px;
	height: 400px;
}

#jet-reviews .jet-reviews-item:nth-child(3)
{
	clip-path: polygon( -1px 800px, 1920px 800px, 1920px 0px, 0px 155px);
	margin-top: -160px;
}

#jet-reviews .jet-reviews-item:hover
{
	height: 800px;
}

#jet-reviews .jet-reviews-text
{
	color: #fff;
	font-size: 48px;
    font-weight: bold;
	padding-top: 370px;
	transition: 3s;
	text-shadow: 1px 1px 0 #000;
}

#jet-reviews .jet-reviews-item:hover .jet-reviews-text
{
	padding-top: 300px;
}

#jet-reviews .jet-reviews-author
{
	font-size: 24px;
    color: #fff;
	margin-top: 20px;
}

#jet-social
{
	
}

#jet-social .jet-social-item
{
	width: calc(100% / 6);
	float: left;
	display: block;
	height: 170px;
	font-size: 40px;
	font-family: 'ElegantIcons';
	color: #fff;
	line-height: 170px;
	text-align: center;
	text-decoration: none;
}

#jet-social .jet-social-item-facebook
{
	background-color: #1952a9;
}

#jet-social .jet-social-item-vkontakte
{
	background: url('/local/templates/bmhouse_jet/img/vk.svg') 50% 50% no-repeat #2787f5;
	background-size: 60px;
}

#jet-social .jet-social-item-twitter
{
	background-color: #26d4f9;
}

#jet-social .jet-social-item-instagram
{
	background-color: #ffae01;
}

#jet-social .jet-social-item-youtube
{
	background-color: #ff0000;
}

#jet-social .jet-social-item-pinterest
{
	background-color: #fb4343;
}

#jet-map
{
	height: 450px;
}

#jet-contacts
{
	height: 500px;
}

#jet-contacts .jet-contacts-left
{
	height: 100%;
	background-color: #003366;
	width: 50%;
	float: left;
	clip-path: polygon( 0 0, 100% 0, 95% 100%, 0 100% );
	padding: 100px 200px 0;
}

#jet-contacts .jet-contacts-item
{
	height: 70px;
	margin-bottom: 50px;
}

#jet-contacts .jet-contacts-item-icon
{
	width: 70px;
	height: 100%;
	float: left;
	font-size: 24px;
	font-family: 'ElegantIcons';
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 62px;
	text-align: center;
}

#jet-contacts .jet-contacts-item:nth-child(2) .jet-contacts-item-icon
{
	line-height: 67px;
}

#jet-contacts .jet-contacts-item-data
{
	float: left;
	width: calc( 100% - 70px );
	padding-left: 20px;
	padding-top: 15px;
}

#jet-contacts .jet-contacts-item-name
{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#jet-contacts .jet-contacts-item-value
{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
}

#jet-contacts .jet-contacts-copyright
{
	color: #fff;
	padding-left: 90px;
}

#jet-contacts .jet-contacts-right
{
	height: 100%;
	width: 50%;
	float: left;
	position: relative;
}


#jet-contacts .jet-contacts-right-text-top
{
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 100px;
	margin-left: 45px;
}

#jet-contacts .jet-contacts-right-text-main
{
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 40px;
	margin-left: 35px;
}

#jet-contacts .jet-contacts-right-button
{
	display: block;
	text-decoration: none;
	background-color: #333;
	color: #fff;
	width: 250px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	clip-path: polygon( 4% 0, 100% 0, 96% 100%, 0 100% );
	margin-top: 50px;
	margin-left: 20px;
}

#jet-contacts .jet-contacts-right-button:hover
{
	background-color: #003366;
}

#jet-contacts .jet-contacts-form
{
	width: 50%;
	float: left;
	margin-top: 150px;
	position: relative;
	display: none;
}

#jet-contacts .jet-contacts-form-close
{
	font-size: 50px;
	font-family: 'ElegantIcons';
	color: #333;
	display: block;
	text-decoration: none;
	position: absolute;
	top: -80px;
	left: 40px;
}

#jet-contacts .jet-contacts-form-column
{
	width: 50%;
	float: left;
	padding: 0 50px;
}

#jet-contacts .jet-contacts-form-column input,
#jet-contacts .jet-contacts-form-column textarea
{
	border: none;
	border-bottom: 2px solid #333;
	display: block;
	width: 100%;
	line-height: 38px;
	font-size: 18px;
	height: 40px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 0 10px;
}

#jet-contacts .jet-contacts-form-column input.jet-form-error,
#jet-contacts .jet-contacts-form-column textarea.jet-form-error
{
	border-color: red;
	background-color: #f5e5e5;
}

#jet-contacts .jet-contacts-form-column textarea
{
	resize: none;
	height: 180px;
}

#jet-contacts .jet-contacts-form-button
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#jet-contacts .jet-contacts-form-success
{
	text-align: center;
    color: green;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}

#jet-menu .jet-menu-burger
{
	display: none;
}

#bx-composite-banner
{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

@media all and (max-width: 1919px)
{
	#jet-why .jet-why-right
	{
		margin-left: 1000px;
	}
	
	#jet-how .jet-how-block-info
	{
		margin-left: 56%;
	}
	
	#jet-how .jet-how-block:nth-child(2) .jet-how-block-info
	{
		margin-left: 6%;
	}
	
	#jet-contacts .jet-contacts-left
	{
		clip-path: polygon( 0 0, 100% 0, 93% 100%, 0 100% );
	}
	
	#jet-features:before
	{
		width: 52%;
	}
	
	#jet-why:before
	{
		width: 56%;
	}
}

@media all and (max-width: 1599px)
{
	#jet-slider .jet-slide-text-left,
	#jet-slider .jet-slide-text-right
	{
		font-size: 40px;
		line-height: 60px;
		width: 400px;
	}
	
	#jet-features .jet-features-left
	{
		width: 750px;
	}
	
	#jet-features .jet-feature-info
	{
		width: 410px;
	}
	
	#jet-why
	{
		height: 930px;
	}
	
	#jet-why .jet-why-right
	{
		margin-left: 900px;
		width: calc( 100% - 930px );
	}
	
	#jet-how .jet-how-blocks
	{
		height: 1790px;
	}
	
	#jet-how .jet-how-block
	{
		height: 700px;
	}
	
	#jet-how .jet-how-block-info
	{
		width: 600px;
	}
	
	#jet-try .jet-try-picture
	{
		width: 46%;
	}
	
	#jet-try .jet-try-title
	{
		font-size: 50px;
		line-height: 70px;
	}
	
	#jet-team .jet-team-member-info
	{
		padding: 100px 20px 0;
	}
	
	#jet-features:before
	{
		width: 40%;
	}
}

@media all and (max-width: 1439px)
{
	#jet-menu .jet-menu a
	{
		padding: 10px 13px;
	}
	
	#jet-services
	{
		max-width: 100%;
	}
	
	#jet-why:before
	{
		width: 65%;
	}
	
	#jet-why .jet-why-right
	{
		margin-left: 770px;
	}
	
	#jet-how .jet-how-block-info
	{
		width: 570px;
	}
	
	#jet-how .jet-how-blocks
	{
		height: 1700px;
	}
	
	#jet-contacts .jet-contacts-left
	{
		padding: 100px 170px 0;
	}
	
	#jet-contacts .jet-contacts-form-column
	{
		padding: 0 35px;
	}
}

@media all and (max-width: 1365px)
{
	#jet-menu .jet-menu
	{
		width: calc( 100% - 110px );
	}
	
	#jet-services .jet-services-item
	{
		width: 500px;
	}
	
	#jet-services .jet-services-item.jet-animated:nth-child(1),
	#jet-services .jet-services-item.jet-animated:nth-child(3)
	{
		left: 50px;
	}
	
	#jet-services .jet-services-item.jet-animated:nth-child(2)
	{
		left: -50px;
	}
	
	#jet-services .jet-services-item.jet-animated:nth-child(4),
	#jet-services .jet-services-item.jet-animated:nth-child(6)
	{
		right: 50px;
	}
	
	#jet-services .jet-services-item.jet-animated:nth-child(5)
	{
		right: -50px;
	}
	
	#jet-services .jet-service-icon
	{
		width: 130px;
		height: 130px;
		line-height: 115px;
	}
	
	#jet-services .jet-services-item:nth-child(1) .jet-service-icon,
	#jet-services .jet-services-item:nth-child(2) .jet-service-icon,
	#jet-services .jet-services-item:nth-child(3) .jet-service-icon
	{
		margin-left: 10px;
	}
	
	#jet-services .jet-services-item:nth-child(4) .jet-service-icon,
	#jet-services .jet-services-item:nth-child(5) .jet-service-icon,
	#jet-services .jet-services-item:nth-child(6) .jet-service-icon
	{
		margin-right: 10px;
	}
	
	#jet-services .jet-service-info
	{
		width: 350px;
	}
	
	#jet-features .jet-features-left
	{
		width: 700px;
	}
	
	#jet-features .jet-feature-info
	{
		width: 380px;
	}
	
	#jet-work .jet-work-item
	{
		width: 33.33%;
	}
	
	#jet-why
	{
		height: 800px;
	}
	
	#jet-why .jet-why-right
	{
		padding-top: 50px;
		margin-left: 740px;
	}
	
	#jet-why .jet-why-list
	{
		margin-top: 50px;
	}
	
	#jet-how .jet-how-blocks
	{
		height: 1600px;
	}
	
	#jet-how .jet-how-block
	{
		height: 640px;
	}
	
	#jet-why .jet-why-item
	{
		margin-bottom: 70px;
	}
	
	#jet-how .jet-how-block-info
	{
		margin-left: 58%;
		width: 500px;
		padding-top: 50px;
	}
	
	#jet-try .jet-try-picture
	{
		width: 40%;
		height: 1000px;
		margin-right: 60px;
	}
	
	#jet-try .jet-try-info
	{
		width: 54%;
	}
	
	#jet-try .jet-try-title
	{
		font-size: 40px;
		line-height: 55px;
	}
	
	#jet-contacts .jet-contacts-left
	{
		padding: 100px 130px 0;
	}
}

@media all and (max-width: 1279px)
{
	#jet-slider .jet-slide-title-container
	{
		width: 400px;
		height: 400px;
		padding: 38px 0;
	}
	
	#jet-slider .jet-slide-title
	{
		width: 320px;
		height: 320px;
		font-size: 45px;
		line-height: 60px;
		padding: 67px 0;
	}
	
	#jet-slider .jet-slide-text-left,
	#jet-slider .jet-slide-text-right
	{
		font-size: 30px;
		line-height: 40px;
		width: 300px;
	}
	
	#jet-slider .jet-slide-text-left
	{
		left: 40px;
	}
	
	#jet-slider .jet-slide-text-right
	{
		right: 40px;
	}
	
	#jet-slider .jet-slide-text-container-left:hover .jet-slide-text-left,
	#jet-slider .jet-slide-text-container-right:hover .jet-slide-text-right
	{
		bottom: 40px;
	}
	
	#jet-menu
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#jet-menu .jet-menu-logo
	{
		max-width: 95px;
	}
	
	#jet-menu .jet-menu
	{
		width: calc( 100% - 100px );
	}
	
	#jet-menu .jet-menu a
	{
		font-size: 13px;
		padding: 10px 8px;
	}
	
	.jet-container
	{
		width: 100%
	}
	
	#jet-services .jet-services-background
	{
		display: none;
	}
	
	#jet-services .jet-services-item
	{
		width: 49%;
	}
	
	#jet-services .jet-services-item.jet-animated:nth-child(1),
	#jet-services .jet-services-item.jet-animated:nth-child(2),
	#jet-services .jet-services-item.jet-animated:nth-child(3)
	{
		left: 0;
	}
	
	#jet-services .jet-services-item.jet-animated:nth-child(4),
	#jet-services .jet-services-item.jet-animated:nth-child(5),
	#jet-services .jet-services-item.jet-animated:nth-child(6)
	{
		right: 0;
	}
	
	#jet-services .jet-service-info
	{
		width: 340px;
	}
	
	#jet-features .jet-features-left
	{
		padding-top: 50px;
	}
	
	#jet-features .jet-features-list
	{
		margin-top: 50px;
	}
	
	#jet-features .jet-features-item
	{
		margin-bottom: 60px;
	}
	
	#jet-features .jet-features-right
	{
		width: calc( 100% - 730px );
	}
	
	#jet-features .jet-features-right img
	{
		margin-left: 0;
	}
	
	#jet-features .jet-features-item:nth-child(2) .jet-feature-line
	{
		width: 214px;
		right: -207px;
	}
	
	#jet-features .jet-features-item:nth-child(3) .jet-feature-line
	{
		width: 396px;
		right: -379px;
	}
	
	#jet-features .jet-features-item:nth-child(4) .jet-feature-line
	{
		width: 319px;
		right: -297px;
	}
	
	#jet-features
	{
		height: 800px;
	}
	
	#jet-why
	{
		height: 700px;
	}
	
	#jet-why:before
	{
		width: 83%;
	}
	
	#jet-why .jet-why-right
	{
		margin-left: 460px;
		width: calc( 100% - 480px );
		padding-top: 30px;
	}
	
	#jet-why .jet-why-title
	{
		font-size: 40px;
	}
	
	#jet-why .jet-why-list
	{
		width: 100%;
		margin-top: 40px;
	}
	
	#jet-why .jet-why-item
	{
		margin-bottom: 50px;
	}
	
	#jet-why .jet-why-item.jet-animated:nth-child(1)
	{
		width: 570px;
		margin-left: -22px;
	}
	
	#jet-why .jet-why-item.jet-animated:nth-child(2)
	{
		width: 610px;
		margin-left: -61px;
	}
	
	#jet-why .jet-why-item.jet-animated:nth-child(3)
	{
		width: 645px;
		margin-left: -99px;
	}
	
	#jet-why .jet-why-item.jet-animated:nth-child(4)
	{
		width: 680px;
		margin-left: -132px;
	}
	
	#jet-how
	{
		padding-top: 50px;
	}
	
	#jet-how .jet-how-block
	{
		height: 580px;
	}
	
	#jet-how .jet-how-block:nth-child(1):before,
	#jet-how .jet-how-block:nth-child(2):before
	{
		width: 70%;
	}
	
	#jet-how .jet-how-block-info
	{
		margin-left: 46%;
	}
	
	#jet-how .jet-how-block:nth-child(2) .jet-how-block-info
	{
		padding-top: 40px;
		width: 550px;
	}
	
	#jet-how .jet-how-blocks
	{
		height: 1440px;
	}
	
	#jet-try
	{
		margin-top: 20px;
	}
	
	#jet-try .jet-try-picture
	{
		height: 770px;
		margin-right: 20px;
		margin-top: -107px;
	}
	
	#jet-team
	{
		padding-top: 50px;
	}
	
	#jet-contacts .jet-contacts-left
	{
		padding: 100px 90px 0;
	}
	
	#jet-contacts .jet-contacts-right-button
	{
		clip-path: polygon( 3% 0, 100% 0, 96% 100%, 0 100% );
	}
	
	#jet-contacts .jet-contacts-form-column
	{
		padding: 0 20px;
	}
	
	#jet-contacts .jet-contacts-form-close
	{
		left: 10px;
	}
}

@media all and (max-width: 1023px)
{
	#jet-slider .jet-slide-text-container-left .jet-slide-text-left,
	#jet-slider .jet-slide-text-container-right .jet-slide-text-right
	{
		bottom: 40px;
		opacity: 1;
		font-size: 25px;
		width: 250px;
	}
	
	#jet-slider .jet-slide-text-container-right .jet-slide-text-right
	{
		text-align: right;
	}
	
	#jet-menu
	{
		padding-left: 30px;
		padding-right: 30px;
		position: relative;
		top: -1px;
	}
	
	#jet-menu .jet-menu
	{
		display: block;
		position: absolute;
		top: 0;
		left: -320px;
		width: 300px;
		background-color: #003366;
		z-index: 10;
		transition: 0.5s;
		text-align: left;
		box-shadow: 0 0 20px #0003;
		opacity: 0;
		padding: 20px 0;
	}
	
	#jet-menu .jet-menu.jet-menu-active
	{
		left: 0;
		opacity: 1;
	}
	
	#jet-menu .jet-menu a
	{
		display: block;
		font-size: 22px;
		padding: 10px 30px;
		line-height: 50px;
	}
	
	#jet-menu .jet-menu-burger
	{
		display: inline-block;
		float: right;
		width: 50px;
		margin-top: 26px;
	}
	
	#jet-menu .jet-menu-burger span
	{
		display: block;
		height: 5px;
		margin-bottom: 10px;
		background-color: #fff;
	}
	
	#jet-services
	{
		padding-top: 60px;
		padding-bottom: 30px;
		height: auto;
	}
	
	#jet-services .jet-services-list .jet-services-item
	{	
		width: 100%;
		padding-left: 115px;
		position: relative;
		top: 0;
		margin-bottom: 50px;
	}
	
	#jet-services .jet-service-icon
	{
		width: 100px;
		height: 100px;
		line-height: 90px;
	}
	
	#jet-services .jet-service-info
	{
		width: 100%;
		margin-top: 0;
	}
	
	#jet-services .jet-service-name
	{
		font-size: 26px;
		text-align: left;
	}
	
	#jet-services .jet-service-description
	{
		font-size: 22px;
		line-height: 1.4;
		text-align: left;
	}

	#jet-services .jet-services-list .jet-services-item .jet-service-icon
	{
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	

	
	#jet-features
	{
		height: auto;
	}
	
	#jet-features:before
	{
		display: none;
	}
	
	#jet-features .jet-features-left
	{
		width: 100%;
		background-color: rgba(204,153,102,0.90);
		text-align: left;
		padding-left: 50px;
	}
	
	#jet-features .jet-features-title
	{
		margin: 0;
	}
	
	#jet-features .jet-features-left .jet-features-list .jet-features-item
	{
		right: unset;
		left: unset;
	}
	
	#jet-features .jet-features-right
	{
		display: none;
	}
	
	#jet-features .jet-feature-name
	{
		font-size: 24px;
		line-height: 1.4;
	}
	
	#jet-features .jet-feature-description
	{
		font-size: 22px;
		line-height: 1.4;
	}
	
	#jet-features .jet-feature-info
	{
		width: calc(100% - 160px);
	}
	
	#jet-features .jet-feature-line
	{
		display: none;
	}
	


	
	#jet-work .jet-work-item
	{
		width: 50%;
	}
	
	#jet-work .jet-work-filter a
	{
		font-size: 24px;
	}
	
	
	
	#jet-why
	{
		height: auto;
	}
	
	#jet-why:before
	{
		display: none;
	}
	
	#jet-why .jet-why-right
	{
		margin: 0;
		width: 100%;
		background-color: rgba(204,153,102,0.90);
		padding-top: 50px;
		padding-left: 50px;
		height: calc( 100% + 50px );
		padding-bottom: 40px;
	}
	
	#jet-why .jet-why-right .jet-why-list .jet-why-item.jet-animated
	{
		margin: 0;
		width: 100%;
		margin-bottom: 60px;
	}
	
	#jet-why .jet-why-name
	{
		font-size: 24px;
		line-height: 1.4;
	}
	
	#jet-why .jet-why-description
	{
		font-size: 22px;
		line-height: 1.4;
		margin-left: 0;
		margin-top: 10px;
	}

	
	
	
	#jet-how .jet-how-name
	{
		font-size: 24px;
	}
	
	#jet-how .jet-how-block-text
	{
		font-size: 24px;
		line-height: 1.4;
	}
	
	#jet-try .jet-try-text
	{
		font-size: 16px;
		line-height: 1.4;
	}
	
	#jet-try .jet-try-item-title
	{
		font-size: 19px;
		line-height: 1.4;
	}
	
	#jet-try .jet-try-item-description
	{
		font-size: 16px;
		line-height: 1.4;
	}
	
	#jet-try .jet-try-picture
	{
		display: none;
	}
	
	#jet-try .jet-try-info 
	{
		width: 100%;
		display: block;
		padding: 20px;
	}
	
	#jet-team .jet-team-member
	{
		width: 51%;
		position: relative;
	}
	
	#jet-team .jet-team-member-info
	{
		position: absolute;
		left: 96%;
		top: 0;
		height: 100%;
		width: 100%;
		display: block;
		background-color: #003366;
	}
	
	#jet-team .jet-team-member-name
	{
		font-size: 28px;
		line-height: 1.4;
	}
	
	#jet-team .jet-team-member-post
	{
		font-size: 22px;
		line-height: 1.4;
	}
	
	#jet-team .jet-team-member-description
	{
		font-size: 24px;
		line-height: 1.4;
	}
	
	#jet-reviews .jet-reviews-item:nth-child(1),
	#jet-reviews .jet-reviews-item:nth-child(2),
	#jet-reviews .jet-reviews-item:nth-child(3)
	{
		height: 800px;
	}
	
	#jet-reviews .jet-reviews-text
	{
		padding-top: 250px;
	}
	
	#jet-contacts .jet-contacts-left
	{
		padding: 100px 20px 0;
	}
	
	#jet-contacts .jet-contacts-item-name,
	#jet-contacts .jet-contacts-item-value
	{
		font-size: 22px;
		line-height: 1.4;
	}
	
	#jet-contacts .jet-contacts-item-data
	{
		padding-top: 6px;
	}
	
	#jet-contacts .jet-contacts-copyright
	{
		font-size: 20px;
	}
	
	#jet-contacts .jet-contacts-form-column input,
	#jet-contacts .jet-contacts-form-column textarea
	{
		font-size: 22px;
	}
	
	#jet-numbers .jet-numbers-list
	{
		width: 100%;
	}
	
	#jet-work .jet-work-item
	{
		transition: none;
	}
	
	#jet-services .jet-services-item:nth-child(1),
	#jet-services .jet-services-item:nth-child(2),
	#jet-services .jet-services-item:nth-child(3)
	{
		left: 0;
	}
	
	#jet-services .jet-services-item:nth-child(4),
	#jet-services .jet-services-item:nth-child(5),
	#jet-services .jet-services-item:nth-child(6)
	{
		right: 0;
	}
	
	#jet-numbers .jet-numbers-item
	{
		padding: 0 10px;
	}
	
	#jet-numbers .jet-numbers-item-name
	{
		font-size: 22px;
	}
	
	#jet-work .jet-work-item-subtitle
	{
		font-size: 20px;
	}
	
	#jet-how .jet-how-icon-item
	{
		width: 185px;
	}
	
	#jet-how .jet-how-icon-item:before
	{
		left: 142px;
	}
	
	#jet-why .jet-why-right
	{
		height: unset;
	}
	
	#jet-how .jet-how-block-info
	{
		margin-left: 50%;
		width: 370px;
	}
	
	#jet-how .jet-how-block-title
	{
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	#jet-how .jet-how-block-text
	{
		font-size: 18px;
	}
	
	#jet-how .jet-how-block:nth-child(2) .jet-how-block-info
	{
		width: 370px;
		margin-left: 7%;
	}
	
	#jet-try .jet-try-title
	{
		font-size: 38px;
	}
	
	#jet-team .jet-team-member-info
	{
		padding-top: 40px;
	}
	
	#jet-team .jet-team-member-description
	{
		font-size: 22px;
		margin-top: 40px;
	}
	
	#jet-numbers .jet-numbers-item-number
	{
		font-size: 30px;
	}
	
	#jet-numbers .jet-numbers-item-name
	{
		font-size: 18px;
	}
	
	#jet-reviews
	{
		padding-top: 55px;
	}
	
	#jet-reviews .jet-reviews-title
	{
		font-size: 42px;
	}
	
	#jet-reviews .jet-reviews-item
	{
		padding: 0 30px;
	}
	
	#jet-reviews .jet-reviews-text
	{
		padding-top: 40px;
	}
	
	#jet-reviews .jet-reviews-item:nth-child(3) .jet-reviews-text
	{
		padding-top: 180px;
	}
	
	#jet-reviews .jet-reviews-item:nth-child(1),
	#jet-reviews .jet-reviews-item:nth-child(2),
	#jet-reviews .jet-reviews-item:nth-child(3)
	{
		height: 600px;
	}
	
	#jet-contacts .jet-contacts-copyright
	{
		font-size: 15px;
	}
	
	#jet-contacts .jet-contacts-right
	{
		width: 49%;
	}
	
	#jet-contacts .jet-contacts-right-text-main
	{
		font-size: 40px;
	}
	
	#jet-contacts .jet-contacts-form-column
	{
		width: 100%;
		float: unset;
	}
	
	#jet-contacts .jet-contacts-form
	{
		margin-top: 90px;
	}
	
	#jet-contacts .jet-contacts-form-column textarea
	{
		height: 100px;
	}
}

@media all and (max-width: 767px)
{
	#jet-slider .jet-slider-go,
	#jet-slider .jet-slide-text-container-left,
	#jet-slider .jet-slide-text-container-right
	{
		display: none;
	}
	
	#jet-how .jet-how-icon-item
	{
		width: 150px;
	}
	
	#jet-how .jet-how-icon-item:before
	{
		left: 125px;
	}
	
	#jet-how .jet-how-name
	{
		font-size: 20px;
	}
	
	#jet-how .jet-how-block-info
	{
		margin-left: 54%;
		width: 280px;
	}
	
	#jet-how .jet-how-block:nth-child(2) .jet-how-block-info
	{
		width: 320px;
	}
	
	#jet-numbers .jet-numbers-item-name
	{
		font-size: 14px;
	}
	
	#jet-social .jet-social-item
	{
		height: 90px;
		line-height: 90px;
	}
	
	#jet-contacts .jet-contacts-item-name,
	#jet-contacts .jet-contacts-item-value
	{
		font-size: 16px;
	}
	
	#jet-contacts .jet-contacts-copyright
	{
		padding-left: 0;
	}
}

@media all and (max-width: 639px)
{
	#jet-features .jet-features-title,
	#jet-work .jet-work-title,
	#jet-team .jet-team-title
	{
		font-size: 44px;
	}
	
	#jet-services .jet-service-name,
	#jet-features .jet-feature-name,
	#jet-why .jet-why-name,
	#jet-team .jet-team-member-name,
	#jet-team .jet-team-member-description
	{
		font-size: 18px;
	}
	
	#jet-services .jet-service-description,
	#jet-features .jet-feature-description,
	#jet-why .jet-why-description,
	#jet-team .jet-team-member-post
	{
		font-size: 16px;
	}
	
	#jet-work
	{
		padding-top: 40px;
	}
	
	#jet-work .jet-work-filter a
	{
		font-size: 16px;
		line-height: 18px;
		padding: 15px 20px;
	}
	
	#jet-work .jet-work-item
	{
		height: 300px;
	}
	
	#jet-work .jet-work-item-info
	{
		padding-top: 110px;
	}
	
	#jet-why .jet-why-right .jet-why-list .jet-why-item.jet-animated
	{
		width: 90%;
	}
	
	#jet-why .jet-why-icon
	{
		font-size: 20px;
		margin-right: 15px;
	}
	
	#jet-why .jet-why-right
	{
		padding-bottom: 1px;
	}
	
	#jet-how .jet-how-title
	{
		font-size: 40px;
	}
	
	#jet-how .jet-how-icon-item
	{
		width: 49%;
		margin-bottom: 70px;
	}

	#jet-how .jet-how-icon-item:before
	{
		display: none;
	}
	
	#jet-how .jet-how-icons-list
	{
		margin-bottom: 0;
	}
	
	#jet-how .jet-how-block:nth-child(1)
	{
		height: 350px;
	}
	
	#jet-how .jet-how-block:nth-child(2)
	{
		margin: 0;
		height: 500px;
	}
	
	#jet-how .jet-how-block:nth-child(3)
	{
		height: 400px;
	}
	
	#jet-how .jet-how-block:nth-child(1):before,
	#jet-how .jet-how-block:nth-child(2):before,
	#jet-how .jet-how-block:nth-child(3):before
	{
		width: 100%
	}
	
	#jet-how .jet-how-block-info
	{
		margin-left: 7%;
		width: 86%;
	}
	
	#jet-how .jet-how-block:nth-child(2) .jet-how-block-info
	{
		margin-left: 5%;
		width: 86%;
	}
	
	#jet-how .jet-how-block:nth-child(odd):before
	{
		border-left: none;
	}
	
	#jet-how .jet-how-block:nth-child(2):before
	{
		border-right: none;
		top: -1px;
	}
	
	#jet-how .jet-how-blocks
	{
		height: 1060px;
	}
	
	#jet-team
	{
		padding-top: 10px;
	}
	
	#jet-team .jet-team-member
	{
		height: 300px;
	}
	
	#jet-team .jet-team-member-info
	{
		padding-top: 20px;
		border-bottom: 1px solid rgba(204, 153, 102, 0.3);
	}
	
	#jet-numbers .jet-numbers-item
	{
		width: 50%;
		margin-bottom: 40px;
	}
	
	#jet-numbers
	{
		height: 280px;
		padding-top: 50px;
	}
	
	#jet-reviews .jet-reviews-text
	{
		font-size: 32px;
	}
	
	#jet-contacts
	{
		height: unset;
	}
	
	#jet-contacts .jet-contacts-left
	{
		width: 100%;
		padding-top: 30px;
		clip-path: unset;
		height: 310px;
	}
	
	#jet-contacts .jet-contacts-copyright
	{
		padding-left: 90px;
	}
	
	#jet-contacts .jet-contacts-right
	{
		width: 100%;
		height: 310px;
	}
	
	#jet-contacts .jet-contacts-right-text-top
	{
		margin-top: 30px;
	}
	
	#jet-contacts .jet-contacts-right-text-main
	{
		margin-top: 10px;
	}
	
	#jet-contacts .jet-contacts-right-button
	{
		margin-left: 40px;
	}
	
	#jet-contacts .jet-contacts-form
	{
		width: 100%;
		margin-bottom: 30px;
	}
	
	#jet-how .jet-how-blocks .jet-how-block {
		height: auto;
	}
	
	#jet-how .jet-how-blocks {
		height: auto !important;
	}
}

@media all and (max-width: 479px)
{
	body
	{
		zoom: 0.7;
	}
}

/* End */


/* Start:/local/templates/bmhouse_jet/css/custom.css?1738742023750*/
#jet-work + img {
	display: none;
	max-width: 100%;
}

#jet-contacts .jet-contacts-item-value {
	display: block;
}

#jet-social .jet-social-item-instagram {
	width: 50%;
}

@media (max-width: 1023px) {
	#jet-work + img {
		display: block;
	}
}

@media (max-width: 639px) {
    #jet-work .jet-work-item {
        height: auto;
		width: 100%;
    }
	
	#jet-work .jet-work-item .jet-work-item-info {
		opacity: 1;
		padding: 33px 0px 1px 0px;
	}
	
	#jet-contacts .jet-contacts-left {
		height: auto;
		padding: 30px 20px;
	}
	
	#jet-how .jet-how-block:nth-child(3) {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 60px;
		height: auto;
	}
	
	#jet-how .jet-how-blocks {
        height: 1440px;
    }
}
/* End */
/* /local/templates/bmhouse_jet/css/slick.css?17339684121776 */
/* /local/templates/bmhouse_jet/css/slick_theme.css?17339684123530 */
/* /local/templates/bmhouse_jet/css/elegant_icons.css?173396841225403 */
/* /local/templates/bmhouse_jet/css/main.css?174332277744035 */
/* /local/templates/bmhouse_jet/css/custom.css?1738742023750 */
