:root {
    --color-1: #6aad3d;
    --color-2: #0077be;
    --grey: #D5D5D5;
    --grey-0: #f4f4f3;
    --grey-1: #EDEDED;
    --grey-2: #F5F5F5;
    --grey-3: #666666;
    --white: #FFFFFF;
    --sBasic_1: #3f58f9;
    --sBasic_2: #ff4692;
    --sBasic_text: #222222;

    --grid-width: 1040px;
    --grid-responsive-max-width: 1040px;
}


body * {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    overflow-x: hidden;
    color: var(--sBasic_text);
    font-family: 'Roboto', Arial;
    background: white;
}
hr {
    border: 0;
    border-bottom: 1px solid;
    opacity: 0.1;
    margin: 23px 0 17px 0;
}

.device_type { 
    position: relative;
    overflow: hidden;
}
#top_background {
    background-color: white;
    background-position: top -300px center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
    filter: opacity(0.02);
    height: 1000vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}



section {
    padding: 0 0 50px 0;
}
section.last {
    padding: 0 0 50px 0;
}
section#slider {
    padding-bottom: 75px;
}
#header + section.last {
    padding-top: 50px;
}
section#page {
    padding: 25px 0 50px 0;
}
section#single {
    padding: 50px 0 50px 0;
}
body.page-template-page-about section#page {
    padding: 25px 0 25px 0;
}
section#page.has_not_content {
    padding: 50px 0 0px 0;
}
section.page-section--home {
    padding: 50px 0 35px 0;
}
.page-section--home h2 + .swiper {
    margin-top: 60px;
}


.section-title {
    padding: 25px 0 25px 0;
    overflow: hidden;
    color: black;
}
.section-title .wrap {
    padding: 25px 115px 30px 115px;
    border-radius: 10px;
    width: calc(var(--grid-width) - 40px);
    max-width: calc(100% - 40px);
}
section:nth-child(odd) .section-title .wrap {
    background-color: var(--sBasic_2);
    background-position: top -29px left -43px;
    background-repeat: no-repeat;
    background-size: 120px auto;
}
section:nth-child(even) .section-title .wrap {
    background-color: var(--sBasic_1);
    background-position: bottom -29px right -43px;
    background-repeat: no-repeat;
    background-size: 120px auto;
}



.section-title h1,
.section-title h2 {
    margin: 0;
}


@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
#top_gradient {
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(160deg, rgb(178 2 202), rgba(255, 0, 255, 1));
    background-size: 100% 100%;
    animation: gradientAnimation 5s infinite linear;
}

body.home #top_gradient,
body.page-template-page-hibabejelentes #top_gradient {
    height: 200px;
}


* {
    border-color: inherit;
    -webkit-box-shadow: none;    
    box-shadow: none;
    outline:none !important;
}

*:focus,
*:active,
*:hover {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline:none !important;
}

p {
    margin: 0 0 23px 0;
}

a {
    text-decoration: none; 
    color: var(--sBasic_text); 
    outline: none;
    transition: 0.5s;
    &:hover {
        color: var(--sBasic_2);
        transition: 0.5s;
    }
}

.content p a,
.content *:not(h1):not(h2):not(h3) a
{
    border-bottom: 1px dotted;
}

#single .content a,
#page .content a,
.contact_all a {
    border-bottom: 1px dotted;
}


header#header {
    position: relative;
    z-index: 999;
}

#header a,
.menuWrap a {
    color: white;
}

.clear {
    clear: both;
}

p:empty {
    display: none !important;
    margin: 0 !important;
}

.align-center {
    text-align: center;
}


.relative {
    position: relative;
}

.fullimg {
    display: block;
    width: 100%;
}

h1 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0px;
    font-family: 'Michroma';
    font-weight: normal;
}

h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 23px;
    padding-left: 0px;
    color: var(--sBasic_text);
    font-weight: normal;
    font-family: 'Playfair Display', arial;
}

.section-title h1,
.section-title h2 {
    font-family: 'Michroma';
    color: white;
    text-align: center;
}

