@media only screen and (max-width: 1200px) {
	
.text-content-ext {
    background-position: 120% 65%;

    }
} 

@media only screen and (max-width: 991px) {
	.burger {
        display:block;
        opacity:1;
        margin-top: 10px;
    }

    header.homepage, header{
        position: static;
        background: white;
    }

    #header .fixed .navbar-brand{
        padding: 38px;
    }
   

  
    #header .navbar-brand .logotype-top, #header .fixed .navbar-brand img{
    height: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 15px;
    width: 100%;
    }

    #header .navbar-nav{
        width: 100%;
    }

    #header .navbar-nav li {
        display: block;
        padding: 2%;
        float: none;
        border-bottom: 1px solid #e8e8e8;
    }
    #header .navbar-nav li a {
        font-size: 1.5em;
        color: #1192dd;
        padding: 10px;
        text-align: center;
    }

    #header .navbar .current-menu-item  a {color: #ef2b30;}
    #header .navbar-nav  li:hover {background: #1490e3;}
    #header .navbar-nav li:hover a {color:#fff;}
    
    #header .menu-container {
        display: flex;
        position: fixed;
        background: rgba(255, 255, 255, 0.98);
        width: 100%;
        height: 100%;
        z-index: 1200;
        margin: 0px 0px;
        justify-content: center;
        align-items: center;
        left: -100%;
        top: 0;
    }
    .burger-fixed {
        z-index: 2000;
        position: absolute;
        left: 30px;
    }

    .social a svg{
        margin-top: 25px;
        height: 25px;

    }


    #header .social a svg path, #header .fixed .social a svg path {
    fill: #0c94d8;
    }
     #header .lang-switcher{
        position: relative;
        top: 35px;
        right: 0px;
     }
    #header .lang-switcher p, #header .fixed .lang-switcher p{
        border: 2px solid #0c94d8;
        color: #0c94d8;
    }

    #Section_3 .grupa_sanco{
        margin-left: 0px;
    }

    #Section_4 .two-glasses{
        right: -400px;
    }

    #Section_4 .warranty{
        position: static;
        margin-top: 30px;
    }

    #Section_4 .warranty::before {
        top: 30px;
    }

    #Section_5 h3, .linia-produkcyjna h3{
        text-shadow: 0px 0px 12px #000000ab;

    }
    .page-form{
        padding: 60px 15px;
    }
    .page-form-left{
        padding: 0px;
        margin-bottom: 50px;
    }
    .footer-info{
    height: 170px;
    padding-bottom: 30px;
    }

    .vwglass-bg{
        display: none;
    }


    .text-content2 {
    padding: 70px 20px;
    text-align: center;
    }

  .text-content .image{
        text-align: center;
    margin: 10px 0px;
    }

    .arrows li{
        padding: 20px;
    }

    .arrows li::before {

    top: 22px;

    }

    .contact-list .mb-50{
        margin-bottom: 10px;
    }

   .text-content-ext {
    background-position: 210% -60%;

    }

    .page-about .all-text{
        width: 80%;
    }

    #header .lang-switcher{
    display: none;
    }

    .menu-container #lang_sel_list{
        display: block;
    position: absolute;
    top: 17px;
    right: 35px;
    border: 3px solid #1192dd;
    padding: 10px 15px 10px 5px;
    }

    .menu-container #lang_sel_list ul a.lang_sel_other, #lang_sel_list ul a.lang_sel_other:visited, .menu-container #lang_sel_list a.lang_sel_sel, #lang_sel_list a.lang_sel_sel:visited{
        color: #1192dd;
    }

} 

@media only screen and (max-width: 767px) {
	 .footer-info{
    height: auto;
    }

    .text-content-ext {
    background:none;

    }

    .page-about .all-text{
        width: 100%;
        padding: 0px 30px;
    }
 
}

