@font-face {
    font-family: 'fpt-book';
    src: url(fonts/fonnts.com-Futura_PT_Book.eot);
    src: url(fonts/fonnts.com-Futura_PT_Book.otf);
    src: url(fonts/fonnts.com-Futura_PT_Book.woff);
    src: url(fonts/fonnts.com-Futura_PT_Book.woff2);
}

@font-face {
    font-family: 'fpt-demi';
    src: url(fonts/fonnts.com-Futura_PT_Demi.eot);
    src: url(fonts/fonnts.com-Futura_PT_Demi.otf);
    src: url(fonts/fonnts.com-Futura_PT_Demi.woff);
    src: url(fonts/fonnts.com-Futura_PT_Demi.woff2);
}

@font-face {
    font-family: 'fpt-medium';
    src: url(fonts/fonnts.com-Futura_PT_Medium.eot);
    src: url(fonts/fonnts.com-Futura_PT_Medium.otf);
    src: url(fonts/fonnts.com-Futura_PT_Medium.woff);
    src: url(fonts/fonnts.com-Futura_PT_Medium.woff2);
}

@font-face {
    font-family: 'fpt-light';
    src: url(fonts/fonnts.com-Futura_PT_Light.eot);
    src: url(fonts/fonnts.com-Futura_PT_Light.otf);
    src: url(fonts/fonnts.com-Futura_PT_Light.woff);
    src: url(fonts/fonnts.com-Futura_PT_Light.woff2);
}



.fpt-book {
    font-family: "fpt-book", sans-serif;
}

.fpt-demi {
    font-family: "fpt-demi", sans-serif;
}
.fpt-medium {
    font-family: "fpt-medium", sans-serif;
}
.fpt-light {
    font-family: "fpt-light", sans-serif;
}



:root {
    --brown: #4c4035;
    --title-brown: #3c3229;
    --white: #ffffff;
    --light-brown: #e6e3db;
    --title-grey: #5f5e5e;
    --black: #000;
    --footer-bg: #63594f;
}


body {
    padding-top: 119px;
    font-family: "bst-light", sans-serif;
}

div.img-menu {
    flex: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}
.dropdown-menu .submenus {
    padding: 20px 15px;
    flex: 3;
}
.dropdown-menu .submenus .submenu-cont {
    flex: 1;
}

body a {
    text-decoration: none;
}

div.felso-sav {
    height: 64px;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    right: 0;
}

a.site-main {
    position: absolute;
    left: 0;
    top: -73px;
}

nav.navbar {
    background-color: #d6d3d3 !important;
    transition: all .3s ease-in-out;
    height: auto;
}

div.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    top: 41px !important;
}
div.dropdown-menu .submenu-cont p.subtitle-menu a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}
p.menu-3 img, p.menu-4 img {
    margin-right: 5px;
}
p.menu-3 a, p.menu-4 a {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}


p.menu-4 {
    gap: 5px;
    margin-left: 15px;
}




.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000;
}
.nav-link:focus, .nav-link:hover {
    color: #000;
}

nav.navbar {
    top: 64px;
    padding: 0;
    height: 55px;
}

li.nav-item {
    margin: 0;
}

a.nav-link {
    color: var(--black);
    font-size: 20px;
    text-transform: uppercase;
    padding: 2px 12px 0px 12px !important;
}

a.nav-link:hover {
    color: #000;
}
.felso-sav a.btn-axl {
    padding-right: 25px;
    padding-left: 25px;
}
a.btn-axl, a.btn-axl-lg, button.btn-axl {
    border-radius: 8px;
    font-size: 20px;
    color: #000;
    background-color: #fcc101;
    border: 1px solid #fcc101;
    display: inline-block;
    line-height: 41px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
a.btn-axl:hover, 
a.btn-axl-lg:hover {
    background-color: #000;
    color: #fcc101;
}

body a.btn-axl-lg {
    border-radius: 12px;
    font-size: 34px;    
    padding: 0 22px;
    line-height: 67px;
}

img.site-logo {
    height: auto;
}

.felso-sav .container {
    align-items: center;
    height: 64px;
    justify-content: flex-end;
    gap: 40px;
}

.felso-sav .elem-fent {
    display: flex;
    align-items: center;
    gap: 16px;
}

.felso-sav .elem-fent p {
    margin: 0;
    color: var(--white);
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
/* SITE */
h2.section-title {
    font-size: 38px;
    line-height: 38px;
    color: #fff;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}
h2.section-title span {
    color: #fcc101;
}
h3.section-title {
    font-size: 34px;
    color: #fff;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

p.section-text, .article-content p, .article-content li {
    font-size: 24px;
    line-height: 26px;
    margin: 15px 0;
    color: #fff;
    font-family: "fpt-light", sans-serif;
}
div.article-content * {
    color: var(--black);
}
#galeria p.section-text {
    font-size: 23px;
    line-height: 23px;
    margin: 18px 0;
    color: var(--black);
}

#top-main {
    color: var(--white);
    background: url('../img/top-main.jpg') no-repeat center center;
    background-size: cover;
    height: 840px;
}

#top-main h2 {
    text-transform: uppercase;
    font-size: 63px;
    line-height: 65px;
    margin: 180px 0 20px 0;
}

#top-main p.fpt-book {
    margin: 0 0 40px 0;
    font-size: 50px;
    line-height: 52px;
    text-transform: uppercase;
}
#top-main a.btn-axl-lg {
    margin-top: 30px;
}
#top-main p.emelo {
    margin: 25px 0 0 0;
}


