@import url(lvDefault.css?v=20260727-editor);
@import url(lvArea.css?v=8);
@import url(lvCart.css?v=8);
@import url(lvProducts.css?v=3);

/*@import url(lvTestOnline.css);*/

/* main */

body {
    background: var(--bg-body-color);
}

.main {
    width: 1600px;
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.main1000 {
    width: 1000px !important;
}
.main800 {
    width: 800px !important;
}


/** CONTENT **/


.listinggl .productListing {
    margin-top: 0;
}

section.content {
    display: flex;
    padding: 20px 0;
}

.contentBodyBase {
    position: relative;
}

.contentBodyBase.contentBodyLeft {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.colsLeft .bodyLayHeader {
    text-align: left;
}






/* header */


header {
    position: relative;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 100;
    background:#ffffff ;
}

header.belka {
    position:fixed;
    top:-70px;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, .3);
}

#podbelka {
    display: none;
}

#headerTop {
    width:100%;
    display: flex;
    height: 68px;
    justify-content: space-between;
    align-items: center;
}


#topcontact {
    display: flex;
    width: 250px;
    text-align: right;
    justify-content: right;
}

#topcontact .teltop {
    background: url(../img/ico_tel.png) no-repeat center center;
    width: 30px;
    height: 30px;
}

#topcontact .emailtop {
    background: url(../img/ico_mail.png) no-repeat center center;
    width: 30px;
    height: 30px;
}

#topcontact small {
    width: 1px;
    height: 32px;
    border-right: dotted 1px #000;
    margin: 0 20px;
}

#langTop span {
    padding-right: 15px;
    cursor: pointer;
    background: url(../img/d.png) no-repeat center right;
    position: relative;
}

#langTop span:hover,
#topcontact a:hover {
    opacity: .7;
    transition: .4s;
}

#langTop div {
    display: none;
    position: absolute;
    top: 55px;
    right:5px;
    background: #fff;
    z-index: 1;
}

#langTop div a {
    padding: 5px;
    text-align: center;
    color:#000;
}

#topcontact #langTop div a:hover {
    color: var(--def-text-primary);
    transition: .4s;
    opacity: .8;
}

header #headerTop2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


#search form {
    display: flex;
}

#search form input[type='text'] {
    width: 595px;
    height: 40px;
    padding-left: 20px;
    border-radius: 3px 0px 0px 3px;
    border-color:#979797;
    border-right:none;
}

#search form input[type='submit'] {
    width: 40px;
    height: 40px;
    border-radius: 0px 3px 3px 0px;
    background: url(../img/lupa.png) no-repeat center center;
    border: solid 1px #979797;
    border-left: none;
}



#strefa {
    display: flex;
    align-items: center;
    gap: 20px;
}

#strefa a:first-child {
    display: flex;
    font-size: 14px;
    align-items: center;
    background: url(../img/ico_strefa.png) no-repeat left center;
    color: #333333;
    padding-left: 30px;
    height: 30px;
}

#strefa a.icoCart {
    display: flex;
    font-size: 14px;
    align-items: center;
    height: 30px;
    width: 30px;
    position: relative;
    background: url(../img/ico_cart.png) no-repeat left center;
}

#strefa a.icoComp {
    display: flex;
    font-size: 14px;
    align-items: center;
    height: 30px;
    width: 30px;
    position: relative;
    background: url(../img/ico_comp.png) no-repeat left bottom;
}

#strefa a.icoCart small,
#strefa a.icoComp small {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left:15px;

    padding: 0 7px;
    height: 20px;
    background: var(--def-text-primary);
    border-radius: 20px;
    color:#fff;
    font-size: 10px;
    font-family: var(--font-ui);
}


#strefa a:hover {
    color: var(--def-text-primary);
    transition: .4s;
    opacity:.6;
}


/** NAVIGATION **/

/* nav menu top */

nav#menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px;
    align-items: center;
    min-width: 750px;
    margin-top: 20px;
}


nav#menu a {
    padding: 3px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font-ui);
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.25px;
}

nav#menu a:hover, nav#menu a.sel {
    color: var(--a-hover-color);
}

/* nav menu category - left */

.colLeft  {
    width: 320px;
    flex: 0 0 320px;
}

.contentBody {
    width: 100%;
    min-width: 0;
}

.contentBody.colsLeft {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}






.naglLL {
    margin-top: 20px;
}

nav#menull {
    margin-top: 10px;
    width: 320px;
    border: solid 1px #d8d8d8;
    padding: 10px 0;
}