h1 {
    font-size: 31px;
    line-height: 2.4rem;
}
h2 {
    font-size: 31px;
    line-height: 2.4rem;
}
h3 {
    font-size: 30px;
    line-height: 2.4rem;
}
h4 {
    font-size: 28px;
    line-height: 2.4rem;
}
h5 {
    font-size: 24px;
    line-height: 2.4rem;
}
h6 {
    font-size: 20px;
    line-height: 2.4rem;
}

body:not(.home) h1.title {
    text-align: center;
}
.subtitle {
    text-align: center;
    color: var(--sBasic_text);
    padding-top: 25px;
}
.subtitle--2 {
    text-align: center;
    color: var(--grey-3);
    font-size: 20px;
    margin-top: -15px;
}

.content p:last-child {
    margin-bottom: 0;
}
.content .aligncenter {
    display: flex;
    margin: 0 auto;
}
.content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.content table {
    width: 100%;
    margin-bottom: 23px;
    border-collapse: collapse;
    background: #ededed;
    td {
        border: 1px solid #d7d6d6;
        padding: 6px 8px;
        line-height: normal;
    }

    &.no_bb {
        background: transparent;
        td {
            border: 0;
        }
    }
}


.iframe_container {
    margin-bottom: 30px;
}
.iframe_container iframe {
    max-width: 100% !important;
}

.wrap {
    margin: 0 auto;
    max-width: var(--grid-width);
    padding: 0 20px;
}

ol, ul {
    box-sizing: border-box;
    padding-left: 20px;
}

a.logo img {
    width: auto;
    height: 70px;
    display: block;
    /*filter: drop-shadow(3px 3px 3px #614637);*/
}
span.logo--line {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
span.logo--text {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.17;
}

.headerItems {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    height: 100px;
}

.close_resp_icon {
    display: block;
    width: 24px;
    height: 24px;
    background: center center no-repeat;
    background-size: 14px auto;
    cursor: pointer;
    margin-left: 20px;
    position: absolute;
    right: 32px;
    top: 37px;
}

.prev_resp_icon {
    display: block;
    width: 24px;
    height: 24px;
    background: left center no-repeat;
    background-size: 8px auto;
    cursor: pointer;
    position: fixed;
    left: 32px;
    top: 37px;
    
    display: none;
}

.headerLeftNav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.logoWrap {
    color: white;
    font-family: "Michroma";
}

.headerRightNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

nav ul,
nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}






#headerMenu a {
    font-size: 13px;
    line-height: 1.17;
    margin: 6px 0;
    display: block;
    font-family: 'Michroma';
    transition: 0.5s;
}
    #headerMenu a:hover {
        opacity: 0.6;
        transition: 0.5s;
        cursor: pointer;
    }

#headerMenu li:last-child .menu_sep_after {
    display: none;
}

    #headerMenu li .menu_sep_after {
        color: white;
        font-size: 22px;
        position: relative;
        top: 2px;
    }

    
.menuWrap {
    position: fixed;
    width: 100%;
    background-color: var(--grey-0);
    height: calc(80vh + 80px);
    z-index: 9999;
    top: -500vh;
    overflow: hidden;
    opacity: 0;
}

nav#getmenu {
    padding: 88px 20px;
}

nav#getmenu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: calc(1372px + 64px);
    margin: 0 auto;
    position: relative;
}

    





#headerMenu .current-menu-item > span > a,
#headerMenu .menu-item-has-children.active a,
#headerMenu .current-page-ancestor a,
body.single-esemeny #headerMenu .menu-item-pageID-160 a {
    opacity: 0.6;
}
#footer .current-menu-item a {
    text-decoration: underline;
}

#headerMenu2nd .current-menu-item a,
#headerMenu2nd.current-page-item a {
    opacity: 0.6;
}

#headerMenu .current-menu-item a,
#headerMenu .current-page-item a {
    font-family: 'Michroma', sans-serif;
}

ul#headerMenu,
ul#footerMenu,
ul#footerMenu2 {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

ul#headerMenu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 8px;
    margin: 0;
    flex-wrap: wrap;
}

