@charset "utf-8";
/* CSS Document */

@media (max-width:767px) {
    .nonMobile{display: none;}
    .mobile {display:block;}
    .headerBehind{height: 150px;}
    
    header .text_holder{
        display: flex;
        flex-flow: column;
        text-align: center;
        align-items: center;
    }
    header .text_holder h1{
        font-size: 44px;
    }
    header .text_holder > .text{
        font-size: 18px;
        margin-bottom: 30px;
    }
    header .text_holder > .btn_holder{
        width: 100%;
    }
    header .text_holder > .btn_holder:first-of-type .btn{
        width: max-content;
        margin: 0 auto;
    }
    .first-title{
        padding-top: 120px;
        font-size: 35px;
    }
    .first-title h2{
        max-width: 100%;
    }
    .image-text{flex-flow: column;gap: 40px;}
    .image-text img{
        width: 100%;
        margin-bottom: 20px;
    }
    .image-text .text{
        width: 100%;
        padding: 0;
    }
    .image-text.reverse{
        flex-flow: column;
    }
    .image-text.reverse .text{
        padding: 0;
    }
    .image-text .text h3{
        font-size: 25px;
    }
    .image-text .text p{
        font-size: 16px;
    }
    .image-text .text h4{
        font-size: 20px;
    }
    .image-text img{
        margin-bottom: 0;
    }
    .blocks .title h2{
        font-size: 35px;
    }
    .blocks .block{
        width: 100%;
    }
    .blocks{
        margin-top: 120px;
    }
    .blocks .block:not(:last-of-type) {
        margin-bottom: 60px;
    }
    .blocks .block h3{
        margin: 0;
    }
    .blocks .block img{
        width: 40px;
    }
    .big-block {
        flex-flow: column;
        gap: 40px;
    }
    .big-block .image-holder{
        width: 100%;
    }
    .big-block .text{
        width: 100%;
    }
    .big-block .text h2{
        font-size: 35px;
    }
    .big-block{
        margin: 120px 0 0 0
    }
    .faq{
        padding-top: 120px;
    }
    .faq .title h2{
        font-size: 35px;
        max-width: 100%;
    }
    footer .footer {
        flex-flow: column-reverse;
        gap: 40px;
    }
    header .header {
        flex-wrap: wrap;
    }
    header .header .logo {
        width: 40%;
    }
    header .header .menu {
        width: 100%;
    }
    header .header .menu ul {
        flex-flow: column;
        font-size: 24px;
        gap: 15px;
        text-align: center;
    }
    header .header .btn_holder {
        width: 60%;
        margin: 30px auto 0 auto;
        margin-bottom: 20px;
    }
    header .header .menu,header .header .btn_holder{display: none;}
    header .header.open {
        background: #252525;
        padding: 20px;
        transition: .4s all;
        border-radius: 10px;
    }
    header .header{
        transition: .4s all;
    }
    #contactForm {width: 100%;}
    .contactHolder h1{font-size: 44px;margin: 0 0 70px 0;text-align: center;}
    .footerInfo{gap: 50px;}
}

@media (min-width:768px) and (max-width:1098px){
    
	
}

@media (min-width:1099px) and (max-width:1249px){
    
	
}

@media (min-width:1249px) and (max-width:1267px){
   
	
}
@media (min-width:1268px) and (max-width:1449px){
	
}
@media (min-width:1450px) and (max-width:1525px){
	
}
@media (max-width: 1450px) {
}