/**
 * @author Olga Selitskaya <olga.selitskaya@softeq.com>
 */

/* landing banner titles height */
@media (max-width: 1024px){
.banner-default__title {
    font-size: 70px;
    line-height: 1.0;
    }
}
@media (max-width: 630px){
.banner-default__title {
    font-size: 55px;
        line-height: 1.1;
    }
}
@media (max-width: 375px){
.banner-default__title {
    font-size: 40px;
        line-height: 1.1;
    }
}
/* big galleries img with short case titles*/
@media (min-width: 768px) {
.featured_projects__item {
    min-height: 403px;
    }
}

/* four squares*/
@media (max-width: 1470px){
.technologies_square--big .technologies_square__item {
        margin: 15px;
    }
}
@media (max-width: 1350px){
.technologies_square--big .technologies_square__item {
    margin: 5px;
    }
}
@media (max-width: 1270px){
.technologies_square--big .technologies_square__item {
    margin: 60px;
    }
}
@media (max-width: 1201px){
.technologies_square--big .technologies_square__item {
    margin: 65px;
    }
}
@media (max-width: 768px){
.technologies_square--big .technologies_square__item {
    margin: 10px;
    }
}


/* process slider */
#block-views-process-slider-block h3 {
    line-height: 1.1;
}
@media (min-width: 768px) {
.process-slider__body .process-slider__content {
    padding: 30px;
    }
}

/* big project gallery titles */
@media (min-width: 1400px) {
.featured_projects__item-description {
    font-size: 25px;
    }
}
/*@media (min-width: 1024px){
.featured_projects__item-description {
    font-size: 30px;
    }
}*/

/* for all */
.lh12 {
    line-height: 1.2!important;
}

/* success */ 
#blue_back {
    margin-bottom: 250px;
    margin-top: -35px;
}
@media (max-width: 1200px) {
#blue_back {
    margin-bottom: 150px;
    }
}
@media (max-width: 768px) {
#blue_back {
    margin-bottom: 100px;
    }
}

/* footer icons */
/*@media (max-width: 770px) {
.social-links {
    width: 227px;
    }
.social-links__item {
    margin-right: 7px;
    }
}*/

/* clients logo */
@media (max-width: 1600px) {
.our-clients__list-item {
    width: 24%;
    }
.our-clients__list-item:nth-child(3n+3){
    text-align: center;
    }
.our-clients__list-item:nth-child(3n+1) {
    text-align: center;
    }
}
@media (max-width: 900px) {
.our-clients__list-item {
    width: 50%;
    }
.our-clients__list-item:nth-child(3n+3){
    text-align: center;
    }
.our-clients__list-item:nth-child(3n+1) {
    text-align: center;
    }
}
@media (max-width: 450px) {
.our-clients__list-item {
    width: 99%;
    margin-bottom: 40px;
    }
.our-clients__list-item:nth-child(3n+3){
    text-align: center;
    }
.our-clients__list-item:nth-child(3n+1) {
    text-align: center;
    }
}
@media (max-width: 380px) {
.menu__link {
    font-size: 16px;
    }
}


/* 2-3 columns on small screens */
@media (max-width: 550px) {
    .lists__ul {
        padding-left: 50px;
    }
}
@media (max-width: 400px) {
    .lists__ul {
        padding-left: 25px;
    }
}

/* company overview page*/
.company p{
    font-size: 22px;
}
@media (max-width: 420px) {
    .history h4 {
    font-size: 20px;
    }
    .company p{
        font-size: 18px;
    }
}

/* all projects button for featured projects banner */
@media (max-width: 770px) {
    .allprojects_button {
	text-align: center;
    }
}
