* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;;
}

header {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 30px 20px 20px;
    align-items: center;
}

.logo {
    max-width: 300px;
    flex: 1;
}

nav {
    display: flex;
    align-items: center;
    font-size: 12px;
}


nav .telefon {
    background-color: #C00D0D;
    border-radius: 3px;
    margin-right: 20px;
}

nav .eposta {
    background-color: #1A1A1A;
    border-radius: 3px;
    margin-right: 20px;
}

nav .instagram {
    background-color: royalblue;
    border-radius: 3px;
}

nav a {
    display: block;
    padding: 10px 20px;
    color: azure;
    text-decoration: none;
}

nav .telefon:hover {
    background-color: #A80D0D;
}

nav .eposta:hover {
    background-color: black;
}

nav .instagram:hover {
    background-color: #4156e1;
}

main {
    max-width: 1300px;
    padding: 0px 20px;
    display: flex;
    margin: auto;
}

main .left {
    flex: 1;
    padding: 50px 50px 50px 0;
}

main .right {
    flex: 1;
}

h1 {
    font-size: 65px;
    font-weight: 900;
    color: #D20A11;
    line-height: 60px;
    margin: 70px 0 30px 0;
}

p {
    line-height: 20px;
}

.text {
    margin-bottom: 130px;
}

.logos {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logos a:not(:last-child) {
    border-right: solid 1px black;
}

.logos img {
    margin-right: 20px;
    filter: grayscale(0.3);
}

.logos img:hover {
    filter: none;
}

.line {
    max-width: 1300px;
    display: flex;
    margin: auto;
    padding: 20px;
    align-items: center;
}

.line .line-left {
    flex: 1;
}

.line .line-right {
    flex: 1;
    justify-content: space-between;
    display: flex;
    text-align: center;
}

footer {
    text-align: center;
    margin: 20px 0px 10px 0px;
}

#comslider_in_point_2120183 {
    max-width: 600px;
}


@media all and (max-width: 1000px) {
    main {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 750px) {
    header {
        display: block;
        padding-top: 10px;
    }
    header .logo {
        margin: auto;
    }
    header nav {
        justify-content: center;
        margin-top: 10px;
    }
    main {
        text-align: center;
    }
    nav {
        display: block;
        text-align: center;
    }
    nav .eposta {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    nav .telefon {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .text {
        margin-bottom: 20px;
    }
    h1 {
        font-size: 45px;
        line-height: 40px;
        margin: 20px 0 20px 0;
    }
    main .left {
        padding: 5px;
        display: block;
        width: 100%;
    }

    #comslider_in_point_2120183 {
        max-width: 300px;
        margin: auto;
    }

    #imgidle_2120183_1281767 {
        width: 100%;
    }

    #imgidle_2120183_1281768 {
        width: 100%;
    }

    #imgidle_2120183_1281769 {
        width: 100%;
    }

    .line {
        display: block;
        text-align: center;
    }

    .logos {
        display: block;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 10px;
    }

    .logos a {
        display: block;
        margin: auto;
        min-height: 65px;
    }
    
    .logos a:not(:last-child) {
        border-right: none;
        border-bottom: solid 1px black;
    }
    
    .logos img {
        margin-right: 0px;
        padding-top: 15px;
        filter: none;
    }

    .line-right {
        margin-top: 10px;
    }
}