/** meyer css **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

    a img, :link img, :visited img {
        border: 0;
    }

:focus {
    outline: 0;
}

.clear {
    clear: both;
}
/**           **/

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.eot');
    src: url('font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Roboto-Regular.woff2') format('woff2'),
        url('font/Roboto-Regular.woff') format('woff'),
        url('font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Bold.eot');
    src: url('font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Roboto-Bold.woff2') format('woff2'),
        url('font/Roboto-Bold.woff') format('woff'),
        url('font/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body{
    background-color: #f4f4f4;
    font-family: "roboto";
    color: #222222;
}

a {
    color: inherit;
    transition: ease-in-out 0.3s;
}

a:hover{
    color: #e00808;
}

.main-container{
    display: table;
    width: 100%;
}

.main-content{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin-right: 50%;
    height: 100vh;
    padding: 20px 10px;
}

.logo{
    height: 170px;
    margin: auto;
    width: 100%;
    max-width: 210px;
}

.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-content-header{
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 8px;
}

.main-content-text{
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 160px;
}

.main-content-adress-header{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #e00808;
    text-align: center;
    margin-bottom: 15px;
}

.main-content-adress-text{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.main-content-e-mail{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}

.main-content-phone{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.main-image-content{
    display: table;
    width: 100%;
    background-image: url("../images/background-image.png");
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100vh;
    background-size: cover;
}

@media screen and (max-width: 800px) and (max-height: 700px) {
    .main-content-header
    {
        font-size: 24px;
        line-height: 26px;
        margin-top: 50px;
    }

    .main-content-text{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 80px;
    }
}
    
@media screen and (max-width: 685px) and (max-height: 450px){
    .main-content-header
    {
        font-size: 18px;
        line-height: 20px;
        margin-top: 25px;
    }

    .main-content-text
    {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
    
@media screen and (max-width: 550px) and (max-height: 450px){
    .main-content-header
    {
        font-size: 18px;
        line-height: 20px;
        margin-top: 25px;
    }

    .main-content-text
    {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 40px;
    }

    .main-image-content{
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 80px;
    }

    .main-image-content{
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 80px;
    }
    
    .main-image-content{
        display: none;
    }
}

@media screen and (max-height: 650px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 80px;
    }
}

@media screen and (max-height: 550px) {
    .main-content-header
    {
        margin-top: 25px;
    }

    .main-content-text{
        margin-bottom: 40px;
    }
}

@media screen and (max-height: 450px) {
    .main-content-header
    {
        font-size: 20px;
        line-height: 20px;
    }

    .main-content-text
    {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main-content-adress-header{
        font-size: 20px;
        line-height: 20px;
    }

    .main-content-adress-text{
        font-size: 20px;
        line-height: 20px;
    }

    .main-content-e-mail{
        font-size: 20px;
        line-height: 20px;
    }

    .main-content-phone{
        font-size: 20px;
        line-height: 20px;
    }

    .logo{
        height: 80px;
    }
}

@media screen and (max-height: 350px) {
    .main-content-header
    {
        font-size: 18px;
        line-height: 20px;
        margin-top: 25px;
    }

    .main-content-text
    {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .logo{
        height: 80px;
    }
}

@media screen and (max-height: 320px) {
    .main-content-header
    {
        font-size: 24px;
        line-height: 26px;
        margin-top: 25px;
    }

    .main-content-text
    {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .logo{
        height: 100px;
    }

    .main-image-content{
        display: none;
    }

    .main-content-portrait-middle{
        display: table;
        width: 100%;
    }

    .main-content-top{
        display: table-cell;
        vertical-align: middle;
    }

    .main-content-bottom{
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (orientation:portrait) {
    .main-content{
        display: table;
        height: 50vh;
        width: 100vw;
    }

    .main-content-portrait-middle{
        display: table-cell;
        vertical-align: middle;
    }
    
    .main-image-content{
        display: block;
        height: 50vh;
        max-height: 50%;
        width: 100vw;
    }

    .main-content-text{
        margin-bottom: 140px;
    }
}

@media screen and (orientation:portrait) and (max-height: 1320px) and (min-width: 551px) {
    .main-image-content{
        display: block;
        height: calc(100vh - 659px);
        width: 100vw;
    }
    
    .logo{
        height: 150px;
    }
}

@media screen and (orientation:portrait) and (max-height: 1000px) and (min-width: 551px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 60px;
    }
    
    .main-image-content{
        display: block;
        height: calc(100vh - 529px);
        width: 100vw;
    }
    
    .logo{
        height: 150px;
    }
}

@media screen and (orientation:portrait) and (max-height: 750px) and (min-width: 551px) {
    .main-content-header
    {
        font-size: 24px;
        line-height: 26px;
        margin-top: 25px;
    }

    .main-content-text{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    
    .main-image-content{
        display: block;
        height: calc(100vh - 416px);
        width: 100vw;
    }
    
    .logo{
        height: 150px;
    }
}

@media screen and (orientation:portrait) and (max-height: 1320px) and (max-width: 550px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 60px;
    }
    
    .main-image-content{
        display: block;
        height: 50vh;
        width: 100vw;
    }
}

@media screen and (orientation:portrait) and (max-height: 1060px) and (max-width: 550px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 60px;
    }
    
    .main-image-content{
        display: block;
        height: calc(100vh - 529px);
        width: 100vw;
    }
    
    .logo{
        height: 150px;
    }
}

@media screen and (orientation:portrait) and (max-height: 750px) and (max-width: 550px) {
    .main-content-header
    {
        font-size: 24px;
        line-height: 26px;
        margin-top: 25px;
    }

    .main-content-text{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    
    .main-image-content{
        display: block;
        height: calc(100vh - 416px);
        width: 100vw;
    }

    .logo{
        height: 130px;
    }
}

@media screen and (orientation:portrait) and (min-height: 1061px) and (max-width: 470px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 60px;
    }
    
    .main-image-content{
        display: block;
        height: calc(100vh - 569px);
        width: 100vw;
    }
}

@media screen and (orientation:portrait) and (max-height: 1060px) and (max-width: 440px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 60px;
    }
    
    .main-image-content{
        display: block;
        height: calc(100vh - 569px);
        width: 100vw;
    }

    .logo{
        height: 150px;
    }
}

@media screen and (orientation:portrait) and (max-height: 750px) and (max-width: 440px) {
    .main-image-content{
        display: block;
        height: calc(100vh - 501px);
        width: 100vw;
    }
}

@media screen and (orientation:portrait) and (max-height: 650px) and (max-width: 440px) {
    .main-image-content{
        display: none;
    }
    
    .main-content{
        display: table;
        height: 100vh;
    }

    .main-content-portrait-middle{
        display: table-cell;
        vertical-align: middle;
    }
    
    .logo{
        height: 150px;
    }
}

@media screen and (orientation:portrait) and (max-height: 505px) and (max-width: 440px) {
    .main-image-content{
        display: none;
    }
    
    .main-content{
        display: table;
        height: 100vh;
    }

    .main-content-portrait-middle{
        display: table-cell;
        vertical-align: middle;
    }

    .main-content-text{
        margin-bottom: 30px;
    }
    
    .logo{
        height: 150px;
    }
}

@media screen and (orientation:portrait) and (max-height: 1060px) and (max-width: 340px) {
    .main-content-header
    {
        margin-top: 50px;
    }

    .main-content-text{
        margin-bottom: 60px;
    }
    
    .main-image-content{
        display: block;
        height: calc(100vh - 593px);
        width: 100vw;
    }
}

@media screen and (orientation:portrait) and (max-height: 650px) and (max-width: 340px) {
    .main-image-content{
        display: none;
    }
}

@media screen and (orientation:portrait) and (min-height: 651px) and (max-height: 750px) and (max-width: 340px) {
    .main-image-content{
        display: block;
        height: calc(100vh - 525px);
        width: 100vw;
    }
    
    .logo{
        height: 150px;
    }
}

@media screen and (orientation:portrait) and (max-height: 530px) and (max-width: 340px) {
    .main-image-content{
        display: none;
    }
    
    .main-content{
        display: table;
        height: 100vh;
    }

    .main-content-portrait-middle{
        display: table-cell;
        vertical-align: middle;
    }
    
    .logo{
        height: 150px;
    }

    .main-content-text{
        margin-bottom: 30px;
    }
}

@media screen and (orientation:portrait) and (max-height: 480px) and (max-width: 340px) {
    .main-image-content{
        display: none;
    }
    
    .main-content{
        display: table;
        height: 100vh;
    }

    .main-content-portrait-middle{
        display: table-cell;
        vertical-align: middle;
    }

    .main-content-text{
        margin-bottom: 30px;
    }
    
    .logo{
        height: 100px;
    }
}

@Media screen and (orientation: portrait) and (min-height: 651px) and (max-height: 750px) and (max-width: 280px){
    .main-image-content{
        display: block;
        height: calc(100vh - 551px);
        width: 100vw;
    }
}