ul#footerMenu,
ul#footerMenu2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.sep {
    width: 100%;
    clear: both;
}
.footerMenu {
    padding: 0;
    margin-top: 0;
    display: inline-flex;
    flex-direction: row;
    flex-grow: 2;
    justify-content: center;
}
.footerMenuWrapper {
    display: flex;
    flex-direction: column;
}
.footerWrap {
    max-width: 1436px;
    margin: auto;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.footerWrap_2 {
    margin: auto;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 40px 0 40px 0;
}

.footerLogo {
    margin-bottom: 25px;
}

.footerSocials {
    padding: 0;
    margin-top: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-self: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 14px 10px;
}
.footerSocials .socials-title {
    font-weight: bolder;
    font-size: 14px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: -10px;
}
.footerSocials a:first-child {
    margin-left: 0;
}

.footerSocials a:last-child {
    margin-right: 0;
    margin-left: 0 !important;
}

.footerSocials a {
    color: white;
    margin: 0;
    font-weight: 300;
}

.footerSocials a img {
    opacity: .7;
    max-width: 24px;
    max-height: 24px;
}

.footerContacts {
    padding: 0;
    margin-top: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-self: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 14px 50px;
}
    .footerContacts > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        line-height: normal;
        flex-wrap: wrap;
        align-content: center;
    }
    .footerContacts p {
        margin: 0;
    }
    .footerContacts strong {
        font-size: 14px;
    }

.footerMenu a {
    padding: 0 16px;
    margin-bottom: 0;
    color: white;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.footerMenu li:last-child a {
    border-right: none;
}
ul#footerMenu span.menu_sep_after,
ul#footerMenu2 span.menu_sep_after {
    position: relative;
    top: 1px;
}
ul#footerMenu li:last-child .menu_sep_after,
ul#footerMenu2 li:last-child .menu_sep_after {
    display: none;
}
.footerMenu a {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: white;
    padding: 0 8px;
    margin: 0;
    margin-bottom: 16px;
}
a.footer_logo img {
    /*filter: drop-shadow(3px 3px 3px #614637);*/
    width: 220px;
}
#footer {
    color: white;
    line-height: 1.2rem;
    padding: 50px 0 0 0;
    box-shadow: 0px 7px 5px -9px rgba(0, 0, 0, 0.75) inset;
    background: #ff00ff;
    background: linear-gradient(160deg, rgb(154 0 255), rgb(255, 0, 255));
    background-size: 200% 100%;
    animation: gradientAnimation 5s infinite linear;
}
#footer a {
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: inline-flex;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
#footer a:hover {
    text-decoration: underline;
}
#footer .wrap {
    padding: 0;
    max-width: calc(1372px + 64px);
}


.footer-copyright p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.footer-copyright img.rohs_logo {
    margin: 25px auto 0 auto;
    display: flex;
    width: 120px;
    height: auto;
}
#footer .footer-copyright a.rohs {
    line-height: normal;
    font-size: 13px;
    color: var(--color-2);
}
.footer-copyright a {
    position: relative;
}
#footer .footer-certificate {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer .footer-certificate .cert-text a {
    font-size: 12px;
}




.gridMenu {
    width: calc(100% - 40px);
    max-width: 1140px;
}
ul#gridMenuList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 25px 0;
    list-style: none;
    gap: 20px;
    text-align: center;
}
    ul#gridMenuList > li {
        margin: 0;
        padding: 0;
        list-style: none;
        max-width: calc(100% / 5 - 20px);
    }
    ul#gridMenuList ul.sub-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }
    ul#gridMenuList > li > a {
        text-transform: uppercase;
        font-weight: bolder;
    }
    ul#gridMenuList > li.disabled > a:hover {
        cursor: auto;
        text-decoration: none;
    }




.js-video {
    height: 0;
    padding-top: 5px;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}


