html {scroll-behavior: smooth; height:100%;}
* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
fieldset, img {	border:0; }
del, ins {text-decoration:none;}
caption, th {text-align:left;}
q:before, q:after {content:'';}
abbr, acronym {border:0;}
a:active, :focus {outline:none;}
:focus {-moz-outline-style:none;}
.liverno-content form {width:100%;}
.liverno-content,
.liverno-content td,
.liverno-content div,
.liverno-content dl,
.liverno-content dt,
.liverno-content dd,
.liverno-content menu,
.liverno-content ul,
.liverno-content ol,
.liverno-content li,
.liverno-content h1,
.liverno-content h2,
.liverno-content h3,
.liverno-content h4,
.liverno-content h5,
.liverno-content h6,
.liverno-content pre,
.liverno-content code,
.liverno-content form,
.liverno-content fieldset,
.liverno-content legend,
.liverno-content input,
.liverno-content button,
.liverno-content textarea,
.liverno-content select,
.liverno-content p,
.liverno-content blockquote {
    margin:0;
    padding:0;
    font-family: "Inter", Arial, sans-serif;
    font-size: var(--def-text-size);
    color:var(--def-text-color);
    font-weight:var(--def-text-weight);
}

.liverno-content a {
    text-decoration: none;
    color: var(--a-color);
    cursor: pointer;
}
.liverno-content a:hover:not(.noanim),
.liverno-content input[type=submit]:hover:not(.noanim),
.liverno-content button[type=submit]:hover:not(.noanim){
    text-decoration: none;
    transition: .4s;
    opacity: .8;
    color: var(--a-hover-color);
}
.cdefault { cursor: default; }
.noactive {
    cursor: default !important;
    opacity: .2 !important;
    color: #464646 !important;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.liverno-content h1,
.liverno-content h2,
.liverno-content h3,
.liverno-content h4,
.liverno-content h5,
.liverno-content h6 { color:var(--def-text-black); font-size: var(--def-text-size); font-weight: 500; margin: 20px 0;}

.liverno-content h1 { font-size: 42px;font-weight: 700; color: var(--def-text-black); }
.liverno-content h2 { font-size: 32px; font-weight: 700;}
.liverno-content h3 { font-size: 21px; }
.liverno-content h4 { font-size: 18px; }
.liverno-content h5 { font-size: 16px; }

.acl { text-align: left !important; }
.act { text-align: center !important; }
.acr { text-align: right !important; }
.acj { text-align: justify !important; }

.aclF { justify-content: left !important; }
.actF { justify-content: center !important; }
.acrF { justify-content: right !important; }

.aclA { align-items: start !important; }
.actA { align-items: center !important; }
.acrA { align-items: end !important; }

.f20 { font-size: 20px;}

.ml-5 { margin-left: -5px !important; }
.ml0 { margin-left: 0px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }

.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt-55 { margin-top: -55px !important; }

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }

.mrl10 { margin-left: 10px !important; margin-right: 10px !important; }
.mrl20 { margin-left: 20px !important; margin-right: 20px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }

.fleft {float: left;}
.fright { float: right; }
.fnone {float:none; }

.cboth {clear: both; }

.ptb10 {padding: 10px 0;}
.ptb15 {padding: 15px 0;}
.ptb20 {padding: 20px 0;}
.ptb40 {padding: 40px 0;}
.pr0 { padding-right: 0px !important; }

.w100p { width: 100% !important; }


