html,
body{
    padding: 0px;
    margin: 0px;
    background-color: #1f2123;
    color: #a2a8b2;
    font-family: 'Roboto';
    /*scroll-behavior: smooth;*/
    height: 100%;

}
html {
}
.AllSite{
    overflow: hidden;
    max-width: 1920px;
    margin: auto;

}
.AllSite a{
    /*color:#5e92e8;*/
    color:#a2a8b2;
}
.AllSite,
.AllSite *,
.AllSite *:after,
.AllSite *:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s ease;
    outline: none;
    vertical-align: top;
}
.AllSite a{
    text-decoration: none;
}
.content{
    max-width: 1650px;
    /*padding: 0px 135px;*/
    margin: auto;
}
.AllSite .clear{ clear: both; }

.AllSite header,
.AllSite main,
.AllSite footer{
    position: relative;
    z-index: 0;
}
.AllSite header{
    /*background-image: url('../img/main_fon.jpg');*/
    min-height: 1100px;
    /*background-position: 50% 0px;*/
    /*background-repeat: no-repeat;*/
}

.preloader{
    position: fixed;
    top:0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
}
.AllSite{
    overflow: hidden;
    height: 100vh;
}
.preloader.active{
    -webkit-animation: pulsing 1s linear;
    animation: pulsing 1s linear;
    opacity: 0;
    width: 0px;
    height: 0px;
}
@-webkit-keyframes pulsing {
    0% {
       opacity: 1;
        width: 100%;
        height: 100%;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
.preloader.active + .AllSite{
    overflow-y: auto;
    /*overflow: hidden;*/
    height: auto;
}

.AllSite *[data-scroll="Y"][data-scroll-speed=".1"]{
    transition: all .1s ease;
}
.AllSite *[data-scroll="Y"][data-scroll-speed=".2"]{
    transition: all .2s ease;
}
.AllSite *[data-scroll="Y"][data-scroll-speed=".3"]{
    transition: all .3s ease;
}
.AllSite *[data-scroll="Y"][data-scroll-speed=".4"]{
    transition: all .4s ease;
}
.AllSite *[data-scroll="Y"][data-scroll-speed=".5"]{
    transition: all .5s ease;
}
.AllSite *[data-scroll="Y"][data-scroll-speed="1"]{
    transition: all 1s ease;
}
.AllSite *[data-scroll="Y"][data-scroll-speed="1.5"]{
    transition: all 1.5s ease;
}
.AllSite *[data-scroll="Y"][data-scroll-speed="2"]{
    transition: all 2s ease;
}
.AllSite *[data-scroll="Y"][data-type="text"]{
    position: relative;
    z-index: 0;
    opacity: 0;
    top:100px;
}
.AllSite *[data-scroll="Y"][data-type="text"]{
    position: relative;
    z-index: 0;
    opacity: 0;
    top:100px;
}
.AllSite *[data-scroll="Y"][data-type="text"].ScrollActive{
    top:0px;
    opacity: 1;
}

.AllSite header > div{
    position: relative;
    z-index: 1;
}
.AllSite header video{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width:auto;
    height: 100%;
    z-index: 0;
}
.AllSite header:after{
    display: block;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000;
    /*content: '';*/
    position: absolute;
    opacity: .4;
}

.AllSite header .head{
    border-bottom: 1px solid rgb(255,255,255, 0.2);
    padding: 21px 0px 19px 0px;
}
.AllSite header .Table{
    display: table;
    width: 100%;
}
.AllSite header .Table > div{
    display: table-cell;
    vertical-align: middle;
}
.AllSite header .head .logo{
    width: 25%;
    text-align: left;
    padding-left: 8.1%;
}
.AllSite header .head .logo img{
    height: 60px;
}
.AllSite header .head .nav{
    text-align: left;
    padding-left: 9%;
    position: relative;
    z-index: 0;
}
.AllSite header .head .nav .gamb{
    width: 40px;
    padding: 10px 10px;
    position: absolute;
    top:50%;
    right: -100%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    margin-right: -10px;
    display: none;
    transition: all .2s ease;
}
.AllSite header .head .nav .gamb span{
    display: block;
    height: 2px;
    background-color: #eceded;
}
.AllSite header .head .nav .gamb.MenuMobyleActive span{
    background-color: #f1592a;
    transition: all .2s ease;
}
.AllSite header .head .nav .gamb span + span{
    margin-top: 5px;
}
.AllSite header .head .nav .gamb.MenuMobyleActive span:nth-child(2){
    display: none;
    transition: all .2s ease;
}
.AllSite header .head .nav .gamb.MenuMobyleActive span:nth-child(1){
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 4px;
    transition: all .2s ease;
}
.AllSite header .head .nav .gamb.MenuMobyleActive span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
    transition: all .2s ease;
}
.AllSite header .head .nav ul{
    font-size: 0px;
    padding: 0px;
    list-style: none;
    margin: 0px 0px;
    padding-top: 0px;
}
.AllSite header .head .nav ul li{
    display: inline-block;
}
.AllSite header .head .nav ul li:last-child{
    padding-right: 0px;
}
.AllSite header .head .nav ul li:first-child{
    padding-left: 0px;
}
.AllSite header .head .nav ul li + li{
    padding-left: 9%;
}
.AllSite header .head .nav ul li a{
    text-transform: uppercase;
    color:#eeeeee;
    font-size: 14px;
    font-family: 'Khand';
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
.AllSite header .head .nav ul li a:hover{
    color: #f1592a;
}
.AllSite header .head .contact{
    width: 25%;
    text-align: left;
    padding-left: 1.4%;
    padding-top: 13px;
    vertical-align: top;
}
.AllSite header .head .contact .lang{
    height: 26px;
    line-height: 28px;
    width: 42px;
    background-color: #383839;
    border-radius: 13px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Khand';
    font-weight: 600;
    letter-spacing:1px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    /*display: none;*/
    color:#fff;
    position: relative;
    top: -3px;
}
.AllSite header .head .contact .lang:hover{
    background-color: #f1592a;
    color: #fff;
}
.AllSite header .head .contact .phone{
    background-image: url('../img/hPhone.png');
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: left;
    margin: 0px 0px 0px 48px;
    padding: 0px 0px 0px 47px;
}
.AllSite header .head .contact .phone .name{
    text-transform: uppercase;
    font-size: 10px;
    color: #f1592a;
    letter-spacing: 0.9px;
    font-weight: 900;
    line-height: 10px;
}
.AllSite header .head .contact .phone .tel{
    padding-top: 8px;
}
.AllSite header .head .contact .phone .tel a{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Khand';
    font-weight: 600;
    color: #efefef;
    letter-spacing: 0.7px;
}

.AllSite .BanInfo{}
.AllSite .BanInfo ._block{
    padding: 254px 0px 0px 137px;

}
.AllSite .BanInfo ._block .title{
    color: #ffffff;
    font-size: 120px;
    font-family: 'Khand';
    font-weight: 300;
    line-height: 89%;
    text-transform: uppercase;
    text-shadow: 3px 3px 16px rgb(0,0,0, 0.26);
}
.AllSite .BanInfo ._block .title span{
    font-weight: 700;
    color: #f1592a;
}
.AllSite .BanInfo ._block .text{
    font-size: 24px;
    color: #fff;
    line-height: 38px;
    padding-top: 28px;
    text-shadow: 3px 3px 16px rgb(0,0,0, 0.56);
}

.AllSite .bottomPanel{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 5;
}
.AllSite .bottomPanel:before{
    position: absolute;
    top:0px;
    left: 0px;
    width: 40%;
    display: block;
    z-index: -1;
    background-color: #fff;
    height: 100%;
    content: '';
}
.AllSite .bottomPanel .panel{
    display: table;
}
.AllSite .bottomPanel .panel > div{
    display: table-cell;
    height: 143px;
}
.AllSite .bottomPanel .panel .scrolB{
    vertical-align: middle;
    width: 390px;
    background-color: #fff;
    text-align: left;
    font-size: 0px;
    padding-left: 12.4%;
    padding-top: 10px;;
}
.AllSite .bottomPanel .panel .scrolB img{
    display: none;
}
.AllSite .bottomPanel .panel .scrolB > div{
    display: inline-block;

}
.AllSite .bottomPanel .panel .scrolB .ik{
    background-image: url('../img/scrol.png');
    width: 15px;
    height: 24px;
    position: relative;
    top:-2px;
}
.AllSite .bottomPanel .panel .scrolB .text{
    color: #282b2f;
    font-size: 14px;
    font-family: 'Khand'; /* Khand */
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
}
.AllSite .bottomPanel .panel .scrolB * + .text{
    padding-left: 22px;
}
.AllSite .bottomPanel .panel .stepB{
    background-color: #1f2123;
    color: #fff;
    padding: 57px 15px 0px 43px;
    vertical-align: top;
}
.AllSite .bottomPanel .panel .stepB:last-child{
    padding-right: 40px;
}
.AllSite .bottomPanel .panel .stepB > div{
    display: inline-block;
}
.AllSite .bottomPanel .panel .stepB .numb{
    color: #e2e8f1;
    font-size: 37px;
    padding-right: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.AllSite .bottomPanel .panel .stepB .text{
    font-size: 14px;
    color: #a5a7a9;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.AllSite .bottomPanel .panel .stepB .text:before{
    display: block;
    width: 17px;
    height: 3px;
    background-color: #f1592a;
    content: '';
    margin: 0px 0px 0px 0px;
    position: relative;
    top:-11px;
}

.AllSite .Block1{
    position: relative;
    z-index: 0;
    min-height: 580px;
    background-color: #fff;
}
.AllSite .Block1.mobily{
    display: none;
}
.AllSite .Block1 ._block{
    position: relative;
    z-index: 1;
}
.AllSite .Block1 ._block:before{
    position: absolute;
    top:0px;
    right:30%;
    width: 300%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    content: '';
    display: block;
}
.AllSite .Block1 ._block ._blockContent{
    width: 50%;
    padding: 67px 50px 60px 140px;
}
.AllSite .Block1 ._block .title1{
    font-size: 18px;
    color: #f1592a;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 2px;
}
.AllSite .Block1 ._block .title2{
    font-size: 36px;
    color:#282a2d;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 100%;
    padding-top: 10px;
    letter-spacing: -1.2px;
}
.AllSite .Block1 ._block .text{
    padding: 20px 15% 0px 0px;
    letter-spacing: 0px;
}
.AllSite .Block1 ._block .text ._t{
    font-size: 16px;
    color: #4b5057;
    line-height: 30px;
}
.AllSite .Block1 ._block .text ._t._b{
    color: #282a2d;
    font-weight: 700;
    font-size: 18px;
    padding: 23px 0px 0px 0px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Khand';
}
.AllSite .Block1 ._block .text ._t._ul{
    padding-top: 10px;
}
.AllSite .Block1 ._block .text ._t._ul ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.AllSite .Block1 ._block .text ._t._ul ul li{
    position: relative;
    z-index: 0;
    padding-left: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    margin-bottom: 4px;
}
.AllSite .Block1 ._block .text ._t._ul ul li:before{
    position: absolute;
    z-index: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    background-color: #f1592a;
    top:8px;
    left: 0px;
}

.AllSite .Block2{
    position: relative;
    z-index: 0;
    padding: 96px 0px 0px 0px;
}
.AllSite .Block2.mobily{
    display: none;
}
.AllSite .Block2 ._blockLeft{
    width: 50%;
    float: left;
    padding: 0px 155px 0px 140px;
}
.AllSite .Block2 ._blockLeft .title1{
    font-size: 18px;
    color: #f1592a;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 1.8px;
}
.AllSite .Block2 ._blockLeft .title2{
    font-size: 36px;
    color:#f7f7f7;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 100%;
    padding-top: 10px;
}
.AllSite .Block2 ._blockLeft .text{
    font-size: 18px;
    color: #fff;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    background-color: #f1592a;
    /* display: inline-block; */
    margin: 33px 0px 0px 0px;
    padding: 21px 30px 18px 30px;
    letter-spacing: 0.4px;
}
.AllSite .Block2 ._blockRight{
    width: 35%;
    float: left;
    padding: 65px 0px 0px 1%;
}
.AllSite .Block2 ._blockRight .text{
    line-height: 30px;
    letter-spacing: 0px;
}
.AllSite .Block2 ._blockRight .text *{
    padding: 0px;
    font-size: 16px;
    color: #a2a8b2;
    margin: 22px 0px 0px 0px;
}
.AllSite .Block2 ._blockRight .text br{
	display: block;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
}
.AllSite .Block2 ._blockRight .text{}
.AllSite .Block2 ._blockRight .title{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    font-family: 'Khand';
    font-weight: 600;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}
.AllSite .Block2 ._blockRight .title:before{
    position: absolute;
    left: 0px;
    width: 3px;
    background-color: #f1592a;
    display: block;
    content: '';
    top:9%;
    z-index: 0;
    height: 80%;
}

.AllSite .Block3{
    position: relative;
    z-index: 0;
    min-height: 555px;
}
.AllSite .Block3 ._block{
    position: relative;
    z-index: 1;
}
.AllSite .Block3 ._block:before{
    position: absolute;
    top:0px;
    right:30%;
    width: 300%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    content: '';
    display: block;
    min-height: 555px;
}
.AllSite .Block3 ._block ._blockContent{
    width: 50%;
    padding: 78px 50px 30px 140px;
}
.AllSite .Block3 ._block .title1{
    font-size: 18px;
    color: #f1592a;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: 2px;
}
.AllSite .Block3 ._block .title2{
    font-size: 36px;
    color:#282a2d;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 100%;
    padding-top: 5px;
}
.AllSite .Block3 ._block .text{
    padding: 26px 15% 0px 0px;
    letter-spacing: 0px;
}
.AllSite .Block3 ._block .text ._t{
    font-size: 16px;
    color: #4b5057;
    line-height: 30px;
}
.AllSite .Block3 ._block .text ._t._b{
    color: #282a2d;
    font-weight: 700;
    font-size: 18px;
    padding: 23px 0px 0px 0px;
    text-transform: uppercase;
    font-family: 'Khand';
    letter-spacing: 1px;
}
.AllSite .Block3 ._block .text ._t._ul{
    padding-top: 10px;
}
.AllSite .Block3 ._block .text ._t._ul ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-size: 0px;
}
.AllSite .Block3 ._block .text ._t._ul ul li{
    position: relative;
    z-index: 0;
    padding-left: 16px;
    display: inline-block;
    width: 46%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
}
.AllSite .Block3 ._block .text ._t._ul ul li:nth-child(1),
.AllSite .Block3 ._block .text ._t._ul ul li:nth-child(3),
.AllSite .Block3 ._block .text ._t._ul ul li:nth-child(5){
    width: 54%;
}
.AllSite .Block3 ._block .text ._t._ul ul li:before{
    position: absolute;
    z-index: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    background-color: #f1592a;
    top:8px;
    left: 0px;
}
.AllSite .Block3 .img .list{
    position: absolute;
    top: 29%;
    left: 0px;
    z-index: 5;
    background-color: #f1592a;
    color: #fff;
    text-shadow: 0px 1px 0px #ab3713;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Khand';
    font-weight: 600;
    padding: 21px 25px 16px 20px;
    /* transform: translateY(-80%); */
    line-height: 14px;
}
.AllSite .Block3 .img .list > div{
    background-image: url('../img/list.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding: 0px 0px 0px 22px;
    margin: 15px 0px 0px 0px;
}
.AllSite .Block3 .img .list > div:first-child{
    margin: 0px;
}

.AllSite .block4{
    position: relative;
    z-index: 1;
}
.AllSite .block4:before{
    display: block;
    position: absolute;
    top:0px;
    right: 0px;
    z-index: -1;
    content: '';
    background-image: url('../img/block4.2.png');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.AllSite .block4 > .content{
    padding: 0px;
}
.AllSite .block4 ._b4{
    display: table;
    width: 100%;
    padding: 0px;
    border: none;
    border-spacing: 0px;
    border-collapse: separate;
}
.AllSite .block4 ._b4 > div{
    display: table-cell;
    vertical-align: top;
}
.AllSite .block4 ._b4 > div._block_1{
    padding: 80px 0px 50px 10%;
}
.AllSite .block4 ._b4 > div._block_1 .title1{
    font-size: 18px;
    color:#f1592a;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    padding-bottom: 10px;
    letter-spacing: 2px;
}
.AllSite .block4 ._b4 > div._block_1 .title2{
    font-size: 36px;
    color:#fff;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 42px;
}
.AllSite .block4 ._b4 > div._block_1 .name{
    font-size: 18px;
    color:#f1592a;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 100%;
    padding-bottom: 20px;
    letter-spacing: 1.7px;
}
.AllSite .block4 ._b4 > div._block_1 .ul{
    padding-bottom: 45px;
}
.AllSite .block4 ._b4 > div._block_1 .ul > div{
    position: relative;
    z-index: 0;
    padding-left: 23px;
    display: block;
    font-size: 16px;
    color: #a2a8b2;
}
.AllSite .block4 ._b4 > div._block_1 .ul > div:before{
    position: absolute;
    z-index: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    background-color: #f1592a;
    top:7px;
    left: 5px;
}
.AllSite .block4 ._b4 > div._block_1 .ul > div + div{
    margin-top: 12px;
}
.AllSite .block4 ._b4 > div._block_2{
    padding: 105px 0px 95px 0px;
    width: 530px;
}
.AllSite .block4 ._b4 > div._block_2 form{
    position: relative;
    z-index: 0;
}
.AllSite .block4 ._b4 > div._block_2 form .name{
    font-size: 36px;
    color:#fff;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 30px;
}
.AllSite .block4 ._b4 > div._block_2 form ._BlockStat{
    position: absolute;
    right: 0px;
    font-size: 16px;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding: 0px 0px 0px 28px;
    height: 22px;
    opacity: 0;
    top: 30px;
    margin-top: 6px;
    z-index: 5;
}
.AllSite .block4 ._b4 > div._block_2 form ._BlockStat.error{
    color: #ff0d0d;
    background-image: url('../img/finger.png');
    opacity: 1;
    transition: none;
}
.AllSite .block4 ._b4 > div._block_2 form ._BlockStat.error:before{
    display: inline-block;
    content: 'Fehler';
    transition: none;
}
.AllSite .block4 ._b4 > div._block_2 form ._BlockStat.ecus{
    color: #00c12d;
    background-image: url('../img/ecus.png');
    opacity: 1;
    transition: none;
}
.AllSite .block4 ._b4 > div._block_2 form ._BlockStat.ecus:before{
    display: inline-block;
    content: 'Bewerbung gesendet';
    transition: none;
}

.AllSite .block4 ._b4 > div._block_2 form.stat ._BlockStat{
    -webkit-animation: formpuls .5s linear;
    animation: formpuls .5s linear;
    top: 0px;
    opacity: 1;
}

@-webkit-keyframes formpuls {
    0% {
        opacity: 0;
        top: 30px;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}


.AllSite .block4 ._b4 > div._block_2 form .input{}
.AllSite .block4 ._b4 > div._block_2 form .input + .input{
    padding: 24px 0px 0px 0px;
}
.AllSite .block4 ._b4 > div._block_2 form .input input{
    width: 100%;
    height: 56px;
    border: none;
    padding: 0px 20px;
    font-size: 16px;
    color: #4b5057;
    font-style: italic;
    border-radius: 0px;
    /*border: 2px solid #fff;*/
    box-shadow: none;
    font-family: "Roboto";
    outline: none;
}
.AllSite .block4 ._b4 > div._block_2 form .input input.error{
    border: 2px solid #e50606;
    color: #e50606;
}
input.error::-webkit-input-placeholder {
    color: #e50606;
}
input.error::-moz-placeholder {
    color: #e50606;
}
.AllSite .block4 ._b4 > div._block_2 form ._c{
    padding-top: 23px;
}
.AllSite .block4 ._b4 > div._block_2 form ._c input{
    display: none;
}
.AllSite .block4 ._b4 > div._block_2 form ._c label{
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background-image: url('../img/chek.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 25px;
    min-height: 15px;
    cursor: pointer;
}
.AllSite .block4 ._b4 > div._block_2 form ._c label:hover{
    background-image: url('../img/chek.hover.png');
}
.AllSite .block4 ._b4 > div._block_2 form ._c input:checked + label{
    background-image: url('../img/chek.act.png');
}
.AllSite .block4 ._b4 > div._block_2 form ._f{
    padding-top: 21px;
}
.AllSite .block4 ._b4 > div._block_2 form ._f button{
    background-color: #f1592a;
    color: #fff;
    height: 58px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #ab3713;
    width: 100%;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Roboto';
}
.AllSite .block4 ._b4 > div._block_2 form ._f button:disabled{
    opacity: .5;
    cursor: default;
}



.AllSite .Firmenmanagement{
    padding: 66px 0px 80px 0px;
}
.AllSite .Firmenmanagement .title1{
    font-size: 18px;
    color:#f1592a;
    font-family: 'Khand';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.AllSite .Firmenmanagement .title2{
    font-size: 36px;
    color:#fff;
    font-family: 'Khand';
    font-weight: 600;
    padding-top: 3px;
    line-height: 36px;
}
.AllSite .Firmenmanagement .list{
    font-size: 0px;
    margin: 0px -15px;
    padding: 43px 0px 0px 0px;
}
.AllSite .Firmenmanagement .list ._block{
    display: inline-block;
    width: 33.3333%;
    padding: 0px 15px;
    font-size: 16px;
}
.AllSite .Firmenmanagement .list ._block .img{
    height: 270px;
    overflow: hidden;
}
.AllSite .Firmenmanagement .list ._block .img img{
    max-width: 100%;
    position: relative;
    top:-30px;
}
.AllSite .Firmenmanagement .list ._block .name{
    font-size: 18px;
    color:#fff;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 0px 0px 0px;
    letter-spacing: 1.1px;
}
.AllSite .Firmenmanagement .list ._block .dol{
    color: #f1592a;
}
.AllSite .Firmenmanagement .list ._block .con{
    line-height: 24px;
    padding: 8px 0px 0px 0px;
}
.AllSite .Firmenmanagement .list ._block .con span{
    color:#a2a8b2;
}

.AllSite .unsere{}
.AllSite .unsere .list{
    font-size: 0px;
    background-color: #282c2f;
    padding: 0px 0px 30px 140px;
}
.AllSite .unsere .list > div{
    display: inline-block;
    vertical-align: top;
}
.AllSite .unsere .list > div.name{
    background-color: #f1592a;
    font-size: 18px;
    color:#fff;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding: 51px 21px 17px 21px;
    text-shadow: 0px 1px 0px #ab3713;
    letter-spacing: 1px;
}
.AllSite .unsere .list > div.img{
    padding: 0px 0px 0px 8.4%;
}
.AllSite .unsere .list > div.img.mobyle{
    display: none;
}
.AllSite .unsere .list > div:nth-child(2){
    padding-top: 35px;
}
.AllSite .unsere .list > div:nth-child(3){
    padding-top: 43px;
}
.AllSite .unsere .list > div:nth-child(4){
    padding-top: 47px;
}
.AllSite .unsere .list > div:nth-child(5){
    padding-top: 40px;
}
.AllSite .unsere .list > div.img img{
    max-width: 100%;
}

.AllSite .kompany{
    background-color: #fff;
    padding: 50px 0px 0px 0px;
}
.AllSite .kompany ._block{
    background-color: #f4f4f4;
    padding: 77px 140px 70px 140px;
}
.AllSite .kompany ._block .title1{
    color: #f1592a;
    font-size: 18px;
    font-family: 'Khand';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1.9px;
}
.AllSite .kompany ._block .title2{
    color: #282a2d;
    font-size: 36px;
    font-family: 'Khand';
    font-weight: 600;
    line-height: 36px;
    padding-top: 10px;
}
.AllSite .kompany ._block .text{
    padding-top: 22px;
    font-size: 0px;
    margin: 0px -45px;
    line-height: 29px;
}
.AllSite .kompany ._block .text > div{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #4b5057;
    width: 50%;
    padding: 0px 45px;
}
.AllSite .kompany ._block .text ._block_1{}
.AllSite .kompany ._block .text ._block_2{}

.AllSite footer{
    background-color: #282c2f;
}
.AllSite footer,
.AllSite footer a{
    color: #a2a8b2;
}
.AllSite footer ._f_1{
    min-height: 0px;
    padding-bottom: 5px;
}
.AllSite footer ._f_1 .Table{
    display: table;
    width: 100%;
}
.AllSite footer ._f_1 .Table > div{
    display: table-cell;
    vertical-align: middle;
}
.AllSite footer ._f_1 .Table .logo{
    padding: 25px 0px;
    width: 25%;
}
.AllSite footer ._f_1 .Table .logo img{
    height: 54px;
}
.AllSite footer ._f_1 .Table .nav{
    text-align: left;
    padding-left: 9%;
    padding-top: 14px;
}
.AllSite footer ._f_1 .Table .nav ul{
    font-size: 0px;
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.AllSite footer ._f_1 .Table .nav ul li{
    display: inline-block;
}
.AllSite footer ._f_1 .Table .nav ul li + li{
    padding-left: 8%;
}
.AllSite footer ._f_1 .Table .nav ul li:first-child{}
.AllSite footer ._f_1 .Table .nav ul li:last-child{}
.AllSite footer ._f_1 .Table .nav ul li a{
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Khand';
    font-weight: 600;
    letter-spacing:1.2px;
    cursor: pointer;
}
.AllSite footer ._f_1 .Table .nav ul li a:hover{
    color: #f1592a;
}
.AllSite footer ._f_1 .Table .copir{
    text-align: right;
    width: 25%;
    font-size: 10px;
    padding-top: 15px;
}
.AllSite footer ._f_2{
    min-height: 0px;
    padding: 35px 0px;
}
.AllSite footer ._f_2 .Table{
    display: table;
    width: 100%;
}
.AllSite footer ._f_2 .Table > div{
    display: table-cell;
    width: 33.33%;
    font-size: 12px;
    line-height: 22px;
}
.AllSite footer * + ._f_2{
    border-top: 1px solid #3c4145;
}


/* Картинки блоков */
.AllSite .Block1 .img{
    position: absolute;
    top:0px;
    right: 0px;
    width: 50%;
    z-index: 1;
    height: 110%;
    background-image: url('../img/block/img.1.1920.jpg');
    background-position: 100% 0px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1600px){
    .AllSite .Block1 .img{
        background-position: 75% 0px;
    }
}
@media screen and (max-width: 1370px){
    .AllSite .Block1 .img{
        background-image: url('../img/block/img.1.1280.jpg');
        background-position: 100% 0px;
    }
}
@media screen and (max-width: 1040px){
    .AllSite .Block1 .img{
        background-image: url('../img/block/img.1.1024.jpg');
        background-position: 100% 0px !important;
    }
}
@media screen and (max-width: 1000px){
    .AllSite .Block1 .img{
        background-position: 50% 0px !important;
    }
}
@media screen and (max-width: 800px){
    .AllSite .Block1 .img{
        background-image: url('../img/block/img.1.1280.jpg');
        background-position: 50% 0px;
    }
}
@media screen and (max-width: 600px){
    .AllSite .Block1 .img {
        background-image: url('../img/block/img.1.1920.jpg');
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 300px;
        background-position: 50% 50%;
        background-size: cover;
    }
}
@media screen and (max-width: 400px){
    .AllSite .Block1 .img {
        height: 250px;
    }
}

.AllSite .Block2 ._blockLeft .img{
    margin: 0px 0px 0px 0px;
    position: relative;
    z-index: 0;
    height: 607px;
    width: 100%;
}
.AllSite .Block2 ._blockLeft .img > div{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 155%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url('../img/block/img.2.1920.jpg');
}
@media screen and (max-width: 1500px) {
    .AllSite .Block2 ._blockLeft .img > div{
        width: 160%;
    }
}
@media screen and (max-width: 1370px) {
    .AllSite .Block2 ._blockLeft .img{
        height: 568px;
    }
    .AllSite .Block2 ._blockLeft .img > div{
        width: 120%;
        background-position: 45% 50%;
    }
}
@media screen and (max-width: 1280px) {
    .AllSite .Block2 ._blockLeft .img > div{
        background-position: 100% 50% !important;
        background-image: url('../img/block/img.2.1280.jpg');
    }
}
@media screen and (max-width: 1150px) {
    .AllSite .Block2 ._blockLeft .img > div{
        /*background-position: 50% 50% !important;*/
    }
}
@media screen and (max-width: 1040px) {
    .AllSite .Block2 ._blockLeft .img{
        height: 463px;
    }
    .AllSite .Block2 ._blockLeft .img > div{
        height: 463px;
        background-position: 100% 50% !important;
        background-size: contain;
    }
}
@media screen and (max-width: 850px){
    .AllSite .Block2 ._blockLeft .img > div{
        background-position: 25% 50% !important;
        background-size: cover;
    }
}
@media screen and (max-width: 600px){
    .AllSite .Block2 ._blockLeft .img{
        display: none;
    }
    .AllSite .Block2.mobily ._blockLeft .img{
        display: block;
        overflow: hidden;
        height: 300px;
        background-image: url('../img/block/img.2.1920.jpg');
        background-size: cover;
        background-position: 50% 50%;
    }
}
@media screen and (max-width: 400px){
    .AllSite .Block2.mobily ._blockLeft .img{
        height: 250px;
    }
}

.AllSite .Block3 .img{
    position: absolute;
    bottom:0px;
    left: 50.8%;
    width: 50%;
    z-index: 1;
    min-height: 100%;
}
.AllSite .Block3 .img .element{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 110%;
    background-image: url('../img/block/img.3.1920.jpg');
    background-position: 0% 100%;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1370px) {
    .AllSite .Block3 .img .element{
        height: 105%;
        background-position: 50% 50%;
    }
    .AllSite .Block3 .img .list{
        top: 68%;
    }
    .AllSite .Block3 .img .list > div{
        margin: 14px 0px 0px 0px;
    }
}
@media screen and (max-width: 1280px) {
    .AllSite .Block3 .img .element{
        background-image: url('../img/block/img.3.1280.jpg');
        background-position: 50% 100%;
    }
}
@media screen and (max-width: 1160px) {
    .AllSite .Block3 .img .element{
        background-size: cover;
        background-position: 70% 100%;
    }
}
@media screen and (max-width: 1040px) {
    .AllSite .Block3 .img{
        top: auto;
        left: 51%;
        bottom: 0px;
    }
    .AllSite .Block3 .img .element-paroller{
        background-size: auto 110%;
    }
    .AllSite .Block3 .img img{
        max-height: 100%;
    }
    .AllSite .Block3 .img .list{
        top: 32.7%;
        letter-spacing: 0.3px;
        padding: 21px 21px 16px 20px;
    }
}
@media screen and (max-width: 600px){
    .AllSite .Block3 .img{
        position: relative;
        width: 100%;
        left: 0px;
        min-height: 300px;
        overflow: visible;
    }
    .AllSite .Block3 .img .element{
        background-image: url(../img/block/img.3.1920.jpg);
        background-size: cover;
        background-position: 50% 90%;
        height: 100%;
    }
    .AllSite .Block3 .img .over{
        overflow: hidden;
        height: 300px;
        display: block;
        position: relative;
        z-index: 1;
    }
    .AllSite .Block3 .img .list{
        left: auto;
        right: 0px;
        font-size: 16px;
        width: 165px;
        padding: 13px 0px 13px 12px;
        top: -55px;
    }
    .AllSite .Block3 .img .list > div:first-child {
        margin: 0px;
    }
    .AllSite .Block3 .img .list > div{
        margin: 10px 0px 0px 0px;
        background-size: auto 7px;
        padding: 0px 0px 0px 19px;
    }
}
@media screen and (max-width: 400px){
    .AllSite .Block3 .img{
        min-height: 250px;
    }
}
@media screen and (max-width: 450px){
    .AllSite .Block3 .img .list{
        width: 140px;
        top: -45px;
    }
}

@media screen and (max-width: 1900px){
    .AllSite .Block1 .img{
        background-position: 50% 0px;
    }
    .AllSite .Block2 ._blockLeft .img > div{
        width: 150%;
        background-position: 50% 50%;
    }
    .AllSite .Block3 .img .element{
        background-position: 50% 100%;
    }
}

.AllSite .block4 ._b4 > div.imgMobyle{
    display: none;
}
.AllSite .block4 ._b4 > div.img{
    width: 390px;
    position: relative;
    z-index: 0;
}
.AllSite .block4 ._b4 > div.img img{
    position: absolute;
    top:0px;
    right: 0px;
    max-height: 100%;
    display: none;
}
.AllSite .block4 ._b4 > div.img img.i1920{
    display: block;
}
