*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    -webkit-user-drag: none;
    -webkit-text-size-adjust: none;
    font-family: Museo Sans Cyrl,Verdana,sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    color: #373737;
    background: #e9e9e9;
    padding-top: 80px;
}
.header-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 80px;
    background: #c00;
    color: #fff;
}
.header-main img {
    margin: 10px 20px;
}
footer.footer-menu__wrapper {
    background:#444;
}
footer.footer-menu__wrapper span {
    background: #444;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    display: block;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1004px;
    text-align: center;
}
h1.main_label {
    width: 100%;
    background: #c00;
    margin-bottom: 40px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.teaser {
    height: 344px;
    display: inherit;
    float: left;
    width: 50%;
    transition: transform 300ms ease-in-out;
}
.teaser > h3 {
    background: #fff;
    margin-bottom: 30px;
    text-align: center;
    padding: 10px;
}
.teaser figure {
	background: #fff;
}
.teaser img {
    width: 100%;
    max-width: 540px;
    height: auto;
    max-height: 250px;
}
.title {
    height: 50px;
    margin-top: 4px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #333;
}
.main-container {
    height: 432px;
    min-height: calc(100vh - 155px);
    margin: 20px auto;
    max-width: 1004px;
}
.teaser.sx {
    padding-right: 15px;
}
.teaser.dx {
    padding-left: 15px;
}
a:hover > .teaser {
    transform: translateY(-10px);
}
.main-container > a {
    text-decoration: none!important;
    color: #333!important;
}
@media screen and (max-width:1003px){
    .main-container {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width:767px){
    .main-container {
        height: 950px;
    }
    .teaser {
        padding: 0!important;
        width: 100%;
        float: none!important;
        height: auto!important;
    }
    .teaser.sx {
        position: absolute;
        top: 650px;
        width: calc(100% - 40px);
        left: 20px;
    }
}
@media screen and (max-width:499px){
	.header-main img {
		margin: 13px 10px 0 10px;
		width: 40%;
		max-width: 200px;
	}
    .teaser.sx {
        top: 600px;
    }
    .main-container {
        height:900px;
    }
}
@media screen and (max-width:399px){
    .teaser.sx {
        top: 550px;
    }
    .main-container {
        height:800px;
    }
}