nav#menull a {
    font-size: 16px;
    color: var(--def-text2-color);
    font-weight: 400;
    padding: 0px 15px;
    display: block;
    font-family: var(--font-legacy);
}

nav#menull a.m2 {
    padding-left: 30px;
}

nav#menull a.m3 {
    background: #ededed;
    padding: 2px 15px 2px 45px;
}

nav#menull a.m4 {
    background: #ededed;
    padding: 2px 15px 2px 60px;
}

nav#menull a.m5 {
    background: #ededed;
    padding: 2px 15px 2px 75px;
}

nav#menull a.m1.sel,
nav#menull a.m2.sel,
nav#menull a.m3.sel,
nav#menull a.m4.sel,
nav#menull a.m5.sel {
    color: var(--def-text-primary);
}

nav#menull a:hover {
    color: var(--def-text-primary);
}

nav#menull a.m1.sel.downMenu::after,
nav#menull a.m2.sel.downMenu::after,
nav#menull a.m3.sel.downMenu::after,
nav#menull a.m4.sel.downMenu::after {
    content: '';
    background: url("../img/d.png") no-repeat center center;
    width: 9px;
    height: 5px;
    display: inline-block;
    margin-left: 8px;
}



/** CONTENT **/


.listinggl .productListing {
    margin-top: 0;
}

section.content {
    display: flex;
    gap: 30px;
}

.colLeft {
    width: 320px;
    flex: 0 0 320px;
}

.colsLeft .bodyLayHeader {
    margin-top: 20px;
    margin-bottom: 20px;
}




/** FOOTER **/



footer .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 10px;
    gap: 5px;
}

footer div {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
}

footer div a {
    color: #999999;
}



/** blog */

#blogHome {
    display: flex;
    gap: 24px;
    padding: 50px 0px;
}

#blogHome .blogHomeLi {
    width: 400px;
    position: relative;
}

#blogHome .blogHomeLi img {
    width: 100%;
    border-radius: 8px;
}

#blogHome .blogHomeLi span {
    background: rgba(255,255,255,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: var(--def-text-black);
    padding: 12px 0;
}

#blogHome .blogHomeLi span a {
    color: var(--def-text-black);
}

#blogHome .blogHomeLi:hover span {
    opacity: 1;
    background: rgba(59, 130, 246, .5);
    transition: .4s;
    color:#fff;
}


#blogHome .blogHomeLi:hover {
    transition: .4s;
    opacity:.7;
}

#blogHome .blogHomeLi:hover span a {
    color:#fff;
}

#bannerGL {
    display: flex;
    gap:10px;
    justify-content: space-between;
}

#bannerGL_L {
    width: 850px;
    position: relative;
}

#bannerGL_P {
    width: 480px;
    display: flex;
    gap:10px;
    flex-direction: column;
}

#bannerGL_P .banner_p {
    position: relative;
}

#bannerGL_L div,
#bannerGL_P .banner_p div {
    top:0;
    width: auto;
    position: absolute;
    z-index: 1;
    font-size: 24px;
    font-family: var(--font-ui);
}

#bannerGL_P img {
    width:100%;
    margin-bottom:-7px;
}

#bannerGL h3 {
    font-size: 24px;
    margin:0 0 10px 0;
    text-transform: uppercase;
    line-height: 130%;
    letter-spacing: 1px;
}

#bannerGL .button {
    width:auto;
    display: inline-block;
}

#bannerGL .button:hover {
    background: #fff;
}

#bannerGL_P .banner_p div {
    left: 20px;
    top: 80px;
}

#bannerGL_P .banner_p:first-child div {
    text-align: right;
    right: 20px;
    left: auto;
    top: 50px;
}

#bannerGL_L div {
    background: rgba(255,255,255,.8);
    width: 300px;
    top: 35%;
    left: 35px;
    padding: 30px;
}

#bannerGL_L div h3 span {
    display: block;
    font-size: 18px;
}




/* nav menu footer */

#stopka {
    background: #dfdfdf;
    padding: 50px 0;
    margin-top: 30px;
}

#stopka .main {
    display: flex;
    gap: 100px;
}

nav.menust {
    line-height: 140%;
}

nav.menust span,
#adresst .naglst {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
    display: block;
}

nav.menust a {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 400;

}

nav#menust a:hover, nav.menust a.sel {
    color: var(--a-hover-color);
}

#adresst .kontaktst {
    line-height: 140%;
}

