/*critical*/
.template_header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-color: white;
    background-color: rgb(253,253,254);
    background: -webkit-linear-gradient(180deg,rgba(253,253,254,1) 0%,rgba(238,239,241,1) 100%);
    background: -moz-linear-gradient(180deg,rgba(253,253,254,1) 0%,rgba(238,239,241,1) 100%);
    background: linear-gradient(180deg,rgba(253,253,254,1) 0%,rgba(238,239,241,1) 100%);
    }
.template_header .top {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowarp;
    -ms-flex-flow: row nowarp;
    flex-flow: row nowarp;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100px;
    }
.template_header .top .maxw {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    }
.template_header .top .left {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 100%;
    width: 60px;
    overflow: visible;
    }
.template_header .top .center {
    display: inline-block;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 100%;
    text-align: left;
    }
.template_header .top .center .main_logo {
    height: 68px;
    margin-top: 18px;
    width: auto;
    }
.template_header .top .right {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 1 60px;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    height: 100%;
    }
.template_header .middle {
    height: auto;
    display: block;
    }
.template_header .middle .main_logo {
    height: 100px;
    margin-bottom: 20px;
    width: auto;
    }
.template_header .middle .slider_block {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 500px;
    text-align: center;
    margin-bottom: 50px;
    }
.template_header .middle .slider_block .slider_element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    }
.template_header .middle .slider_block .slider_element img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-left: 50%;
    }
.template_header .middle .slider_block .slider_element.active {
    opacity: 1;
    }
.template_header .middle .slider_block .slider_element.active img {
    margin-left: 0%;
    }
.template_header .middle .slider_block .slider_element.after {
    opacity: 0;
    }
.template_header .middle .slider_block .slider_element.after img {
    margin-left: -50%;
    }
.template_header .middle .slider_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 500px;
    height: 500px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.template_header .middle .slider_overlay .wolf {
    width: auto;
    height: 50%;
    }
.template_header .bottom {
    padding: 10px 0;
    background-color: white;
    border-top: solid 1px rgb(220,220,220);
    border-bottom: solid 1px rgb(220,220,220);
    }

/* 0-640 */
@media only screen and (max-width:640px) {
.template_header .top {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    height: 100px;
    background-color: rgb(240,240,240);
    border-bottom: solid 1px rgb(230,230,230);
    }
.template_header .top .left {
    width: auto;
    }
.template_header .top .center .main_logo {
    display: none;
    }
.template_header .bottom {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -100px;
    padding: 0;
    }
.template_header .bottom .module.displaymenu.defheader,
.template_header .bottom .module.displaymenu.header {
    pointer-events: none;
    }
.template_header .bottom .module.displaymenu.defheader .menu-opener,
.template_header .bottom .module.displaymenu.defheader .mobile-menu,
.template_header .bottom .module.displaymenu.header .menu-opener,
.template_header .bottom .module.displaymenu.header .mobile-menu {
    pointer-events: auto;
    }
}

/* 0-480 */
@media only screen and (max-width:480px) {
.template_header .top {
    height: 64px;
    }
.template_header .bottom {
    margin-top: -64px;
    }
}

/*critical*/
.content {
    min-height: -webkit-calc(100vh - 130px - 313px);
    min-height: -moz-calc(100vh - 130px - 313px);
    min-height: calc(100vh - 130px - 313px);
    padding: 1px;
    background-image: url(/images/public/bg.png);
    }
.template_footer {
    background-color: rgb(23,23,23);
    color: white;
    padding-top: 30px;
    }
.template_footer .bottom_block {
    color: rgb(129,129,129);
    background-color: black;
    margin-top: 30px;
    padding: 60px 5px;
    font-weight: bold;
    }
.template_footer .bottom_block .maxw {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    }
.template_footer .bottom_block .maxw .company {
    font-size: 1.1em;
    }
