@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);
*,:after,:before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.container{
    max-width:1180px;
    padding:0 15px;
    margin:0 auto
}
.row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px
}
.row:after,.row:before{
    content:"";
    display:block;
    clear:both
}
@font-face{
    font-family:Impact;
    src:url(Impact.eot);
    src:local(""),url(../fonts/Impact.eot?#iefix) format("embedded-opentype"),url(../fonts/Impact.woff) format("woff"),url(../fonts/Impact.ttf) format("truetype");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:icomoon;
    src:url(../fonts/icon/icomoon.eot?k0eox1);
    src:url(../fonts/icon/icomoon.eot?k0eox1#iefix) format("embedded-opentype"),url(../fonts/icon/icomoon.ttf?k0eox1) format("truetype"),url(../fonts/icon/icomoon.woff?k0eox1) format("woff"),url(../fonts/icon/icomoon.svg?k0eox1#icomoon) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:block
}
[class*=" icon-"],[class^=icon-]{
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-volume-high:before{
    content:"\ea26"
}
.icon-volume-decrease:before{
    content:"\ea2c"
}
.preloader{
    position:fixed;
    top:0;
    left:0;
    background:#1a9ae2;
    width:100vw;
    height:100vh;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    z-index:99999
}

.content {

    margin-top: 100px;
}


/*.cont-r {
    text-align: end;
}*/

.left-c {

    text-decoration: blink;
    color: #1a99e2; 

}

.right-c {

    text-decoration: blink;
    color: #1a99e2;

}


.career_slog {

    font: 32px Impact,Helvetica,Arial,sans-serif;
    /*text-align: center;
    margin-bottom: 48px;*/
    font-size: 100px;
    color: #e1b12c;
    position: absolute;
    /*left: 0px;*/
    top: 0px;
    z-index: 0;



}


.careers_pos {
    width: 60%;

}

.preloader .preloader__counter{
    text-align:center
}
.preloader .preloader__counter p{
    font-size:48px;
    font-weight:100;
    color:#fff
}
.preloader .preloader__counter h1{
    color:#fff;
    font-size:60px;
    margin-top:-10px
}
.preloader .preloader__counter hr{
    background:#fff;
    border:none;
    height:1px
}
.preloader .preloader__counter{
    position:relative;
    width:200px
}
.preloader .preloader__counter h1.abs{
    position:absolute;
    top:0;
    width:100%
}
.preloader .preloader__counter .color{
    width:0;
    overflow:hidden;
    color:#f60d54
}
.preloader.preloader--view--off{
    display:none
}
.icon.icon-svg-placeholder{
    width:11.2px;
    height:16px
}
.icon.icon-svg-phone{
    width:16px;
    height:16px
}
.icon.icon-svg-brand-logo-apple{
    width:40.5px;
    height:49px
}
.icon.icon-svg-brand-logo-tesla{
    width:75px;
    height:13px;
    vertical-align: -webkit-baseline-middle;
}
.icon.icon-svg-brand-logo-lam{
    width:76.92px;
    height:27px
}
.icon.icon-svg-brand-logo-google{
    width:77.7px;
    height:26px
}
.icon.icon-svg-social-fb{
    width:17.3px;
    height:32px
}
.icon.icon-svg-social-in{
    width:32px;
    height:32px
}
.icon.icon-svg-social-yt{
    width:27px;
    height:32px
}
.icon.icon-decor-scroll{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height:80px;
    width:40px
}
.icon.icon-decor-scroll:after,.icon.icon-decor-scroll:before{
    content:"";
    display:inline-block;
    height:50%;
    width:1.5px;
    margin:10px 0;
    background-color:#fff
}
.icon.icon-decor-scroll span{
    display:inline-block;
    width:100%;
    background-color:#fff;
    height:1.5px
}
.icon.icon-decor-scroll.icon-decor-scroll--theme-black:after,.icon.icon-decor-scroll.icon-decor-scroll--theme-black:before,.icon.icon-decor-scroll.icon-decor-scroll--theme-black span{
    background-color:#000
}
.icon.icon-decor-scroll.icon-decor-scroll--theme-yellow:after,.icon.icon-decor-scroll.icon-decor-scroll--theme-yellow:before,.icon.icon-decor-scroll.icon-decor-scroll--theme-yellow span{
    background-color:#e1b12c
}
@-webkit-keyframes sound_ico{
    0%{
        height:20px
    }
    25%{
        height:10px
    }
    50%{
        height:20px
    }
    70%{
        height:15px
    }
    to{
        height:20px
    }
}
@keyframes sound_ico{
    0%{
        height:20px
    }
    25%{
        height:10px
    }
    50%{
        height:20px
    }
    70%{
        height:15px
    }
    to{
        height:20px
    }
}
.sound-container .sound-ico{
    position:absolute;
    top:0;
    left:0;
    width:17px;
    height:20px
}
.sound-container .sound-ico .barre{
    height:20px;
    position:absolute;
    bottom:0;
    background-color:#fff;
    -webkit-transition:all .6s cubic-bezier(.23,1,.32,1);
    -o-transition:all .6s cubic-bezier(.23,1,.32,1);
    transition:all .6s cubic-bezier(.23,1,.32,1);
    width:2px;
    -webkit-transform-origin:center bottom;
    -ms-transform-origin:center bottom;
    transform-origin:center bottom;
    opacity:.6
}
.sound-container .sound-ico .barre:first-child{
    -webkit-animation:sound_ico 2s ease-in-out infinite paused;
    animation:sound_ico 2s ease-in-out infinite paused
}
.sound-container .sound-ico .barre:nth-child(2){
    -webkit-animation:sound_ico 3s ease-in-out infinite paused;
    animation:sound_ico 3s ease-in-out infinite paused
}
.sound-container .sound-ico .barre:last-child{
    -webkit-animation:sound_ico 4s ease-in-out infinite paused;
    animation:sound_ico 4s ease-in-out infinite paused
}
.sound-container.on .barre{
    opacity:1;
    -webkit-animation-play-state:running!important;
    animation-play-state:running!important
}
.sound-container .sound-ico .left{
    left:0;
    height:12px
}
.sound-container .sound-ico .center{
    left:calc(50% - 1px);
    height:20px
}
.sound-container .sound-ico .right{
    right:0;
    height:8px
}
.sound-container:hover .barre{
    background-color:#e1b12c
}
.field input[type=text]:focus{
    outline:none;

}
.field.field__float{
    width:45.83333%!important
}
.field.field-date,.field.field-text{
    width:100%;
    display:block
}
.field.field-date input,.field.field-text input{
    display:block;
    width:100%;
    position:relative;
    border:1px solid #000;
    padding:15px 0 15px 15px;
    background:rgba(0,0,0,0);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
    width:100%;
    
}

.text-area {
    display:block;
    width:100%;
    position:relative;
    border:1px solid #000;
    padding:15px 0 15px 15px;
    background:rgba(0,0,0,0);
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s


}

.field.field-date input:focus,.field.field-text input:focus{
    background:#fff
}
.field.field-date input::-webkit-input-placeholder,.field.field-text input::-webkit-input-placeholder{
    font-weight:700;
    text-transform:uppercase;
    color:#000
}
.field.field-date input::-moz-placeholder,.field.field-text input::-moz-placeholder{
    font-weight:700;
    text-transform:uppercase;
    color:#000
}
.field.field-date input:-ms-input-placeholder,.field.field-text input:-ms-input-placeholder{
    font-weight:700;
    text-transform:uppercase;
    color:#000
}
.field.field-date input::-ms-input-placeholder,.field.field-text input::-ms-input-placeholder{
    font-weight:700;
    text-transform:uppercase;
    color:#000
}
.field.field-date input::placeholder,.field.field-text input::placeholder{
    font-weight:700;
    text-transform:uppercase;
    color:#000
}
.field.field-date{
    position:relative;
    border:1px solid #000
}
.field.field-date input{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    z-index:1
}
.field.field-date:hover input{
    opacity:1
}
.field.field-date:hover:after{
    visibility:hidden
}
.field.field-date:after{
    display:block;
    content:"DATE";
    padding:15px 0 15px 15px;
    font-weight:700;
    color:#000;
    text-transform:uppercase
}
.field.field-select{
    position:relative;
    display:inline-block
}
.field.field-select .field-select__title{
    position:relative;
    margin:0;
    cursor:pointer
}
.field.field-select .field-select__title:after,.field.field-select .field-select__title:before{
    position:absolute;
    right:0;
    content:""
}
.field.field-select .field-select__title:before{
    top:5px;
    width:0;
    height:0;
    border-left:8px solid rgba(0,0,0,0);
    border-right:8px solid rgba(0,0,0,0);
    border-bottom:8px solid #2f3a56
}




.field.field-select .field-select__title:after{
    bottom:5px;
    width:0;
    height:0;
    border-left:8px solid rgba(0,0,0,0);
    border-right:8px solid rgba(0,0,0,0);
    border-top:8px solid #2f3a56
}
.field.field-select .field-select__options-list{
    position:absolute;
    left:0;
    top:38px;
    width:100%;
    display:none;
    font:16px Roboto,Helvetica,Arial,sans-serif
}


.new-message-area {
    display:inline-block;
    text-transform:uppercase;
    font:14px Impact,Helvetica,Arial,sans-serif;
    padding:8px 60px;
    background-color:#000;
    border:1px solid #a9abb7

}



.field.field-select .field-select__option{
    cursor:default;
    background-color:rgba(0,0,0,.9);
    color:#fff;
    padding:8px 10px
}
.field.field-select .field-select__selected-option{
    margin-left:10px;
    margin-right:40px;
    opacity:.6;
     color:#e1b12c;
}
.field.field-select.on .field-select__options-list{
    display:block
}
.field.field-select--location{
    font:32px Impact,Helvetica,Arial,sans-serif;
    text-transform:uppercase
}
.field.field-file{
    overflow:hidden;
    margin-right:-4px
}
.field.field-file .field-file__btn{
    display:inline-block;
    text-transform:uppercase;
    font:14px Impact,Helvetica,Arial,sans-serif;
    padding:8px 60px;
    background-color:#fff;
    border:1px solid #a9abb7
}
.field.field-file input[type=file]{
    display:none
}
.btn{
    display:inline-block;
    background-color:rgba(0,0,0,0);
    text-decoration:none;
    border:none;
    outline:none;
    color:inherit;
    font:12px Impact,Helvetica,Arial,sans-serif;
    font-weight:500;
    text-transform:uppercase;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.btn.btn-1{
    overflow:hidden;
    position:relative;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
@-webkit-keyframes btn_anim1{
    0%{
        left:0;
        width:0
    }
    50%{
        width:100%
    }
    to{
        left:100%;
        width:0
    }
}
@keyframes btn_anim1{
    0%{
        left:0;
        width:0
    }
    50%{
        width:100%
    }
    to{
        left:100%;
        width:0
    }
}
.btn.btn-1:before{
    position:absolute;
    right:30%;
    opacity:0;
    top:10px;
    content:"\21D2";
    font-size:22px;
    color:inherit;
    -webkit-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out
}
.btn.btn-1:after{
    content:"";
    position:absolute;
    left:-3px;
    top:0;
    width:0;
    height:100%;
    border-right:2px solid rgba(0,0,0,.4);
    background-color:hsla(0,0%,100%,.2);
    -webkit-transition:.3s ease-out;
    -o-transition:.3s ease-out;
    transition:.3s ease-out
}
.btn.btn-1:hover{
    letter-spacing:3px
}
.btn.btn-1:hover:before{
    right:15px;
    opacity:1
}
.btn.btn-1:hover:after{
    left:0;
    width:100%
}
.btn.btn-1_lg{
    font:16px Roboto,Helvetica,Arial,sans-serif;
    font-style:normal;
    font-weight:900;
    padding:16px 90px
}
.btn.btn-1_lg,.btn.btn-1_sm{
    border:1px solid #fff;
    color:#fff
}
.btn.btn-1_sm{
    font:12px Roboto,Helvetica,Arial,sans-serif;
    font-style:normal;
    font-weight:900;
    padding:10px 30px
}
.btn.btn_theme_dark{
    color:#fff;
    border:none;
    background-color:#000
}
.btn.btn_theme_white{
    color:#000;
    border:none;
    background-color:#fff
}
.btn.btn_theme_dark-yellow{
    color:#e1b12c;
    border:none;
    background-color:#000
}
.btn.btn_theme_yellow{
    color:#000;
    border:none;
    background-color:#e1b12c
}
.btn.btn_theme_blue{
    color:#fff;
    border:none;
    background-color:#1a9ae2
}
.btn.btn-txt-1{
    color:#fff;
    font-size:25px;
    opacity:1;
    letter-spacing:1px
}
.btn.btn-txt-1:hover{
    color:#e1b12c
}
.btn.btn-hamburger{
    width:18px;
    height:14px;
    padding:1px 0;
    overflow:hidden;
    opacity:1
}
.btn.btn-hamburger:hover span{
    width:100%;
    background-color:#fff
}
.btn.btn-hamburger span{
    display:block;
    height:1px;
    margin:5px auto;
    width:100%;
    background-color:#fff;
    -webkit-transition:.3s ease-in-out;
    -o-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.btn.btn-hamburger:after,.btn.btn-hamburger:before{
    display:block;
    content:"";
    background-color:#fff;
    height:1px
}
.btn.btn-close{
    color:#fff
}
.btn.btn-close:before{
    content:"\274C"
}
.btn.btn-submit{
    display:inline-block;
    background-color:#2f3a56;
    font:14px Impact,Helvetica,Arial,sans-serif;
    border:1px solid #2f3a56;
    padding:8px 60px;
    color:#fff
}
.font-size-1{
    font-size:16px!important
}
.font-size-2{
    font-size:24px!important
}
.font-size-3{
    font-size:32px!important
}
.font-size-4{
    font-size:48px!important
}
.heading.heading--1{
    font:54px Impact,Helvetica,Arial,sans-serif;
    margin-bottom:10px
}
.heading.heading--1,.heading.heading--2{
    text-transform:uppercase;
    margin-top:145px;
    padding-top: 30px;
}
.heading.heading--2{
    font:32px Impact,Helvetica,Arial,sans-serif;
    text-align:center;
    margin-bottom:48px
}
.heading.heading--3{
    font:24px Impact,Helvetica,Arial,sans-serif;
    text-transform:uppercase
}
.heading.heading__theme_blue{
    color:#1a9ae2
}
.heading.heading__theme_yellow{
    color:#e1b12c
}
.prgh--def{
    color:#000;
    font-weight:400;
    line-height:150%;
    text-align:left;
    margin:28px 0
}
.layer.layer--decorate-shadow{
    display:inline-block;
    position:relative;
    overflow:hidden;
    height:70px;
    width:100%
}
.layer.layer--decorate-shadow svg{
    display:inline-block;
    position:absolute;
    top:0;
    left:0
}
.header .header__wrap{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:64px;
    z-index:9999;
    -webkit-transition:.3s ease;
    -o-transition:.3s ease;
    transition:.3s ease
}
.header .header__wrap.header_bg-panel-active{
    background-color:rgba(0,0,0,.8);
    z-index:10000000
}
.header .header__wrap.header_bg-panel-active .header__logo img{
    -webkit-filter:brightness(1);
    filter:brightness(1)
}
.header .header__wrap.header_bg-panel-active .header__btn-contact,.header .header__wrap.header_bg-panel-active .header__btn-hamburger{
    color:#fff!important;
    border-color:#fff!important
}
.header .header__inner{
    padding:0 30px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:inherit;
    /*background-color: #e5e5e5;*/
}
.header .header__logo{
    width:100px;
    height:auto
}
.header .header__logo img{
    display:block;
    width:150%;
    max-width:150%;
    height:auto
}
.header .header__right-side{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.header .header__btn-contact{
    margin-left:20px
}
.header .header__nav{
    margin-right:20px
}
.header .header__nav li{
    display:none;
    position:relative;
    opacity:0;
    -webkit-transition:.4s;
    -o-transition:.4s;
    transition:.4s;
    margin-right:-14px;
    color:#fff
}
.header .header__nav li:hover{
    color:#1a9ae2
}
.header .header__nav li:hover .nav__menu{
    opacity:1
}
.header .header__nav li .nav__menu{
    opacity:0;
    width:200%;
    left:0;
    top:30px;
    position:absolute;
    display:block;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.header .header__nav li .nav__menu li{
    margin:0;
    padding:5px 0;
    background-color:rgba(0,0,0,.8)
}
.header .header__nav li .nav__menu li a{
    font:16px Roboto,Helvetica,Arial,sans-serif;
    text-transform:none
}
.header .header__nav.header__nav_active li{
    display:block;
    opacity:1;
    margin-right:14px
}
.footer .footer__social-links{
    overflow:hidden
}
.footer .footer__social-links ul{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:48px 0
}
.footer .footer__social-links ul li{
    margin:0 30px
}
.footer .footer__wrap{
    background:#121722
}
.footer .nav__items-list{
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.footer .nav__items-list .nav__item{
    position:relative;
    /*width:calc(16.66667% - 15px);*/
    margin:48px 0
}
.footer .nav__items-list .nav__item>a{
    display:block;
    color:#1a9ae2;
    font-family:Impact,Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    margin-bottom:24px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
}
.footer .nav__items-list .nav__item ul{
    position:absolute;
    opacity:0;
    height:0;
    overflow:hidden;
    -webkit-transition:.2s;
    -o-transition:.2s;
    transition:.2s
}
.footer .nav__items-list .nav__item ul li{
    margin-bottom:5px
}
.footer .nav__items-list .nav__item ul a{
    color:hsla(0,0%,100%,.5)
}
.footer .nav__items-list .nav__item:hover a{
    color:#fff
}
.footer .nav__items-list .nav__item:hover ul{
    opacity:1;
    height:auto;
    position:absolute
}
.footer .nav__items-list a{
    text-decoration:none;
    color:#fff
}
.footer .footer__copyright{
    border-top:1px solid hsla(0,0%,100%,.1);
    text-align:center;
    font-style:normal;
    font-weight:300;
    color:hsla(0,0%,100%,.2);
    margin:0;
    padding:24px 0
}
.modals .modals__wrap{
    position:fixed;
    display:none;
    overflow-y:auto;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#25274a;
    z-index:99999;
    background-image:url(/img/modal_menu_bg_text.png);
    background-repeat:no-repeat;
    background-position:100%;
    background-size:contain
}
.modals .modals__wrap:before{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    left:auto;
    right:30px;
    width:20%;
    height:80%;
    z-index:0
}
.modals .modals__content{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    min-height:100vh
}
.modals .modals__logo{
    position:absolute;
    width:100px;
    height:auto;
    left:30px;
    top:20px
}
.modals .modals__logo img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto
}
.modals .modals__btn-close{
    position:absolute;
    right:30px;
    top:20px;
    z-index:1000
}
.modals .modal{
    width:100%;
    -ms-flex-item-align:center;
    align-self:center;
    display:none
}
.modals .on{
    display:block
}
.modal-menu .modal-menu__nav{
    display:block;
    height:1px
}
.modal-menu .modal-menu__nav ul{
    display:block;
    color:#fff
}
.modal-menu .modal-menu__nav .nav__item{
    margin-bottom:16px
}
.modal-menu .modal-menu__nav .nav__item>a{
    font-size:24px
}
.modal-menu .modal-menu__nav .nav__item:hover{
    color:#1a9ae2
}
.modal-menu .modal-menu__nav .nav__item li{
    margin-bottom:10px
}
.modal-menu .modal-menu__nav .nav__item li a{
    font:16px Roboto,Helvetica,Arial,sans-serif;
    text-transform:none
}
.modal-menu .modal-menu__nav .nav__item li a:before{
    float:left;
    display:block;
    content:"\005E";
    color:#e1b12c;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.modal-menu .modal-menu__nav .nav__item:hover .nav__menu{
    max-height:300px;
    opacity:1;
    margin-top:16px
}
.modal-menu .modal-menu__nav .nav__menu{
    max-height:0;
    opacity:0;
    overflow:hidden;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
    margin:0;
    padding-left:15px
}
.modal-menu .menu-contacts{
    color:#fff
}
.modal-menu .modal-menu__item{
    width:calc(25% - 30px)
}
.modal-menu .menu-contacts__address,.modal-menu .menu-contacts__phone{
    margin-bottom:32px
}
.modal-menu .menu-contacts__items-list{
    margin-top:16px
}
.modal-menu .menu-contacts__items-list li{
    margin-bottom:10px
}
.modal-menu .menu-contacts__company-name{
    font:16px Impact,Helvetica,Arial,sans-serif;
    color:#1a9ae2
}
.modal-menu .menu-contacts__phone .menu-contacts__items-list li{
    font-size:24px;
    color:hsla(0,0%,100%,.5)
}
.modal-menu .menu-contacts__phone .menu-contacts__items-list li b{
    font-size:10px;
    text-transform:uppercase;
    color:#fff
}
.modal-menu .modal-menu__menu-social{
    width:calc(25% - 30px)
}
body{
    font:16px Roboto,Helvetica,Arial,sans-serif;
    background-color:#fff;
    color:#25274a;
}
li{
    list-style:none
}
ul{
    padding:0;
    margin:0
}
.page--about .icon-decor-scroll,.page--careers .icon-decor-scroll,.page--contacts .icon-decor-scroll,.page--home .icon-decor-scroll,.page--industries .icon-decor-scroll,.page--machines .icon-decor-scroll,.page--machining .icon-decor-scroll,.page--materials .icon-decor-scroll,.page--service .icon-decor-scroll{
    position:absolute;
    left:auto;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
    z-index:222
}
.page--about .header .header__logo img,.page--contacts .header .header__logo img,.page--machining .header .header__logo img,.page--materials .header .header__logo img{
    -webkit-filter:brightness(0);
    filter:brightness(0)
}
.page--about .header .header__btn-contact,.page--about .header .header__btn-hamburger,.page--contacts .header .header__btn-contact,.page--contacts .header .header__btn-hamburger,.page--machining .header .header__btn-contact,.page--machining .header .header__btn-hamburger,.page--materials .header .header__btn-contact,.page--materials .header .header__btn-hamburger{
    color:#000;
    border-color:#000
}
.nav ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.nav li a{
    font:16px Impact,Helvetica,Arial,sans-serif;
    color:inherit;
    text-decoration:none;
    margin:0 12px;
    text-transform:uppercase
}
.scroll-caption{
    display:inline-block;
    color:#fff
}
.scroll-caption p{
    position:relative;
    font:16px Impact,Helvetica,Arial,sans-serif;
    margin:0
}
@-webkit-keyframes float_arrow{
    0%{
        top:-10px;
        opacity:0
    }
    50%{
        opacity:1
    }
    to{
        top:10px;
        opacity:0
    }
}
@keyframes float_arrow{
    0%{
        top:-10px;
        opacity:0
    }
    50%{
        opacity:1
    }
    to{
        top:10px;
        opacity:0
    }
}
.scroll-caption p:after{
    position:absolute;
    right:-25px;
    top:0;
    display:inline-block;
    content:"\279C";
    -webkit-animation:float_arrow 1s ease-in-out infinite;
    animation:float_arrow 1s ease-in-out infinite;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.scroll-caption.scroll-caption--theme--black{
    color:#2f3a56
}
.clients-brands li{
    margin:0 20px
}
.clients-brands li:first-child{
    margin-top:-10px
}
.clients-brands li:nth-child(2){
    padding-top:5px
}
.discuss-block .discuss-block__wrap{
    background-color:#000;
    text-align:center;
    overflow:hidden
}
.discuss-block .discuss-block__heading{
    margin-bottom:32px
}
.discuss-block .discuss-block__btn{
    margin-bottom:96px
}
.social-links .social-links__item{
    margin:0 20px
}
.social-links .icon{
    fill:#25274a
}
.social-links.social-links_theme-blue .icon{
    fill:#1a9ae2
}
.home-opening .home-opening__wrap{
    position:relative;
    height:100vh;
    overflow:hidden;
    background-color:#000
}
.home-opening .home-opening__wrap:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
    z-index:1
}
.home-opening .home-opening__video{
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:0
}
.home-opening .home-opening__video video{
    min-width:100vw;
    min-height:560px
}
.home-opening .home-opening__info-box{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    height:30%;
    left:0;
    width:100%;
    z-index:2;
    color:#fff
}
.home-opening .home-opening__desc{
    font:48px Impact,Helvetica,Arial,sans-serif;
    width:calc(50% - 30px);
    margin-left:auto;
    margin-right:10%
}
.home-opening .home-opening__scroll-caption{
    position:absolute;
    bottom:40px;
    left:30px;
    color:#fff;
    z-index:4
}
.home-opening .sound-container{
    position:absolute;
    right:30px;
    bottom:40px;
    font-size:22px;
    color:#fff;
    z-index:4
}
.home-about .home-about__wrap{
    position:relative;
    overflow:hidden;
    background:#e6e6e6;
    padding-bottom:48px
}
.home-about .home-about__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    min-height:100vh;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.home-about .home-about__heading{
    margin:0
}
.home-about .home-about__desc{
    width:calc(58.33333% - 30px);
    margin-top:225px;
    -ms-flex-item-align:center;
    align-self:center
}
.home-about .home-about__desc hr{
    border:none;
    border-top:2px solid #e1b12c;
    width:50%;
    margin:0
}
.home-about .home-about__bottom-info{
    -ms-flex-item-align:center;
    align-self:center;
    width:100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
/*.home-about .home-about__clients-brands{
    width: calc(69.66667% - 30px);
}*/

.clients-brands__items-list li {
    text-align: center;
}
.clients-brands__items-list img {
    width: 75px;
} 

.home-about .home-about__scroll-caption-box{
    width:calc(33.33333% - 30px)
}
.home-about .clients-brands__title{
    margin:0 40px 0 0;
    font:18px Impact,Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    font-style:normal;
    font-weight:900
}
.home-locations .home-locations__wrap{
    position:relative;
    background-color:#000;
    overflow:hidden
}
.home-locations .home-locations__box{
    width:100%;
    z-index:1
}
@-webkit-keyframes bg_move{
    0%{
        left:0
    }
    50%{
        left:20%
    }
    to{
        left:0
    }
}
@keyframes bg_move{
    0%{
        left:0
    }
    50%{
        left:20%
    }
    to{
        left:0
    }
}
.home-locations .home-locations__left-location,.home-locations .home-locations__right-location{
    position:relative;
    width:50%;
    overflow:hidden
}
.home-locations .home-locations__left-location img:first-child,.home-locations .home-locations__right-location img:first-child{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    margin:auto;
    z-index:0;
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    -webkit-animation:bg_move 15s ease-in-out infinite;
    animation:bg_move 15s ease-in-out infinite
}
.home-locations .home-locations__left-location img:nth-child(2),.home-locations .home-locations__right-location img:nth-child(2){
    visibility:hidden;
    display:block;
    width:100%;
    max-width:100%;
    height:auto
}
.home-locations .home-locations__left-location img:last-child,.home-locations .home-locations__right-location img:last-child{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    display:block;
    width:100%;
    max-width:100%;
    height:auto
}
.home-locations .home-locations__scroll-caption{
    position:absolute;
    bottom:32px;
    left:30px;
    color:#fff;
    z-index:3
}
.home-adv .home-adv__wrap{
    position:relative;
    background-color:#c5c5c5;
    overflow:hidden;
    padding-bottom:48px
}
.home-adv .home-locations__scroll-caption{
    bottom:32px;
    left:30px;
    color:#000;
    z-index:3
}
.home-adv .home-adv__desc{
    margin:auto;
    text-align:center
}
.home-adv .home-adv__adv-items-list{
    margin-bottom:54px
}
.home-adv .adv-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:calc(33.33333% - 30px);
    margin:0 15px;
    color:#000;
    overflow:hidden;
    background-color:#e1b12c
}
.home-adv .adv-item:first-child .adv-item__preview{
    width:100%
}
.home-adv .adv-item:nth-child(2){
    background-color:#5bbcd8
}
.home-adv .adv-item:nth-child(3){
    background-color:#2f3a56
}
.home-adv .adv-item hr{
    width:30%;
    margin:0;
    border:none;
    border-top:6px solid #000
}
.home-adv .adv-item:last-child{
    color:#fff
}
.home-adv .adv-item:last-child hr{
    border-top:6px solid #fff
}
.home-adv .adv-item:last-child .adv-item__prgh{
    color:#fff
}
.home-adv .adv-item__preview{
    -ms-flex-item-align:end;
    align-self:flex-end
}
.home-adv .adv-item__preview img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto
}
.home-adv .adv-item__desc{
    -ms-flex-item-align:start;
    align-self:flex-start;
    padding:30px;
    z-index:1
}
.home-adv .adv-item__prgh{
    color:#000
}
.home-industries .home-industries__wrap{
    margin-bottom:96px;
    position:relative
}
.home-industries .home-industries__main-heading{
    text-align:center
}
.home-industries .home-industries__item{
    position:relative;
    border:1px solid #25274a;
    width:50%;
    min-height:400px
}
.home-industries .home-industries__item:hover .industries-item__title{
    color:#fff;
    text-shadow:0 3px 12px rgba(0,0,0,.5)
}
.home-industries .home-industries__item:first-child:hover .industries-item__preview:after{
    background-color:#2f3a56
}
.home-industries .home-industries__item:nth-child(2):hover .industries-item__preview:after{
    background-color:#1a9ae2
}
.home-industries .home-industries__item:nth-child(3):hover .industries-item__preview:after{
    background-color:#000
}
.home-industries .home-industries__item:nth-child(4):hover .industries-item__preview:after{
    background-color:#e1b12c
}
.home-industries .home-industries__item:nth-child(5):hover .industries-item__preview:after{
    background-color:#e5e5e5
}
.home-industries .home-industries__item:nth-child(6):hover .industries-item__preview:after{
    background-color:#1a9ae2
}
.home-industries .industries-item__preview{
    position:relative;
    height:100%
}
.home-industries .industries-item__preview:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    -webkit-transition:background-color .3s;
    -o-transition:.3s background-color;
    transition:background-color .3s
}
.home-industries .industries-item__vector svg{
    position:absolute;
    z-index:1;
    width:100%;
    height:100%;
    padding:30px
}
.home-industries .home-industries__items-list{
    margin:54px 0
}
.home-industries .industries-item__title{
    position:absolute;
    margin:auto;
    top:0;
    left:0;
    bottom:0;
    right:0;
    max-height:40px;
    color:#25274a;
    text-align:center;
    font:32px Impact,Helvetica,Arial,sans-serif;
    z-index:3;
    text-transform:uppercase
}
.home-industries .industries-item__title:after{
    display:block;
    content:"";
    height:6px;
    width:60px;
    margin:10px auto auto;
    background-color:#e1b12c
}
.home-reason-work .home-reason-work__wrap{
    padding-top:96px
}
.home-reason-work .home-reason-work__desc{
    width:calc(50% - 30px)
}
.home-reason-work .home-reason-work__heading{
    margin-top:0;
    font-size:32px
}
.home-awards .home-awards__wrap{
    position:relative
}
.home-awards .home-awards__awards-block{
    margin:54px 0 96px
}
.home-awards .awards-block__items-list{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.home-awards .awards-block__item{
    width:calc(16.66667% - 30px)
}
.home-awards .awards-block__item img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto
}
.about__heading{
    position:absolute;
    width:100%;
    z-index:22;
    top:0;
    margin:32px 0!important
}
.about-desc .about-desc__wrap{
    position:relative;
    background-color:#e5e5e5;
    min-height:100vh;
    overflow:hidden
}
.about-desc .about-desc__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    min-height:100vh
}
.about-desc .about-desc__desc,.about-desc .about-desc__inner{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.about-desc .about-desc__desc{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.about-desc .about-desc__years{
    width:calc(33.33333% - 30px);
    margin-right:30px;
    overflow:hidden
}
@-webkit-keyframes bg_move_0{
    0%{
        left:0
    }
    50%{
        left:-30%
    }
    to{
        left:0
    }
}
@keyframes bg_move_0{
    0%{
        left:0
    }
    50%{
        left:-30%
    }
    to{
        left:0
    }
}
.about-desc .about-desc__years .about-desc__img{
    position:relative;
    overflow:hidden
}
.about-desc .about-desc__years .about-desc__img img{
    width:100%;
    height:auto
}
.about-desc .about-desc__years p{
    font:60px Impact,Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    margin:0;
    text-align:right
}
.about-desc .about-desc__text{
    width:calc(50% - 30px)
}
.about-desc .about-desc__text p{
    font-size:24px
}
.about-desc .about-desc__text b{
    color:#1a9ae2
}
.about-desc .about-desc__text-title{
    font:32px Impact,Helvetica,Arial,sans-serif;
    text-transform:uppercase
}
.about-our-mission .about-our-mission__wrap{
    position:relative;
    overflow:hidden
}
.about-our-mission .about-our-mission__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:50%;
    text-align:center;
    min-height:100vh
}
.about-our-mission .about-our-mission__item:first-child{
    background-color:#5bbcd8;
    background-image:url(/img/team.jpg);
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover
}
.about-our-mission .about-our-mission__item:last-child{
    background-color:#e1b12c;
    background-image:url(/img/about_history.jpg);
    background-repeat:no-repeat;
    background-position:100%;
    background-size:cover
}
.about-our-mission .about-our-mission__item .about-our-mission__desc{
    width:calc(66.66667% - 15px);
    margin:0 auto
}
.about-our-mission .about-our-mission__item ul li{
    width:calc(33.33333% - 30px);
    margin:15px;
    text-align:left
}
.about-our-mission .about-our-mission__item ul li+li{
    text-align:center
}
.about-our-mission .about-our-mission__item ul h4{
    font:80px Impact,Helvetica,Arial,sans-serif;
    text-transform:uppercase;
    margin:0
}
.about-our-mission .about-our-mission__item ul p{
    font:20px Impact,Helvetica,Arial,sans-serif;
    margin:0
}
.contacts__heading{
    position:absolute;
    width:100%;
    z-index:22;
    top:60px;
    margin:1px 0!important;
    /*background-color: #e5e5e5;*/
}
.contacts-imap{
    margin-top:64px;
    overflow:hidden
}
.contacts-imap .contacts-imap__frame{
    width:100%;
    min-height:100vh;
    overflow:scroll
}
.page--contacts{
    /*background-color:#e5e5e5;*/
    padding-bottom:288px;
    margin-bottom:-224px
}
.contacts-forms{
    width:calc(50% - 30px);
    margin:auto
}
.contacts-forms .form-contact__heading{
    margin-bottom:192px
}
.contacts-forms .form__fields-list{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.contacts-forms .fields-list__item{
    margin:24px auto 24px 0
}
.contacts-forms .field__float:nth-child(2n){
    margin-right:0;
    margin-left:auto!important
}
.contacts-forms .contacts-forms__form-tour .form-tour__heading{
    text-align:left;
    margin:16px 0 0
}
.industries__heading{
    position:absolute;
    width:100%;
    z-index:22;
    top:0;
    margin:32px 0!important;
    color:#fff
}
.industries-list .industry-item__wrap{
    position:relative;
    background-color:#2f3a56;
    overflow:hidden
}
.industries-list .industry-item__info-box{
    height:100vh;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.industries-list .industry-item:nth-child(2n) .industry-item__info-box{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.industries-list .industry-item__desc{
    width:calc(41.66667% - 30px)
}
.industries-list .industry-item__desc .heading--1{
    margin-top:0
}
.industries-list .industry-item__preview{
    width:calc(41.66667% - 30px)
}
.industries-list .industry-item__scroll-caption{
    position:absolute;
    bottom:30px;
    left:30px;
    color:inherit
}
.industries-list .industry-item__aerospace{
    color:#fff
}
.industries-list .industry-item__automotive .industry-item__wrap{
    background-color:#5bbcd8
}
.industries-list .industry-item__semi-conductor{
    color:#e1b12c
}
.industries-list .industry-item__semi-conductor .industry-item__wrap{
    background-color:#000
}
.industries-list .industry-item__medical{
    color:#000
}
.industries-list .industry-item__medical .industry-item__wrap{
    background-color:#e1b12c
}
.industries-list .industry-item__emerging{
    color:#000
}
.industries-list .industry-item__emerging .industry-item__wrap{
    background-color:#e5e5e5
}
.industries-list .industry-item__other{
    color:#000
}
.industries-list .industry-item__other .industry-item__wrap{
    background-color:#1a9ae2
}
.machines__heading{
    position:absolute;
    width:100%;
    z-index:22;
    top:0;
    margin:32px 0!important;
    color:#fff
}
.machines-list .machine-item{
    color:#fff
}
.machines-list .machine-item:nth-child(2n) .machine-item__info-box{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.machines-list .machine-item__wrap{
    position:relative;
    min-height:100vh;
    overflow:hidden
}
.machines-list .machine-item__video{
    position:absolute;
    width:100%;
    min-height:100vh;
    top:0;
    left:0;
    z-index:0;
    overflow:hidden
}
.machines-list .machine-item__video video{
    min-width:100vw;
    min-height:100vh
}
.machines-list .machine-item__video:after{
    display:block;
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(37,39,74,.9);
    z-index:1
}
.machines-list .machine-item__info{
    top:0;
    left:0;
    min-height:100vh
}
.machines-list .machine-item__info-box{
    min-height:100vh;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-top:32px;
    padding-bottom:32px
}
.machines-list .machine-item__desc{
    width:calc(50% - 30px)
}
.machines-list .machine-item__details-list{
    margin:16px 0 32px;
    padding-left:20px
}
.machines-list .machine-item__details-list li{
    list-style:disc;
    list-style-position:outside;
    margin-bottom:8px
}
.machines-list .machine-item__scroll-caption{
    position:absolute;
    bottom:30px;
    left:30px;
    color:inherit
}
.machines-list .machine-item__2 .machine-item__video:after{
    background-color:rgba(26,154,226,.8)
}
.machines-list .machine-item__3{
    color:#e1b12c
}
.machines-list .machine-item__3 .machine-item__video:after{
    background-color:rgba(0,0,0,.8)
}
.machines-list .machine-item__4{
    color:#000
}
.machines-list .machine-item__4 .machine-item__video:after{
    background-color:hsla(0,0%,100%,.8)
}
.machines-list .machine-item__5{
    color:#000
}
.machines-list .machine-item__5 .machine-item__video:after{
    background-color:rgba(225,177,44,.8)
}
.machines-contacts__wrap{
    background-color:#5bbcd8;
    overflow:hidden;
    min-height:100vh
}
.machines-contacts__wrap .machines-contacts__items-list.items-list{
    width:calc(66.66667% - 30px);
    margin:0 auto
}
.machines-contacts__wrap .heading--1{
    text-align:center
}
.machines-contacts__wrap .machines-contacts__info-item{
    font-style:normal;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:32px
}
.machines-contacts__wrap .machines-contacts__info-item p{
    margin:0
}
.machines-contacts__wrap .machines-contacts__prefer-title{
    font-style:normal;
    font-weight:900;
    font-size:36px;
    text-transform:uppercase;
    margin-bottom:32px
}
.machines-contacts__wrap .info-item__name{
    font-size:24px
}
.careers__heading{
    position:absolute;
    width:100%;
    z-index:22;
    top:0;
    margin:32px 0!important;
    color:#fff
}
.careers-opening__wrap{
    position:relative;
    background-color:#384261;
    height:100vh
}
.careers-opening__inner{
    height:inherit;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.careers-opening__info{
    position:relative;
    margin:auto;
    padding:0 30px;
    text-align:left
}
.careers-opening__info hr{
    width:20%;
    margin:0;
    border:none;
    border-top:2px solid #fff
}
.careers-opening__heading{
    font:40px Impact,Helvetica,Arial,sans-serif;
    margin:0;
    color:#fff
}
.careers-opening__scroll-caption{
    position:absolute;
    left:30px;
    bottom:30px;
    color:#fff;
    z-index:4
}
.text-mask{
    position:relative;
    overflow:hidden
}
.text-mask .text-mask__video video{
    width:100%
}
.careers-benefits__wrap{
    position:relative;
    background-color:#fff
}
.careers-benefits__inner{
    min-height:100vh;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.careers-benefits .careers-benefits__preview{
    width:calc(41.66667% - 30px)
}
.careers-benefits .careers-benefits__preview img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto
}

.dots {

    padding-left: 23px;
}
.careers-benefits .careers-benefits__desc{
    width:calc(44.66667% - 30px);
    margin:15px
}
.careers-benefits .prgh--def{
    font-size:21px
}
.careers-benefits__heading:after{
    display:block;
    content:"";
    width:40%;
    border-top:4px solid #e1b12c
}
.careers-benefits__adv-list li{
    font-size:23px
}
.careers-benefits__adv-list li b{
    color:#e1b12c;
    margin-right:10px
}
.careers-benefits__scroll-caption{
    margin-bottom:30px
}
.careers-positions .careers-positions__wrap{
    position:relative;
    padding:150px 0;
    overflow:hidden;
    background-color:#e5e5e5;
    background-image:url(/img/careers_people.png);
    background-size:25%;
    background-repeat:no-repeat;
    background-position:85% 100%
}
.careers-positions .careers-positions__wrap:before{
    position:absolute;
    top:0;
    left:0;
    width:58.33333%;
    height:100%;
    background-color:#e5e5e5;
    content:"";
    z-index:0
}
.careers-positions .field-select--location{
    color:#fff
}
.careers-positions .careers-positions__location-list{
    margin-top:96px
}
.careers-positions .position-location-item{
    display:none
}
.careers-positions .position-location-item.on{
    display:block
}
.careers-positions .careers-positions__owl-carousel{
    width:calc(58.33333% - 30px)
}
.careers-positions .item-position{
    
    color:#fff
}
.careers-positions .item-position h1, h2, h3, h4{
    font-family:Impact,Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.careers-positions .item-position .item{
    height:70vh;
    overflow:hidden;
    overflow-y:scroll
}
.careers-positions .item-position .owl-nav{
    margin-top:32px
}
.careers-positions .item-position .owl-next,.careers-positions .item-position .owl-prev{
    color:#e1b12c;
    background:none!important;
    border:none;
    font-size:32px;
    outline:none;
    margin:0 32px
}
.careers-positions .item-position .owl-prev{
    margin-left:0
}
.careers-positions .item-position__name{
    font-family:Impact,Helvetica,Arial,sans-serif;
    font-size:32px;
    text-transform:uppercase;
    margin:0;
    color:#e1b12c
}
.careers-positions .item-position__date{
    font:16px Roboto,Helvetica,Arial,sans-serif;
    color:#1a9ae2
}
.careers-positions .item-position__title{
    font-size:20px
}
.careers-positions .item-position .item ul{
    font-family:Roboto,Helvetica,Arial,sans-serif
}
.careers-positions .item-position .item ul li{
    margin-bottom:10px
}
.careers-positions .item-position .item ul li:before{
    content:"\2022";
    margin-right:10px
}
.careers-positions .item-position__exp{
    font-family:Roboto,Helvetica,Arial,sans-serif
}
.careers-positions .careers-positions__question-title{
    font:32px Impact,Helvetica,Arial,sans-serif;
    color: #384261;
}
.careers-positions .careers-positions__send-email{
    font:12px Impact,Helvetica,Arial,sans-serif;
    color: #384261;
    position: absolute;

}
.careers-positions .careers-positions__send-email a{
    color:inherit;
    text-decoration:none
}
.careers-positions .careers-positions__btn{
    background-color:#1a9ae2
}
.machining__heading{
    position:absolute;
    width:100%;
    z-index:22;
    top:0;
    margin:32px 0!important;
    color:#2f3a56
}
.machining-item__wrap{
    position:relative;
    overflow:hidden;
    background-position:50%!important
}
.machining-item__inner{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:100vh
}
.machining-item__info-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:60vh;
    padding:30px;
    background-color:hsla(0,0%,100%,.8)
}
.machining-item__details-box,.machining-item__info-box{
    width:calc(50% - 30px);
    margin:15px
}
.machining-item__machine-details li{
    margin-bottom:32px
}
.machining-item__machine-details li p{
    margin:6px 0
}
.machining-item__title{
    font-size:60px!important;
    margin:0!important;
    text-align:left!important
}
.machining-item__title:after{
    display:block;
    width:30%;
    border:1px;
    content:"";
    border-top:2px solid;
    border-color:inherit
}
.machining-item__title-comment{
    font:18px Impact,Helvetica,Arial,sans-serif
}
.machining-item__scroll-caption{
    padding-bottom:30px
}
.machining-item:first-child .machining-item__wrap{
    background:url(/img/machining/machining_axis.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(2) .machining-item__wrap{
    background:url(/img/machining/machining_milling.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(2) .machining-item__info-box{
    background-color:rgba(47,58,86,.8);
    color:#fff
}
.machining-item:nth-child(3) .machining-item__wrap{
    background:url(/img/machining/machining_turning.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(3) .machining-item__info-box{
    background-color:rgba(91,188,216,.8);
    color:#fff
}
.machining-item:nth-child(4) .machining-item__wrap{
    background:url(/img/machining/machining_screw_machinig.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(4) .machining-item__info-box{
    background-color:rgba(91,188,216,.8)
}
.machining-item:nth-child(5) .machining-item__wrap{
    background:url(/img/machining/machining_edm_machining.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(5) .machining-item__info-box{
    background-color:rgba(225,177,44,.8)
}
.machining-item:nth-child(6) .machining-item__inner{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.machining-item:nth-child(6) .machining-item__wrap{
    background:url(/img/machining/machining_inspection.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(6) .machining-item__details-box{
    color:#fff
}
.machining-item:nth-child(6) .machining-item__details-box li p:first-child{
    font-style:normal;
    font-weight:700
}
.machining-item:nth-child(7) .machining-item__wrap{
    background:url(/img/machining/machining_assembly.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(7) .machining-item__details-box{
    color:#fff
}
.machining-item:nth-child(7) .machining-item__details-box li p:first-child{
    font-style:normal;
    font-weight:700
}
.machining-item:nth-child(8) .machining-item__wrap{
    background:url(/img/machining/machining_clean_room.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(8) .machining-item__info-box{
    background-color:rgba(91,188,216,.8)
}
.machining-item:nth-child(9) .machining-item__wrap{
    background:url(/img/machining/machining_welding.jpg) no-repeat;
    background-size:cover
}
.machining-item:nth-child(10) .machining-item__inner{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.machining-item:nth-child(10) .machining-item__wrap{
    background:url(/img/machining/machining_grinding.jpg) no-repeat;
    background-size:cover
}
.machining-discuss .discuss-block__heading{
    color:#fff
}
.machining-discuss p{
    color:#fff;
    font:20px Impact,Helvetica,Arial,sans-serif;
    margin-bottom:32px
}
.service__heading{
    position:absolute;
    width:100%;
    z-index:22;
    top:0;
    margin:32px 0!important;
    color:#2f3a56
}
.service-list .service-item__wrap{
    position:relative
}
.service-list .service-item__inner{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:100vh
}
.service-list .service-item__info-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:calc(66.66667% - 30px);
    min-height:40vh;
    margin:15px;
    padding:30px;
    background-color:hsla(0,0%,100%,.8)
}
.service-list .service-item__title{
    font-size:40px!important;
    margin:0!important;
    text-align:left!important
}
.service-list .service-item__title:after{
    display:block;
    width:30%;
    border:1px;
    content:"";
    border-top:2px solid;
    border-color:inherit
}
.service-list .service-item__scroll-caption{
    padding-bottom:30px
}
.service-item:first-child .service-item__wrap{
    color:#fff;
    background:url(/img/services/service_prototyping.jpg) no-repeat 50%;
    background-size:cover
}
.service-item:first-child .service-item__info-box{
    background-color:rgba(47,58,86,.8)
}
.service-item:nth-child(2) .service-item__wrap{
    color:#25274a;
    background:url(/img/services/service_design.jpg) no-repeat 50%;
    background-size:cover
}
.service-item:nth-child(2) .service-item__info-box{
    background-color:hsla(0,0%,100%,.6)
}
.service-item:nth-child(2) .service-item__inner{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.service-discuss .discuss-block__heading{
    color:#fff
}
.service-discuss p{
    color:#fff;
    font:20px Impact,Helvetica,Arial,sans-serif;
    margin-bottom:32px
}
.materials__heading{
    position:absolute;
    width:100%;
    z-index:22;
    top:0;
    margin:32px 0!important;
    color:#2f3a56
}
.materials-list .materials-item__wrap{
    position:relative
}
.materials-list .materials-item__inner{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:100vh
}
.materials-list .materials-item__info-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:calc(58.33333% - 30px);
    min-height:40vh;
    margin:15px;
    padding:30px;
    background-color:hsla(0,0%,100%,.8)
}
.materials-list .materials-item__title{
    font-size:40px!important;
    margin:0!important;
    text-align:left!important
}
.materials-list .materials-item__title:after{
    display:block;
    width:30%;
    border:1px;
    content:"";
    border-top:2px solid;
    border-color:inherit
}
.materials-list .materials-item__scroll-caption{
    padding-bottom:30px
}
.materials-list .materials-item__broshure-item{
    margin:15px
}
.materials-list .materials-item__broshure-item img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto
}
.materials-list .owl-next,.materials-list .owl-prev{
    background:none!important;
    border:none;
    font-size:32px;
    outline:none
}
.materials-list .owl-prev{
    margin-left:0
}
.materials-list .materials-item__video-item{
    margin:15px;
    width:calc(33.33333% - 30px);
    text-align:center
}
.materials-list .materials-item__video-item iframe{
    display:inline-block;
    width:100%;
    height:33.33vmin
}
.materials-list .materials-item__video-item:first-child{
    width:100%
}
.materials-list .materials-item__video-item:first-child iframe{
    width:100%;
    height:100vmin
}
.materials-item:first-child .materials-item__wrap{
    background-color:#e5e5e5;
    background-size:cover
}
.materials-item:first-child .materials-item__info-box{
    background-color:rgba(0,0,0,0);
    margin-right:100px
}
.materials-item:first-child .materials-item__inner{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.materials-item:nth-child(2) .materials-item__wrap{
    background-color:#1a9ae2;
    background-size:cover
}
.materials-item:nth-child(2) .materials-item__inner{
    min-height:20vh;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.materials-item:nth-child(2) .materials-item__info-box{
    background-color:rgba(0,0,0,0);
    margin-top:0
}
.materials-discuss .discuss-block__heading{
    color:#fff
}
.materials-discuss p{
    color:#fff;
    font:20px Impact,Helvetica,Arial,sans-serif;
    margin-bottom:32px
}
@media screen and (min-width:1544px){
    .modals__wrap{
        overflow:hidden
    }
    .modal-menu{
        margin-top:160px;
        -webkit-transform:scale(1.4);
        -ms-transform:scale(1.4);
        transform:scale(1.4)
    }
    .industries-list .industry-item__info-box{
        -webkit-transform:scale(1.5);
        -ms-transform:scale(1.5);
        transform:scale(1.5)
    }
    .industries-list .industry-item__info-box .btn-1{
        -webkit-transform:scale(.7);
        -ms-transform:scale(.7);
        transform:scale(.7);
        -webkit-transform-origin:left;
        -ms-transform-origin:left;
        transform-origin:left
    }
}
@media screen and (min-width:1920px){
    .home-about .home-about__inner{
        -webkit-transform:scale(1.3);
        -ms-transform:scale(1.3);
        transform:scale(1.3)
    }
    .about-desc .about-desc__desc{
        -webkit-transform:scale(1.3);
        -ms-transform:scale(1.3);
        transform:scale(1.3)
    }
    .careers-opening__info{
        -webkit-transform:scale(1.3);
        -ms-transform:scale(1.3);
        transform:scale(1.3);
        -webkit-transform-origin:center;
        -ms-transform-origin:center;
        transform-origin:center
    }
}
@media screen and (max-width:1180px){
    .footer .home-opening__desc{
        width:calc(100% - 30px);
        padding:15px
    }
    .footer .home-opening__video{
        height:100%;
        left:-50%
    }
    .home-opening .home-opening__desc{
        width:calc(100% - 30px);
        padding:15px
    }
}
@media screen and (max-width:992px){
    .header__nav {
        margin-right: 0;
    }
    .header__nav .nav__item {
        margin: 0;
    }
    .header__nav .nav__item a {
        margin: 0;
        font-size: 12px;
    }
    .home-about .home-about__clients-brands,.home-about .home-about__desc,.home-about .home-about__scroll-caption-box{
        width:calc(100% - 30px)
    }
    .about-our-mission .about-our-mission__desc{
        width:calc(83.33333% - 30px)!important
    }
    .about-our-mission .about-our-mission__item ul h4{
        font-size:32px
    }
    .materials-item__inner{
        -webkit-transform-origin:right center;
        -ms-transform-origin:right center;
        transform-origin:right center
    }
}
@media screen and (max-width:767px){
    .icon.icon-decor-scroll{
        display:none
    }
    .heading--1{
        font-size:22px!important
    }
    .header__heading{
        top:35px
    }
    .header .header__nav{
        display:none
    }
    .header .header__btn-contact{
        font-size:.5em;
        padding:5px 8px
    }
    .header .header__inner{
        padding:0 15px
    }
    .footer .nav__items-list{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        padding-top:32px
    }
    .footer .nav__items-list .nav__menu{
        width:100%;
        background-color:rgba(0,0,0,.8);
        z-index:2
    }
    .footer .nav__item{
        width:calc(100% - 30px)!important;
        text-align:center;
        margin:0!important
    }
    .modals__wrap{
        background-image:none!important
    }
    .modals__logo{
        left:15px!important
    }
    .modals__btn-close{
        right:15px!important
    }
    .modal-menu__item{
        width:100%!important;
        text-align:left
    }
    .modal-menu__nav{
        height:40vh!important;
        margin-top:72px
    }
    .modal-menu{
        background:none
    }
    .modal-menu__menu-contacts{
        width:calc(50% - 30px)!important;
        margin:0 15px
    }
    .menu-contacts__items-list li{
        font-size:16px!important
    }
    .modal-menu__menu-social ul{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .scroll-caption{
        display:none
    }
    .home-opening .home-opening__info-box{
        height:50%
    }
    .home-opening .home-opening__desc{
        width:calc(100% - 30px);
        padding:15px
    }
    .home-opening .home-opening__video{
        left:-50%
    }
    .home-about .clients-brands__items-list{
        margin:32px 0
    }
    .home-about .clients-brands__items-list li{
        width:calc(50% - 30px);
        margin:15px
    }
    .home-adv .adv-item{
        margin-bottom:30px
    }
    .home-adv .adv-item,.home-adv .home-adv__desc{
        width:calc(100% - 30px)
    }
    .home-industries .home-industries__item{
        width:100%;
        margin-bottom:30px
    }
    .home-reason-work .home-reason-work__wrap{
        background:none!important
    }
    .home-reason-work .home-reason-work__desc{
        width:calc(100% - 30px)
    }
    .home-awards .awards-block__items-list{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .home-awards .awards-block__item{
        width:calc(50% - 30px);
        margin:15px
    }
    .about-desc .about-desc__wrap{
        height:auto;
        padding-top:100px
    }
    .about-desc .about-desc__desc{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .about-desc .about-desc__years{
        width:50%;
        margin:auto
    }
    .about-desc .about-desc__text{
        width:calc(100% - 30px);
        margin:auto
    }
    .about-our-mission .about-our-mission__item{
        width:100%!important
    }
    .about-our-mission .about-our-mission__desc{
        margin-top:32px!important
    }
    .contacts-forms{
        width:calc(100% - 30px)
    }
    .industry-item__info-box{
        padding:96px 0;
        height:auto!important;
        -webkit-box-orient:vertical!important;
        -webkit-box-direction:reverse!important;
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .industry-item__desc,.industry-item__preview{
        width:calc(100% - 30px)!important
    }
    .industry-item__preview{
        margin-bottom:54px
    }
    .machine-item__desc{
        width:calc(100% - 30px)!important
    }
    .machine-item__info-box{
        -webkit-box-pack:center!important;
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .machine-item__video video{
        min-height:150vh!important
    }
    .machines-contacts__wrap .machines-contacts__items-list{
        width:calc(100% - 30px)!important
    }
    .careers-benefits__desc,.careers-benefits__preview{
        width:calc(100% - 30px)!important
    }
    .careers-positions .field-select__title{
        font-size:24px
    }
    .careers-positions .careers-positions__wrap{
        background-image:none
    }
    .careers-positions .careers-positions__wrap:before{
        width:100%
    }
    .careers-positions .careers-positions__owl-carousel{
        width:calc(100% - 30px)
    }
    .machining-item__details-box,.machining-item__info-box{
        width:calc(100% - 30px)
    }
    .machining-item__title{
        font-size:32px!important
    }
    .service-item__info-box{
        width:calc(100% - 30px)!important
    }
    .materials-item__inner{
        -webkit-box-pack:center!important;
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .materials-item__info-box,.materials-item__video-item{
        width:calc(100% - 30px)!important
    }
}
