html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font: 14px "NHaasGroteskTXPro-75Bd", sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
}

a {
    color: #000;
    font: 14px "NHaasGroteskTXPro-75Bd", sans-serif;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

textarea,
select
{
    font-family: "NHaasGroteskTXPro-75Bd", sans-serif;
}

a:hover {
    text-decoration: underline;
}

p { margin:0; padding:0; }

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

img
{
    border: none;
    max-width: 100%;
    max-height: 100%;
}

.text-center
{
    text-align: center;
}

.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

.dib
{
    display: inline-block;
    vertical-align: top;
}

.tu
{
    text-transform: uppercase;
}

.fl-l
{
    float: left;
}

.fl-r
{
    float: right;
}

.container
{
    width: 96%;
    margin: 0px 2%;
}

.container2
{
    width: 1400px;
    margin: 0px auto;
}

.container3
{
    width: 1100px;
    margin: 0px auto;
}

header
{
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 15px 0;
    position: relative;
}

header .logo
{
    display: inline-block;
    vertical-align: middle;
    float: left;
}

header .logo a
{
    text-decoration: none;
}

header .menu_1
{
    float: left;
    margin-left: 70px;
}

header .menu_1 > div
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 65px;
}

header .menu_1 > div > a
{
    text-decoration: none;
    color: #003d7d;
    line-height: 44px;
    font-size: 23px;
}

header .menu_1 > div > a:hover
{
    color: #0779fd;
}

header .menu_1 > div .drop_menu
{
    display: none;
}

header .menu_1 > div:hover .drop_menu
{
    display: block;
}

header .menu_1 > div > a > i
{
    width: 15px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../img/d_a.png) no-repeat center center;
}

header .menu_2
{
    float: right;
}

header .menu_2 > div
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}

header .menu_2 > div > a
{
    text-decoration: none;
    color: #003d7d;
    line-height: 44px;
    font-size: 23px;
}

header .menu_2 > div.local_lang2 > a
{
    color: #898989;
    padding-left: 41px;
    border-left: 1px solid #898989;
}

header .menu_2 > div > a:hover
{
    color: #0779fd;
}

header .menu_2 > div .drop_menu
{
    display: none;
}

header .menu_2 > div:hover .drop_menu
{
    display: block;
}

.home_banner
{
    font-size: 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video_bg
{
    height: 100%!important;
}

.home_banner #video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
}

.home_banner img
{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}

.home_banner .text_block
{
    position: absolute;
    max-width: 1100px;
    top: 200px;
    left: 300px;
}

.home_banner .text_block.text_block_v
{
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}