.error, .red { color: var(--def-text-red); }
.redc { color:var(--def-text-red); }
.redb { background-color:var(--def-text-red) !important; }
.greenc, .okc { color:var(--def-text-green); }
.fwhite { color:#fff !important; }
.fblack { color:#000 !important; }
.primary {color:var(--def-text-primary);}
.grey0 {color: var(--def-color-grey0); }
.grey1 {color: var(--def-color-grey1); }
.grey2 {color: var(--def-color-grey2); }
.grey3 {color: var(--def-color-grey3); }

.weight300 { font-weight: 300; }
.weight400 { font-weight: 400; }
.weight500 { font-weight: 500; }
.weight600 { font-weight: 600; }
.weight700 { font-weight: 700; }

.dblock {display: block;}
.dflex {display: flex;}
.dnone, .dhide {display: none;}
.noflex {display: inline-block;}
.flexdircolumn { flex-direction: column !important; }
.flexdircolumnrevers { flex-direction: column-reverse !important; }
.flexdirrow { flex-direction: row !important; }
.flexdirrowrevers { flex-direction: row-reverse !important; }
.flexnoalign { align-items: normal !important; }

.flexnoalign input { margin-top: 3px; }

.strike { text-decoration: line-through; }
.noData {text-align: center;padding: 10px;}

.liverno-content hr {
    border:none;
    background: #f1f1f1;
    border-radius: 10px;
    height: 15px;
}


/* scrollbar */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* icons */

.lvico {
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}


/* input / button */

.liverno-content input[type=text],
.liverno-content input[type=email],
.liverno-content input[type=password],
.liverno-content input[type=link],
.liverno-content input[type=url],
.liverno-content input[type=search],
.liverno-content input[type=number],
.liverno-content input[type=tel],
.liverno-content input[type=date],
.liverno-content input[type=datetime-local],
.liverno-content input[type=time],
.liverno-content input[type=color],
.liverno-content .note-image-input,
.liverno-content select,
.liverno-content textarea
{
    width:100%;
    border: solid 1px var(--input-border);
    border-radius: var(--input-border-radius);
    background: var(--input-bg);
    padding: 6px 10px;
}

.formRow label {
    width:100%;
    display: flex;
    align-items: center;
    border: solid 1px var(--input-border);
    border-radius: var(--input-border-radius);
    background: var(--input-bg);
    padding: 8px 24px;
}

.liverno-content input[type=text]:focus,
.liverno-content input[type=email]:focus,
.liverno-content input[type=password]:focus,
.liverno-content input[type=link]:focus,
.liverno-content input[type=url]:focus,
.liverno-content input[type=search]:focus,
.liverno-content input[type=number]:focus,
.liverno-content input[type=tel]:focus,
.liverno-content input[type=date]:focus,
.liverno-content input[type=datetime-local]:focus,
.liverno-content input[type=time]:focus,
.liverno-content input[type=color]:focus,
.liverno-content select:focus,
.liverno-content textarea:focus
{
    border-color: var(--input-border-color-focus);
    background: var(--input-bg);
}

.liverno-content input[type=submit],
.liverno-content button[type=submit],
.liverno-content button[type=button],
.liverno-content a.button {
    border: none;
    border-radius: var(--input-btn-border-radius);
    background: var(--input-btn-bg);
    padding: 8px 24px;
    line-height: 100%;
    color: var(--input-btn-text);
    font-weight: var(--input-btn-weight);
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.liverno-content input[type=submit]:hover,
.liverno-content button[type=submit]:hover,
.liverno-content button[type=button]:hover {
    background-color: var(--input-btn-bg-hover);
    color: var(--input-btn-textcolor-hover);
}

.liverno-content input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 7px !important;
}

.liverno-content a.button .lvico,
.liverno-content input[type=submit] .lvico,
.liverno-content button[type=submit] .lvico,
.liverno-content button[type=button] .lvico {
    margin: 0 7px 0 -10px;
    font-size: 14px;
}



.liverno-content input.invalid,
.liverno-content label.invalid,
.liverno-content textarea.invalid,
.contact-form input.invalid,
.contact-form label.invalid,
.contact-form textarea.invalid {
    border-color: rgba(255, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.05);
}


.liverno-content a.button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.liverno-content a.button.ico {
    padding-left: 10px;
}

.liverno-content a.button.ico .lvico {
    font-size: 18px;
    line-height: 16px;
    margin-top:2px;
}

.bg-grey0 { background-color: var(--def-color-grey0) !important; }
.bg-grey1 { background-color: var(--def-color-grey1) !important; }
.bg-grey2 { background-color: var(--def-color-grey2) !important; }
.bg-grey3 { background-color: var(--def-color-grey3) !important; }
.bg-grey4 { background-color: var(--def-color-grey4) !important; }



.select {
    background: transparent;
    width: 100%;
    padding-left: 8px;
    font-size: 14px;
    color: #58595b;
    border: none;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.styled-select {
    width: 13%;
    height: 30px;
    overflow: hidden;
    background: transparent url(../img/lvDefault/select.png) 95% center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}




/* body 404 */

#body404 {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color:var(--def-text-red);
    background: #f8f8f8;
}

#body404 b {
    font-size: 50px;
}

#body404 .button {
    margin-top: 40px;
    font-size: 14px;
}

#intro #body404 .button {
    display: none;
}


/* body template system */

.bodyLay {
    display: flex;
    flex-direction: column;
}

.bodyLayHeader,
.bodyLay .bodyLayHeader,
.bodyLay .bodyLayHeader h1,
.bodyLay .bodyLayHeader h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #c79848;
    text-align: center;
    text-transform: uppercase;
}



.bodyLay .bodyLayTitle,
.bodyLay .bodyLayTitle h2,
.bodyLay .bodyLayTitle h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--def-text-primary);
    text-align: left;
}




.bodyLay .bodyLayHeader h1,
.bodyLay .bodyLayHeader h2,
.bodyLay .bodyLayHeader h3 {
    margin:0;
}



.bodyLay .bodyLayContent {

}

/*.bodyLay .bodyLayContent video {*/
/*    border: solid 2px var(--def-color-grey0);*/
/*    border-radius: 12px;*/
/*}*/

.bodyLay .bodyLayContent .bodyLayBody {
    line-height: 160%;
}

.bodyLay ul,
.bodyLay ol,
.popupCookies ul,
.popupCookies ol {
    margin-left: 20px;
    margin-top: 10px;
}


.bodyLay .bodyLayContent .bodyLayBody .lvButMoreContent a,
.lvSearchBody .lvButMoreContent a {
    border: none;
    border-radius: var(--input-btn-border-radius);
    background: var(--input-btn-bg);
    padding: 8px 20px;
    line-height: 100%;
    color:#fff !important;
    cursor: pointer;
    display: inline-block;
}




.bodyLay .bodyLayContent .bodyLayBody h2 {
    line-height: 110%;
    margin-top: 10px;
    font-weight: 500;
}

.bodyLay .bodyLayContent .bodyLayBody h3 {
    color:var(--def-text-primary);
    line-height: 120%;
    margin-bottom: 20px;
    font-weight:400;
}

