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;}
.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;
}

.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;
}

.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,
.popupCookiesBodyContent ul,
.popupCookiesBodyContent 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);
}

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

    .sectionSysCols.sscols2,
    .sectionSysCols.sscols3,
    .sectionSysCols.sscols4 {
        flex-direction: column;
    }

    .sectionSysCols .bodyLay {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .sectionSysCols .bodyLay:last-child {
        margin-bottom: 0;
    }

    .sectionSysCols.sscols3 .lvBox2, .sectionSysCols.sscols4 .lvBox2 {
        width: calc(100% - 40px);
        margin: 20px;
    }

    .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;
}

/* 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,.66);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 24px;
}
#popupCookiesBody {
    max-width: 760px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 24px;
    box-shadow: 0 48px 90px -28px rgba(0,0,0,.42);
    text-align: left;
    padding: 32px;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.popupCookiesBodyNagl {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    padding-bottom: 12px;
    color: #000;
}

.popupCookiesBodyContent {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.65;
    color: #4B5563;
}
.popupCookiesBodyContentOption {
    text-align: left;
    overflow: auto;
    overflow-x: hidden;
    max-height: min(340px, 42vh);
    color: #000;
    padding-right: 6px;
}

.popupCookiesConfBodyLi {
    background: #F8F9FA;
    border: 1px solid rgba(0,0,0,.06);
    margin-top: 10px;
    padding: 14px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.55;
    color: #4B5563;
}

.popupCookiesConfBodyLi a {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000 !important;
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 6px;
}
.popupCookiesConfBodyLi a span {
    margin-right: 8px;
    font-size: 26px;
}
.popupCookiesConfBodyLi a.noact:hover {
    text-decoration: none;
    cursor:default;
}
.popupCookiesConfBodyLi a:hover:not(.noact) {
    text-decoration: none;
    color: #E01A22 !important;
    cursor: pointer;
}

.popupCookiesConfBodyLi a.sel,
.popupCookiesConfBodyLi a.noact {
    color: #E01A22 !important;
}

.popupCookiesBodyButton {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,.06);
    text-align: right;
}

.popupCookiesBodyButton a#popupCookiesButSet {
    background: #fff;
    border-color: rgba(0,0,0,.14);
    color: #000 !important;
}

.popupCookiesBodyButton a#popupCookiesButSet:hover {
    background: #F8F9FA;
    border-color: #000;
}

#popupCookiesConfBody, #popupCookiesConfNagl {
    display: none;
    margin-bottom: 15px;
}

#popupCookiesButSave {
    display: none;
}

@media all and (max-width: 800px){
    #popupCookiesBody {
        padding: 26px;
    }

}

@media all and (max-width: 540px){
    #popupCookies {
        align-items: flex-end;
        padding: 12px;
    }

    #popupCookiesBody {
        border-radius: 18px;
        padding: 22px;
    }

    .popupCookiesBodyNagl {
        font-size: 19px;
    }

    .popupCookiesBodyButton{
        flex-direction: column;
        margin-top: 18px;
    }

    .popupCookiesBodyButton a {
        width: 100%;
    }

}

/* 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);
}

/* Front-scoped framework buttons after removing global button reset. */
.popupCookiesBodyButton a,
.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-flex;
    align-items: center;
    justify-content: center;
}
.popupCookiesBodyButton a:hover { opacity: .85; }

.popupCookiesBodyButton a {
    background: #E01A22;
    border: 1px solid #E01A22;
    border-radius: 999px;
    box-shadow: 0 16px 30px -18px rgba(224,26,34,.75);
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1.1;
    min-height: 48px;
    padding: 0 22px;
    text-transform: uppercase;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

.popupCookiesBodyButton a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.popupCookiesBodyButton a#popupCookiesButAll,
.popupCookiesBodyButton a#popupCookiesButSave {
    background: #E01A22;
    border-color: #E01A22;
    color: #fff !important;
}

.popupCookiesBodyButton a#popupCookiesButSave[style] {
    display: inline-flex !important;
    margin-bottom: 0;
}

.popupCookiesBodyButton a#popupCookiesButAll:hover,
.popupCookiesBodyButton a#popupCookiesButSave:hover {
    background: #000;
    border-color: #000;
}
