@media only screen and (max-width: 1200px) {

    /* .box-tablet {
        position: fixed;
    } */

    #r_menu img {
        position: absolute;
        top: 15%;
        right: 10%;
        width: 40vw;
        opacity: .3;
    }

    .paragraf {
        position: relative;
        height: 0vh;
    }

    .paragraf p {
        position: absolute;
        bottom: 0;
    }

    .ikony {
        margin-top: 0;
    }

    .home_offer {
        display: none;
    }
    
	.mobile_hide {
		display: none;
	}

    .box-tablet {
        display: none;
    }

    .fixed-menu {
        position: fixed;
        bottom: 0;
        display: block;
        width: 20vw;
        height: 20vw;
        z-index: 997;
    }

    .fixed-menu img {
        width: 8vw;
        height: auto;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fixed-1 {
        margin-top: 25vw;
    }

    /* .box-tablet .home-box {
        width: 25vw;
    } */

    #home .col-6{
        padding-left: 0;
        padding-right: 0;
    }

    #home .col-xl-5 .row {
        height: 31vh;
    }

    .home__img {
        height: 30vh;
    }

    .home__img a {
        text-align: center;
        opacity: 1;
        background-color: rgba(0, 0, 0, .7);
        padding: 0;
        width: 100%;
        height: 100%;
        padding-top: 9vh;
    }

    .home__txt p {
        padding: 0 3em;
    }

    .home_offer {
        height: 13vh;
    }

    .mousey {
        display: none !important;
    }

    #o-nas img,
    .o-nas__content {
        margin-top: 10vh;
    }

    .o-nas__content {
        padding: 0 5%;
    }

    .o-nas__content p {
        padding-bottom: 10%;
    }

    #my h2 {
        margin-top: 10%;
    }

    .my-zmiana {
        padding-top: 20%;
    }

    #my_instalator,
    #my_dystrybutor{
        margin-top: 20%;
    }

    #news h2 {
        font-size: 2rem;
    }

    #news .btns {
        margin-top: 45vh;
    }

    .wszystkie_news::-webkit-scrollbar-track {
        margin-left: 200px;
      }

    .klub__bg {
        background-position-x: 50%;
    }

    .klub__header {
        bottom: 20vh;
    }

    #klub h4 {
        margin-bottom: 30%;
    }

    #klub .btns {
        bottom: 7vh;
    }

    #wsparcie,
    #zami {
        height: 50vh;
    }
}

@media only screen and (max-width: 900px) {
    .paragraf p {
        padding-right: 20px;
    }


    #home h1 {
        margin-top: 25vh;
        font-size: 3.5rem;
    }

    #my h2, #oferta h2, .certyfikaty__right h2, .klub__header h2, #wsparcie h2, #zami h2 {
        font-size: 3rem;
    }

    .my-zmiana {
        width: 50%;
    }

    #my_instalator,
    #my_dystrybutor{
        margin-top: 10%;
    }

    #oferta h2,
    #wsparcie h2,
    .certyfikaty__right h2,
    #zami h2  {
        font-size: 2.5rem;
    }

    #oferta {
        height: calc(90vh - 75px);
    }
    
    #oferta h3 {
        font-size: .9rem;
    }

    .oferta__header {
        padding-left: 3%;
    }

    .oferta__header,
    .oferta__content {
        position: relative !important;
    }

    .oferta__link {
        width: 20vw;
        height: 20vw;
    }
    
    .oferta__header {
        margin-top: 3%;
    }

    .oferta__content {
        margin-top: 10%;
    }

    .oferta__link img {
        height: 12vw;
    }

    #news h2 {
        font-size: 2rem;
    }
    
    #news .btns {
        margin-top: 53vh;
    }

    #news .btn {
        width: 190px;
    }

    #news .opisy {
        padding-left: 3%;
    }

    .certyfikaty__right {
        bottom: 15%;
    }

    .certyfikaty__left h3,
    .certyfikaty__left h3 span {
        font-size: 4rem;
    }

    #klub {
        background-image: url('../img/klub.png');
    }

    #klub .col-xl-6 {
        background-color: rgba(255, 255, 255, .8);
    } 

    #klub h4 {
        margin-left: 3vw;
        margin-bottom: 10%;
    }

    .klub__header {
        width: 75vw;
        height: 10vh;
    }

    .klub__bg {
        padding-left: 0;
        height: 0;
    }

    .klub__header h2 br {
        display: none;
    }

    .wsparcie__content img {
        width: 75%;
        height: auto;
    }

    footer {
        padding-top: 6em;
    }
    
    footer img {
        display: block;
        margin: auto;
        margin-bottom: 10%;
    }

    .footer1 {
        text-align: center;
    }

    .footer__links {
        padding-top: 5%;
    }


    .box-hover:active {
        height: 100%;
        top: 0;
    }
    
    .box-hover:active .home_links {
        animation: opacityTo1 .7s linear;
        opacity: 1;
        display: block;
    }
    
    .box-hover:active img{
        opacity: 0;
        display: none;
    }
}


@media only screen and (max-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5) {
    * {
        font-size: 16px;
    }

    #home h1 {
        margin-top: 25vh;
        font-size: 3.5rem;
    }

    .paragraf p {
        font-size: 14px;
    }

    .oferta__header {
        top: 20% !important;
    }

    .sekcja {
        height: calc(75vh - 75px);
    }

    #news {
        height: 60vh;
    }

    #news .btns {
        margin-top: 25vh;
    }

    #klub p {
        padding-right: 10%;
    }

    footer img {
        width: 50%;
    }
}