.bodyLay .bodyLayContent .bodyLayBody h3:nth-child(1) {
    margin-bottom: -10px;
}


.bodyLay .bodyLayContent .bodyLayBody h4 {
    color:var(--def-text-primary);
    line-height: 130%;
    margin-bottom: 0;
    font-weight:300;
}

.bodyLay .bodyLayContent .bodyLayBody .button {
    display: inline-block;
    margin-top: 20px;
}

.bodyLay .bodyLayContent .bodyLayImage img {
    border: solid 1px var(--def-border-image-color);
}

.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.border_none img, img.border_none { border:none; }
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.border_radius_8 img, img.border_radius_8 { border-radius: 8px; border: solid 2px var(--def-color-grey1); box-shadow: 0px 0px 50px 0px rgba(66, 68, 90, .2); }
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.border_radius_16 img, img.border_radius_16 { border-radius: 16px; border: solid 1px #d1d1d1;  background: #fff; }
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.border_radius_24 img, img.border_radius_24 { border-radius: 24px; border: solid 2px var(--def-color-grey1); box-shadow: 0px 0px 50px 0px rgba(66, 68, 90, .2); }


.bodyLay.typeLay1 .bodyLayContent .bodyLayImage {
    float: left;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.bodyLay.typeLay2 .bodyLayContent .bodyLayImage {
    float: right;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.bodyLay.typeLay3 .bodyLayContent {
    display: flex;
}
.bodyLay.typeLay4 .bodyLayContent {
    display: flex;
    flex-direction: row-reverse;
}

.bodyLay.typeLay3 .bodyLayContent .bodyLayImage {
    margin-right: 30px;
}

.bodyLay.typeLay4 .bodyLayContent .bodyLayImage {
    margin-left: 30px;
}

.bodyLay.typeLay6 .bodyLayContent {
    display: flex;
}

.bodyLay.typeLay5 .bodyLayContent,
.bodyLay.typeLay6 .bodyLayContent {
    display: flex;
    flex-direction: column-reverse;
}
.bodyLay.typeLay6 .bodyLayContent {
    flex-direction: column;
}


.bodyLay.typeLay5 .bodyLayContent .bodyLayImage,
.bodyLay.typeLay6 .bodyLayContent .bodyLayImage {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    flex-wrap: wrap;
}


.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem,
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem {
    padding-top:20px;
}
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem:first-child {
    padding-top: 0;
}


.bodyLay.typeLay5 .bodyLayContent .bodyLayImage .bodyLayImageItem,
.bodyLay.typeLay6 .bodyLayContent .bodyLayImage .bodyLayImageItem
{
    margin: 10px 10px 0 10px;
}

.bodyLay.typeLay6 .bodyLayContent .bodyLayImage .bodyLayImageItem {
    padding-bottom: 20px;
}

.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem .bodyLayImageItemCap {
    padding: 5px;
    color: var(--def-color-grey3);
}

.bodyLay.photoCarouselRow .bodyLayContent .bodyLayImage {
    min-width: 0;
}

.bodyLay.photoCarouselRow .bodyLayPhotoCarousel {
    position: relative;
    width: var(--bodyLayPhotoCarouselWidth, 560px);
    max-width: 100%;
    margin: 0 auto;
    outline: none;
}

.bodyLay.photoCarouselRow.typeLay1 .bodyLayPhotoCarousel {
    margin-left: 0;
}

.bodyLay.photoCarouselRow.typeLay2 .bodyLayPhotoCarousel {
    margin-right: 0;
}

.bodyLayPhotoCarouselTrack {
    position: relative;
    width: 100%;
    min-height: 240px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.bodyLayPhotoCarousel .bodyLayImageItem {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
    transition: opacity .35s ease;
}

.bodyLayPhotoCarousel .bodyLayImageItem.active {
    opacity: 1;
    pointer-events: auto;
}

.bodyLayPhotoCarousel:not(.carouselReady) .bodyLayImageItem:first-child {
    opacity: 1;
    pointer-events: auto;
}

.bodyLayPhotoCarousel .bodyLayImageItem,
.bodyLayPhotoCarousel .bodyLayImageItem a {
    width: 100%;
    height: 100%;
}

.bodyLayPhotoCarousel .bodyLayImageItem a {
    position: relative;
}

.bodyLayPhotoCarousel .bodyLayImageItem img {
    width: 100% !important;
    height: 100%;
    max-width: none !important;
    padding: 0 !important;
    object-fit: contain;
    background: #fff;
}

.bodyLayPhotoCarousel .bodyLayImageItem .bodyLayImageItemCap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 10px;
    color: var(--def-text-color);
    background: rgba(255, 255, 255, .9);
    font-size: 13px;
    line-height: 120%;
    text-align: center;
}

.bodyLayPhotoCarouselNav {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 34px;
    height: 44px;
    border: none;
    border-radius: 4px;
    background: rgba(33, 33, 33, .72);
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    transform: translateY(-50%);
}

.bodyLayPhotoCarouselNav:hover,
.bodyLayPhotoCarouselNav:focus {
    background: var(--def-bg-primary);
}

.bodyLayPhotoCarouselPrev {
    left: 10px;
}

.bodyLayPhotoCarouselNext {
    right: 10px;
}

.bodyLayPhotoCarouselDots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 12px;
}

.bodyLayPhotoCarousel.navArrows .bodyLayPhotoCarouselDots {
    display: none;
}

.bodyLayPhotoCarousel.navBullets .bodyLayPhotoCarouselNav {
    display: none;
}

.bodyLayPhotoCarousel .bodyLayPhotoCarouselDot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 2px solid var(--def-color-grey2);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.bodyLayPhotoCarousel .bodyLayPhotoCarouselDot:hover,
.bodyLayPhotoCarousel .bodyLayPhotoCarouselDot:focus {
    border-color: var(--def-bg-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .12), inset 0 0 0 2px #fff;
}

.bodyLayPhotoCarousel .bodyLayPhotoCarouselDot.active {
    border-color: var(--def-bg-primary);
    background: var(--def-bg-primary);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .16);
}

.bodyLayPhotoCarousel .bodyLayPhotoCarouselDot.active:hover,
.bodyLayPhotoCarousel .bodyLayPhotoCarouselDot.active:focus {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .18);
}