#adresst .kontaktst a {
    font-weight: 300;
    font-size: 14px;
    display: block;
    background: url(../img/ico_tel_st.gif) no-repeat left center;
    padding: 0 0 0 20px;
    color:#000000;
    text-decoration: underline;
}

#adresst .kontaktst a:last-child {
    background-image: url(../img/ico_email_st.gif);
}

#adresst .adres {
    font-size: 14px;
    margin-top:20px;
    color: #000000;
}

#social {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

#social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/ico_fb.png) no-repeat center center;
}

#social a:nth-child(2) {
    background-image: url(../img/ico_insta.png);
}

#social a:nth-child(3) {
    background-image: url(../img/ico_linked.png);
}

#social a:hover {
    opacity: .5;
    transition: .4s;

}


#menubox {
    display: flex;
    margin-top: 30px;
    gap: 5px;
}

#menubox a {
    width: 10%;
    text-align: center;
}

#menubox a video {
    width: 58px;
    height: 58px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    background: #111;
}

#menubox a span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color:#666666;
    border-radius: 3px;
    padding: 2px;
    line-height: 115%;
}

#menubox a span.mtnoico {
    margin-top: 58px;
}
.bodyPage #menubox a span {
    font-size: 16px;
}

.bodyPage #menubox small {
    font-size: 34px;
    color: var(--def-text-primary);
}

#menubox a.sel span,
#menubox a:hover span {
    color:#fff;
    background: var(--def-text-primary);
    transition: .4s;
}

#menubox a:hover {
    opacity: 1;
}

#przebitkaBanner {
    text-align: center;
    margin-top: 30px;
}

#przebitkaBanner img {
    width: 100%;
    max-width: 1920px;
}


.newlstterGl {
    margin: 40px auto 20px auto;
    padding: 40px 170px 0 170px;
    width: 990px;
    background: url(../img/ico_newsletter.png) no-repeat left center;
}

.newsletterGl_nagl {
    text-align: center;
    font-size: 23px;
}

.newsletterGl_nagl b {
    display: block;
}

.newsletterGl_form {
    padding: 25px;
}

.newsletterGl_form input {
    margin-bottom: 20px;
}

.newsletterGl_form label {
    display: flex;
    font-size: 14px;
    color: #666666;
    line-height: 130%;
}

.newsletterGl_form label input {
    margin-top: 3px;
    border: solid 1px red;
}

.newsletterGl_form input[type='submit'] {
    margin-top: 20px;
    margin-bottom: 0;
}


#newsGL {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

#newsGL .newsGLitem {
    display: flex;
    gap: 25px;
}

#newsGL .newsGLnagl {
    font-size: 30px;
    font-weight: 300;
    color:#333333;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
}

.newsGLli .newsGLlifoto img {
    width: 100%;
}

#newsGL .newsGLliopis {
    background: #f4f4f4;
    padding: 20px;
    line-height: 120%;
    text-align: left;
}


#newsGL .newsGLliopis h3 {
    font-size: 24px;
    font-weight: bold;
    color:#000;
    margin: 0 0 20px 0;
    line-height: 120%;
}

#newsGL .newsGLliopis h3 a {
    color:#333333;
}

#newsGL .newsGLliopis h3 a:hover {
    color: var(--def-text-primary);
}

#newsGL .newsGLliopis .button {
  display: inline-block;
  margin-top: 20px;
}

#newsGL .newsGLliopis .button:hover {
    background: #fff;
}

#newsGL .wicejnews {
    display: inline-block;
    margin-top: 35px;
    background: #000000;
    font-size: 18px;
    padding: 15px 25px;
}


/*popup top */
.popupTop {
    width: 100%;
    background:#f5f5f5;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    overflow: hidden;
}

.popupTopViewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.popupTopTrack {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: popupTopTicker 160s linear infinite;
}

.popupTop:hover .popupTopTrack,
.popupTop:focus-within .popupTopTrack {
    animation-play-state: paused;
}

.popupTopGroup {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.popupTopItem {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: #333;
}

.popupTopItem::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #017184;
    margin: 0 28px;
    opacity: .55;
}

@keyframes popupTopTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .popupTopTrack {
        animation: none;
        width: auto;
    }

    .popupTopGroup[aria-hidden="true"] {
        display: none;
    }
}

@media all and (max-width: 640px) {
    .popupTop {
        padding: 14px 16px;
        gap: 14px;
    }

    .popupTopItem::after {
        margin: 0 20px;
    }
}
