@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,600,0,0');
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v105/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}
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;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
form {width:100%;}
body, td, div, dl, dt, dd, menu, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote {
    margin:0;
    padding:0;
    font-family: "Lexend", sans-serif;
    font-size: var(--def-text-size);
    color:var(--def-text-color);
    font-weight:var(--def-text-weight);
}

body { height:100vh; background-color: #fbfbfb;}
a {
    text-decoration: none;
    color: var(--a-color);
    cursor: pointer;
}
a:hover, input[type=submit]:hover, button[type=submit]:hover {
    text-decoration: none;
    transition: .4s;
    opacity: .6;
    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;
}

h1, h2, h3, h4, h5, h6 { color:var(--def-text-black); font-size: var(--def-text-size); font-weight: 500; margin: 20px 0 20px 0;}

h1 { font-size: 42px;font-weight: 400; color: var(--def-text-black); }
h2 { font-size: 32px; font-weight: 600;}
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h4 { 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;}

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: 'Material Symbols Outlined', 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 */

input[type=text],
input[type=email],
input[type=password],
input[type=link],
input[type=url],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=datetime-local],
input[type=time],
input[type=color],
.note-image-input,
select,
textarea
{
    width:100%;
    border: solid 1px var(--input-border);
    border-radius: var(--input-border-radius);
    background: var(--input-bg);
    padding: 6px 10px;
    color:#434343;
}

.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: 6px 10px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=link]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=time]:focus,
input[type=color]:focus,
select:focus,
textarea:focus
{
    border-color: var(--input-border-color-focus);
    background: var(--input-bg);
}

input[type=submit], button[type=submit], button[type=button], a.button {
    border: none;
    border-radius: var(--input-btn-border-radius);
    background: var(--input-btn-bg);
    padding: 15px 120px 15px 50px;
    line-height: 100%;
    color:#fff;
    cursor: pointer;
    align-items: center;
    font-weight: 300;
    font-size: 27px;
    display: inline-block;
}

input[type=submit]:hover, button[type=submit]:hover, button[type=button]:hover {
    background-color: var(--input-btn-bg-hover);
    color: var(--input-btn-textcolor-hover);
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 7px !important;
}

a.button .lvico,
input[type=submit] .lvico,
button[type=submit] .lvico,
button[type=button] .lvico {
    margin: 0 7px 0 -10px;
    font-size: 14px;
}



input.invalid, label.invalid, textarea.invalid {
    border-color: rgba(255, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.05);
}



a.button.ico {
    padding-left: 10px;
}

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; }


/* 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: 300;
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: var(--def-text-black);
    text-align: center;
    font-family: 'Roboto', sans-serif;
}


.bodyLay .bodyLayTitle,
.bodyLay .bodyLayTitle h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top:-10px;
    color: var(--def-text-primary);
    text-align: center;
    font-family: 'Roboto', sans-serif;
}



.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: 150%;
}

ul,
ol {
    margin-left: 20px;
    margin-top: 10px;
}


.bodyLay .bodyLayContent .bodyLayBody .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 2px var(--def-color-grey1); box-shadow: 0px 0px 50px 0px rgba(66, 68, 90, .2); }
.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: 60px;
}

.bodyLay.typeLay4 .bodyLayContent .bodyLayImage {
    margin-left: 60px;
}

.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);
}

@media screen and (max-width: 820px) {

    section.content .contentBody {
        padding: 30px 10px;
    }

    .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 .bodyLayTitle, .bodyLay .bodyLayTitle h3 {
        margin-top: 20px;

    }


}




.bodyLay .bodyLayContent .lvButMoreContent {
    display: inline-block;
    margin-left: 5px;
}

.formMsg {
    text-align: center;
    padding: 30px 0;
}

    /* lv contentFormBase */

.bodyLay .contentFormBase {
    margin-top: 20px;
    display: flex;
}

.bodyLay .contentFormBase .cols {
    width: 50%;
    margin-right: 20px;
}

.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 */

.lvBox, .lvBox2 {
    width: 100%;
    display: flex;
    margin: 20px 20px 0px 20px;
}