.sectionSysCols .bodyLay.photoCarouselRow .bodyLayPhotoCarousel {
    max-width: 100%;
}

.sectionSysCols .bodyLay.photoCarouselRow .bodyLayPhotoCarouselTrack {
    min-height: 180px;
}

@media screen and (max-width: 820px) {


    .sectionSysCols.sscols3 .lvBox2, .sectionSysCols.sscols4 .lvBox2 {
        width: 100%;
        margin: 20px;
    }

    .sectionSysCols.sscols2 {
        flex-direction: column;
    }


    .bodyLayContent,
    .bodyLay.typeLay4 .bodyLayContent {
        flex-direction: column-reverse;
    }

    .bodyLayContent .bodyLayImage {
        margin-top: 30px !important;
        margin-left:0 !important;
        margin-right: 0 !important;
    }

    .bodyLay.typeLay5 .bodyLayContent .bodyLayImage,
    .bodyLay.typeLay6 .bodyLayContent .bodyLayImage     {
        margin-top: 0px !important;

    }

    .bodyLay .bodyLayContent .bodyLayImage img,
    .bodyLay.typeLay3.sscols1 .bodyLayImageItem img,
    .bodyLay.typeLay4.sscols1 img {
        width: 100%;
    }


}




.bodyLay .bodyLayContent .lvButMoreContent {
    display: block;
    margin-top: 15px;
}

.formMsg {
    text-align: center;
    padding: 30px 0;
}

    /* lv contentFormBase */

.bodyLay .contentFormBase {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.bodyLay .contentFormBase .cols {
    width: 100%;
    margin-right: 0px;
}

.formRow {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.formRow .formLabel {
    margin-bottom: 5px;
}

.formRow .formInput textarea {
    min-height: 158px;
}

.formRow label {

}

.formRowBut {
    display: flex;
    justify-content: space-between;
}

.formRowBut div {
    display: flex;
    align-items: center;
}


/*  lv box */

.lvBoxP {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 204px;
    color:#fff;
    text-align: center;
    line-height: 140%;
    padding: 10px 50px;
    margin: -10px 10px 0 10px;

}

.lvBox2 {
}

/*.lvBox.lvJustifyBox0 {*/
/*    flex-direction: row-reverse;*/
/*    padding-right: 50px;*/
/*}*/



.lvBox .bodyLayBody {
    font-size: 14px;
}


.lvBox .bodyLayHeader,
.lvBox .bodyLayHeader h1,
.lvBox .bodyLayHeader h2
{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 0px;
    margin-top:0;
    color: var(--def-text-header-color);
    text-align: left;
}


.lvBox .bodyLayTitle,
.lvBox .bodyLayTitle h3 {
    font-weight: 500;
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 10px;
    color: var(--def-text-black);
}

.bodyLayFiles {
    margin-top:20px;
    display: flex;
    gap: 30px;
    justify-content: center;
}



.lvBox .bodyLayHeader h1,
.lvBox .bodyLayHeader h2,
.lvBox .bodyLayTitle h3 {
    margin-bottom: 0;
    margin-top:0;
}

.lvBox .lvBoxP {
    color: #fff;
    background:
            linear-gradient(90deg,var(--def-text-primary) 50%, #f1f1f1 0)
            var(--_p,100%)/200% no-repeat;
    transition: .4s;
}
.lvBox:hover {
    --_p: 0%;
}

/*.lvBox.lvJustifyBox0 .lvBoxP {*/
/*    color: #fff;*/
/*    background:*/
/*            linear-gradient(90deg,#f1f1f1 50%, var(--def-text-primary) 0)*/
/*            var(--_p,0%)/200% no-repeat;*/
/*    transition: .4s;*/
/*}*/
/*.lvBox.lvJustifyBox0:hover {*/
/*    --_p: 100%;*/
/*}*/

.lvBox:hover .lvBoxP .bodyLayBody,
.lvBox:hover .lvBoxP h1,
.lvBox:hover .lvBoxP h2,
.lvBox:hover .lvBoxP h3,
.lvBox:hover .bodyLayTitle h3
{
    transition: .4s;
    color:#fff;
}

.lvBox:hover a {
    opacity: 1 !important;
}


/*.lvBox2:hover .lvBoxP .bodyLayHeader h2 {*/
/*    color: var(--def-text-primary);*/
/*}*/
/*.lvBox2:hover .bodyLayImage::before,*/
/*.lvBox2:hover .bodyLayImage::after {*/
/*    background: var(--def-text-primary);*/
/*}*/


.bodyLayHeader span,
.bodyLayTitle span {
    text-align: center;
    display: block;
}


/* search body */

.searchHeader {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--def-text2-color);
}

.lvSearchBody {
    margin-bottom: 20px;
}

.lvSearchBody .lvButMoreContent a {
    margin-top: 10px;
}


/* table content */

.table, .bodyLayBody table  {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 5px;
}

.table.table-bordered {
    border: solid 1px var(--def-table-border-color);
}

.table.table-bordered td,
.table.table-bordered th {
    border: solid 1px var(--def-table-border-color);
    padding: 5px;
}

.table.table-bordered tr:hover td {
    background-color: var(--def-table-bg-hover-color);
}

.bodyLayBody table td {
    padding: 10px;
}

/* system columns */

.sectionSysCols {
    display: flex;
    margin-top: 40px;
    align-items: start;
    justify-content: center;
}

.sectionSysCols:first-child {
    margin-top:0;
}

.sectionSysCols .bodyLay {
    margin-right: 30px;
    width: 100%;
}

.sectionSysCols .bodyLay:last-child {
    margin-right: 0;
}


/* section parallax */

.lvParallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width:100%;
}

/* lightbox */

#lvLightbox{
    background:rgba(0,0,0, .8);
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:99989;
}