/*slider*/
.palyazat--banner {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 999;
    overflow: hidden;
    border-radius: 0 10px 0 0;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 320px;
    max-width: 50%;
}
.palyazat--banner .horizontal_banner {
    display: none;
}
.palyazat--banner a {
    display: block;
}
.palyazat--banner img {
    display: block;
    width: 100%;
}
section#slider {
    padding: 0;
}
#slider .wrap {
    position: relative;
}
.swiper {
    overflow: hidden;
    border-radius: 10px;
}
.swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}
.swiper-pagination-bullet {
    background-color: var(--sBasic_1) !important;
}
.swiper-pagination-bullet-active {
    background-color: var(--sBasic_1) !important;
}
.slider-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding-bottom: 60px;
}
.slider-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 300px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,185,183,0) 92%);
}
.slider-item.hide_backlayer .slider-content:after {
    display: none;
}

.slider-title {
    font-family: 'Michroma';
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 26px;
    position: relative;
    z-index: 2;
    line-height: normal;
}
.slider-description {
    position: relative;
    padding: 0 20px;
    z-index: 2;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-pagination {
    bottom: 20px !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: var(--sBasic_2);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: var(--sBasic_2);
}
#device_desktop span.swiper-button-next,
#device_desktop span.swiper-button-prev {
    opacity: 0;
    transition: 0.5s;
}
#device_desktop .swiper:hover span.swiper-button-next,
#device_desktop .swiper:hover span.swiper-button-prev {
    opacity: 1;
    transition: 0.5s;
}

span.swiper-button-prev {
    left: 30px;
}
span.swiper-button-next {
    right: 30px;
}


.has--featured_image .image {
    width: 30%;
}
.has--featured_image .content {
    width: 70%;
}

.has--featured_image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}
    .has--featured_image.image-right {
        flex-direction: row-reverse;
    }

.columns.three_columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-content: center;
    align-items: center;
}
.columns.three_columns .content {
    width: calc(100% / 3 - 15px);
}




/*gallery*/
.gall_text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding-bottom: 60px;
}
.gall_caption {
    font-family: 'Michroma';
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 28px;
    position: relative;
    z-index: 2;
}
.gall_description {
    position: relative;
    padding: 0 20px;
    z-index: 2;
}
.gall_text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 300px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,185,183,0) 92%);
}

.hidden {
    display: none !important;
}


/*contact*/
.contact_all {
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 23px;
    line-height: 1.4rem;
    align-items: center;

    &.double_contact {
        flex-direction: row;
        align-items: flex-start;
    }
}
.contact_form {
    width: 60%;
}
.contact_data {
    width: 40%;
}
.contact_data ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact_data p + ul {
    margin-top: -23px;
}



/*contact form, cf7*/
.wpcf7-form .wpcf7-submit {
    border-radius: 10px;
    padding: 14px 32px;
    line-height: normal;
    text-align: center;
    font-family: 'Michroma', sans-serif;
    border: 0;
    display: inline-flex;
    flex-direction: column;
    width: fit-content;
    color: white;
    transition: 0.5s;
    background-color: var(--sBasic_1);
}
    input.wpcf7-form-control.wpcf7-submit:not(:disabled):hover {
        cursor: pointer;
        transition: 0.5s;
        background-color: var(--sBasic_2);
    }
#wpcf7_submit_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
}
span.wpcf7-spinner {
    display: none !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="phone"] {
    width: 100%;
    border: 1px solid var(--grey-3);
    padding: 8px 16px;
    border-radius: 10px;
    height: 50px;
    color: var(--grey-3);
    font-family: Roboto, sans-serif;
}
.wpcf7-form textarea {
    width: 100%;
    border: 1px solid var(--grey-3);
    padding: 8px 16px;
    border-radius: 10px;
    height: 120px;
    color: var(--grey-3);
    resize: none;
    font-family: Roboto, sans-serif;
}
.wpcf7-form *::placeholder {
    color: var(--grey-3);
}
form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
span.wpcf7-form-control-wrap[data-name="security"] label {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
span.wpcf7-form-control-wrap[data-name="privacy"] label,
span.wpcf7-form-control-wrap[data-name="terms"] label {
    display: flex;
    flex-direction: row;
    gap: 7px;
    justify-content: flex-start;
    align-items: flex-start;
}
input#privacy,
input#terms {
    margin: 0 0 0 0;
    position: relative;
    top: 0px;
}
span.wpcf7-quiz-label + input {
    width: 160px !important;
    height: 28px !important;
}
span.wpcf7-form-control.wpcf7-acceptance label {
    line-height: normal;
}
.wpcf7-form .wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-form .security_question {
    font-weight: bolder;
    margin-bottom: -15px;
    font-size: 12px;
}
.wpcf7-form .wpcf7-form-control-wrap {
    font-size: 12px;
}
input#security {
    font-size: 12px;
    height: auto;
    width: 110px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}