.pulse-button {
    display: inline-block;
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.pulse-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Fehér pulzálás */
.pulse-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    z-index: 1;
}

/* Pulzáló effekt */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

/* Kép fölé helyezzük a pulzáló réteget */
.pulse-button img {
    position: relative;
    z-index: 2;
}


#bemutatkozas {
    color: var(--white);
    background-color: #000;
    padding: 90px 0 85px 0;
}
#bemutatkozas p.section-text {
    color: #fff;
}

.bem-i {
    margin-top: 30px;
}
.bem-i .box-b {
    flex: 1;
    padding: 10px 15px;
    border-left: 7px solid #fcc101;
}
.bem-i .box-b p.cim {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.bem-i .box-b p.txt {
    font-size: 24px;
    line-height: 22px;
    margin: 0;
}
p.b-fels {
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    margin: 0 0 15px 0;
    align-items: center;
    gap: 15px;
    align-items: flex-start;
}
#bemutatkozas a.pulse-button {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
p.terkep-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #fcc101;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 20px 0;
}


#berelheto {
    background-color: #36373a;
    padding: 80px 0;
}
#berelheto h2.section-title {
    margin-bottom: 80px;
}
.gep-box {
    background-color: #000;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 35px;
}
.gep-kep {
    background-color: #fff;
    height: 172px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 15px;
}
.gep-kep img {
    position: absolute;
    left: -42px;
}
a.gep-link {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fcc101;
    display: block;
    background: url('../img/gep-link.png') no-repeat right center;
}

.gep-kep img.gep-1 {
    left: 5px;
    top: 15px;
}

.gep-kep img.gep-2 {
    left: 53px;
    top:  3px;
}
.gep-kep img.gep-3 {
    left: 33px;
    top:  5px;
}

.gep-kep img.gep-4 {
    left: 40px;
    top:  5px;
}
.gep-bg {
    position: absolute;
    top: -123px;
    left: 45px;
}

#szakmai {
    padding: 80px 0;
    background-color: #fff;
}
#szakmai h2.section-title, #szakmai h3.section-title {
    color: #000;
}