#lvLightbox_foto{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:99990;
}

#lvLightbox_foto #lvLightbox_fotogl span{
    background: url(../img/lvDefault/lightbox/loader.svg) no-repeat center center;
    position:relative;
    overflow: visible !important;
}

#lvLightbox_foto #lvLightbox_fotogl span img {
    border-radius: 12px;
    border: solid 2px rgba(241, 241, 241, 0.66);
    background: #fff;
}

@media screen and (max-width: 1020px) {

    #lvLightbox_foto #lvLightbox_fotogl span {
        width: 100% !important;
    }

    #lvLightbox_foto #lvLightbox_fotogl span img
    {
        width: 80%;
    }


}


#lvLightbox_foto #lvLightbox_fotogl span #lvLightbox_close{
    background: url(../img/lvDefault/lightbox/close.png) no-repeat center center;
    width:14px;
    height:14px;
    position:absolute;
    top:-28px;
    right:0px;
    z-index:99991;
    cursor:pointer;
    display:none;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#lvLightbox_foto #lvLightbox_fotogl span #lvLightbox_close:hover{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


#lvLightbox_foto #lvLightbox_fotogl span #lvLightbox_offset {
    width:54px;
    height:14px;
    position:absolute;
    top:-23px;
    left:0px;
    font-size:12px;
    color:#fff;
    z-index:99991;
    text-align:left;
    cursor:pointer;
    display:none;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}



#lvLightbox_prev{
    background: url(../img/lvDefault/lightbox/n2.png) no-repeat center center;
    width:50px;
    height:50px;
    position:absolute;
    top:50%;
    margin: -25px 0 0 0;
    left:30px;
    z-index:99992;
    cursor:pointer;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 100%;

}

#lvLightbox_next {
    background: url(../img/lvDefault/lightbox/n1.png) no-repeat center center;
    width:50px;
    height:50px;
    position:absolute;
    top:50%;
    margin: -25px 0 0 0;
    right:30px;
    z-index:99992;
    cursor:pointer;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 100%;
}

#lvLightbox_next, #lvLightbox_prev{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;

}


#lvLightbox_foto #lvLightbox_fotogl span small {
    background: rgba(0,0,0,.6);
    width:100%;
    position:absolute;
    bottom:10px;
    left:0px;
    padding: 10px 0 10px 0;
    z-index:99991;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
    color:#fff;

}

#lvLightbox_foto #lvLightbox_fotogl span small a,
#lvLightbox_foto #lvLightbox_fotogl span small a:hover{
    padding: 0 20px 0 20px;
    color:#fff;
    text-decoration:none;
    cursor:default;
}


#lvLightbox_next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    border: none;
    border-radius: 0px;
    background: url(../img/lvDefault/lightbox/next.png) no-repeat center center;

}

#lvLightbox_prev:hover{
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    border-radius: 0px;
    border: none;
    background: url(../img/lvDefault/lightbox/back.png) no-repeat center center;
}

/* MP4 media */

.bodyLay .bodyLayContent .bodyLayImage video,
.bodyLayVideo video,
.lvParallaxVideo video,
.productListing .photo video,
.productLi .photo video,
.productLi2 .photo video,
.productLiLista .photo video,
#lvCard #lvCardPhotos #lvCardPhotoMain video,
#lvCard #lvCardPhotos #lvCardPhotoAdd .bodyLayImageItem video {
    display: block;
    max-width: 100%;
    background: #111;
}

.popupCookiesBodyButton a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 0;
    border-radius: var(--input-btn-border-radius, 6px);
    background: var(--input-btn-bg, #0057ff);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.bodyLay .bodyLayContent .bodyLayImage video {
    border: solid 1px var(--def-border-image-color);
}