.wpcf7-not-valid::placeholder {
    color: red !important;
}
.wpcf7-response-output {
    text-align: center;
    padding: 8px 16px !important;
    font-size: 14px;
    margin: 0 !important;
    border-radius: 10px !important;
}
span.wpcf7-form-control-wrap[data-name="error_report_ID"],
#existing_error_report_text {
    display: none;
}
.notification--text {
    text-align: center;
    margin-bottom: 15px;
    color: grey;
    font-size: 15px;
}
.wpcf7-select {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 8px 12px;
    border: 1px solid var(--grey-3);
    color: var(--grey-3);
    font-family: Roboto, sans-serif;
}
.form-row {
    display: flex;
    gap: 15px;
}
.form-row:not(.half--row):not(.onethird--row) {
    flex-direction: column;
}
.form-row > div {
    width: 100%;
}
.form-row.half--row > span {
    width: 50%;
}
.form-row.half--row > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.row-label {
    color: grey;
}
.form-row.onethird--row > span {
    width: calc(100% / 3);
}
.form-row small {
    color: grey;
}
.form-row + hr {
    margin: 7px 0 3px 0;
}

.reportSumma {
    text-align: center;
    margin-top: 30px;
}


body.page-template-page-hibabejelentes section#featured {
    padding: 0;
}
body.page-template-page-hibabejelentes section#hibabejelentes {
    padding: 0 0 100px 0;
}





.wpcf7#wpcf7-f1173-p996-o1 {
    background: #ff00ff;
    background: linear-gradient(40deg, rgb(64 85 205), rgb(255 38 216));
    background-size: 100% 200%;
    animation: gradientAnimation 5s infinite linear;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 2px 7px 0 #00000014;
    color: white;
    a {
        color: white;
    }
    #wpcf7_submit_wrapper {
        margin: 0;
    }

    span.wpcf7-form-control.wpcf7-radio.franchise_type {
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        font-size: 15px;
        font-weight: 500;
        label {
            display: flex;
            gap: 5px;
            cursor: pointer;
        }
        input {
            margin: 0;
        }
    }
}



.pagination ul {
    display: flex;
    list-style: none;
    margin: 0;
    flex-direction: row;
    justify-content: center;
    padding: 50px 0 0 0;
    gap: 10px;
}
.pagination span,
.pagination a {
    display: inline-flex;
    border: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--sBasic_1);
    color: white;
    font-family: 'Michroma';
    font-size: 12px;
    transition: 0.5s;
}
.pagination span.current,
.pagination a.current,
.pagination a:hover {
    background: transparent;
    color: var(--sBasic_1);
    border: 1px solid var(--sBasic_1);
    transition: 0.5s;
}

.breadcrumb, .breadcrumb * {
    font-size: 12px;
    text-transform: uppercase;
    color: grey;
}
.breadcrumb a:hover {
    text-decoration: underline;
}

.df-app {
    border-radius: 10px;
}