.aktual-box {
    flex-direction: column;
    margin-bottom: 35px;

}
.aktual-box .aktual-img {
    height: 242px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nagy-box, .kicsi-boxok:first-child {
    margin-top: 40px;
}
.kicsi-boxok {
    margin-bottom: 28px;
}
.kicsi-boxok:last-child {
    margin-bottom: 0px;
}
.nagy-box .box-kep {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kicsi-boxok .box-kep {
    height: 216px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nagy-box a.box-link, .kicsi-boxok a.box-link, .aktual-box .aktual-link {
    font-size: 22px;
    line-height: 24px;
    margin: 15px 0;
    text-transform: uppercase;
    color: #000;
    display: block;
    max-height: 48px;
    overflow: hidden;
}
.aktual-box .aktual-link {
    height: 48px;
    overflow: hidden;
}
body .kicsi-boxok a.box-link {
    margin-top: 0;
    margin-bottom: 10px;
}
.nagy-box .box-lead, .kicsi-boxok .box-lead, .aktual-box .aktual-lead {
    font-size: 24px;
    line-height: 26px;
    margin: 15px 0;
}
.aktual-box .aktual-lead {
    height: 82px;
    overflow: hidden;
}
body .kicsi-boxok .box-lead {
    height: 98px;
    overflow: hidden;
    line-height: 24px;
    margin: 10px 0;
    font-size: 23px;
}

.nagy-box a.btn-box {
    margin-top: 30px;
}
.nagy-box a.btn-box, .kicsi-boxok a.btn-box, .aktual-box .reszletek-btn-lg {
    font-size: 22px;
    display: inline-block;
    line-height: 46px;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #36373a;
    border: 1px solid #36373a;
    color: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
body .kicsi-boxok a.btn-box, .aktual-box .reszletek-btn-lg {
    font-size: 18px;
    line-height: 40px;
    margin-top: 10px;
}


.nagy-box a.btn-box:hover, .aktual-box .reszletek-btn-lg:hover {
    background-color: #fff;
    color: #36373a;
}

.btn-osszes {
    display: inline-block;
    font-size: 30px;
    line-height: 65px;
    color: #000;
    background-color: #fcc101;
    border: 1px solid #fcc101;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 0 25px;
    margin-top: 60px;
    transition: all .3s ease-in-out;
}
.btn-osszes:hover {
    color: #fcc101;
    background-color: #000;
}

#productCarousel .carousel-control-next-icon, #productCarousel .carousel-control-prev-icon {
    background-color: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
}

#szolgaltatasaink {
    background-color: var(--brown);
    padding: 80px 0;
}

#szolgaltatasaink h2.section-title {
    color: var(--white);
}

p.sz-cim, p.sz-leir {
    color: var(--white);
}
p.sz-cim {
    text-transform: uppercase;
    font-size: 30px;
    margin: 5px 0;
}

p.sz-leir {
    font-size: 24px;
    line-height: 26px;
    margin: 5px 0;
}
.haz {
    margin-top: 60px;
}
.haz img {
    margin-bottom: 30px;
    width: 95%;
}
body a.sz-btn {
    margin-top: 30px;
}


#miert-mi {
    background-color: var(--light-brown);
    padding: 80px 0;
    background-image: url('../img/miert-bg.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 1065px;
}

.mm-boxes {
    margin-top: 80px;
}
.mm-box {
    gap: 24px;
    margin-bottom: 82px;
    justify-content: center;
}
.mm-boxes .mm-box:last-child {
    margin-bottom: 0;
}

.mm-box p.szam {
    background-color: var(--brown);
    color: var(--white);
    font-size: 50px;
    margin: 0;
    width: 87px;
    line-height: 87px;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0;
    max-height: 87px;
}

.mm-box p.mm-cim {
    font-size: 22px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    line-height: 26px;
}
.mm-box p.mm-szoveg {
    font-size: 22px;
    margin: 0;
    line-height: 23px;
}

#velemenyek {
    background: url('../img/velemenyek-bg.jpg') no-repeat center center var(--brown);
    height: 546px;
    padding: 70px 0;
}
#velemenyek .section-title {
    color: var(--white) !important;
}

.velemenyek_slider .item p.bubble {
    position: relative;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 21px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px; /* hely a háromszögnek */
}

/* lefelé mutató háromszög */
.bubble::after {
    content: "";
    position: absolute;
    bottom: -12px;      /* kilógjon */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
}

.velemenyek_slider .alairas {
    font-size: 21px;
    line-height: 21px;
    color: var(--white);
}

/* dots konténer */
.owl-dots {
    text-align: center;
    margin-top: 0px;
}

/* egy pötty */
.owl-dot {
    display: inline-block;
    margin: 0 6px;
}

/* pötty kinézete */
.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bdbdbd;      /* inaktív: szürkés */
    transition: all 0.3s ease;
}

/* aktív pötty */
.owl-dot.active span {
    background: #ffffff;      /* aktív: fehér */
}

/* hover (opcionális) */
.owl-dot:hover span {
    background: #e0e0e0;
}

#videok {
    padding: 70px 0;
    background-color: #000;
}

.filmek_slider {
    margin-top: 60px;
}

.filmek_slider .item img.kep {
    height: 154px;
    border-radius: 15px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.filmek_slider .item a {
    position: relative;
}

.filmek_slider .item img.play-sm {
    position: absolute;
    margin: auto;
    width: auto;
    left: 0;
    right: 0;
    top: 32%;
}

.filmek_slider .item p {
    font-size: 24px;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    margin: 15px 0 0 0;
}

.filmek_slider .owl-nav {
    position: absolute;
    top: 28%;
    width: 100%;
}

.filmek_slider .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}

.filmek_slider .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}


#gepeink {
    background-color: #36373a;
    padding: 70px 0;
}
#gepeink h2.section-title {
    margin-bottom: 45px;
}

#galeria {
    padding: 70px 0;
    background-color: var(--light-brown);
}

