@media only screen and (max-width: 2560px) {

}


@media only screen and (max-width: 1920px) {
   
}

@media only screen and (max-width: 1600px) {

}


@media only screen and (max-width: 1366px) {
  
}


@media only screen and (max-width: 1280px) {
    .block-01-fon {
        background-image: url(../img/block-01-fon-mobile.webp);
    }

    .cta-01-bg {
        background-image: url(../img/cta-01-fon-mobile.webp);
    }

    .cta-03-bg {
        background-image: url(../img/cta-3-fon__mobile.webp);
    }

    .cta-04-bg {
        background-image: url(../img/cta-4-fon__mobile.webp);
    }

    
    .frontpage__block-01 {
        align-content: end;
    }

    .cta-block {
        align-content: end;
    }
    
}


@media only screen and (max-width: 992px) {

       
}


@media only screen and (max-width: 768px) {

}


@media only screen and (max-width: 640px) {
    .cta-btn__yellow {
        width: 100%;
    }
 
} 


@media only screen and (max-width: 480px) {
	

   
} 


@media only screen and (max-width: 320px) {

} 