    .hero {
       background: rgb(68,36,240);
background: linear-gradient(90deg, rgba(68,36,240,1) 0%, rgba(172,148,202,1) 100%);
    }
    
     .site-header {
        background: rgb(68,36,240);
background: linear-gradient(90deg, rgba(68,36,240,1) 0%, rgba(172,148,202,1) 100%);
        display: flex;
    }
    
    .site-header nav {
        margin: 0 auto;
    }
    
     nav > a {
        margin-right: 50px;
        font-size: 16px;
        color: white;
        text-decoration:none;
        cursor: pointer;
    }
    
    .contact-form {
        margin-bottom: 120px;
    }
    

    
    #mytitle {
        font-family: Montserrat;
        font-weight: 900;
        margin-bottom: 40px;
        color: white;
    } 
    
    
    #mytitle2 {
        font-family: Montserrat;
        font-weight: 700;
        
    } 
    
    #mytitle3 {
        font-family: Montserrat;
        font-weight: 900;
         margin: 30px 0 90px;
    } 
    
    #herohh {
        height:700px;
    }
    
    #btn {
        margin-top: 30px;
    }
    
    #btndownload {
        background-color: #fb6266;
        padding: 0 40px;
        color: white;
        border-radius: 4px;
        text-decoration: none;
        border: none;
    }
    
    #btndownload:hover {
    background-color: #F24C53;    
    }
    
     #btndownload:active {
    background-color: #F24C53;    
    }
    
    #fdbbox > h1 {
     font-family: Montserrat;
        font-weight: 900;
        padding-top: 25px
    }
    
    #fdbbox {
     display: flex;
     flex-direction: column;
     align-items: center;
    }
    
    .pbox {
        text-align: center;
        font-size: 24px;
        width: 600px;
    }
    
    #fdbblock {
        margin-bottom: 120px;
        background-color: #f4f7fe;
        padding-bottom: 40px;
        
    }
    
    
    .service-inner {
     margin: 0 90px;
     max-width: 280px;
     width: 100%;
 }
 
 .service {
    padding: 8px 12px;
    width: 568px;
    max-width: 544px;
    flex-grow: 1;
}
    
    .service-title {
    font-size: 25px;
}




.contacts {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contacts_row {
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.contacts_row > div {
    flex: ;
}

.sayhi {
    border-right: 2px solid #f3f6fd;
    margin-right: 70px;
    padding: 0 60px 0 0;
    font-size: 30px;
}

.sayhi > a {
    font-size: 20px;
}


.sayhi h4 {
font-weight: bold;
}
.contacts_data h5 {
  font-size: 16px;  
  color: #000;
  font-weight: bold;
}

.contacts_data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 3;
  flex-wrap: wrap;
}

.contacts_data > div {
padding: 0 20px;
margin-right: 30px;
max-width: 220px;
font-size: 18px;
}
/*.portfolio{padding-top:112px;padding-bottom:88px}@media (min-width:300px){.portfolio{padding-top:calc(7.16049vw + 90.51852px)}}@media (min-width:1920px){.portfolio{padding-top:228px}}@media (min-width:300px){.portfolio{padding-bottom:calc(5.4321vw + 71.7037px)}}@media (min-width:1920px){.portfolio{padding-bottom:176px}}.portfolio--next-cases .portfolio__items{margin-top:24px}@media (min-width:600px){.portfolio--next-cases .portfolio__items{margin-top:54px}}.portfolio h1{padding-top:0;padding-bottom:20px}@media (min-width:300px){.portfolio h1{padding-top:calc(0vw + 0px)}}@media (min-width:1920px){.portfolio h1{padding-top:0}}@media (min-width:300px){.portfolio h1{padding-bottom:calc(.49383vw + 18.51852px)}}@media (min-width:1920px){.portfolio h1{padding-bottom:28px}}.portfolio__items{display:flex;flex-wrap:wrap;justify-content:space-between}.portfolio .portfolio-item{text-decoration:none;color:inherit;margin-bottom:54px;display:block;width:100%}.portfolio .portfolio-item img{transition:opacity .3s ease-out;margin-bottom:10px;width:100%}.portfolio .portfolio-item p{margin-bottom:4px}.portfolio .portfolio-item:hover img{opacity:.75}@media (min-width:920px){.portfolio .portfolio-item{width:calc(100%/2 - 24px);margin-bottom:76px}.portfolio .portfolio-item p{margin-bottom:8px}.portfolio .portfolio-item img{margin-bottom:36px}}*/

@media only screen and (min-width: 600px) {
 .moblogo {
      display: none;
  }   
}

@media only screen and (max-width: 600px) {
  .site-footer {
    background-color: #1e2c4b;
  }
  
  .site-footer-inner {
      padding: 30px 20px;
  }
  
  #herohh {
      display: flex;
      justify-content: center;
      padding: 70px 0;
      text-align: center;
      height: 630px;
  }
  
  .moblogo {
      margin: 0 auto 50px;
  }
  
  .moblogo img {
      margin: 0 auto;
  }
  
  #btn {
        margin-top: 70px;
    }
    
    .features-extended {
      margin-bottom: 110px;  
    }
    
    .feature-extended-body {
        text-align: center;
    } 
    
    .feature-extended-image {
        margin-bottom: 20px;
    }
  
 .hero-illustration {
     display: none;
 }
 
 .hero > #btn {
     self-align: center;
     width: 200px;
     margin-top: 50px;
 }
 
 .service {
     width: 100%;
 }
 
 .service-inner {
     display: flex;
     flex-direction: column;
     align-items: center;
     margin: 0 auto;
   padding: 0;
 }
 
 .services-wrap {
     margin-bottom: 40px;
 }
 
 .services {
     margin-top: 92px;
 }
 

 .site-footer {
     display: flex;
     justify-content: center;
     height: 100%;
 }
 
 .site-header {
     display: none;
 }
 

 .footer-brand {
     margin: 30px 0 50px;
 }
 
 .footer-social-links {
     display: flex;
     flex-direction: row;
     margin-bottom: 50px;
 }
 
 .footer-social-links > * {
     margin-right: 20px;
 }
 
 #lnks {
     font-size: 18px;
 }
 
 .footer-links {
     display: flex;
     flex-direction: row;
  margin-bottom: 30px;   
 }
 
 .pbox {
        width: auto;
        padding: 0 15px;
    }
 
 .footer-links > li {
  margin-right: 10px;   
 }
 
 #testimonialsec {
     display: none;
 }
 
 .contacts {
height: 100%;
margin-bottom: 60px;
}
 
 .contacts_row {
    padding: 20px;
}

.contacts_row > div {
padding: 0;
 flex: 1 1 100%;
}

.contacts_data > div {
padding: 0;
 flex: 1 1 100%;
}

.sayhi {
    border-right: none;
} 

 #mytitle3 {
         margin: 60px 0 20px;
    } 

}



/* Sections */
/*section.features-extended {
	background: linear-gradient(140deg, #6924f0 0%, #FC6B74 100%);
	color: #e6e6e6;
}

section.features-extended h2, section.features-extended h3 {
	color: #fff;
}

section.features-extended p {
  color: #dedede;
}*/