.home_banner .text_block i
{
    font-size: 30px;
    color: #003d92;
    background: #fff;
    padding: 20px 22px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.home_banner .text_block a:hover i
{
    transform: scale(1.2);
}

.home_banner .text_block .text
{
    font-size: 65px;
    color: #ffffff;
}

.home_banner .text_block .btn_block
{
    margin-top: 45px;
}

.home_banner .text_block .btn_block a
{
    font-size: 23px;
    color: #ffffff;
    line-height: 80px;
    padding: 0 75px;
    display: inline-block;
    vertical-align: top;
    background: #003d7d;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.home_banner .text_block .btn_block a:hover
{
    background: #0779fd;
}

.home_banner .m_d
{
    position: absolute;
    bottom: 30px;
    margin-left: -15px;
    left: 50%;
}

.home_banner .m_d a
{
    text-decoration: none;
}

footer
{
    font-size: 0;
    background: #021222;
    padding: 20px 0;
}

footer .top_footer
{
    padding-bottom: 10px;
}

footer .top_footer .block_1
{
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-right: 3%;
}

footer .top_footer .block_1 .text
{
    font-size: 16px;
    color: #ffffff;
}

footer .top_footer .block_1 .phone
{
    margin-top: 15px;
}

footer .top_footer .block_1 .phone a
{
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

footer .top_footer .block_1 .email
{
    margin-top: 15px;
}

footer .top_footer .block_1 .email a
{
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

footer .top_footer .block_2
{
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 1%;
}

footer .top_footer .block_3
{
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 1%;
}

footer .top_footer .block_4
{
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 1%;
}

footer .top_footer ul
{
    list-style: none;
}

footer .top_footer ul li
{
    display: block;
    margin-bottom: 10px;
}

footer .top_footer ul li a
{
    font-size: 16px;
    color: #ffffff;
    /*font-family: "NHaasGroteskDSPro-55Rg";*/
}

footer .top_footer ul li a:hover
{
    text-decoration: underline;
}

footer .top_footer .block_5
{
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

footer .top_footer .block_5 .btn_block
{
    display: block;
}

footer .top_footer .block_5 .btn_block a
{
    display: block;
    width: auto;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    max-width: 200px;
    font-size: 18px;
    border-radius: 4px;
    color: #021222;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

footer .top_footer .block_5 .btn_block a:hover
{
    background: #0779fd;
    color: #fff;
}

footer .top_footer .block_5 .soc
{
    margin-top: 20px;
}

footer .top_footer .block_5 .soc .title
{
    font-size: 18px;
    color: #ffffff;
}

footer .top_footer .block_5 .soc .links
{
    margin-top: 30px;
}

footer .top_footer .block_5 .soc .links a
{
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 35px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

footer .bot_footer
{
    font-size: 0;
}

footer .bot_footer .copyright
{
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    font-size: 16px;
    color: #ffffff;
}

footer .bot_footer .menu
{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: left;
}

footer .bot_footer .menu a
{
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

footer .bot_footer .menu a:hover
{
    text-decoration: underline;
}

.home_brand
{
    font-size: 0;
    padding: 445px 0 220px;
    text-align: center;
}

.home_brand .title
{
    font-size: 104px;
    display: inline-block;
    color: #003e7b;
    text-align: center;
}

.home_brand .title span
{
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
}

.home_brand .desc
{
    width: 100%;
    text-align: center;
}

.home_brand .desc.active
{
    max-width: 460px;
    width: 100%;
    position: absolute;
    text-align: left;
}

.home_brand .desc .desc_text
{
    font-size: 23px;
    color: #003e7b;
}

.home_brand .desc .btn_block
{
    margin-top: 25px;
}

.home_brand .desc .btn_block a
{
    font-size: 16px;
    color: #003d7d;
    background: transparent;
    border: 3px solid #003d7d;
    border-radius: 4px;
    text-decoration: none;
    line-height: 50px;
    padding: 0 25px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.home_brand .desc .btn_block a:hover
{
    background: #003d7d;
    color: #fff;
}

.home_brand .home_brand_slider
{
    text-align: center;
    margin-top: 150px;
}

.home_brand .home_brand_slider .owl-carousel .owl-item img
{
    width: auto;
    text-align: center;
}

.owl-carousel .owl-item 
{
    float: none!important;
    display: inline-block;
    vertical-align: middle;
}

.block_51
{
    font-size: 0;
    position: relative;
}

.block_51 .owl-nav
{
    display: none!important;
}

.block_51 .text
{
    font-size: 104px;
    position: absolute;
    top: 50%;
    margin-top: -135px;
    text-align: center;
    width: 100%;
    z-index: 999;
    /*color: #0779fd;*/
    color: #fff;
    text-align: center;
    line-height: 1.058;
    text-shadow: 0px 0px 59.52px rgba(0, 0, 0, 0.5);
    -moz-transform: matrix( 1.00105207785376,0,0,1.0010508617066,0,0);
    -webkit-transform: matrix( 1.00105207785376,0,0,1.0010508617066,0,0);
    -ms-transform: matrix( 1.00105207785376,0,0,1.0010508617066,0,0);
}

.block_51 .text.active
{
    color: #fff;
}

.trucks
{
    font-size: 0;
    padding: 334px 0 550px;
    text-align: center;
    position: relative;
}

.trucks .title
{
    font-size: 104px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.trucks .title span
{
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
}

.trucks .img
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.trucks .img img
{
    max-width: initial;
    max-height: initial;
    position: absolute;
    bottom: 0;
    transform: translateX(-200%);
    transition: 2000ms;
}


.trucks .img img:nth-child(1).active
{
    transform: translateX(60%);
}

.trucks .img img:nth-child(2).active
{
    transform: translateX(25%);
}

.trucks .img img:nth-child(3).active
{
    transform: translateX(-10%);
}

.trucks .img img:nth-child(4).active
{
    transform: translateX(-47%);
}

.skus
{
    padding: 200px 0 50px 0;
    font-size: 0;
    text-align: center;
}

.skus .video
{
    text-align: center;
}

.skus .video iframe
{
    border: 5px solid #fff;
    max-width: 100%;
}

.skus .title
{
    margin-top: 60px;
    font-size: 104px;
    color: #ffffff;
}

.grad_1
{
    background-image: -moz-linear-gradient( 90deg, rgb(0,121,255) 0%, rgb(86,163,253) 25%, rgb(119,182,253) 75%, rgb(152,199,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,121,255) 0%, rgb(86,163,253) 25%, rgb(119,182,253) 75%, rgb(152,199,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,121,255) 0%, rgb(86,163,253) 25%, rgb(119,182,253) 75%, rgb(152,199,255) 100%);
}

.dist_centers
{
    font-size: 0;
    text-align: center;
    padding: 450px 0;
}

.dist_centers .title
{
    font-size: 104px;
    color: #ffffff;
}

.emp_ww
{
    position: relative;
    font-size: 0;
}

.emp_ww .desc
{
    position: absolute;
    left: 500px;
    top: 200px;
}

.emp_ww .desc .title
{
    font-size: 104px;
    color: #ffffff;
}

.emp_ww .desc .btn_block
{
    margin-top: 20px;
}

.emp_ww .desc .btn_block a
{
    font-size: 16px;
    color: #003d7d;
    padding: 0 35px;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.emp_ww .desc .btn_block a:hover
{
    color: #fff;
    background: #003d7d;
}

.sota
{
    background: #4599DC fixed;
    font-size: 0;
    padding: 200px 0 60px 0;
}

.sota .title
{
    text-align: center;
    font-size: 72px;
    color: #013d7b;
    margin-bottom: 75px;
}

.sota .img
{
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-right: 4%;
    text-align: right;
}

.sota .desc
{
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    margin-left: 4%;
    margin-right: 8%;
}

.sota .desc .text
{
    font-size: 23pt;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}

.sota .desc .btn_block
{
    margin-top: 35px;
}

.sota .desc .btn_block a
{
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #fff;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.sota .desc .btn_block a:hover
{
    background: #fff;
    color: rgb(73, 144, 226);
}

.contact_page
{
    background: #0075fd;
    font-size: 0;
}

.breadcrumbs
{
    padding: 20px 0;
    font-size: 16px;
    color: #ffffff;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.heritage_title4.fixed
{
    padding: 10px 0!important;
    position: fixed;
    top: 0;
    font-size: 66px;
    width: 100%;
}

.heritage_title4.fixed .breadcrumbs
{
    display: none;
}

.heritage_title4 .breadcrumbs,
.heritage_title4 .breadcrumbs a,
.heritage_title4 .breadcrumbs span
{
    color: #003d7d;
}

.breadcrumbs.breadcrumbs2
{
    text-align: left;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcrumbs a
{
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
    font-family: "NHaasGroteskDSPro-45Lt";
}

.breadcrumbs a:hover
{
    text-decoration: none;
}

.breadcrumbs span
{
    font-size: 16px;
    color: #ffffff;
}

.contact_page_block
{
    margin-top: 25px;
    margin-bottom: 65px;
}

.contact_page_block .title
{
    font-size: 72px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    width: 22%;
    line-height: 1.042;
    box-sizing: border-box;
    padding: 35px 0;
    padding-right: 2%;
    border-right: 1px solid #fff;
}

.contact_page_block .desc
{
    display: inline-block;
    vertical-align: middle;
    margin-left: 3%;
    width: 37.5%;
    font-family: "NHaasGroteskDSPro-45Lt";
    font-size: 34px;
    color: #ffffff;
    line-height: 1.471;
}

.contact_page_block .info
{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 37.5%;
    font-size: 23px;
    color: #ffffff;
    line-height: 1.478;
    font-family: "NHaasGroteskDSPro-65Md";
}

.contact_page_block .info a
{
    font-size: 23px;
    color: #ffffff;
    text-decoration: none;
}

.contact_page .form
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 2%;
}

.contact_page .form .left_block
{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
}

.contact_page .form .left_block .input_block
{
    margin-bottom: 15px;
}

.contact_page .form .left_block .input_block input
{
    background: #66acfe;
    width: 100%;
    box-sizing: border-box;
    font-size: 23px;
    color: #ffffff;
    font-family: "NHaasGroteskDSPro-75Bd";
    padding: 0 30px;
    line-height: 78px;
    outline: none!important;
    border: 3px solid #fff;
    border-radius: 5px;
}

.contact_page .form .right_block
{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.contact_page .form .right_block .input_block
{
    margin-bottom: 15px;
}

.contact_page .form .right_block .input_block textarea
{
    background: #66acfe;
    width: 100%;
    height: 282px;
    box-sizing: border-box;
    font-size: 23px;
    color: #ffffff;
    padding: 30px;
    resize: none;
    outline: none!important;
    border: 3px solid #fff;
    border-radius: 5px;
}

.contact_page .form .right_block .btn_block
{
    
}

.contact_page .form .right_block .btn_block input
{
    font-size: 23px;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    line-height: 76px;
    border: none;
    background: #003d7d;
    border: 3px solid #003d7d;
    border-radius: 5px;
    outline: none!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.contact_page .form .right_block .btn_block input:hover
{
    background: #66acfe;
    border: 3px solid #fff;
}

.contact_page .c_map
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 2%;
}

.contact_page .c_map #map
{
    height: 380px;
    width: 100%;
}

.plr_90
{
    padding: 0 90px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

body div.wpcf7-validation-errors, div.wpcf7-acceptance-missing
{
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 20px;
    color: #fff;
}

body div.wpcf7-mail-sent-ok
{
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 20px;
    color: #fff;
}

.contact_page .form .left_block .input_block input.wpcf7-not-valid,
.contact_page .form .right_block .input_block textarea.wpcf7-not-valid
{
    border: 3px solid red;
}

.heritage_title
{
    text-align: center;
    font-size: 104px;
    padding: 95px 0;
    color: #fff;
    position: relative;
}

.heritage_title.heritage_title2
{
    text-align: center;
    font-size: 104px;
    padding: 95px 0;
    color: #fff;
    position: relative;
}

.heritage_title.heritage_title3
{
    text-align: center;
    font-size: 104px;
    padding: 95px 0;
    color: #fff;
    position: relative;
}

.heritage_title.heritage_title4
{
    padding-bottom: 500px;
}

.heritage_video
{
    font-size: 0;
}

.heritage_video a
{
    display: block;
    text-align: center;
    line-height: 570px;
    height: 570px;
}

.heritage_video a i
{
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 56px;
    background: url(../img/play.png);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.heritage_video a:hover i
{
    transform: scale(1.2);
}

.heritage_history
{
    font-size: 0;
    padding: 20px 0;
    background: #0075fd;
}

.heritage_history .item
{
    margin-bottom: 10px;
    opacity: .4;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.heritage_history .item.active
{
    opacity: 1;
}


.heritage_history .item2
{
    text-align: right;
}

.heritage_history .item .year
{
    font-size: 185px;
    color: #ffffff;
    font-family: "NHaasGroteskDSPro-65Md";
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    vertical-align: middle;
}

.heritage_history .item .desc
{
    font-size: 35px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-65Md";
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
    vertical-align: middle;
}

.heritage_history .item1 .year
{
    padding-left: 200px;
}

.heritage_history .item1 .desc
{
    padding-left: 50px;
}

.heritage_history .item2 .year
{
    padding-right: 185px;
}

.heritage_history .item2 .desc
{
    padding-right: 50px;
}

.drop_menu_wwa
{
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 100px 2% 50px 2%;
    z-index: 9999;
    background: #fff;
}

.drop_menu_wwa .img
{
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin-right: 4%;
}

.drop_menu_wwa .dmenu_1
{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin-right: 4%;
}

.drop_menu_wwa .dmenu_1 ul
{
    list-style: none;
}

.drop_menu_wwa .dmenu_1 ul li
{
    display: block;
    margin-bottom: 25px;
}

.drop_menu_wwa .dmenu_1 ul li a
{
    font-size: 23px;
    text-decoration: none;
    color: #003d7d;
}

.drop_menu_wwa .dmenu_1 ul li a:hover
{
    color: #0074fd;
}

.drop_menu_wwa .dmenu_2
{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin-right: 1%;
}

.drop_menu_wwa .dmenu_2 ul
{
    list-style: none;
}

.drop_menu_wwa .dmenu_2 ul li
{
    display: block;
    margin-bottom: 25px;
}

.drop_menu_wwa .dmenu_2 ul li a
{
    font-size: 23px;
    text-decoration: none;
    color: #003d7d;
}

.drop_menu_wwa .dmenu_2 .soon
{
    display: inline-block;
    vertical-align: top;
    height: 18px;
    /* width: 82px; */
    /* background: url(../img/soon.png) no-repeat center center; */
    margin-top: 2px;
    margin-left: 15px;
    font-size: 14px;
    font-style: normal;
    /* font-weight: bold; */
    color: #fff;
    background: #003d7d;
    line-height: 23px;
    padding: 0 10px;
    height: 26px;
    font-family: "NHaasGroteskTXPro-75Bd", sans-serif;
}

.drop_menu_wwa .dmenu_2 ul li a:hover
{
    color: #0074fd;
}

.drop_menu_wwa .dmenu_3
{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin-right: 1%;
}

.drop_menu_wwa .dmenu_3 ul
{
    list-style: none;
}

.drop_menu_wwa .dmenu_3 ul li
{
    display: block;
    margin-bottom: 25px;
}

.drop_menu_wwa .dmenu_3 ul li a
{
    font-size: 23px;
    text-decoration: none;
    color: #003d7d;
}

.drop_menu_wwa .dmenu_3 .soon
{
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: 82px;
    background: url(../img/soon.png) no-repeat center center;
    margin-top: 8px;
    margin-left: 15px;
}

.drop_menu_wwa .dmenu_3 ul li a:hover
{
    color: #0074fd;
}

.drop_menu_c
{
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 100px 2% 50px 2%;
    z-index: 999;
    background: #fff;
}

.drop_menu_c .img
{
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin-right: 4%;
}

.drop_menu_c .text
{
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin-right: 4%;
}

.drop_menu_c .text .d
{
    font-size: 23px;
    line-height: 1.7;
    color: #003d7d;
}

.drop_menu_c .text .btn_block
{
    margin-top: 30px;
}

.drop_menu_c .text .btn_block a
{
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    padding: 0 25px;
    display: inline-block;
    vertical-align: top;
    background: #003d7d;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.drop_menu_c .text .btn_block a:hover
{
    background: #0779fd;
}

.drop_menu_c .desc
{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-right: 4%;
    font-size: 16px;
    line-height: 1.7;
    font-family: "NHaasGroteskDSPro-65Md";
    color: #656565;
}

.drop_menu_c .dmenu
{
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

.drop_menu_c .dmenu ul
{
    list-style: none;
}

.drop_menu_c .dmenu ul li
{
    margin-bottom: 15px;
    display: block;
}

.drop_menu_c .dmenu ul li a
{
    font-size: 16px;
    color: #0074fd;
    text-decoration: none;
}

.drop_menu_c .dmenu ul li a:hover
{
    color: #003d7d;
}

.drop_menu_g
{
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 2% 40px 2%;
    z-index: 9999;
    background: #fff;
}

.drop_menu_g .item
{
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    margin-right: 2%;
}

.drop_menu_g .item:last-child
{
    margin-right: 0;
}

.drop_menu_g .item .top_block
{
    margin-bottom: 3px;
    height: 18px;
}

.drop_menu_g .item .top_block .flag
{
    width: 32px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.drop_menu_g .item .top_block .flag.en
{
    background: url(../img/lang/en.jpg) no-repeat center center;
}

.drop_menu_g .item .top_block .flag.el
{
    background: url(../img/lang/el.jpg) no-repeat center center;
}

.drop_menu_g .item .top_block .flag.he
{
    background: url(../img/lang/he.jpg) no-repeat center center;
}

.drop_menu_g .item .top_block .flag.geo
{
    background: url(../img/lang/geo.jpg) no-repeat center center;
}

.drop_menu_g .item .top_block .new
{
    font-size: 10px;
    color: #ffffff;
    background: #003d7d;
    padding: 1px 2px;
    display: inline-block;
    vertical-align: middle;
}

.drop_menu_g .item .t
{
    font-size: 18px;
    line-height: 22px;
    padding-left: 45px;
    color: #003d7d;
}

.drop_menu_g .item .t.en
{
    background: url(../img/flags/global.png) no-repeat left center;
}

.drop_menu_g .item .t.el
{
    background: url(../img/flags/cyprus.png) no-repeat left center;
}

/*.drop_menu_g .item:hover .t.el
{
    background: url(../img/cyprus_hv.png) no-repeat left center;
}*/

.drop_menu_g .item .t.nz
{
    background: url(../img/flags/new_zeland.png) no-repeat left center;
}

/*.drop_menu_g .item:hover .t.nz
{
    background: url(../img/new_zeland_hv.png) no-repeat left center;
}*/

.drop_menu_g .item .t.he
{
    background: url(../img/flags/israel.png) no-repeat left center;
}

/*.drop_menu_g .item:hover .t.he
{
    background: url(../img/israel_hv.png) no-repeat left center;
}*/

.drop_menu_g .item .t.geo
{
    background: url(../img/flags/georgia.png) no-repeat left center;
}

/*.drop_menu_g .item:hover .t.geo
{
    background: url(../img/georgia_hv.png) no-repeat left center;
}*/

.drop_menu_g .item .t.sa
{
    background: url(../img/flags/s_africa.png) no-repeat left center;
}

/*.drop_menu_g .item:hover .t.sa
{
    background: url(../img/s_africa_hv.png) no-repeat left center;
}*/

.drop_menu_g .item:hover .t
{
    color: #0779fd;
}

.drop_menu_g .item .t
{
    line-height: 34px;
}

.info_block
{
    font-size: 0;
}

.info_block .item
{
    padding: 80px 0 50px 0;
    line-height: 1.5;
}

.info_block .item.item2
{
    background: #0075fd;
}

.info_block .item .title
{
    font-size: 72px;
    color: #013d7b;
    display: inline-block;
    vertical-align: middle;
}

.info_block .item .info
{
    font-size: 23px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
    display: inline-block;
    vertical-align: middle;
}

.info_block .item .desc
{
    margin-top: 35px;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.info_block .item .desc p
{
    padding-bottom: 15px;
}

.info_block .item.item1 .title
{
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #013d7b;
    padding-right: 2%;
}

.info_block .item.item2 .title
{
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #013d7b;
    padding-left: 2%;
}

.info_block .item.item1 .info
{
    width: 50%;
    padding-left: 2%;
    box-sizing: border-box;
}

.info_block .item.item2 .info
{
    width: 50%;
    padding-right: 2%;
    box-sizing: border-box;
    color: #fff;
}

.info_block .item.item2 .desc
{
    color: #fff;
}

.wlb
{
    font-size: 0;
    padding: 60px 0;
}

.wlb .title
{
    font-size: 66px;
    color: #013d7b;
    text-align: center
}

.wlb .desc
{
    font-size: 34px;
    color: #013d7b;
    font-family: 'Crimson Text', serif;
    line-height: 1.5;
}

.wlb .br
{
    width: 300px;
    margin: 50px auto;
    background: #6a8eb4;
    height: 1px;
}

.wlb .desc p
{
    padding-bottom: 15px;
}

.wlb .positions
{
    margin-top: 0;
}

.wlb .positions .item
{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 55px;
    text-align: center;
    width: 32%;
}

.wlb .positions .item:nth-child(3n+2)
{
    margin-left: 2%;
    margin-right: 2%;
}

.wlb .positions .item .img
{
    height: 230px;
    overflow: hidden;
}

.wlb .positions .item .img a
{
    text-decoration: none;
}

.wlb .positions .item .img a img
{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.wlb .positions .item .img a:hover img
{
    transform: scale(1.1);
}

.wlb .positions .item .t
{
    margin-top: 20px;
}

.wlb .positions .item .t a
{
    font-size: 39px;
    color: #013d7b;
    text-decoration: none;
}

.wlb .positions .item .t a:hover
{
    color: #0779fd;
}

.post_list
{
    font-size: 0;
    padding: 80px 0;
}

.post_list .item
{
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #6a8eb4;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.post_list .item:hover
{
    border-bottom: 1px solid #0779fd;
}

.post_list .item.item_border:after
{
    background: #6a8eb4;
    height: 80%;
    width: 1px;
    content: "";
    position: absolute;
    right: -30px;
    top: 10%;
}

.post_list .item.item_border:hover:after
{
    background: #0779fd;
}

.post_list .item.item_1
{
    width: 32%;
    margin-left: 2%;
    margin-right: 2%;
}

.post_list .item.item_1.item_1_0,
.post_list .item.item_1.item_1_0 + .item,
.post_list .item.item_1.item_1_0 + .item + .item
{
    width: 29.3%;
}

.post_list .item.item_2
{
    width: 58%;
    margin-left: 2%;
    margin-right: 2%;
}

.post_list .item.item_2 a h2,
.post_list .item.item_1 a h2,
.post_list .item.item_4 h2
{
    height: 141px;
    overflow: hidden;
}

.post_list .item.item_2 a .desc,
.post_list .item.item_1 a .desc,
.post_list .item.item_3 a .desc,
.post_list .item.item_4 a .desc
{
    height: 84px;
    overflow: hidden;
}

.post_list .item.item_3
{
    width: 58%;
    margin-left: 2%;
    margin-right: 2%;
}

.post_list .item.item_4
{
    width: 58%;
    margin-left: 2%;
    margin-right: 2%;
}

.post_list .item.item_5
{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.post_list .item.item_6
{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.post_list .item.item_7
{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.post_list .item a
{
    text-decoration: none;
    color: #013d7b;
    font-size: 0;
}

.post_list .item a:hover
{
    color: #0779fd;
}

.post_list .item a h3,
.post_list .item a h2
{
    font-size: 39px;
    font-family: "NHaasGroteskDSPro-75Bd";
    padding: 0;
    text-align: center;
    margin: 0;
}

.post_list .item a .desc
{
    font-family: 'Crimson Text', serif;
    line-height: 1.3;
    margin-top: 25px;
    text-align: center;
    font-size: 23px;
}


.post_list .item a .more
{
    color: #0070fd;
    font-size: 14px;
    font-family: "NHaasGroteskDSPro-75Bd";
    text-align: right;
    margin-top: 40px;
}

.post_list .item a:hover .more
{
    color: #013d7b;
}

.post_list .item a .img
{
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

.post_list .item.item_2 a .img img,
.post_list .item.item_3 a .img img
{
    width: 100%;
    height: 200px;
}

.post_list .item a .info
{
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
    width: 62%;
    /*margin-top: -9px;*/
}

.post_list .item.item_2 a .img
{
    margin-right: 3%;
}

.post_list .item.item_3 a .img
{
    margin-left: 3%;
    text-align: right;
}

.post_list .item.item_5 a .img
{
    margin-right: 3%;
}

.post_list .item.item_6 a .img
{
    margin-left: 3%;
    text-align: right;
}

.sustainability
{
    padding: 100px 0 50px 0;
}

.sustainability .subtitle
{
    font-size: 62px;
    color: #013d7b;
    text-align: center;
}

.sustainability .br
{
    height: 1px;
    background: #6a8eb4;
    width: 300px;
    margin: 50px auto;
}

.sustainability .desc
{
    text-align: center;
    font-size: 35px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.sustainability_slider
{
    margin-bottom: 50px;
}

.sustainability_slider
{
    margin-top: -80px;
    margin-bottom: 50px;
}

.sustainability_slider .owl-nav
{
    margin: 0;
    top: 0;
    width: 100%;
    margin-top: -24px;
}

body .sustainability_slider .owl-nav .owl-prev
{
    font-size: 0;
    width: 32px;
    height: 47px;
    position: absolute;
    top: 50%;
    background: url(../img/sl_l.png) no-repeat center center;
    margin: 0;
    margin-left: -100px;
    float: left;
    left: 0;
}

body .sustainability_slider .owl-nav .owl-prev:hover
{
    background: url(../img/sl_l_h.png) no-repeat center center;
}

body .sustainability_slider .owl-nav .owl-next
{
    font-size: 0;
    width: 32px;
    float: right;
    height: 47px;
    background: url(../img/sl_l.png) no-repeat center center;
    margin: 0;
    position: absolute;
    margin-right: -100px;
    top: 50%;
    right: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

body .sustainability_slider .owl-nav .owl-next:hover
{
    background: url(../img/sl_l_h.png) no-repeat center center;
}

.post_single
{
    padding: 60px 0;
}

.post_single .title
{
    text-align: center;
}

.post_single .title h1
{
    font-size: 66px;
    color: #013d7b;
    padding: 0;
    margin: 0;
}

.post_single .br
{
    width: 300px;
    margin: 50px auto;
    background: #6a8eb4;
    height: 1px;
}

.post_single .short_desc
{
    text-align: center;
    font-size: 36px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.post_single .desc
{
    font-size: 0;
    margin-top: 60px;
}

.post_single .left_desc
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.post_single .left_desc .img
{
    margin-bottom: 40px;
}

.post_single .left_desc .img img
{
    width: 100%;
    height: auto;
}

.post_single .left_desc p
{
    padding-bottom: 20px;
}

.post_single .right_desc
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.post_single .right_desc .img
{
    margin-top: 40px;
}

.post_single .right_desc .img img
{
    width: 100%;
    height: auto;
}

.post_single .right_desc p
{
    padding-bottom: 20px;
}

.sustainability_slider .br2
{
    width: 100%;
    margin: 50px auto;
    background: #6a8eb4;
    height: 1px;
}

.sustainability_slider.sustainability_slider2
{
    margin-top: 0;
}

.title_big
{
    padding: 160px 0 300px 0;
    min-height: 800px;
    position: relative;
    box-sizing: border-box;
}

.title_big .t
{
    text-align: center;
    color: #fff;
    font-size: 104px;
}

.title_big .btn_block
{
    text-align: center;
    margin-top: 30px;
}

.title_big .btn_block a
{
    font-size: 23px;
    color: #ffffff;
    line-height: 80px;
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
    background: #003d7d;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.title_big .btn_block a:hover
{
    background: #0779fd;
}

.careers_bottom
{
    text-align: center;
    background: #003f7c;
    padding: 65px 0;
    box-sizing: border-box;
}

.careers_bottom .t
{
    font-size: 60px;
    color: #ffffff;
}

.careers_bottom .btn_block
{
    margin-top: 40px;
}

.careers_bottom .btn_block a
{
    font-size: 23px;
    color: #003f7c;
    line-height: 80px;
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.careers_bottom .btn_block a:hover
{
    color: #fff;
    background: #0779fd;
}

.careers_bottom.careers_bottom2 .btn_block a:hover
{
    color: #003f7c;
    background: #ffcc08;
}

.careers_icons
{
    text-align: center;
    font-size: 0;
}

.careers_icons .item
{
    padding: 60px 0;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-bottom: 30px;
}

.careers_icons .item:nth-child(3n+2)
{
    margin-left: 5%;
    margin-right: 5%;
}

.careers_icons .item .img
{
    height: 300px;
    overflow: hidden;
}

.careers_icons .item .t
{
    font-size: 23px;
    color: #003e7b;
    margin-top: 15px;
}

.careers_icons .item .desc
{
    font-size: 18px;
    color: #003e7b;
    margin-top: 10px;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.careers_icons .item .btn_block
{
    margin-top: 10px;
}

.careers_icons .item .btn_block a
{
    font-size: 18px;
    color: #003e7b;
}

.careers_icons .item .btn_block a:hover
{
    text-decoration: underline;
}

.join_bot
{
    font-size: 0;
    background: #f7f7f7;
    text-align: center;
    padding: 50px 0;
}

.join_bot a
{
    font-size: 23px;
    color: #ffffff;
    line-height: 80px;
    padding: 0 100px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    background: #003d7d;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.join_bot a:hover
{
    background: #0779fd;
}

.footer_items
{
    font-size: 0;
    padding-top: 25px;
}

.footer_items .title
{
    font-size: 18px;
    color: #494949;
    text-transform: uppercase;
    text-align: center;
}

.footer_items .items
{
    margin-top: 20px;
}

.footer_items .items .item
{
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333333333%;
}

.footer_items .items .item .img
{
    height: 260px;
    overflow: hidden;
}

.footer_items .items .item .img a
{
    text-decoration: none;
}

.footer_items .items .item .img a img
{
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.footer_items .items .item .img:hover a img
{
    transform: scale(1.1);
}

.footer_items .items .item .sub_t
{
    font-size: 14px;
    color: #1773d6;
    padding-left: 25px;
    margin-top: 20px;
}

.footer_items .items .item .t
{
    padding-left: 25px;
    margin-top: 5px;
}

.footer_items .items .item .t a
{
    font-size: 36px;
    color: #063d76;
    text-decoration: none;
}

.footer_items .items .item .t a:hover
{
    color: #0779fd;
}

.footer_items .items .item .desc
{
    padding-left: 25px;
    margin-top: 25px;
    font-size: 18px;
    color: #4a4a4a;
    font-family: "NHaasGroteskDSPro-65Md";
    margin-bottom: 25px;
}

.brand_filter
{
    font-size: 0;
    background: #f7f7f7;
}

.brand_filter .t
{
    line-height: 100px;
    font-size: 18px;
    color: #003d7d;
    display: inline-block;
    vertical-align: middle;
    /*width: 200px;*/
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
}

.brand_filter .all_brands
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
}

.brand_filter .all_brands a
{
    font-size: 18px;
    text-decoration: none;
    color: #003d7d;
}

.brand_filter .all_brands a.active,
.brand_filter .all_brands a:hover
{
    color: #0070fd;
}

.brand_filter .brand_cat
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
}

.brand_filter .brand_cat .f_t
{
    position: relative;
    cursor: pointer;
    line-height: 100px;
}

.brand_filter .brand_cat .f_t:hover .f_tt
{
    color: #0070fd;
}

.brand_filter .brand_cat .f_t .f_tt
{
    font-size: 18px;
    text-decoration: none;
    color: #003d7d;
}

.brand_filter .brand_cat .f_t .f_tt.active
{
    color: #0070fd;
}

.brand_filter .brand_cat .f_t .f_tt span
{
    
}

.brand_filter .brand_cat .f_t .drop_down
{
    display: none;
    position: absolute;
    width: 100%;
    background: rgba(247, 247, 247, .9);
}

.brand_filter .brand_cat .f_t:hover .drop_down
{
    display: block;
}

.brand_filter .brand_cat .f_t .drop_down a
{
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    box-sizing: border-box;
    color: #003d7d;
    /*border-bottom: 1px solid #003d7d;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.brand_filter .brand_cat .f_t .drop_down a:hover
{
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
    background: #003d7d;
}

.brand_filter .vendor_cat
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
}

.brand_filter .vendor_cat .f_t
{
    position: relative;
    cursor: pointer;
    line-height: 100px;
}

.brand_filter .vendor_cat .f_t .f_tt
{
    font-size: 18px;
    text-decoration: none;
    color: #003d7d;
}

.brand_filter .vendor_cat .f_t .f_tt.active
{
    color: #0070fd;
}

.brand_filter .vendor_cat .f_t .f_tt span
{
    
}

.brand_filter .vendor_cat .f_t .drop_down
{
    display: none;
    position: absolute;
    width: 100%;
    background: rgba(247, 247, 247, .9);
}

.brand_filter .vendor_cat .f_t:hover .drop_down
{
    display: block;
}

.brand_filter .vendor_cat .f_t .drop_down a
{
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    box-sizing: border-box;
    color: #003d7d;
    /*border-bottom: 1px solid #003d7d;*/
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.brand_filter .vendor_cat .f_t .drop_down a:hover
{
    color: #fff;
    /*border-bottom: 1px solid #fff;*/
    background: #003d7d;
}

.brand_filter .search_block
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
}

.brand_filter .search_block .st
{
    font-size: 20px;
    text-decoration: none;
    color: #003d7d;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding-right: 35px;
    background: url(../img/search.png) no-repeat right center;
    min-height: 24px;
}

.brand_filter .search_block .form
{
    display: none;
    position: absolute;
    top: 62px;
    right: 0;
}

.brand_filter .search_block .form input[type="text"]
{
    background: #fff;
    width: 250px;
    box-sizing: border-box;
    font-size: 20px;
    color: #66acfe;
    font-family: "NHaasGroteskDSPro-75Bd";
    padding: 0 15px;
    line-height: 40px;
    outline: none!important;
    border: 2px solid #66acfe;
    padding-right: 36px;
    border-radius: 5px;
}

.brand_filter .search_block .form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #66acfe;
}
.brand_filter .search_block .form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #66acfe;
}
.brand_filter .search_block .form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #66acfe;
}
.brand_filter .search_block .form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #66acfe;
}

.brand_filter .search_block .form input[type="image"]
{
    outline: none!important;
    position: absolute;
    right: 8px;
    top: 10px;
}

.brands_list
{
    font-size: 0;
    padding: 80px 0;
}

.brands_list .items
{
    text-align: center;
}

.brands_list .items .item
{
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 100px;
}

.brands_list .items .item .img
{
    line-height: 160px;
}

.brands_list .items .item .img img
{
    display: inline-block;
    vertical-align: middle;
}

.brands_list .items .item .btn_a
{
    margin-top: 15px;
}

.brands_list .items .item .btn_a a
{
    text-decoration: none;
    color: #003d7d;
    font-size: 14px;
}

.brands_list .items .item .btn_a a:hover
{
    color: #0070fd;
}

.brands_list .btn_block
{
    text-align: center;
    margin-bottom: 50px;
}

.brands_list .btn_block a
{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #003d7d;
    border: 3px solid #003d7d;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.brands_list .btn_block a:hover
{
    background: #003d7d;
    color: #fff;
}

.sales_block
{
    font-size: 0;
    padding: 50px 0;
}

.sales_block .subtitle
{
    text-align: center;
    color: #003d7d;
    font-size: 39px;
}

.sales_block .desc
{
    margin-top: 50px;
}

.sales_block .desc .left_block
{
    color: #003d7d;
    font-size: 18px;
    font-family: "NHaasGroteskDSPro-55Rg";
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-right: 4%;
}

.sales_block .desc .right_block
{
    color: #003d7d;
    font-size: 18px;
    font-family: "NHaasGroteskDSPro-55Rg";
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-left: 4%;
}

.sales_block .desc p
{
    padding-bottom: 10px;
}

.sales_info_blocks
{
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sales_info_blocks .item
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33.33333333%;
    overflow: hidden;
}

.sales_info_blocks .item .desc
{
    height: 100%;
    width: 100%;
    /*left: -100%;*/
    opacity: 0;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    padding: 45px;
    background: rgba(233, 245, 252, .9);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.sales_info_blocks .item:hover .desc
{
    /*left: 0;*/
    opacity: 1;
}

.sales_info_blocks .item .desc .t
{
    font-size: 36px;
    color: #013d7b;
}

.sales_info_blocks .item .desc .d
{
    font-size: 16px;
    color: #707375;
    font-family: "NHaasGroteskDSPro-55Rg";
    margin-top: 30px;
    height: 377px;
    overflow: hidden;
    line-height: 1.7;
}

.sales_info_blocks .item .desc .d p
{
    padding-bottom: 10px;
}

.sales_info_blocks .item .img
{
    width: 100%;
    height: 450px;
}

.sales_info_blocks .item .title
{
    font-size: 22px;
    color: #004e8e;
    line-height: 85px;
    height: 85px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 25px;
}

.bg_links
{
    font-size: 0;
    padding: 280px 0;
    text-align: center;
}

.bg_links .title
{
    font-size: 72px;
    color: #ffffff;
    font-family: "NHaasGroteskDSPro-56It";
}

.bg_links .desc
{
    font-size: 23px;
    color: #ffffff;
    font-family: "NHaasGroteskDSPro-65Md";
    margin-top: 30px;
}

.bg_links .btn_block
{
    margin-top: 35px;
}

.bg_links .btn_block a
{
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 2.5%;
    font-size: 23px;
    color: #ffffff;
    text-decoration: none;
    background: #013e7d;
    border: 2px solid #013e7d;
    line-height: 70px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.bg_links .btn_block a:hover
{
    border: 2px solid #fff;
    background: rgba(1, 62, 125, .4);
}

.bg_links .btn_block a:last-child
{
    margin-right: 0;
}

.team_block
{
    font-size: 0;
    background: #003d7d;
    padding: 50px 0;
}

.team_block .container2
{
    position: relative;
}

.team_block .items
{
    font-size: 0;
}

.team_block .items .item
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    position: relative;
    background: #ffffff;
    box-sizing: border-box;
}

.team_block.team_block3 .items .item.active
{
    margin-bottom: 335px;
    padding-bottom: 20px;
}

.team_block .items .item.noactive
{
    opacity: .05;
}

.team_block.team_block3 .items .item.noactive
{
    opacity: 1;
}

.team_block .items .item:nth-child(2n+2)
{
    margin-right: 0;
}

.team_block .items .item:nth-child(2n+2).active
{
    margin-left: -52%;
    position: absolute;
}

.team_block.team_block3 .items .item:nth-child(2n+2).active .info_2 
{
    margin-left: -696px;
}

.team_block.team_block3 .items .item:nth-child(2n+2).active
{
    margin-left: 0;
    position: relative;
}

.team_block .items .item .img
{
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}

.team_block .items .item .img img
{
    
}

.team_block .items .item .info
{
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    box-sizing: border-box;
}

.team_block .items .item .info .info_1
{
    padding: 25px;
    box-sizing: border-box;
}

.team_block .items .item .info .info_1 .t
{
    text-align: left;
}

.team_block .items .item .info .info_1 .t a
{
    font-size: 23px;
    color: #013d78;
    text-decoration: none;
    padding-right: 35px;
    display: inline-block;
    position: relative;
}

.team_block .items .item .info .info_1 .t a:after
{
    background: url(../img/plus.png) no-repeat right center;
    height: 20px;
    width: 20px;
    content: "";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


/*.team_block .items .item .info .info_1 .t a:hover:after
{
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}*/

.team_block .items .item .info .info_1 .job
{
    font-size: 16px;
    color: #013d78;
    margin-top: 4px;
    margin-bottom: 80px;
}

.team_block .items .item .info .info_1 .phone
{
    font-size: 16px;
    color: #013d78;
    padding-left: 15px;
    margin-bottom: 5px;
    background: url(../img/talk.png) no-repeat left center;
    min-height: 12px;
}

.team_block .items .item .info .info_1 .email
{
    font-size: 16px;
    color: #013d78;
    padding-left: 15px;
    margin-bottom: 5px;
    background: url(../img/email.png) no-repeat left center;
    min-height: 11px;
}

.team_block .items .item .info .info_1 .skype
{
    font-size: 16px;
    color: #013d78;
    padding-left: 15px;
    margin-bottom: 5px;
    background: url(../img/t_s.png) no-repeat left center;
    min-height: 13px;
}

.team_block .items .item .info .info_2
{
    display: none;
    padding: 25px;
    box-sizing: border-box;
    position: absolute;
    left: 100%;
    width: 109%;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 999;
}

.team_block.team_block3 .items .item .info .info_2
{
    left: 0;
    width: 1339px;
    top: 261px;
}

.team_block .items .item .info .info_2.fadeInLeft
{
    animation-duration: 1.5s;
}

.team_block .items .item.active .info .info_2
{
    display: block;
}

.team_block .items .item .info .info_2 .desc
{
    font-size: 23px;
    color: #4b4b4b;
    height: 165px;
    font-family: "NHaasGroteskDSPro-55Rg";
    /*font-family: 'Crimson Text', serif;*/
    overflow: hidden;
    line-height: 1.5;
}

.team_block .items .item .info .info_2 .close_btn
{
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.team_block .items .item .info .info_2 .close_btn a
{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    padding: 6px;
    height: 14px;
    background: url(../img/close.png) no-repeat center center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.team_block .items .item .info .info_2 .close_btn a:hover
{
/*    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);*/
}

.not_cliche
{
    font-size: 0;
    padding: 50px 0;
}

.not_cliche .title
{
    font-size: 72px;
    color: #013d7b;
}

.not_cliche.not_cliche_2 .title
{
    text-align: center;
}

.not_cliche:not(.not_cliche_2) .title
{
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    text-align: right;
    padding-right: 4%;
    box-sizing: border-box;
}

.not_cliche:not(.not_cliche_2) .br
{
    display: none;
}

.not_cliche.not_cliche_2 .br
{
    width: 300px;
    margin: 50px auto;
    background: #6a8eb4;
    height: 1px;
}

.not_cliche .text
{
    font-size: 39px;
    color: #013d7b;
    font-family: 'Crimson Text', serif;
}

.not_cliche .text a
{
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    color: #013d7b;
}

.not_cliche .text a:hover
{
    text-decoration: none;
}

.not_cliche .text a:hover u
{
    text-decoration: none;
}

.not_cliche.not_cliche_2 .text
{
    text-align: center;
    margin-bottom: 30px;
}

.not_cliche:not(.not_cliche_2) .text
{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    padding-left: 4%;
    box-sizing: border-box;
    border-left: 1px solid #6a8eb4;
}

.not_cliche .btn_block
{
    text-align: center;
    margin-bottom: 50px;
}

.not_cliche .btn_block a
{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #003d7d;
    border: 3px solid #003d7d;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.not_cliche .btn_block a:hover
{
    background: #003d7d;
    color: #fff;
}

.not_cliche .btn_block2
{
    text-align: center;
    margin-bottom: 50px;
    display: none;
    margin-top: 30px;
}

.not_cliche .btn_block2 a
{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #003d7d;
    border: 3px solid #003d7d;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.not_cliche .btn_block2 a:hover
{
    background: #003d7d;
    color: #fff;
}

.not_cliche .left_right
{
    display: none;
    font-size: 0;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.not_cliche .left_right p
{
    padding-bottom: 15px;
}

.not_cliche .left_right .left_text
{
    display: inline-block;
    font-size: 28px;
    color: #013d7b;
    font-family: 'Crimson Text', serif;
    vertical-align: top;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
}

.not_cliche .left_right .left_text.full
{
    width: 100%;
    margin-right: 0;
}

.not_cliche .left_right .right_text
{
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    color: #013d7b;
    font-family: 'Crimson Text', serif;
    width: 48%;
}

.fixed_title
{
    text-align: center;
    background: url(../img/bg88.jpg) no-repeat center center;
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.fixed_title
{
    display: none;
}

.fixed_title .t
{
    font-size: 72px;
    color: #003d7d;
    line-height: 144px;
    box-sizing: border-box;
}

.fixed_title.fixed
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}

.promot
{
    font-size: 0;
    height: 950px;
    box-sizing: border-box;
    position: relative;
}

.promot .text
{
    width: 1200px;
    position: absolute;
}

.promot .text.pos_1
{
    bottom: 80px;
    text-align: center;
    left: 50%;
    margin-left: -600px;
}

.promot .text.pos_2
{
    top: 80px;
    text-align: center;
    left: 50%;
    margin-left: -600px;
}

.promot .text.pos_3
{
    top: 300px;
    text-align: center;
    left: 50%;
    margin-left: -600px;
}

.promot .text.pos_4
{
    bottom: 80px;
    left: 10%;
    max-width: 700px;
}

.promot .text.pos_5
{
    top: 80px;
    left: 10%;
    max-width: 700px;
}

.promot .text.pos_6
{
    top: 300px;
    left: 10%;
    max-width: 700px;
}

.promot .text.pos_7
{
    bottom: 80px;
    right: 10%;
    max-width: 700px;
}

.promot .text.pos_8
{
    top: 80px;
    right: 10%;
    max-width: 700px;
}

.promot .text.pos_9
{
    top: 300px;
    right: 10%;
    max-width: 700px;
}

.promot .text .title
{
    font-size: 60px;
    color: #ffffff;
}

.promot .text .desc
{
    font-size: 34px;
    color: #ffffff;
    margin-top: 30px;
    font-family: 'Crimson Text', serif;
    font-weight: 600;
}

.promot.blue .text .title,
.promot.blue .text .desc
{
    color: #013d7b;
}

.promot .text .btn_block
{
    margin-top: 60px;
}

.promot .text .btn_block a
{
    font-size: 23px;
    color: #003f7c;
    line-height: 80px;
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.promot.blue .text .btn_block a
{
    background: #013d7b;
    color: #fff;
}

.promot .text .btn_block a:hover
{
    color: #003f7c;
    background: #fff;
}

.promot.blue .text .btn_block a:hover
{
    color: #003f7c;
}

.about_video
{
    font-size: 0;
}

.about_video iframe
{
    /*width: 100%!important;*/
}

.key_vendors
{
    padding: 50px 0;
    font-size: 0;
    background: #fff;
}

.key_vendors .title
{
    font-size: 72px;
    color: #013d78;
    text-align: center;
}

.key_vendors .subtitle
{
    font-size: 23px;
    margin-top: 15px;
    color: #3a3a3a;
    text-align: center;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.key_vendors .show_more_btn
{
    text-align: center;
    margin-bottom: 50px;
}

.key_vendors .show_more_btn a
{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #003d7d;
    border: 3px solid #003d7d;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.key_vendors .show_more_btn a:hover
{
    background: #003d7d;
    color: #fff;
}

.key_vendors .items
{
    font-size: 0;
    margin-top: 85px;
}

.key_vendors .items .item
{
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 100px;
    line-height: 160px;
}

.key_vendors .items .item .btn_a
{
    margin: 0;
    margin-top: 15px;
    line-height: 1;
}

.key_vendors .items .item .btn_a a
{
    text-decoration: none;
    color: #003d7d;
    font-size: 14px;
}

.key_vendors .items .row.no-active
{
    display: none;
}

.key_vendors .items .item img
{
    display: inline-block;
    vertical-align: middle;
}

.maping
{
    font-size: 0;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    background: #bad0de;
}

.maping .left_info
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 999;
}

.maping .left_info i.arr
{
    width: 13px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 44px;
    background: url(../img/map_arr.png) no-repeat center center;
}

.maping .left_info i.arr2
{
    width: 13px;
    height: 19px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 30px;
    right: 30px;
    background: url(../img/map_arr.png) no-repeat center center;
}

.maping .left_info .step1
{
    width: 200px;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
}

.maping .left_info .step1 .t
{
    font-size: 23px;
    color: #0075fd;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 100%;
    padding-top: 145px;
    padding-left: 145px;
}

.maping .left_info .step2
{
    position: absolute;
    top: 0;
    left: 200px;
    width: 420px;
    height: 100%;
    background: #fff;
    left: -420px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.maping .left_info .step2.active
{
    left: 163px;
}

.maping .left_info .step2 .img
{
    padding-top: 160px;
}

.maping .left_info .step2 .btn_block
{
    margin-top: 25px;
}

.maping .left_info .step2 .btn_block a
{
    font-size: 23px;
    color: #ffffff;
    background: #0075fd;
    text-decoration: none;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.maping .left_info .step2 .btn_block a:hover
{
    background: #003d7d;
    color: #fff;
}

.maping .left_info .step3
{
    position: absolute;
    top: 0;
    left: 200px;
    width: 1600px;
    height: 100%;
    background: #fff;
    padding-right: 200px;
    box-sizing: border-box;
    left: -1600px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.maping .left_info .step3.active
{
    left: 200px;
}

.maping .left_info .step3 .img
{
    padding-top: 170px;
    text-align: center;
}

.maping .left_info .step3 .text
{
    margin-top: 100px;
}

.maping .left_info .step3 .text div
{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    font-size: 18px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
    line-height: 1.5;
}

.maping .left_info .step3 .text div:nth-child(2)
{
    margin-left: 2%;
    margin-right: 2%;
}

.maping .left_info .step3 .btn_block
{
    text-align: right;
    margin-top: 70px;
}

.maping .left_info .step3 .btn_block a
{
    font-size: 23px;
    color: #ffffff;
    background: #0075fd;
    text-decoration: none;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.maping .left_info .step3 .btn_block a:hover
{
    background: #003d7d;
    color: #fff;
}

.map_text
{
    position: absolute;
    left: 400px;
    top: 250px;
}

.map_text.map_text_0
{
    left: 300px;
    top: 100px;
}

.map_text .t
{
    font-size: 60px;
    color: #013d78;
}

.map_text .st
{
    font-size: 18px;
    color: #0075fd;
    margin-top: 5px;
}

.map_text .btn_block
{
    margin-top: 30px;
}

.map_text .btn_block a
{
    font-size: 23px;
    color: #ffffff;
    background: #0075fd;
    text-decoration: none;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.map_text .btn_block a:hover
{
    background: #003d7d;
    color: #fff;
}

.maping .locations
{
    font-size: 0;
}

.maping .locations .item
{
    position: absolute;
}

.maping .locations .item:hover .open_info
{
    display: block!important;
}

.maping .locations .item > i
{
    width: 28px;
    cursor: pointer;
    height: 39px;
    display: inline-block;
    background: url(../img/loc.png) no-repeat center center;
}

.maping .locations .item .open_info
{
    position: absolute;
    width: 210px;
    bottom: 28px;
    border: 1px solid #d7d7d7;
    background: #fff;
    left: -91px;
    box-sizing: border-box;
    display: none;
}

.maping .locations .item .open_info .img
{
    height: 230px;
    overflow: hidden;
}

.maping .locations .item .open_info .t
{
    font-size: 24px;
    color: #013d78;
}

.maping .locations .item .open_info .t a
{
    font-size: 16px;
    color: #013d78;
    padding: 10px;
    padding-bottom: 5px;
    display: block;
    box-sizing: border-box;
    background: url(../img/map_arr.png) no-repeat right 15px top 11px;
    min-height: 19px;
    text-decoration: none;
}

.maping .locations .item .open_info .t a.no-clickable,
.maping .locations .item .open_info a.no-clickable
{
    cursor: initial;
}

.maping .locations .item .open_info .t a.no-clickable:hover
{
    color: #013d78;
}

.maping .locations .item .open_info .t a:hover
{
    color: #0075fd;
}

.maping .locations .item .open_info .st
{
    padding: 10px;
    padding-top: 0;
    font-size: 13px;
    color: #707070;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.maping .locations .item .open_info:after
{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -40px;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
}

.maping .locations .item .open_info .close
{
    position: absolute;
    right: -14px;
    top: -14px;
    font-size: 26px;
    color: #fff;
    background: #0075fd;
    border-radius: 50%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
}

.c_slider_main
{
    font-size: 0;
}

.c_slider_main .item
{
    position: relative;
    height: 100vh;
    padding-bottom: 50px;
}

.c_slider_main .item:nth-child(n+2)
{
    display: none;
}

.c_slider_main .item .left_circles
{
    position: absolute;
    left: 70px;
    top: 160px;
}

.c_slider_main .item .left_circles a
{
    font-size: 23px;
    color: #013d78;
    padding-left: 40px;
    display: block;
    text-decoration: none;
    margin-bottom: 100px;
    min-height: 28px;
    background: url(../img/c_a.png) no-repeat left center;
}

.c_slider_main .item .left_circles a:hover,
.c_slider_main .item .left_circles a.active
{
    background: url(../img/c_na.png) no-repeat left center;
}

.c_slider_main .item .img
{
    display: inline-block;
    position: absolute;
    right: 50px;
    height: 500px;
    top: 100px;
}

.c_slider_main .item .info
{
    position: absolute;
    top: 100px;
    max-width: 600px;
    left: 30%;
}

.c_slider_main .item .info .t
{
    font-size: 72px;
    color: #013d78;
}

.c_slider_main .item .info .d
{
    font-size: 34px;
    color: #013d78;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: 500;
    margin-top: 25px;
}

.c_slider_main .item .info .btn_block
{
    margin-top: 30px;
}

.c_slider_main .item .info .btn_block a
{
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    
    border: 3px solid #003d7d;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 50px;
    background: #003d7d;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.c_slider_main .item .info .btn_block a:hover
{
    color: #003d7d;
    background: transparent;
}

#skiplinks-ul
{
    display: none;
}

.main_title
{
    font-size: 0;
    text-align: center;
    padding: 50px 0;
}

.main_title .t
{
    color: #013d7b;
    font-size: 72px;
}

.main_title .br
{
    margin: 30px auto 20px auto;
    max-width: 300px;
    width: 100%;
    height: 1px;
    background: #013d7b;
}

.main_title .st
{
    font-size: 34px;
    color: #013d7b;
    font-family: 'Crimson Text', serif;
    max-width: 1200px;
    margin: 0 auto;
}

.container2
{
    margin: 0 auto;
    width: 1340px;
}

.os_iblocks
{
    font-size: 0;
}

.os_iblocks .item
{
    padding: 40px 0;
}

.os_iblocks .item:nth-child(2n+1)
{
    background: #f7f7f7;
}

.os_iblocks .item .row_1
{
    font-size: 0;
}

.os_iblocks .item .row_1 .t
{
    font-size: 65px;
    color: #013d7b;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-right: 2%;
    box-sizing: border-box;
}

.os_iblocks .item .row_1 .d_1
{
    width: 50%;
    padding: 25px 0;
    padding-left: 4%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
    border-left: 1px solid #013d7b;
}

.os_iblocks .item .row_2
{
    margin-top: 35px;
}

.os_iblocks .item .row_2 .d_2
{
    font-size: 18px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-65Md";
}

.get_to_know
{
    font-size: 0;
    padding: 75px 0;
    background: #013a7b;
}

.get_to_know.get_to_know2
{
    background: #fff;
}

.get_to_know .title
{
    font-size: 60px;
    color: #ffffff;
    text-align: center;
}

.get_to_know .gtk_slider
{
    margin-top: 60px;
}

.get_to_know .gtk_slider .item
{
    position: relative;
}

.get_to_know .gtk_slider .item .img
{
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    margin-right: 6%;
}

.get_to_know .gtk_slider .item .img img
{
    width: 100%;
}

.get_to_know .gtk_slider .item .text
{
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.get_to_know .gtk_slider .item .text .d
{
    font-size: 39px;
    color: #ffffff;
    font-family: "Crimson Text", serif;
    font-style: italic;
}

.get_to_know .gtk_slider .item .text .name
{
    margin-top: 20px;
    font-size: 23px;
    color: #ffffff;
}

.get_to_know .gtk_slider .item .text .subtext
{
    font-size: 16px;
    color: #ffffff;
    font-family: "NHaasGroteskDSPro-65Md";
    margin-top: 20px;
}

.get_to_know .owl-theme .owl-dots .owl-dot span
{
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #fff;
}
.get_to_know .owl-theme .owl-dots .owl-dot.active span, .get_to_know .owl-theme .owl-dots .owl-dot:hover span
{
    background: #fff;
}

.get_to_know .owl-carousel .owl-nav .owl-prev
{
    width: 32px;
    height: 47px;
    background: url(../img/sl2_l.png) no-repeat center center;
    font-size: 0;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -24px;
}

.get_to_know .owl-carousel .owl-nav .owl-next
{
    width: 32px;
    height: 47px;
    background: url(../img/sl2_r.png) no-repeat center center;
    font-size: 0;
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -24px;
}

.get_to_know.get_to_know2 .owl-carousel .owl-nav .owl-prev
{
    background: url(../img/sl3_l.png) no-repeat center center;
}

.get_to_know.get_to_know2 .owl-carousel .owl-nav .owl-next
{
    background: url(../img/sl3_r.png) no-repeat center center;
}

.get_to_know.get_to_know2 .title,
.get_to_know.get_to_know2 .gtk_slider .item .text .d,
.get_to_know.get_to_know2 .gtk_slider .item .text .name,
.get_to_know.get_to_know2 .gtk_slider .item .text .subtext
{
    color: #013a7b;
}
.get_to_know.get_to_know2 .owl-theme .owl-dots .owl-dot span
{
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #013a7b;
}
.get_to_know.get_to_know2 .owl-theme .owl-dots .owl-dot.active span, .get_to_know.get_to_know2 .owl-theme .owl-dots .owl-dot:hover span
{
    background: #013a7b;
}

.get_to_know .owl-theme .owl-dots
{
    margin-top: 50px;
}

.tfti_text
{
    font-size: 0;
    margin: 80px 0;
}

.tfti_text ul
{
    list-style: disc;
}

.tfti_text ul li
{
    list-style: disc;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
    margin-bottom: 15px;
    margin-left: 20px;
}

.tfti_text ul li b
{
    font-family: "NHaasGroteskDSPro-75Bd";
}

.tfti_text .left_text
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.tfti_text .right_text
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.tfycv_text
{
    font-size: 0;
    margin-top: -30px;
}

.tfycv_text .t
{
    font-size: 30px;
    color: #003d7d;
    margin-bottom: 30px;
}

.tfycv_text .item
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
    margin-bottom: 20px;
}

.tfycv_text .li
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
}

.tfycv_text .ri
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.tfycv_text .item b
{
    font-family: "NHaasGroteskDSPro-75Bd";
    float: left;
    padding-right: 5px;
}

.tfycv_text .hr
{
    margin: 40px auto 0 auto;
    max-width: 300px;
    width: 100%;
    height: 1px;
    background: #013d7b;
}

.tfycv_text:last-child .hr
{
    display: none;
}

.tfycv_text:last-child
{
    margin-bottom: 50px;
}

.tfycv_text ul
{
    list-style: disc;
}

.tfycv_text ul li
{
    list-style: disc;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
    margin-bottom: 15px;
    margin-left: 20px;
}

.tfycv_text ul li b
{
    font-family: "NHaasGroteskDSPro-75Bd";
}

.tfycv_text .left_text
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.tfycv_text .right_text
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.centered_img img
{
    width: 100%;
}

.c_t_blocks
{
    font-size: 0;
    padding: 0 160px;
}

.c_t_blocks .item
{
    /*background: #f7f7f7;*/
    background: #fff;
    border-bottom: 10px solid #fff;
}

.c_t_blocks .item .desc
{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding: 0 100px;
}

.c_t_blocks .item .desc .t
{
    font-size: 65px;
    color: #013d7b;
}

.c_t_blocks .item .desc .d
{
    font-size: 23px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
    margin-top: 50px;
}

.c_t_blocks .item .img
{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.c_t_blocks .item .img img
{
    width: 100%;
}

.c_b_slider
{
    margin: 100px 0;
}

.c_b_slider .owl-carousel .owl-nav .owl-prev
{
    width: 32px;
    height: 47px;
    background: url(../img/sl3_l.png) no-repeat center center;
    font-size: 0;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -24px;
}

.c_b_slider .owl-carousel .owl-nav .owl-next
{
    width: 32px;
    height: 47px;
    background: url(../img/sl3_r.png) no-repeat center center;
    font-size: 0;
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -24px;
}

.c_b_slider .owl-carousel .owl-nav .owl-next:hover,
.c_b_slider .owl-carousel .owl-nav .owl-prev:hover
{
    opacity: .5;
}

.c_bg_changer
{
    min-height: 800px;
    position: relative;
    overflow: hidden;
}

.c_bg_changer .text
{
    padding: 500px 0 100px 0;
    width: 100%;
    max-width: 1300px;
    text-align: center;
}

.c_bg_changer .text .t
{
    font-size: 60px;
    color: #ffffff;
}

.c_bg_changer .text .d
{
    margin-top: 30px;
    font-size: 34px;
    color: #ffffff;
}

.c_bg_changer .text .btn_block
{
    margin-top: 60px;
}

.c_bg_changer .text .btn_block a
{
    font-size: 23px;
    color: #003d7d;
    background: #ffffff;
    text-decoration: none;
    padding: 15px 100px;
}

.c_bg_changer .text .btn_block a:hover
{
    background: #003d7d;
    color: #ffffff;
}

.c_bg_changer .text2
{
    background: rgba(255, 255, 255, .95);
    padding: 40px 0 60px;
    font-size: 0;
    text-align: left;
    width: 100%;
    position: relative;
    position: absolute;
    bottom: -100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.c_bg_changer .text2.active
{
    bottom: 0;
}

.c_bg_changer .text2 .container2 > a
{
    width: 20px;
    height: 13px;
    position: absolute;
    right: 40px;
    top: 40px;
    display: inline-block;
    background: url(../img/arrow_b.png) no-repeat center center;
}

.c_bg_changer .text2 .container2 > a:hover
{
    opacity: .5;
}

.c_bg_changer .text2 .t
{
    font-size: 60px;
    color: #003f7c;
    text-align: center;
}

.c_bg_changer .text2 .d
{
    font-size: 34px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

.c_bg_changer .text2 .hr
{
    margin: 30px auto 20px auto;
    max-width: 300px;
    width: 100%;
    height: 1px;
    background: #013d7b;
}

.c_bg_changer .text2 .left_block
{
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
}

.c_bg_changer .text2 .right_block
{
    font-size: 18px;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.left_slider
{
    position: relative;
}

.left_slider .left_block
{
    position: absolute;
    top: 120px;
    left: 70px;
    z-index: 999;
}

.left_slider .left_block a
{
    font-size: 23px;
    opacity: .5;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 120px;
    line-height: 26px;
    display: block;
    padding-left: 45px;
    background: url(../img/ls_c.png) no-repeat left center;
}

.left_slider .left_block a:hover,
.left_slider .left_block a.active
{
    opacity: 1;
    background: url(../img/ls_c_h.png) no-repeat left center;
}

.left_slider .left_slider_slider
{
    
}

.left_slider .left_slider_slider .text
{
    position: absolute;
    top: 30%;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    left: 0;
    text-align: center;
}

.left_slider .left_slider_slider .text .t
{
    font-size: 72px;
    color: #ffffff;
}

.left_slider .left_slider_slider .text .d
{
    font-size: 40px;
    color: #ffffff;
    margin-top: 60px;
    font-family: "NHaasGroteskDSPro-56It";
}

.left_slider .left_slider_slider .text .d.d2
{
    font-family: 'Crimson Text', serif;
    max-width: 950px;
    margin: 60px auto 0 auto;
    font-style: normal;
}

.our_principles
{
    padding: 100px 0;
    font-size: 0;
}

.our_principles .title
{
    font-size: 72px;
    color: #003d7d;
    text-align: center;
}

.our_principles .subtitle
{
    font-size: 40px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
    margin-top: 30px;
}

.our_principles .items
{
    margin-top: 60px;
}

.our_principles .items .item
{
    display: inline-block;
    vertical-align: top;
    width: 24.2%;
    margin-right: 1%;
    margin-bottom: 10px;
    background: #f7f7f7;
    position: relative;
    padding: 0 20px;
    height: 210px;
    box-sizing: border-box;
    overflow: hidden;
}

.our_principles .items .item:nth-child(4n+4)
{
    margin-right: 0;
}

.our_principles .items .item .h
{
    position: absolute;
    left: 0;
    display: none;
    height: 100%;
    padding: 0 10px;
    line-height: 1.4;
    font-family: "NHaasGroteskDSPro-55Rg";
    overflow-y: scroll;
    top: 0;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
    background: #003d7d;
}

.our_principles .items .item .h ul
{
    list-style: disc;
    padding-left: 25px;
    padding-top: 10px;
}

.our_principles .items .item .h ul li
{
    list-style: disc;
}

.our_principles .items .item:hover .h
{
    display: block;
}

.our_principles .items .item .t
{
    text-align: center;
    color: #003d7d;
    font-size: 26px;
    line-height: 210px;
}

.our_principles .items .item .t span
{   
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.tips
{
    padding-top: 70px;
    font-size: 0;
}

.tips .title
{
    text-align: center;
    font-size: 72px;
    color: #013d7b
}

.tips .items
{
    margin-top: 80px;
}

.tips .items .item
{
    display: inline-block;
    vertical-align: top;
	width: 49%;
	margin-right: 0.5%;
	margin-bottom: 30px;
	margin-left: 0.5%;
}


.tips .items .item:nth-child(3n+3)
{
    margin-right: 0;
}

.tips .items .item .img
{
    width: 100%;
}

.tips .items .item .img img
{
    width: 100%;
}

.tips .items .item .t
{
    font-size: 34px;
    color: #003e7b;
    text-align: center;
    margin-top: 20px;
}

.tips .items .item .btn_block
{
    margin-top: 10px;
    text-align: center;
}

.tips .items .item .btn_block a
{
    font-size: 18px;
    color: #003e7b;
    text-decoration: none;
}

.tips .items .item .btn_block a:hover
{
    text-decoration: underline;
}

.join_2
{
    text-align: center;
    background: #003f7c;
    padding: 30px 0;
    font-size: 0;
    box-sizing: border-box;
}

.join_2 .title
{
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 20px;
}

.join_2 .left_block
{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    padding-right: 2%;
}

.join_2 .right_block
{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding-left: 2%;
    border-left: 1px solid #fff;
}

.join_2 .t
{
    font-size: 20px;
    color: #ffffff;
}

.join_2 .btn_block
{
    margin-top: 30px;
}

.join_2 .btn_block a
{
    font-size: 23px;
    color: #003f7c;
    line-height: 80px;
    padding: 0 24px;
    min-width: 300px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.join_2 .btn_block a:hover
{
    color: #fff;
    background: #0779fd;
}

.team_block.team_block2
{
    background: #f7f7f7;
}

.team_block.team_block2 .title
{
    color: #013d7b;
    font-size: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.team_block .items .item .info .info_1 .t0
{
    font-size: 23px;
    color: #0075fd;
    margin-bottom: 30px;
}

.team_block.team_block2 .items .item .info .info_1 .t a
{
    position: initial;
    font-size: 36px;
}

.team_block.team_block2 .items .item .info .info_1 .t a:after
{
    top: initial;
    right: 10px;
    bottom: 10px;
}

.team_block.team_block2 .items .item.active .info .info_1 .t a:after
{
    transform: rotate(45deg);
}

.team_block.team_block2 .items .item .info .info_2 .desc
{
    font-size: 23px;
    color: #013d78;
    max-height: 205px;
    line-height: 1.5;
    font-family: "NHaasGroteskDSPro-55Rg";
    /*font-family: 'Crimson Text', serif;*/
    overflow: hidden;
}

.team_block.team_block2 .items .item.noactive
{
    opacity: 1;
}

.team_block.team_block2 .items .item .info .info_2
{
    height: auto;
    background: #fff;
    left: 0;
    background: #fff;
    top: 100%;
    width: 1340px;
    padding-top: 15px;
}

.team_block.team_block2 .items .item:nth-child(2n+2).active
{
    position: relative;
    margin-left: 0;
}

.team_block.team_block2 .items .item.active:not(.noactive)
{
    margin-bottom: 345px;
    padding-bottom: 10px;
}

.team_block.team_block2 .items .item.noactive .info_2
{
    display: none;
}

.team_block.team_block2 .items .item:nth-child(2n+2).active .info_2
{
    margin-left: -698px;
}

.team_block.team_block2 .items .item .info .info_2 .btn_block
{
    margin-top: 25px;
}

.team_block.team_block2 .items .item .info .info_2 .btn_block a
{
    font-size: 18px;
    color: #ffffff;
    padding: 10px 15px;
    background: #003d7d;
    text-decoration: none;
}

.team_block.team_block2 .items .item .info .info_2 .btn_block a:hover
{
    color: #fff;
    background: #0779fd;
}

.skus.about_video
{
    background: #fff;
    padding: 50px 0;
}

.download_item
{
    font-size: 0;
    text-align: center;
    padding-top: 100px;
    position: relative;
    display: none;
}

.download_item .f_close
{
    text-decoration: none;
    position: absolute;
    color: rgb(1, 61, 123);
    font-size: 18px;
    line-height: 1.2;
    left: 30px;
    top: 30px;
}

.download_item .f_item
{
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin-bottom: 50px;
    text-align: center;
}

.download_item .f_item a
{
    text-decoration: none;
}

.download_item .f_item .t
{
    font-size: 18px;
    color: #003e7b;
    display: block;
    margin-top: 15px;
}

.download_item .f_item a .t b
{
    font-family: "NHaasGroteskDSPro-55Rg";
    font-weight: normal;
}

.download_item .f_item a:hover .t
{
    text-decoration: underline;
}

.rp_block .more_text
{
    font-size: 23px;
    margin-top: 50px;
    color: #013d7b;
    font-family: 'Crimson Text', serif;
    display: none;
}

.rp_block .btn_block2
{
    display: none;
}

.rp_block .btn_block,
.rp_block .btn_block2
{
    text-align: center;
    margin-top: 20px;
}

.rp_block .btn_block a,
.rp_block .btn_block2 a
{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #003d7d;
    border: 3px solid #003d7d;
    border-radius: 4px;
    text-decoration: none;
    padding: 10px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.rp_block .btn_block a:hover,
.rp_block .btn_block2 a:hover
{
    background: #003d7d;
    color: #fff;
}
.not_cliche .title {
    font-size: 54px;
    
}
.not_cliche .text {
    font-size: 30px;
}
.not_cliche .btn_block a {
    padding: 10px 30px;
}
.not_cliche .left_right .left_text, .not_cliche .left_right .right_text {
    font-size: 18px;
    font-size: 23px;
    color: #013d7b;
    font-family: "NHaasGroteskDSPro-55Rg";
    /* font-family: 'Crimson Text', serif; */
}
.main_title .t {
    font-size: 54px;
}
.main_title .st {
    font-size: 30px;
}
.left_slider .left_slider_slider .text .d {
    font-size: 40px;
    margin-top: 50px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
.our_principles .title {
    font-size: 54px;
}
.our_principles .subtitle {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    text-align: center;
}
.our_principles .items .item .t span {
    line-height: 1;
    font-size: 23px;
}
.sustainability .subtitle {
    font-size: 54px;
}
.sustainability .desc {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
}
.post_list .item a h3, .post_list .item a h2 {
    font-weight: 400;
}
.post_single .title h1 {
    font-size: 54px;
    font-weight: 400;
}
.post_single .short_desc {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
}
.wlb .title {
    font-size: 54px;
}
.bg_links .title {
    font-size: 72px;
    font-style: italic;
    font-family: 'Crimson Text', serif;
}
.bg_links .desc {
    font-size: 24px;
    text-shadow: 1px 1px 1px #000;
}
.c_slider_main .item .info .t {
    font-size: 54px;
}
.c_slider_main .item .info .d {
    font-size: 30px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
}
.c_slider_main .item .info .btn_block a {
    font-size: 18px;
    padding: 10px 30px;
}
.sales_block .subtitle {
    font-size: 32px;
    font-family: 'Crimson Text', serif;
}
.c_t_blocks .item {
    /* background: #f7f7f7; */
}
.c_t_blocks .item .desc .t {
    font-size: 52px;
}
.c_t_blocks .item .desc .d {
    font-size: 22px;
    font-family: 'Crimson Text', serif;
}
.c_bg_changer .text2 {
    background: #fff;
}
.team_block.team_block2 .title {
    font-size: 54px;
}
.team_block.team_block2 .items .item .info .info_1 .t a {
    font-size: 32px;
}
.careers_bottom .t {
    font-size: 54px;
}
.tips .title {
    font-size: 54px;
}
.join_2 .title {
    font-size: 54px;
}
.get_to_know .title {
    font-size: 54px;
}
.join_2 .btn_block a {
    font-size: 21px;
    padding: 10px 30px;
    min-width: 0;
    line-height: initial;
    box-sizing: border-box;
}
.contact_page_block .desc {
    font-family: 'Crimson Text', serif;
    font-size: 30px;
}
.tfycv_text .hr {
    margin: 40px auto;
}
.contact_page_block .title {
    font-size: 54px;
}

.title_big_2
{
    position: relative;
    padding: 50px 0;
}

.title_big_2 .t
{
    text-align: center;
    font-size: 104px;
    color: #fff;
}

.title_big_2 .desc
{
    font-size: 23px;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
}

.api_filter_block
{
    font-size: 0;
    background: #f7f7f7;
}

.api_filter_block .fb_1
{
    box-sizing: border-box;
    padding: 15px 0;
}

.api_filter_block .fb_1 .input_block
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    box-sizing: border-box;
}


.api_filter_block .fb_1 .input_block label
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 23px;
    color: #013d7b;
}

.api_filter_block .fb_1 .input_block select
{
    box-sizing: border-box;
    line-height: 46px;
    border: 2px solid #d7d7d7;
    width: 300px;
    border-radius: 5px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    outline: none!important;
}

.api_filter_block .fb_1 .btn_block
{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: 30px;
}

.api_filter_block .fb_1 .btn_block input
{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #003d7d;
    border: 3px solid #003d7d;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 13px 61px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    background: #fff;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.api_filter_block .fb_1 .btn_block input:hover
{
    background: #003d7d;
    color: #fff;
}

.no_positions
{
    font-size: 28px;
    color: red;
    text-align: center;
    padding: 50px 0;
}

.positions
{
    padding: 50px 0;
}

.positions .titles
{
    border-bottom: 1px solid #013d7b;
    padding-bottom: 25px;
}

.positions .titles .t1
{
    font-size: 40px;
    color: #013d7b;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.positions .titles .t2
{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}

.positions .item
{
    border-bottom: 1px solid #013d7b;
    padding: 25px 0;
}

.positions .item .t_d
{
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.positions .item .t_d .t
{
    cursor: pointer;
    font-size: 23px;
    color: #013d7b;
}

.positions .item .t_d .d
{
    display: none;
    font-size: 23px;
    margin-top: 45px;
    color: #013d7b;
    font-family: 'Crimson Text', serif;
}

.positions .item .t_d .d p
{
    padding-bottom: 10px;
}

.positions .item .t_d .d strong u
{
    margin-bottom: 20px;
    display: block;
    padding: 0;
}

.positions .item .t_d .d ul
{
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.positions .item .t_d .d ul li
{
    list-style: disc;
    padding-bottom: 10px;
}

.positions .item .t_d_2
{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 20%;
    font-size: 23px;
    color: #013d7b;
}

.positions .item .t_d .d .btn_block
{
    margin-top: 30px;
}

.positions .item .t_d .d .btn_block a
{
    text-decoration: none;
    padding: 25px 50px;
    background: #003d7d;
    display: inline-block;
    border-radius: 5px;
    font-size: 23px;
    color: #ffffff;
    border: 2px solid #003d7d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.positions .item .t_d .d .btn_block a:hover
{
    background: transparent;
    color: #003d7d;
}

#open_pos
{
    font-size: 0;
}

#open_pos .t
{
    text-align: center;
    font-size: 23px;
    color: #003d7d;
    text-transform: uppercase;
}

#open_pos .form
{
    margin-top: 20px;
}

#open_pos .form .input_block
{
    margin-bottom: 15px;
    max-width: 300px;
    width: 100%;
    
}

#open_pos .form .input_block input[type='text'],
#open_pos .form .input_block input[type='email'],
#open_pos .form .input_block input[type='tel']
{
    box-sizing: border-box;
    line-height: 46px;
    border: 2px solid #d7d7d7;
    width: 100%;
    border-radius: 5px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    color: #003d7d;
    font-size: 20px;
    outline: none!important;
}

#open_pos ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #003d7d;
    font-size: 20px;
}
#open_pos ::-moz-placeholder { /* Firefox 19+ */
  color: #003d7d;
    font-size: 20px;
}
#open_pos :-ms-input-placeholder { /* IE 10+ */
  color: #003d7d;
    font-size: 20px;
}
#open_pos :-moz-placeholder { /* Firefox 18- */
  color: #003d7d;
    font-size: 20px;
}

#open_pos .form .btn_block
{
    margin-bottom: 10px;
}

#open_pos .form .btn_block input
{
    cursor: pointer;
    outline: none!important;
    text-decoration: none;
    padding: 10px 0;
    background: #003d7d;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
    font-size: 23px;
    color: #ffffff;
    border: 2px solid #003d7d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#open_pos .form .btn_block input:hover
{
    background: transparent;
    color: #003d7d;
}

#open_pos .form span.wpcf7-not-valid-tip
{
    font-size: 14px;
    margin-top: 5px;
}

#open_pos .form .label_file
{
    text-align: center;
    font-size: 18px;
    color: #003d7d;
}

body #open_pos div.wpcf7-mail-sent-ok
{
    color: green;
}

.key_vendors.key_vendors2 .title
{
    color: #414042;
}

.key_vendors.key_vendors2 .hr
{
    width: 260px;
    height: 3px;
    background: #ffcb05;
    margin: 0 auto;
    margin-top: 35px;
}

.cul_icons
{
    margin-bottom: 50px;
    font-size: 0;
}

.cul_icons .item
{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 70px;
}

.cul_icons .item:nth-child(2n+2)
{
    margin-right: 0;
}

.cul_icons .item .img
{
    height: 165px;
}

.cul_icons .item .t
{
    font-size: 36px;
    color: #414042;
    font-family: '"NHaasGroteskDSPro-55Rg"';
}

.cul_icons .item .d
{
    margin-top: 20px;
    font-size: 23px;
    line-height: 1.3;
    color: #414042;
    font-family: '"NHaasGroteskDSPro-55Rg"';
}

.careers_bottom.careers_bottom2
{
    background: #414042;
}

.careers_bottom.careers_bottom2 .t
{
    font-size: 40px;
    color: #ffcc08;
}

.text_blocks
{
    margin-top: 60px;
}

.text_blocks .item
{
    margin-bottom: 70px;
}

.text_blocks .title
{
    font-size: 72px;
    color: #1c97d4;
}

.text_blocks .desc
{
    margin-top: 15px;
    font-size: 23px;
    color: #013d7b;
    line-height: 1.7;
    font-family: "NHaasGroteskDSPro-55Rg";
}

.pill_block
{
    font-size: 0;
}

.pill_block .title
{
    font-size: 60px;
    color: #003f7c;
    text-align: center;
}

.pill_block .hr
{
    width: 300px;
    max-width: 100%;
    height: 3px;
    background: #003f7c;
    margin: 0 auto;
    margin-top: 35px;
}

.pill_block .items
{
    margin-top: 45px;
}

.pill_block .items .item
{
    padding: 300px 0 50px 0;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 4%;
    background-size: auto 275px!important;
    margin-bottom: 20px;
    min-height: 690px;
    box-sizing: border-box;
}

.pill_block .items .item:nth-child(4n+4)
{
    margin-right: 0;
}

.pill_block .items .item .t
{
    text-transform: uppercase;
    font-size: 26px;
    padding: 0 18px;
    color: #fff;
    text-align: center;
}

.pill_block .items .item .hr2
{
    width: 70px;
    max-width: 100%;
    height: 3px;
    background: #fff;
    margin: 10px auto 30px auto;
    margin-top: 35px;
}

.pill_block .items .item .desc
{
    font-size: 24px;
    color: #fff;
    font-family: "NHaasGroteskDSPro-55Rg";
    line-height: 1.5;
    padding: 0 50px;
    text-align: center;
}

#video-bg > video 
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.truck_video
{
    height: auto;
}

#video-bg2 > video
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_num
{
    position: relative;
    border-top: 25px solid #003e7b;
    border-bottom: 25px solid #003e7b;
    height: 700px;
}

.new_num .counter-value
{
    font-size: 315px;
    color: #003e7b;
    position: initial;
    line-height: 1;
    left: 0;
    top: 0;
    margin-top: 40px;
    -webkit-text-stroke: 8px #fff;
    width: 100%;
    text-align: center;
}

.not_cliche.not_cliche_cul .title,
.not_cliche.not_cliche_cul .text
{
    color: #414042;
}

.choose_title
{
    text-align: center;
    font-size: 60px;
    color: #013d7b;
    margin-top: 30px;
    margin-bottom: 10px;
}

.h_seo
{
    font-size: inherit;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.all_desc
{
    font-size: 18px!important;
    color: #004e8e;
    font-family: "NHaasGroteskDSPro-55Rg";
}



/*-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;*/
    
    
    
    
    
    














