#wish-wrap .btn-middle {
    float: none;
    margin: 0 auto;
}

#header-wrapper #top-row .top-contact {
    font-size: 12px;
}

#footer-wrapper #footer .col-address {
    height: unset;
}

body {
    min-width: 320px;
    width: 100%;
}

.page-inner {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

#news-row .news-item {
    max-width: 910px;
    width: 100%;
}

#news-row {
    height: unset;
}

#footer-bottom .vcard img {
    max-width: 300px;
    width: 100%;
}

#footer-wrapper #footer #footer-logo {
    max-width: 320px;
    width: 100%;
}

#footer-bottom .map img {
    display: block;
    width: 100%;
}

#footer-bottom .vcard {
    margin: 0 0 20px;
}

#content-wrap .page-title {
    height: unset;
    min-height: 130px;
    line-height: 1.2em;
}

#wish-wrap a,
#wish-wrap a>span span {
    max-width: 333px;
    width: 100%;
}

#change-lang.flag-rs,
#change-lang.flag-hu {
    float: left;
    height: 82px;
    line-height: 82px;
    background-position: center center;
    position: unset;
}

@media (max-width: 1199px) {
    #header-wrapper #top-row,
    #header-wrapper #header #navigation {
        display: none;
    }

    #content-wrap {
        margin-top: 82px;
    }

    #header-wrapper #header #navigation {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        min-width: 300px;
        max-height: 100%;
        overflow-y: auto;
    }

    #header-wrapper #header #navigation.open {
        display: block;
    }

    #header-wrapper #header #navigation>ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
    }

    #header-wrapper #header #navigation>ul>li .subnav {
        position: unset;
        display: none;
        width: unset;
        max-height: unset;
        transform: none;
        opacity: 1;
    }

    #header-wrapper #header #navigation>ul>li .subnav.open {
        display: block;
    }

    #header-wrapper #header #navigation>ul>li.hasSub {
        height: unset;
    }

    .js-nav-close {
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: #f3724b;
        outline: none;
        width: 40px;
        height: 40px;
        font-size: 20px;
        cursor: pointer;
    }

    #header-wrapper #header #navigation>ul>li.hasSub>a>span span {
        background: none;
    }

    #header-wrapper #header #navigation>ul>li.hasSub>a>span span > div {
        width: 40px;
        height: 82px;
        border: none;
        outline: none;
        cursor: pointer;
        background: url(../images/subnav_arrow_13_8.png) no-repeat center 30px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .open-menu {
        cursor: pointer;
        border: none;
        background: #f3724b;
        outline: none;
        width: 40px;
        height: 82px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .open-menu::after {
        content: '';
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background: url('../images/menu.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }

    #header-wrapper #header #logo {
        width: 265px;
        background-size: 100% 100%;
    }

    .backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background-color: rgba(0,0,0, 0.6);
    }
}

@media (min-width: 1200px) {
    .desktop-hide {
        display: none;
    }
}
.page-title {
    background-size: auto 100% !important;
}
.page-title .page-inner h1 {
    padding-top: 29px;
}

.testimonials {
    margin: 30px 0;
}

#header-wrapper #header {
    background-size: 100% auto;
}