#galeria a.btn-axl, #kapcsolat button.btn-axl {
    background-color: #fcc101;
    color: var(--black);
    font-size: 24px;
    line-height: 49px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 17px;
    border-color: #fcc101;
}

#galeria a.btn-axl:hover, #kapcsolat button.btn-axl:hover {
    color: #fcc101;
    background-color: var(--black);
}
#galeria img.mt-7 {
    margin-top: 42px;
}

.galeria-elem {
    height: 250px;
    position: relative;
    margin: 15px 0;
    border: 5px solid var(--brown);
    transition: all .3s ease-in-out;
}

.galeria-elem:hover {
    border-color: #fcc101
}

.galeria-elem .hirkep {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galeria-elem .hirkep a {
    height: 100%;
    width: 100%;
    position: absolute;
}

footer {
    background: var(--black)
}


footer img.footer-logo {
    margin-bottom: 30px;
}

footer .nav-link-footer {
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
    padding: 8px 10px;
}


footer p.copyright {
    margin: 0;
    padding: 12px 0;
    color: #fff;
    background-color: #36373a;
    text-align: center;
    font-size: 16px;
}
.footer-adat a {
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    margin: 10px 0 20px 0;
    color: #fff;
}
ul li.nav-item {
    transition: all .3s ease-in-out;
}

.product-box {
    padding: 15px;
    background-color: #000;
    border-radius: 10px;
	margin-bottom: 20px;
}

.product-box .p-img img {
    height: 200px;
    border-radius: 15px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.product-box .p-name {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 27px;
    display: block;
    text-align: left;
    margin: 15px 0 5px 0;
    height: 54px;
    overflow: hidden;
}
.product-box .p-details {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fcc101;
    display: block;
    text-align: left;
    padding-left: 25px;
    background: url(../img/gep-link.png) no-repeat left center;
    background-size: 20px 20px;
    transition: all .3s ease-in-out;
}
.sub-categs-btns {
    gap: 15px;
    margin-bottom: 30px;
}
a.categ-btn {
    font-size: 26px;
    line-height: 28px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fcc101;
    display: block;
    text-align: left;
    padding: 15px 50px 15px 15px;
    background: url(../img/gep-link.png) no-repeat 95% center #000;
    background-size: 28px 28px;
    transition: all .3s ease-in-out;
}
a.categ-btn:hover {
    color: #000;
    background-color: #fcc101;
}
.product-description * {
    font-size: 24px;
    line-height: 26px;
    margin: 15px 0;
    color: #000;
    font-family: "fpt-light", sans-serif;
}
.product-box .p-details:hover {
    background-position: right center;
    padding-left: 0;
}
#subpage {
    padding: 50px 0 60px 0;
}

#kapcsolat {
    padding: 70px 0;
    background: var(--white);
}
p.kapcs-info {
    font-size: 24px;
    line-height: 26px;
    margin: 30px 0;
    text-align: left;
}
.kapcs-in {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    gap: 25px;
    align-items: center;
}

.kapcs-in p {
    
    text-align: left;
    color: var(--black);
    font-size: 24px;
    line-height: 25px;
    margin: 0;
}



#kapcsolat .errors,
.kapcs-div .errors {
    color: red;
}

#kapcsolat .kapcs-form-input,
.kapcs-div .kapcs-form-input {
    background-color: #000;
    border: none;
    font-size: 24px;
    padding: 8px 15px 5px 10px;
    display: block;
    margin: 0;
    width: 100%;
    color: var(--white);
    font-family: "fpt-book", sans-serif;
}

#kapcsolat .kapcs-form-input.kfi,
.kapcs-div .kapcs-form-input.kfi {
    width: 100%;
}

.kapcs-form {
    margin: 30px 0 0 0;
}

.kapcs-form-input::placeholder {
    color: var(--white);

    font-family: "fpt-book", sans-serif;
    opacity: 1;
    /* Firefox */
}


.kapcs-form-input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: var(--white);

    font-family: "fpt-book", sans-serif;
}

.custom-checkbox a {
    color: var(--title-brown);
}
.custom-checkbox {
    margin: 20px 0;
    font-size: 21px;
    color: var(--title-brown);
}
#google-map {
    height: 645px;
}
#google-map iframe {
    width: 100%;
    height: 650px;
}

.product-main-container .product-img {
	margin-bottom: 20px;
}