.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.border_none video,
.bodyLayVideo.border_none video,
.lvParallaxVideo.border_none video,
video.border_none {
    border: none !important;
    box-shadow: none !important;
}

.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.border_radius_8 video,
.bodyLayVideo.border_radius_8 video,
.lvParallaxVideo.border_radius_8 video,
video.border_radius_8 {
    border-radius: 8px !important;
    border: solid 2px var(--def-color-grey1) !important;
    box-shadow: 0px 0px 50px 0px rgba(66, 68, 90, .2);
}

.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.border_radius_16 video,
.bodyLayVideo.border_radius_16 video,
.lvParallaxVideo.border_radius_16 video,
video.border_radius_16 {
    border-radius: 16px !important;
    border: solid 2px var(--def-color-grey1) !important;
    box-shadow: 0px 0px 50px 0px rgba(66, 68, 90, .2);
}

.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.border_radius_24 video,
.bodyLayVideo.border_radius_24 video,
.lvParallaxVideo.border_radius_24 video,
video.border_radius_24 {
    border-radius: 24px !important;
    border: solid 2px var(--def-color-grey1) !important;
    box-shadow: 0px 0px 50px 0px rgba(66, 68, 90, .2);
}

.bodyLay.typeLay3 .bodyLayContent .bodyLayImage,
.bodyLay.typeLay4 .bodyLayContent .bodyLayImage {
    flex: 0 0 auto;
    align-self: flex-start;
}

.bodyLay.typeLay3 .bodyLayContent > div:not(.bodyLayImage),
.bodyLay.typeLay4 .bodyLayContent > div:not(.bodyLayImage) {
    flex: 1 1 auto;
    min-width: 0;
}

.bodyLay.typeLay3 .bodyLayContent .bodyLayImage .bodyLayImageItem video,
.bodyLay.typeLay4 .bodyLayContent .bodyLayImage .bodyLayImageItem video {
    width: auto;
}

.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem video {
    width: 100%;
    max-width: 100%;
}

.video_align_left { --video-align-x: left; text-align: left; justify-content: flex-start; }
.video_align_center { --video-align-x: center; text-align: center; justify-content: center; }
.video_align_right { --video-align-x: right; text-align: right; justify-content: flex-end; }
.video_valign_top { --video-align-y: top; align-items: flex-start; }
.video_valign_middle { --video-align-y: center; align-items: center; }
.video_valign_bottom { --video-align-y: bottom; align-items: flex-end; }

.bodyLay .bodyLayContent .bodyLayImage.video_align_left,
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.video_align_left,
.bodyLayVideo.video_align_left,
.lvParallaxVideo.video_align_left { align-items: flex-start; }
.bodyLay .bodyLayContent .bodyLayImage.video_align_center,
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.video_align_center,
.bodyLayVideo.video_align_center,
.lvParallaxVideo.video_align_center { align-items: center; }
.bodyLay .bodyLayContent .bodyLayImage.video_align_right,
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.video_align_right,
.bodyLayVideo.video_align_right,
.lvParallaxVideo.video_align_right { align-items: flex-end; }
.bodyLay .bodyLayContent .bodyLayImage.video_valign_top,
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.video_valign_top,
.bodyLayVideo.video_valign_top,
.lvParallaxVideo.video_valign_top { justify-content: flex-start; }
.bodyLay .bodyLayContent .bodyLayImage.video_valign_middle,
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.video_valign_middle,
.bodyLayVideo.video_valign_middle,
.lvParallaxVideo.video_valign_middle { justify-content: center; }
.bodyLay .bodyLayContent .bodyLayImage.video_valign_bottom,
.bodyLay .bodyLayContent .bodyLayImage .bodyLayImageItem.video_valign_bottom,
.bodyLayVideo.video_valign_bottom,
.lvParallaxVideo.video_valign_bottom { justify-content: flex-end; }

