.header {
    position: relative;
    height: 580px;
    width: 100%;
    background-color: black;
    background-image: url(/images/public/black_bg.jpg);
    background-image: url(/images/public/black_bg.webp);
    background-size: cover;
    background-position: center center;
    }
.header .layer1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    }
.header .layer1 .wolf_bg {
    width: 100%;
    height: 100%;
    background-image: url(/images/public/wolf_grayscale.svg);
    background-size: cover;
    background-position: center center;
    opacity: .08;
    }
.header .layer1 .halftone {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background-image: url(/images/public/halftone_01.png);
    background-size: auto 100%;
    }
.header .layer1 .logo_cont {
    position: relative;
    bottom: 300px;
    height: 120px;
    width: 100%;
    background: -webkit-linear-gradient(to right,#fff 50%,#dedede 100%);
    background: -moz-linear-gradient(to right,#fff 50%,#dedede 100%);
    background: linear-gradient(to right,#fff 50%,#dedede 100%);
    }
.header .layer1 .logo_cont .maxw {
    height: 100%;
    position: relative;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.header .layer1 .logo_cont .logo {
    width: auto;
    height: 80px;
    position: relative;
    left: 20px;
    }
.header .layer1 .logo_cont .cracks {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(/images/public/cracks.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    }
.header .layer2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    }
.header .layer2 .maxw {
    height: 100%;
    position: relative;
    }
.header .layer2 .maxw .wolf {
    position: absolute;
    right: 50px;
    top: 20px;
    height: 90%;
    width: auto;
    }
.header .layer2 .menus {
    display: inline-block;
    pointer-events: auto;
    }
.header .layer2 .altmenus {
    float: right;
    display: inline-block;
    pointer-events: auto;
    }
.header .top {
    position: fixed;
    width: 100%;
    height: 84px;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 4px solid #7F5F47;
    background: white;
    }
.header .top .maxw {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    }
.header .top .left {
    float: left;
    height: 100%;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    text-align: left;
    }
.header .top .left > div {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 100%;
    }
.header .top .right {
    float: right;
    height: 100%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    }
.header .top .right > div {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid rgb(229,229,229);
    }
.header .top .right > div:last-child {
    border-right: 1px solid rgb(229,229,229);
    }
.footer {
    position: relative;
    background-color: rgb(40,40,40);
    }
.footer .top_block {
    background-color: #3a6d8b;
    border-top: 1px solid rgb(30,30,30);
    height: auto;
    padding: 20px 10px;
    width: 100%;
    border-bottom: solid 2px rgb(67,120,188);
    position: relative;
    }
.footer .bottom_block {
    position: relative;
    height: 200px;
    padding: 10px;
    }
.footer .bottom_block .wolf_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .03;
    background-image: url(/images/public/wolf_grayscale.svg);
    background-size: cover;
    background-position: left center;
    }
.footer .bottom_block .contacts {
    padding-top: 10px;
    width: auto;
    position: relative;
    float: right;
    height: 30px;
    color: rgb(200, 200, 200);
    text-align: left;
    }
.footer .bottom_block .contacts li {
    list-style: none;
    margin-bottom: 10px;
    }
.footer .bottom_block .contacts li i {
    margin-right: 5px;
    }
.footer .bottom_block .logo {
    position: relative;
    display: inline-block;
    float: left;
    height: 50px;
    margin-top: 30px;
    width: auto;
    }

/* 0-1024 */
@media only screen and (max-width:1024px) {
}

/* 0-640 */
@media only screen and (max-width:640px) {
.header .layer1 .logo_cont {
    z-index: 100;
    }
.header .layer1 .logo_cont .maxw {
    text-align: center;
    }
.header .layer1 .logo_cont .logo {
    width: 90%;
    height: auto;
    left: unset;
    }
.header .layer1 .logo_cont .cracks {
    display: none;
    }
.header .layer2 .maxw .wolf {
    position: relative;
    right: unset;
    height: 70%;
    top: 0;
    }
.header .layer2 .menus {
    display: block;
    background-color: rgb(23,23,23);
    }
.footer .bottom_block {
    height: 300px;
    }
.footer .bottom_block .logo {
    float: unset;
    }
.footer .bottom_block .contacts {
    float: unset;
    margin-top: 20px;
    text-align: center;
    }
.footer .bottom_block .contacts ul {
    padding: 0;
    }
}