.lvBox2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*.lvBox.lvJustifyBox0 {*/
/*    flex-direction: row-reverse;*/
/*    padding-right: 50px;*/
/*}*/



.lvBox .bodyLayImage, .lvBox2 .bodyLayImage {
    width: 200px;
    position: relative;
    z-index: 2;
}

.lvBox2 .bodyLayImage {
    width: 220px;
}

.lvBox .bodyLayImage img, .lvBox2 .bodyLayImage img {
    border-radius: 250px;
    border: solid 3px var(--def-text-primary);
}

.lvBox2 .bodyLayImage::before {
    content: '';
    width: 30px;
    height: 30px;
    background: #ccc;
    position: absolute;
    border-radius: 40px;
    border: solid 10px #fff;
    outline: solid 3px #464646;
    top: 150px;
    left: 50%;
    z-index: 2;
    margin-left: -100px;
    box-shadow: 0px 9px 25px -9px rgba(66, 68, 90, .5);
}

.lvBox2 .bodyLayImage::after {
    content: '';
    width: 30px;
    height: 30px;
    background: #ccc;
    position: absolute;
    z-index: 2;
    border-radius: 40px;
    border: solid 10px #fff;
    outline: solid 3px #464646;
    top: 150px;
    right: 50%;
    margin-right: -100px;
    box-shadow: 0px 9px 25px -9px rgba(66, 68, 90, .5);
}


.lvBox .lvBoxP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(241, 241, 241, 0.7);
    border-right: solid 10px var(--def-text-primary);
    /*-webkit-box-shadow: 0px 9px 25px -9px rgba(66, 68, 90, 1);*/
    /*-moz-box-shadow: 0px 9px 25px -9px rgba(66, 68, 90, 1);*/
    /*box-shadow: 0px 9px 25px -9px rgba(66, 68, 90, .5);*/
    height: 170px;
    margin-left:0;
    border-right: none;
    border-left: solid 10px var(--def-text-primary);
    border-radius: 150px;
    padding: 0px 110px 0 50px;
    text-align: left;
}

.lvBox2 .lvBoxP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(241, 241, 241, 0.5);
    border-right: solid 10px var(--def-text-primary);
    /*-webkit-box-shadow: 0px 9px 25px -9px rgba(66, 68, 90, 1);*/
    /*-moz-box-shadow: 0px 9px 25px -9px rgba(66, 68, 90, 1);*/
    /*box-shadow: 0px 9px 25px -9px rgba(66, 68, 90, .5);*/
    margin-left:0;
    border-right: none;
    border-bottom: solid 3px var(--def-text-primary);
    border-radius: 30px;
    margin-top: -50px;
    padding: 60px 5px 20px 5px;
    text-align: left;
    width: 100%;
}

.lvBox2 .lvBoxP .bodyLayHeader {
    margin: 0;
}

.lvBox2 .lvBoxP .bodyLayHeader h2 {
    font-size: 20px;
    margin:0;
}

.lvBox2 .lvBoxP .bodyLayTitle h3 {
    margin:0;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: var(--def-color-grey5)
}



.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;
}



.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);
}





/* search body */

.searchHeader {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--def-text2-color);
}

.lvSearchBody {
    margin-bottom: 20px;
}


/* table content */

.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);
}


/* system columns */

.sectionSysCols {
    display: flex;
    margin-top: 20px;
    align-items: start;
}

.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);
}

@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;
}

/* lvAnimationHeader */

.lvAnimation {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    height: 500px;
    padding: 0;
}

.lvAnimationBlock {
    float: left;
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0;
}
.lvSlajd {
    height: 500px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display:none;
    text-align: left;
    border: none;
    background-repeat: no-repeat;
    background-position: right;
}

.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;
}

.nakl{
    position: absolute;
    left: 0;
    bottom: 200px;
    width: 100%;
    text-align: center;
}

.nakl h6{
    font-size: 72px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
}

.nakl h6 a{
    color: #fff;
}

.nakl h6 a:hover{
    text-decoration: none;
    color: #fe7300;
}

.opis_animki{
    margin: 60px 10px 10px 0px;
    clear: both;
    padding: 12px;
    font-size: 18px;
    width: 400px;
    border-left: solid 5px #fe7300;
}

.opis_animki .nagl {
    font-size: 32px;
    font-weight: bold;
}
.opis_animki .naglmm {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.opis_animki .butt {
    margin-top: 10px;
}

.opis_animki .button {
    font-size: 16px;
}

.opis_animki .nagl a {
    color:#000;
}




/* 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 */

#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;
}

.popupCookiesBodyNagl {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 16px;
    color:#000;
}

.popupCookiesBodyContent {
    padding-bottom: 15px;
    font-size: 13px;
    color:#000;
}
.popupCookiesBodyContentOption {
    text-align:left;
    overflow: auto;
    overflow-x: hidden;
    max-height: 300px;
}

.popupCookiesConfBodyLi {
    background:#f5f5f5;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 12px;
    color:#000;
}

.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;
    color:#000;
}


@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:100% !important;
}