.bodyLay.typeLay1 .bodyLayContent .bodyLayImage.video_align_center,
.bodyLay.typeLay2 .bodyLayContent .bodyLayImage.video_align_center,
.bodyLay.typeLay1 .bodyLayContent .bodyLayImage.video_full_width,
.bodyLay.typeLay2 .bodyLayContent .bodyLayImage.video_full_width {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.bodyLay.typeLay1 .bodyLayContent .bodyLayImage.video_align_right,
.bodyLay.typeLay2 .bodyLayContent .bodyLayImage.video_align_right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

.bodyLay.typeLay1 .bodyLayContent .bodyLayImage.video_align_left,
.bodyLay.typeLay2 .bodyLayContent .bodyLayImage.video_align_left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.bodyLayImageItem[class*="video_align_"] video,
.bodyLayImageItem[class*="video_valign_"] video,
.bodyLayVideo[class*="video_align_"] video,
.bodyLayVideo[class*="video_valign_"] video,
.lvParallaxVideo[class*="video_align_"] video,
.lvParallaxVideo[class*="video_valign_"] video,
video[class*="video_align_"],
video[class*="video_valign_"] {
    object-position: var(--video-align-x, center) var(--video-align-y, center);
}

.bodyLayImageItem.video_align_left video,
.bodyLayVideo.video_align_left video,
.lvParallaxVideo.video_align_left video,
video.video_align_left {
    margin-left: 0;
    margin-right: auto;
}

.bodyLayImageItem.video_align_center video,
.bodyLayVideo.video_align_center video,
.lvParallaxVideo.video_align_center video,
video.video_align_center {
    margin-left: auto;
    margin-right: auto;
}

.bodyLayImageItem.video_align_right video,
.bodyLayVideo.video_align_right video,
.lvParallaxVideo.video_align_right video,
video.video_align_right {
    margin-left: auto;
    margin-right: 0;
}

.bodyLayImageItem.video_full_width,
.bodyLayVideo.video_full_width,
.lvParallaxVideo.video_full_width {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}

.bodyLayImageItem.video_full_width video,
.bodyLayVideo.video_full_width video,
.lvParallaxVideo.video_full_width video,
video.video_full_width {
    width: 100% !important;
    max-width: 100% !important;
}

.lvBox .bodyLayImage video,
.lvBox2 .bodyLayImage video {
    border-radius: 250px;
    border: solid 3px var(--def-text-primary);
}

.lvParallaxVideo {
    background: none;
    height: auto;
}

.lvParallaxVideo video {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.lvSlajd.media-video,
.lvSubSlajd.media-video,
#boxyBottom .boxgl.media-video {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.lvSlajd.media-video .hero-video,
.lvSubSlajd.media-video .hero-video,
#boxyBottom .boxgl.media-video .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.lvSlajd.media-video .hero-video-overlay,
.lvSubSlajd.media-video .hero-video-overlay,
#boxyBottom .boxgl.media-video .hero-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .15);
    z-index: 0;
}

.lvSlajd.media-video .main,
.lvSubSlajd.media-video .opis_animki,
#boxyBottom .boxgl.media-video h2,
#boxyBottom .boxgl.media-video .bodyLayBody {
    position: relative;
    z-index: 1;
}

#lvCard #lvCardPhotos #lvCardPhotoMain.has-video {
    cursor: default;
}

#lvCard #lvCardPhotos #lvCardPhotoMain.has-video::before {
    display: none;
}

#lvCard #lvCardPhotos #lvCardPhotoMain video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#lvCard #lvCardPhotos #lvCardPhotoAdd .bodyLayImageItem.video {
    cursor: pointer;
}

#lvCard #lvCardPhotos #lvCardPhotoAdd .bodyLayImageItem video {
    width: 118px;
    height: 118px;
    object-fit: cover;
}

#lvCard #lvCardPhotos #lvCardPhotoAdd .bodyLayImageItem.active img,
#lvCard #lvCardPhotos #lvCardPhotoAdd .bodyLayImageItem.active video {
    border-color: var(--def-text-primary);
}

@media screen and (max-width: 820px) {
    .bodyLay .bodyLayContent .bodyLayImage video,
    .bodyLay.typeLay3.sscols1 .bodyLayImageItem video,
    .bodyLay.typeLay4.sscols1 video {
        width: 100%;
    }
}

/* lvAnimationHeader */

.lvAnimation {
    width: 100%;
    position: relative;
    height: 600px;
    padding: 0;
    background: #000;
}

.lvAnimationBlock {
    width: 100%;
    height: 600px;
    position: relative;
    margin: 0;
}
.lvSlajd {
    height: 600px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display:none;
    text-align: left;
    border: none;
    background-repeat: no-repeat;
    background-position: bottom center;
}

canvas {
    display: block;
    position: relative;
    height: 600px;
    width: 100%;
    z-index: 1;
    top:0;
}

.lvSlajd .main {
    display: flex;
    align-items: center;
    height: 600px;
    position: absolute;
    top:0;
    left:50%;
    margin-left: -850px;


}

.lvSlajd img{
    float: left;
    width: 100%;
    height: auto;
}

/*paski paginacja*/

.lvAnimation small{
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    text-align: center;
}

.lvAnimation small a {
    background: #fff;
    width: 129px;
    height: 6px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.lvAnimation small a.s,
.lvAnimation small a:hover {
    background: #ff8400;
}

/*paginacja lewo i prawo*/

.lvAnimation #navl {
    background: #ff8400 url(../img/lvDefault/animation/navl.png) center center no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    cursor: pointer;
}

.lvAnimation #navp {
    background: #ff8400 url(../img/lvDefault/animation/navp.png) center center no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 1;
    margin-top: -25px;
    cursor: pointer;
}

.lvAnimation #navl:hover, .lvAnimation #navp:hover{
    background-color: #454545;
}


.opis_animki{
    margin: 0px 10px 10px 0px;
    clear: both;
    padding: 12px;
    font-size: 18px;
    width:780px;
    color:#f6f6f6;
    line-height: 125%;
    position: absolute;
    z-index: 100;
}

.opis_animki .nagl {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 140%;
    color:#cfaa5e;
    text-transform: uppercase;
}

.opis_animki .naglmm {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color:#f6f6f6;
    text-transform: uppercase;
}

.opis_animki .butt {
    margin-top: 20px;
    width: 400px;
}

.opis_animki .button {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 24px;
    color:#141414;
    margin-top: 10px;
    text-transform: uppercase;
}


.opis_animki .nagl a {
    color:#cfaa5e;
}

.opis_animki .naglmm a {
    color:#f6f6f6;
}

.opis_animki .nagl span,
.opis_animki span {
    color: var(--def-text-primary);
}



/* confirm */