@media (max-width: 520px) {

    .social a svg{
        margin-left: 0px;
    }

    h1{
        font-size: 35px;
    }

     .offer-subpage h1{
        font-size: 30px;
    }

    h3{
        font-size: 20px;
    }

    #Section_3 .big-brand{
        font-size: 6em;
        bottom: -77px;
        right: 0px;
    }

    #Section_4 ul{
        padding-left: 0px;
    }

     #Section_5 h3, .linia-produkcyjna h3{
        font-size: 30px;
        
    }
    .page-form-right{
        padding: 0px;
    }

   


}

@media (max-width: 480px) {
	
	
	    

}
 
@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{-webkit-font-smoothing: subpixel-antialiased;}


#header .menu-container.showme {
    opacity: 1;
    left: 0px;
}
#header .navbar .showme {left:0; overflow: scroll;}  

  
/* WWGlass 2.0 header overrides */
@media only screen and (max-width: 991px) {
    #header .navbar {
        background: #fff;
        box-shadow: 0 8px 26px rgba(9, 22, 32, 0.08);
    }

    #header .header-row {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 82px;
    }

    #header .navbar-header {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #header .navbar-brand,
    #header .fixed .navbar-brand {
        background: #fff;
        box-shadow: none;
        min-height: 76px;
        padding: 14px 0;
    }

    #header .navbar-brand .logotype-top,
    #header .fixed .navbar-brand img {
        height: auto;
        left: auto;
        max-width: 170px;
        position: static;
        right: auto;
        top: auto;
        width: 170px;
    }

    #header .burger {
        background: transparent;
        border: 0;
        display: block;
        height: 44px;
        left: 16px;
        margin: 0;
        opacity: 1;
        padding: 0;
        position: absolute;
        top: 20px;
        width: 44px;
        z-index: 2001;
    }

    #header .burger span {
        left: 10px;
        top: 21px;
    }

    #header .burger-fixed {
        left: 16px;
        position: fixed;
        top: 20px;
    }

    #header .menu-container {
        align-items: center;
        background: rgba(255, 255, 255, 0.98);
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: 100%;
        justify-content: center;
        left: 0 !important;
        margin: 0;
        opacity: 0;
        overflow-y: auto;
        padding: 96px 24px 44px;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        width: 100%;
        z-index: 1200;
    }

    #header .menu-container.showme {
        left: 0 !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    body.overflow-hidden #header .menu-container {
        left: 0 !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
    }

    #header .navbar-nav {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        max-width: 430px;
        width: 100%;
    }

    #header .navbar-nav li {
        border-bottom: 1px solid #e6edf3;
        display: block;
        float: none;
        padding: 0;
        width: 100%;
    }

    #header .navbar-nav li a {
        color: #18232d;
        display: block;
        font-size: 20px;
        font-weight: 700;
        padding: 13px 10px;
        text-align: center;
    }

    #header .navbar-nav li:hover {
        background: transparent;
    }

    #header .navbar-nav li:hover a,
    #header .navbar-nav li a:hover,
    #header .navbar-nav li a:focus,
    #header .navbar .current-menu-item a {
        color: #ef2b30;
    }

    #header .header-shortcuts {
        border-left: 0;
        border-top: 1px solid #dce6ee;
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 430px;
        padding: 20px 0 0;
        width: 100%;
    }

    #header .header-shortcuts a {
        color: #18232d;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }

    #header .header-shortcuts a:hover,
    #header .header-shortcuts a:focus {
        color: #ef2b30;
        text-decoration: none;
    }

    #header .header-cta,
    #header .fixed .header-cta {
        margin: 0;
        max-width: 280px;
        width: 100%;
    }

    #header .header-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        max-width: 280px;
        width: 100%;
    }

    #header .lang-switcher--inline {
        display: block;
    }

    #header .lang-switcher--inline ul {
        justify-content: center;
    }

    #header .lang-switcher--inline a {
        border-color: #dce6ee;
        color: #18232d;
        font-size: 13px;
        min-width: 44px;
        padding: 10px 14px;
    }

    #header .lang-switcher {
        display: block;
        position: static;
    }
}