.product-information--message {
    padding-bottom: 25px;
}
.product-information--message .wrap p {
    border: 1px solid #e0e0e0;
    padding: 25px;
    font-weight: 300;
    font-size: 15px;
    border-radius: 10px;
    background: #fafafa;
    line-height: 1.4rem;
    box-shadow: 5px 5px 5px 0px rgb(227 227 227 / 75%);
    -webkit-box-shadow: 5px 5px 5px 0px rgb(227 227 227 / 75%);
    -moz-box-shadow: 5px 5px 5px 0px rgb(227 227 227 / 75%);
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 23px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@keyframes backgroundAnimation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
/*
body.home .buttons a,
body.home a.buttons_a {
    background: linear-gradient(to right, rgba(63, 88, 249, 1), rgba(255, 70, 146, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 12px 16px;
    border-radius: 10px;      
    color: white;
    font-weight: bolder;
    transition: 0.5s;
    &:hover {
        background: linear-gradient(to left, rgba(63, 88, 249, 1), rgba(255, 70, 146, 1));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: 0.5s;
    }
}
*/
a.buttons_a {
    margin: 0 5px;
}
.toggle--center {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
}
.toggle-button.button-toggle,
.buttons a,
a.buttons_a,
a.buttons_b {
    background: linear-gradient(to right, rgba(63, 88, 249, 1), rgba(255, 70, 146, 1));
    background-size: 200% 200%;
    animation: backgroundAnimation 2s infinite alternate;
    padding: 12px 16px;
    border-radius: 10px;
    border: 0 !important;
    color: white;
    font-weight: bolder;
    transition: 0.5s;
    display: inline-flex;
    justify-content: center;
    &:hover {
        background: linear-gradient(to left, rgba(63, 88, 249, 1), rgba(255, 70, 146, 1));
        background-size: 200% 200%;
        animation: backgroundAnimation 2s infinite alternate;
        transition: 0.5s;
    }
}
a.buttons_b {
    margin: 0 5px;
}

.sideRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
    border: 1px solid gainsboro;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 7px 5px -9px rgba(0,0,0,0.75);
}
.sideRow > div {
    width: 50%;
    padding: 30px;
}
.sideRow > .rightRow {
    border-left: 1px solid gainsboro;
}
.sideRow ul {
    margin-bottom: 0;
}
.fullRow {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid gainsboro;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 7px 5px -9px rgba(0,0,0,0.75);
}
.fullRow ul:first-child {
    margin-top: 0;
}
.fullRow ul {
    margin-bottom: 30px;
}
.fullRow p:empty:last-child {
    margin-top: -30px !important;
    display: block !important;
}
.sideRow, .fullRow {
    font-size: 14px;
    line-height: 18px;
}

.mb25 {
    margin-bottom: 25px;
    overflow: hidden;
}

.ba-slider p {
    margin: 0 !important;
}
.ba-slider .handle:after {
    background: var(--sBasic_1) !important;
    border: 1px solid var(--sBasic_1) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.3), inset 0 2px 0 rgba(255,255,255,.5), inset 0 60px 50px -30px var(--sBasic_1) !important;
}


span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.erdeklodestargya {
    display: flex;
    flex-direction: column;
    gap: 8px;

    input {
        margin-top: 0;
        margin-bottom: 0;
        width: 16px;
        height: 16px;
    }

    label {
        display: flex;
        flex-direction: row;
        gap: 5px;
        font-size: 13px;
        line-height: normal;
        cursor: pointer;
    }

    &.wpcf7-not-valid {
        border: 0 !important;
        color: red !important;
    }
}




.toggle-hidden-text-wrapper {
    position: relative;
    margin: 1em 0;
}
.toggle-button {
    display: inline-block;
    cursor: pointer;
    padding: 8px 14px;
    background: #0073aa;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 8px;
    transition: background .3s;
}
.toggle-button:hover {
    background: #005f8d;
}
.toggle-hidden-text-content {
    max-height: 3.6em; /* kb. 2 sor */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}
.toggle-hidden-text-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
    transition: opacity .3s;
}
.toggle-hidden-text-wrapper.open .toggle-hidden-text-content {
    max-height: unset;
}
.toggle-hidden-text-wrapper.open .toggle-hidden-text-content::after {
    opacity: 0;
}
.toggle-hidden-text-wrapper.open .toggle-button::after {
    content: ' ▲';
}
.toggle-button::after {
    content: ' ▼';
}

