.landing {
    width: 100%;
    min-height: 560px;
    height: 100vh;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: #363631;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.landing div {
    display: block;
    position: relative;
}

.landing a {
    text-decoration: none; 
    transition: .2s;
}

.landing .container {
    padding: 0.01em 16px;
    margin: auto;
    max-width: 1024px;
    width: 100%;
}

.landing .container::before {
    content: "";
    display: table;
    clear: both;
}

.landing .header {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;
    margin: 0 auto;
    position: inherit;
    text-align: inherit;
    overflow: inherit;
    -webkit-background-size: inherit;
    background-size: inherit;
    background-position: inherit;
    border-bottom: inherit;
}

.landing .header img {
    max-height: 60px;
}

.landing .header .logo, .header .buttons {
    display: inline-block;
    width: 25%;
    float: left;
}

.landing .header .links {
    display: inline-block;
    width: 50%;
    float: left;
    line-height: 80px;
    text-align: center;
}

.landing .header .links a {
    margin-right: 15px;
    margin-left: 15px;
}

.landing .header .buttons {
    text-align: right;
    line-height: 80px;
}

.landing .header .buttons a, .header .links a {
    color: #ccc;
    text-transform: uppercase;
}

.landing .header .buttons a:hover, .header .links a:hover{
    color: #eee;
}

.landing .main .block {
    position: relative;
    padding-top: 73px;
    padding-bottom: 59px;
    margin-top: 13vh;
}

/*
.landing .main .block:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: " ";
    width: 100%;
    width: calc(100%-40px);
    border: 7px rgba(255,255,255,0.05) solid;
    border-radius: 2px;
    margin-left: 40px;
    z-index: -1;
}
*/

.landing .main h1 {
    line-height: normal;
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    margin-bottom: 37px;
    text-align: center;
}

.landing .main h1 span {
    font-weight: 200;
}

.landing .main .form {
    text-align: center;
}

.landing .main form {
    display: inline-block;
}

.landing .main select {
    display: inline-block;
    padding: 9px 19px;
    margin-bottom: 0;
    font-size: 14px;
    min-width: 250px;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    font-family: Lato, sans-serif;
    transition: 0.2s;
    margin-bottom: 25px;
    color: black;
}

.landing .main select:focus {
    outline: none;
}

.landing .main .btn {
    font-family: Lato, sans-serif;
    display: inline-block;
    padding: 8px 19px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    min-width: 210px;
    transition: .2s;
    outline: none;
    text-transform: uppercase;
    margin-left: 10px;
}

.landing .main .btn i {
    margin-right: 5px;
}

.landing .main button.btn, .main a.btn.m {
    border: 1px #fca500 solid;
    background: #fca500;
    color: #222;
}

.landing .main button.btn:hover, .main a.btn.m:hover {
    border: 1px #cc8500 solid;
    background: #cc8500;
    color: #000;
}

.landing .main button.btn:active, .main button.btn:focus, .main a.btn.m:active, .main a.btn.m:focus {
    border: 1px #996300 solid;
    background: #996300;
    color: white;
}

.landing .main a.btn {
    border: 1px #fca500 solid;
    color: #fca500;
}

.landing .main a.btn:hover {
    border: 1px #fca500 solid;
    background-color: #fca500;
    color: #222;
}

.landing .main a.btn:active, .main a.btn:focus {
    border: 1px #cc8500 solid;
    background: #cc8500;
    color: #000;
}

.landing .footer {
    text-align: left;
    height: 41px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #ccc;
    cursor: default;
    width: 100%;
}
.landing .footer {
    text-align: left;
    height: 64px;
    min-height: 41px;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #ccc;
    cursor: default;
    width: 100%;
    background: none;
}

.landing .footer li {
    display: inline;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px #777 solid;
    line-height: 41px;
}

.landing .footer li:first-child {
    padding-left: 0;
}