.product-main-container .col-sm-6 h2.section-title {
	padding-right: 108px;
}
/* Mobil */
@media (max-width: 768px) {
    body {
        padding-top: 68px;
    }
    nav.navbar {
        height: 68px;
    }
    nav.navbar,
    header.scrolled .navbar {
        top: 0;
        background-color: var(--black) !important
    }

    body a.site-main {
        position: relative;
        top: auto;
        left: auto;
    }
    body div.felso-sav {
        display: none;
    }
    .emelo img {
        width: 100%;
        height: auto;
    }

    .navbar-collapse {
        background: var(--black);
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 59px;
    }

    .img-menu {
        display: none;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #fff;
    }
    .dropdown-menu .submenus {
        flex-direction: column;
    }

    img.site-logo {
        height: 50px;
    }

    footer .nav-link-footer {
        display: block;
        margin: 10px 0;
    }

    footer img.footer-logo {
        max-width: 60%;
    }

    footer p.copyright {
        font-size: 12px;
    }


    a.nav-link {
        color: #fff;
    }

    
    #top-main {
        height: 92vh;   
        background-position: left center;
        background-size: auto;
    }

    #top-main p {
        font-size: 28px;
        line-height: 30px;
    }
    #top-main h2 {
        font-size: 30px;
        margin-top: 130px;
        line-height: 32px;
    }
    #bemutatkozas .mt-5 {
        margin-top: 10px !important;
    }
    .bemut-jobb-also {
        margin-top: 20px;
    }
    #berelheto, #videok, #szakmai, #gepeink {
        padding: 30px 0;
    }
    #gepeink h2.section-title,
    #berelheto h2.section-title {
        margin-bottom: 20px;
    }
    img.m-mb-3 {
        margin-bottom: 20px !important;
    }
    .kapcs-in p {
        font-size: 18px;
    }
    .nagy-box .box-kep {
        height: 216px;
    }
    body .kicsi-boxok a.box-link {
        font-size: 22px;
        line-height: 24px;
        margin: 15px 0;
        text-transform: uppercase;
        color: #000;
        display: block;
        max-height: 48px;
        overflow: hidden;
    }
    body .kicsi-boxok a.btn-box {
        font-size: 22px;
    display: inline-block;
    line-height: 46px;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #36373a;
    border: 1px solid #36373a;
    color: #fff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    }
    .nagy-box .box-lead, .kicsi-boxok .box-lead, .aktual-box .aktual-lead {
        height: auto !important;
    }
    #subpage {
        padding: 30px 0;
    }
    .breadcrumb {
        padding-top: 0 !important;
    }
    .btn-osszes {
        font-size: 24px;
        line-height: 59px;
    }
    .sub-categs-btns {
        flex-direction: column;
        gap: 15px;
    }
    a.categ-btn {
        font-size: 20px;
        line-height: 22px;
        background-position: 93% center !important;
    }
    a.gep-link {
        padding-right: 30px;
    }
    .gep-box.mb-0 {
        margin-bottom: 30px !important;
    }
    .gep-bg {
        display: none;
    }
    .filmek_slider .owl-nav .owl-prev {
        left: 0;
    }
    .filmek_slider .owl-nav .owl-next {
        right: 0;
    }

    body a.btn-axl-lg {
        font-size: 21px;
        line-height: 58px;
    }
    #bemutatkozas, #szolgaltatasaink, #miert-mi, #velemenyek, #galeria, #kapcsolat {
        padding: 30px 0;
    }
    #miert-mi {
        background-image: none;
    }
    h2.section-title {
        font-size: 34px;
        line-height: 36px;
    }
    h3.section-title {
        font-size: 26px;
        line-height: 29px;
    }
    .mm-boxes {
        margin-top: 10px;
    }
    .mm-box, .mm-box:last-child {
        margin-bottom: 35px !important;
        gap: 18px;
    }
    .mm-boxes-2 .mm-box {

        flex-direction: row-reverse;
        text-align: left !important;
    }
    .mm-box p.szam {
        width: 60px;
        max-height: 60px;
        line-height: 60px;
        font-size: 40px;
    }
    
    body .mm-boxes-2 .mm-box:last-child {
        margin-bottom: 0 !important;
    }
    #velemenyek {
        background: var(--brown);
		height: auto;
    }
    #galeria img.mt-7 {
        margin-top: 0;
    }
    #galeria img {
        margin-bottom: 15px;
    }
    #galeria a.btn-axl {
        width: 100%;
        text-align: center;
    }
    #bemutatkozas h2.section-title {
        margin-top: 20px;
    }
    p.b-fels:first-child {
        margin-top: 15px;
    }
    #user_name {
        margin-bottom: 20px !important;
    }
}