#confirm {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 100;
    top:0;
    left:0;
}

#confirm #confirm_body {
    border-radius: 8px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.2);
    margin-top:-100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#confirm #confirm_body #confirm_text {
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    color:#434343;
}

#confirm #confirm_body #confirm_but {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

#confirm #confirm_body #confirm_but a {
    margin: 5px 10px 10px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

#confirm #confirm_body #confirm_but a small {
    margin-left: 5px;
}


/* offset */

.lvOffset {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20px;
    width: auto;
}

.lvOffset a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--def-color-grey0);
    margin-left: 5px;
    color:var(--def-color-grey4);
}

.lvOffset a.sel, .lvOffset a:hover {
    color: var(--def-text-white);
    background: var(--def-text-primary);
}



/* POPUP COOKIES */

/* POPUP COOKIES */

#popupCookies {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index:99999;
    background:rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
#popupCookiesBody {
    max-width: 800px;
    width:100%;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 15px;
    margin: 20px;
    color:#212121;
}

.popupCookiesBodyNagl {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 16px;
    color:#212121;
}

.popupCookiesBodyContent {
    padding-bottom: 15px;
    font-size: 13px;
    color:#212121;
}
.popupCookiesBodyContentOption {
    text-align:left;
    overflow: auto;
    overflow-x: hidden;
    max-height: 300px;
    color:#212121;
}

.popupCookiesConfBodyLi {
    background:#f5f5f5;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    color:#212121;
}

.popupCookiesConfBodyLi a {
    display: flex;
    align-items: center;
    cursor:pointer;
    color:#212121 !important;
    font-weight: bold;
    font-size: 14px;
}
.popupCookiesConfBodyLi a span {
    margin-right: 5px;
    font-size: 26px;
}
.popupCookiesConfBodyLi a.noact:hover {
    text-decoration: none;
    cursor:default;
}
.popupCookiesConfBodyLi a:hover:not(.noact) {
    text-decoration: none;
    color:#e90505 !important;
    cursor:pointer;
}

.popupCookiesConfBodyLi a.sel,
.popupCookiesConfBodyLi a.noact {
    color:#e90505 !important;
}


.popupCookiesBodyButton {
    text-align:center;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.popupCookiesBodyButton a#popupCookiesButSet {
    background-color:#f1f1f1;
    color:#212121;
}

.popupCookiesBodyButton a#popupCookiesButSet:hover {
    background:#E0E0E0;
}

#popupCookiesConfBody, #popupCookiesConfNagl, #popupCookiesButSave {
    display:none;
    margin-bottom: 15px;
}

@media all and (max-width: 800px){

    #popupCookies {
        overflow: auto;
    }

    #popupCookiesBody {
        margin-top: 20px;
    }

}

@media all and (max-width: 540px){

    .popupCookiesBodyButton{
        flex-direction: column;
        margin-top: 15px;
    }

    .popupCookiesBodyButton a {
        margin-top: 0px;
    }

}

/* iframe video */

.bodyLayBody iframe {
    width:420px !important;
    height: 235px !important;
}

/* path page */

.pathpage {
    display: flex;
    gap: 5px;
    color: var(--def-color-grey2);
    font-size: 14px;
}

.pathpage span,
.pathpage a {
    color: var(--def-text-black);
}
.pathpage a:hover {
    color: var(--def-text-primary);
}

@media screen and (max-width: 820px) {

    .bodyLay.photoCarouselRow.typeLay1 .bodyLayContent .bodyLayImage,
    .bodyLay.photoCarouselRow.typeLay2 .bodyLayContent .bodyLayImage,
    .bodyLay.photoCarouselRow.typeLay3 .bodyLayContent .bodyLayImage,
    .bodyLay.photoCarouselRow.typeLay4 .bodyLayContent .bodyLayImage {
        float: none;
        width: 100%;
        max-width: none;
        margin: 0 0 20px !important;
    }

    .bodyLay.photoCarouselRow.typeLay3 .bodyLayContent,
    .bodyLay.photoCarouselRow.typeLay4 .bodyLayContent {
        gap: 0;
    }

    .bodyLayPhotoCarouselTrack {
        min-height: 210px;
    }

}

/* HTML content from Summernote */

.bodyLayBody,
.lvCardOpis,
.lvZakladkiBodyItem,
.faqBodyLiContent,
#opisSeoKarta,
.lvTestOnlineComment {
    overflow-wrap: anywhere;
}

.bodyLayBody::after,
.lvCardOpis::after,
.lvZakladkiBodyItem::after,
.faqBodyLiContent::after,
#opisSeoKarta::after,
.lvTestOnlineComment::after {
    content: "";
    display: block;
    clear: both;
}

.bodyLayBody img,
.lvCardOpis img,
.lvZakladkiBodyItem img,
.faqBodyLiContent img,
#opisSeoKarta img,
.lvTestOnlineComment img {
    max-width: 100% !important;
    height: auto !important;
}

.bodyLayBody sup,
.lvCardOpis sup,
.lvZakladkiBodyItem sup,
.faqBodyLiContent sup,
#opisSeoKarta sup,
.lvTestOnlineComment sup,
.lvRegisteredMark {
    position: relative;
    font-size: .55em;
    line-height: 0;
    vertical-align: super;
}

/* End HTML content from Summernote */