.landing .footer li:last-child {
    padding-right: 0;
    border-right: none;
}

.landing .footer a {
    color: #ccc;
    cursor: pointer;
}

.landing .footer a:hover {
    color: #fff;
}

.landing .main a.btn.text-black {
    color: #222;
}
.field-vacancy-direction, .field-vacancy-type {
    display: inline-block!important;
}
.header button {    
    display: none;
    background: none;
    border: none;
    color: #ccc;
    font-size: 1.3em;
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .landing .header .links {
        display: none;
    }
    .landing .header .buttons {
        line-height: 67px;
    }
    
    .landing .header .logo, .header .buttons {
        width: 50%;
    }
    
    .landing .main .block {
        margin-top: 0;
    }
    
    .landing .main h1 {
        font-size: 38px;
    }
    .landing .main .btn {
        clear: both;
        content: ' ';
    }
    .header .links, .header .buttons a {
        display: none;
    }
    .header button {
        display: inline;
    }
    .header .buttons {
        line-height: 67px;
    }
    
    .header .logo, .header .buttons {
        width: 50%;
    }
    
    .main .block {
        margin-top: 0;
    }
    
    .main h1 {
        font-size: 38px;
    }
    .main .btn {
        clear: both;
        content: ' ';
    }
}

@media screen and (max-width:450px) {
    .landing {
        height: 120vh;
    }
    .landing .main select, .main .btn {
        width: 80%;
    }    
    .landing .main h1 {
        font-size: 32px;
    }
    .landing .main .block {
        padding-top: 57px;
    }
    .landing .footer {
        position: inherit;
        text-align: center
    }    
    .landing .footer li {
        border: none;
        display: block;
        width: 100%;
        line-height: inherit;
        margin-bottom: 15px;
    }
    .landing .main .form {
        text-align: center;
    }
    .landing .main select {
        
    }
    .landing .main .btn {
        margin-bottom: 25px;
        margin-left: 0;
    }
    body {
        height: 120vh;
    }
    .main select, .main .btn {
        width: 80%;
    }    
    .main h1 {
        font-size: 32px;
    }
    .main .block {
        padding-top: 57px;
    }
    .footer {
        position: inherit;
        text-align: center
    }    
    .footer li {
        border: none;
        display: block;
        width: 100%;
        line-height: inherit;
        margin-bottom: 15px;
    }
    .main .form {
        text-align: center;
    }
    .main select {
        
    }
    .main .btn {
        margin-bottom: 25px;
        margin-left: 0;
    }
}
@media screen and (max-width:375px) {
    .landing .main select, .main .btn {
        width: 90%;
    }  
    .main select, .main .btn {
        width: 90%;
    }  
}

/* @media screen and (max-width:768px) {
    .landing .header .links {
        display: none;
    }
    .landing .header .buttons {
        line-height: 67px;
    }
    
    .landing .header .logo, .header .buttons {
        width: 50%;
    }
    
    .landing .main .block {
        margin-top: 0;
    }
    
    .landing .main h1 {
        font-size: 38px;
    }
    .landing .main .btn {
        clear: both;
        content: ' ';
    }
}

@media screen and (max-width:450px) {
    .landing {
        height: 120vh;
    }
    .landing .main select, .main .btn {
        width: 80%;
    }    
    .landing .main h1 {
        font-size: 32px;
    }
    .landing .main .block {
        padding-top: 57px;
    }
    .landing .footer {
        position: inherit;
        text-align: center
    }    
    .landing .footer li {
        border: none;
        display: block;
        width: 100%;
        line-height: inherit;
        margin-bottom: 15px;
    }
    .landing .main .form {
        text-align: center;
    }
    .landing .main select {
        
    }
    .landing .main .btn {
        margin-bottom: 25px;
        margin-left: 0;
    }
}
@media screen and (max-width:375px) {
    .landing .main select, .main .btn {
        width: 90%;
    }  
} */