.company_tax_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;

    span.wpcf7-form-control-wrap {
        width: calc(100% / 2 - 5px);
    }

    @media only screen and (max-width: 682px) {
        flex-direction: column;
        span.wpcf7-form-control-wrap {
            width: 100%;
        }
    }
}
.uzlethelye_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;

    span.wpcf7-form-control-wrap:first-child {
        width: calc(100% - 240px);
    }
    .helyvannincs_flex {
        width: 220px;
    }

    @media only screen and (max-width: 682px) {
        flex-direction: column;
        gap: 10px;
        span.wpcf7-form-control-wrap:first-child {
            width: 100%;
        }
    }
}
span.wpcf7-form-control-wrap[data-name="finanszirozas"] > span.wpcf7-form-control {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 5px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="radio"],
.wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"] {
    margin: 0 3px 0 0;
    position: relative;
    top: 2px;
    cursor: pointer;
}
span.wpcf7-form-control.wpcf7-radio.konkretuzlethelyiseg {
    gap: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox label,
.wpcf7-form .wpcf7-form-control.wpcf7-radio label {
    cursor: pointer;
    font-size: 14px;
}
span.wpcf7-form-control.wpcf7-radio.franchiseegyuttmukodes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}






@media only screen and (min-width: 1041px) {
    .custom-lang-list.mobile {
        display: none;
    }

    .custom-lang-list.desktop {
        display: block;
        position: relative;
        padding: 5px 0;
    }

    .current-lang {
        background: none;
        border: none;
        cursor: pointer;
        display: block;
        padding: 0;
    }

    .current-lang img {
        width: 24px;
        height: auto;
        display: block;
    }

    .lang-list.desktop {
        display: none;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 5px;
        background: #fff;
        border-radius: 2px;
        z-index: 10;
        left: -6px;
        top: 100%;
    }

    .custom-lang-list.desktop:hover .lang-list.desktop {
        display: block;
    }

    .lang-list.desktop li a img {
        width: 24px;
        height: auto;
        display: block;
        padding: 0;
    }
}
@media only screen and (max-width: 1040px) {
    .custom-lang-list.desktop {
        display: none;
    }
    .custom-lang-list.mobile {
        display: block;
        
        .lang-list.mobile {
            gap: 10px;
            display: flex !important;
            position: absolute;
            bottom: 81px;
            width: 100%;
            text-align: center;
            padding: 0;
            border: 0;
            background: transparent;
            margin: 0;
            left: 0;
            flex-direction: row;
            align-items: center;
            justify-content: center;

            img {
                width: 26px;
                height: auto;
                display: block;
                padding: 0;
            }
        }
    }
}


