.grid {
	margin: 0 auto;
}
@media (min-width: 0px) {
    .grid {
        width: 90%;
    }
}
@media (min-width: 768px) {
    .grid {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .grid {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .grid {
        width: 1170px;
    }
}
@media (min-width: 1600px) {
    .grid {
        width: 1270px;
    }
}
.motion_landing{
    font-family: 'Montserrat', sans-serif;
}
.motion_landing .wiersz{
    max-width:100%;
    display:flex;
}
.bg_motion_landing{
    font-family: 'Montserrat', sans-serif;
}
.bg_motion_landing .wiersz{
    max-width:100%;
    display:flex;
}
.motion_landing .wiersz:nth-child(2n){
    flex-direction: row-reverse;
}
.bg_motion_landing .w-50{
    width:50%;
}
.bg_motion_landing .w-60{
    width:60%;
}
.bg_motion_landing .w-40{
    width:40%;
}
.motion_landing .w-50{
    width:50%;
}
.motion_landing img.sekcje_info{
    height:400px;
    width:100%;
    object-fit: cover;
}
.motion_landing img{
    max-width: 100%;
}
.motion_landing .sekcje_info_opis{
    align-self: center;
    padding:50px;
}
.motion_landing .sekcje_info_opis h2{
    color:#103157;
    font-size:36px;
    font-weight:300;
    margin-bottom:20px;
}
.motion_landing .sekcje_info_opis p{
    color:#494d55;
    font-size:16px;
    font-weight: 400;
    line-height: 1.2rem;
	text-align:justify;
}
.motion_landing .energooszczednosc_img{
    position: relative;
    display: flex;
}
.motion_landing .energooszczednosc_img img{
    height:1000px;
    width: 100%;
    object-fit: cover;

}
.motion_landing .energooszczednosc_img::after{
    content: ' ';
    position: absolute;
    width:50vw;
    height:50%;
    background-color:#2f3438;
    z-index: -1;
    top:0px;
    right:0px;
}
.motion_landing .h-50{
    height:50%;
    display:grid;
}
.motion_landing .motion_blue{
    background-color:#103157;
    text-align: center;
    height: 100%;
    color:white;
    display:grid;
    position:relative;
}
.motion_landing .motion_blue::after{
    content: ' ';
    position: absolute;
    width:50vw;
    height:100%;
    background-color:#2f3438;
    z-index: -1;
    top:0px;
    left:0px;
}
.motion_landing .motion_blue .kreska{
    width:50px;
    height:3px;
    background-color:white;
    margin:0 auto;
    border-radius: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.motion_landing .motion_blue span{
    font-size:40px;
    font-weight: 300;
    line-height: 1.2em;
}
.motion_landing .motion_blue span b{
    font-weight: 600;
}
.motion_landing .wysrodkowane{
    align-self: center;
}
.motion_landing .wyrazy_stopka{
    padding: 50px 0px;
    border-bottom: solid 1px #f4f4f4;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.motion_landing .wyrazy_stopka span{
    color:#757575;
    font-size:42px;
    text-transform: uppercase;
    font-weight: 700;
}
.motion_landing .nad_grafika{
    position: absolute;
    width: 100%;
    height: 50%;
    color:white;
    bottom: 0px;
    left: 0px;
    display: grid;
    text-align: center;
}
.motion_landing .nad_grafika h2{
    font-size: 36px;
    font-weight: 600;
}
.motion_landing .nad_grafika p{
    font-size:36px;
    font-weight: 300;
    padding: 30px;
}
.bg_motion_landing{
    width:100%;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom:50px;
}
.bg_motion_landing h1{
    font-size: 8.5em;
    text-align: center;
    font-weight: 800;
    color: #103157;
    text-transform: uppercase;
    padding: 35px 0px;
    white-space: nowrap;
}
.bg_motion_landing .tekst_w_tle{
    font-size: 26em;
    line-height: 75%;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    position: absolute;
    z-index: 1;
    cursor:context-menu;
    font-weight: 800;
}
.bg_motion_landing .grid{
    position: relative;
    z-index: 2;
}
.bg_motion_landing .bg_glass_motion{
    background: rgb(255 255 255 / 70%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display:grid;
}
.bg_motion_landing .bg_glass_motion h3{
    color:#494d55;
    font-size:46px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}
.bg_motion_landing .bg_glass_motion .szare_tlo{
    background-color:#494d55;
    color:white;
    padding:40px 30px;
    line-height: 1.2rem;
    align-self: end;
}
.bg_motion_landing .bg_glass_motion .glass_tekst{
    align-self: end;
}
.bg_motion_landing .bg_glass_motion span{
    color: #494d55;
    font-size: 22px;
    margin-top: 20px;
    display: block;
    text-align: center;
    font-weight: 400;
}
.bg_motion_landing .bg_glass_motion span b{
    font-weight: 700;
}
.bg_motion_landing .pod_video{
    display: flex;
    margin:30px 0px 30px 80px;
}
.bg_motion_landing .pod_video::before{
    content: ' ';
    width:95px;
    height:95px;
    background-color: #103157;
    /* background-image: url("https://roletysmart.com.pl/wp-content/uploads/2022/04/arrow_rolety.png"); */
    background-repeat: no-repeat;
    background-position: center center;
}
.bg_motion_landing .pod_video .pod_video_text{
    align-self: center;
    padding-left: 25px;
}
.bg_motion_landing .pod_video .pod_video_text h6{
    font-size:40px;
    font-weight: 300;
    color:white;
}
.bg_motion_landing .pod_video .pod_video_text span{
    font-size:16px;
    font-weight: 300;
    color:white;
}
.bg_motion_landing .pod_video_szary{
    background-color: #494d55;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px 0px 0px 80px;
    padding: 20px 0px 20px 120px;
    width:100%;
    position: relative;
}
.bg_motion_landing .pod_video_szary::after{
    content: ' ';
    width: 50vw;
    height: 100%;
    background-color: #494d55;
    position: absolute;
    top: 0px;
    right: -50vw;
}



.nad_stopka_szary{
   margin-top:50px;
	margin-bottom:50px;
}
.nad_stopka_szary span{
	 color: #494d55;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
.nad_stopka_szary span::before{
	content: ' ';
	height:100%;
	width:10px;
	position:relative;
	top:3px;
	background:#103157;
	display:inline-block;
	margin-right:15px;
}

@media only screen and (max-width: 1600px){
    .bg_motion_landing {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        margin-bottom: 50px;
    }
    .bg_motion_landing .tekst_w_tle {
        font-size: 22em;
    }
}
@media only screen and (max-width: 1200px){
    .bg_motion_landing h1 {
        font-size: 6.5em;

    }
    .bg_motion_landing .tekst_w_tle {
        font-size: 15em;
    }
    .bg_motion_landing .bg_glass_motion h3 {
        color: #494d55;
        font-size: 28px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 300;
    }
    .bg_motion_landing .pod_video {
        display: flex;
        margin: 30px 0px 30px 0px;
    }
    .bg_motion_landing .pod_video_szary {
        background-color: #494d55;
        color: white;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 300;
        margin: 0px 0px 0px 0px;
        padding: 20px 0px 20px 120px;
        width: 100%;
        position: relative;
    }
}
@media only screen and (max-width: 992px){
    .bg_motion_landing h1 {
        font-size: 62px;
    }
    .bg_motion_landing .tekst_w_tle {
        font-size: 10em;
    }
    .bg_motion_landing .w-60 {
        width: 100%;
    }
    .bg_motion_landing .w-40 {
        width: 100%;
    }
    .bg_motion_landing .wiersz {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }
    .bg_motion_landing .bg_glass_motion .glass_tekst {
        align-self: end;
        padding: 30px 0px;
    }
    .bg_motion_landing .pod_video_szary {
        background-color: #494d55;
        color: white;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 300;
        margin: 0px 0px 0px 0px;
        padding: 20px 0px 20px 20px;
        text-align: center;
        width: 100%;
        position: relative;
    }
    .motion_landing .nad_grafika h2 {
        font-size: 26px;
        font-weight: 600;
    }
    .motion_landing .nad_grafika p {
        font-size: 26px;
        font-weight: 300;
        padding: 30px;
    }
    .motion_landing .motion_blue span {
        font-size: 26px;
        font-weight: 300;
        line-height: 1.2em;
    }
    .motion_landing .wyrazy_stopka span {
        color: #757575;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        width: 100%;
        margin: 15px 0px;
    }
    .motion_landing .wyrazy_stopka {
        padding: 50px 0px;
        border-bottom: solid 1px #f4f4f4;
        display: block;
        justify-content: space-around;
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 768px){
    .motion_landing .w-50 {
        width: 100%!important;
    }
    .motion_landing .wiersz {
        max-width: 100%;
        display: block;
    }
    .motion_landing img.sekcje_info {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .motion_landing .sekcje_info_opis {
        align-self: center;
        padding: 30px;
        text-align: center;
    }
    .motion_landing .energooszczednosc_img img {
        height: 600px;
        width: 100%;
        object-fit: cover;
    }
    .motion_landing .motion_blue {
        background-color: #103157;
        text-align: center;
        height: 100%;
        color: white;
        display: grid;
        position: relative;
        padding: 30px 0px;
    }
    .bg_motion_landing h1 {
        font-size: 8vw;
    }
    .bg_motion_landing .tekst_w_tle {
        font-size: 20vw;
        top: 130px;
    }
    .bg_motion_landing .bg_glass_motion .szare_tlo {
        background-color: #494d55;
        color: white;
        padding: 40px 30px;
        line-height: 1.2rem;
        align-self: end;
        text-align: center;
    }
    .bg_motion_landing .pod_video .pod_video_text h6 {
        font-size: 26px;
        margin-bottom: 8px;
        font-weight: 300;
        color: white;
    }
    .bg_motion_landing .pod_video::before {
        content: ' ';
        width: 75px;
        height: 75px;
        background-color: #103157;
        background-image: url(http://imperollsklep.test/wp-content/uploads/2022/04/arrow_rolety.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .bg_motion_landing .pod_video_szary {
        background-color: #494d55;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0px 0px 0px 0px;
        padding: 20px 0px 20px 0px;
        text-align: center;
        width: 100%;
        position: relative;
        line-height: 1.2em;
        letter-spacing: 1px;
    }
}