.wpcf7-form .choco-multistep-form {

    input[type="text"],
    input[type="email"], 
    input[type="tel"],
    input[type="number"],
    input[type="phone"] {
        width: 100%;
        border: 0;
        padding: 8px 16px;
        border-radius: 10px;
        height: 50px;
        color: var(--grey-3);
        font-family: Roboto, sans-serif;
        background: #e5e8ff;
    }

    label {
        color: #7888ff;
        font-size: 13px;
        border: 1px solid #e5e8ff;
        border-bottom: 0;
        padding: 4px 8px 12px 8px;
        border-radius: 6px 6px 0 0;
    }
    .form-group.conditional-required > label,
    .form-group.required-group > label {
        position: relative;
        left: 10px;
    }

    .form-step {
        display: none;
    }

    .form-step.active {
        display: block;
    }

    .conditional-block {
        display: none;
        margin-top: 15px;
    }
    .form-question-w-options-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 10px;
    }
    .form-group {
        &.inline-group {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            background: #e5e8ff;
            padding: 8px 16px;
            border-radius: 10px;
            
            @media only screen and (max-width: 680px) {
                flex-direction: column;
                gap: 5px;
            }

            .form-question-w-options-title label {
                border: 0;
                padding: 0 !important;
                left: 0;
                top: 1px;
                position: relative;
            }
        }
    }
    
    .form-group-box .form-group {
        margin-top: 18px !important;
    }
    .form-group.conditional-required + .form-group.conditional-required {
        margin-top: 18px !important;
    }
    .form-group-box .form-group:first-child {
        margin-top: 0 !important;
    }

    .step-buttons {
        margin-top: 25px;
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .step-buttons button,
    .form-submit {
        cursor: pointer;
        border-radius: 40px;
        padding: 14px 32px;
        line-height: normal;
        text-align: center;
        font-family: 'Michroma', sans-serif;
        border: 0;
        display: inline-flex;
        flex-direction: column;
        width: fit-content;
        color: white;
        transition: 0.5s;
        background-color: var(--sBasic_1);
        &:hover {
            transition: 0.5s;
            background-color: var(--sBasic_2);
        }
    }

    .field-error input,
    .field-error textarea {
        background: #ffd7d7;
    }

    .field-error label {
        color: #d63638;
    }

    .wpcf7-checkbox.toggle-controller label,
    .wpcf7-radio.toggle-controller label {
        cursor: pointer;
        border-radius: 40px;
        padding: 8px 21px;
        line-height: normal;
        text-align: center;
        font-family: 'Roboto';
        border: 0;
        display: inline-flex;
        flex-direction: row;
        width: fit-content;
        color: white;
        transition: 0.5s;
        background-color: var(--sBasic_1);
        align-items: flex-start;
    }


    span.wpcf7-form-control.wpcf7-checkbox.toggle-controller,
    span.wpcf7-form-control.wpcf7-radio.toggle-controller {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }
    .wpcf7-checkbox.toggle-controller label.active,
    .wpcf7-checkbox.toggle-controller label:hover,
    .wpcf7-radio.toggle-controller label.active,
    .wpcf7-radio.toggle-controller label:hover,
    .required-group.inline-group .wpcf7-form-control-wrap label:hover,
    .required-group.inline-group label.active {
        background-color: #8BC34A !important;
    }

    span.wpcf7-form-control.wpcf7-checkbox.conditional-input.wpcf7-not-valid,
    span.wpcf7-form-control.wpcf7-radio.conditional-input.wpcf7-not-valid {
        border: 0 !important;
    }
    span.wpcf7-form-control.wpcf7-checkbox.toggle-controller.wpcf7-not-valid,
    span.wpcf7-form-control.wpcf7-radio.toggle-controller.wpcf7-not-valid {
        border: 0 !important;
    }
    .field-error .toggle-controller label,
    .wpcf7-not-valid label {
        border: 0;
        background: #d63638 !important;
    }
    span.wpcf7-form-control.wpcf7-checkbox.toggle-controller input,
    span.wpcf7-form-control.wpcf7-radio.toggle-controller input {
        display: none;
    }

    .form-group-box {
        padding: 10px;
        border: 1px solid #e4e4e4;
        border-radius: 10px;
        margin-bottom: 18px;
        background: #fbfbfb;
    }
    .wpcf7-acceptance label {
        border: 0 !important;
    }
    span.wpcf7-form-control-wrap[data-name="security"] label {
        border: 0 !important;
    }
    .security_question {
        margin-top: -10px !important;
    }
    span.wpcf7-form-control.wpcf7-acceptance label * {
        color: inherit;
    }
    span.wpcf7-form-control.wpcf7-acceptance label a:hover {
        color: var(--sBasic_2);
    }
    .form-privacy-question-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 18px;
        padding: 10px;
        border: 1px solid #e4e4e4;
        border-radius: 10px;
        margin-bottom: 18px;
        background: #fbfbfb;
    }
    span.wpcf7-form-control-wrap[data-name="privacy"] {
        max-width: 580px;
        margin: 0 auto;
    }
    input.wpcf7-form-control.wpcf7-submit {
        background: var(--sBasic_2) !important;
    }
    .form-privacy-question-box .step-buttons {
        margin: 0 !important;
    }
    .form-step.form-step-success.active {
        text-align: center;
    }
    .form-step h3 {
        text-align: center;
    }
}
form.sent .choco-multistep-form + .wpcf7-response-output {
    display: none !important;
}