/*
This file describes styles that are 768px width and smaller
 */
@media all and (max-width: 768px) {
    h1{
        font-size: 3.8rem
    }
    h2{
        font-size: 2.4rem
    }
    h3{
        font-size: 2rem
    }
    .grid-3:not(.how-we-work__content) {
        grid-template-columns: 1fr
    }
    .main-block .content {
        grid-template-columns: 1fr
    }
    
    .title-wrap{
        flex-direction: column;
        gap: var(--size-1)
    }
    h2 + p:not(.title-wrap h2 + p), .title-wrap {
        margin-bottom: var(--size-2)
    }
    .counter-items{
        flex-direction: column;
        gap: 10px
    }
    .counter-item__number span, .services__item .price span:last-child{
        font-size: 3rem
    }
    .title-center h2, .title-center h2 + p, .title-wrap .title{
        max-width: 100%
    }
    .fin-consult__items.grid-3 >div:last-child, .services__items.grid-3 >div:last-child{
        grid-column: 1 / 1;
        width: 100%
    }
    .solve-slider .media .img-container, .cases-slider .img-container {
        height: 250px
    }
    .services__item .price span:first-child{
        font-size: 1.6rem
    }
    .cases-slider .item .description {
        grid-template-columns: 1fr
    }
    .how-we-work__content{
        display: flex;
        flex-direction: column
    }
    .how-we-work__content >div:nth-child(3){
        order: -1
    }
    .how-we-work__content >div:nth-child(4){
        text-align: left
    }
     .how-we-work__content >div:nth-child(5){
        display: none
    }
    .how-we-work__content >div:nth-child(6){
        text-align: right
    }
    .social a {
        width: 40px;
        height: 40px
    }
    .btn{
        padding: 14px 30px
    }
    .service-integrators .item >img{
        height: 60px
    }
    .main-block .btns{
        flex-direction: column
    }
    .main-block .btns >.btn{
        width: 100%
    }
    .header {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .subtitle{
        font-size: 1.6rem
    }
    .main-block .adv {
        margin-top: var(--size-2);
    }
    .main-block .text{
        padding-top: 70.8px
    }
    .slider-nav .next, .slider-nav .prev {
        width: 50px;
        height: 50px
    }

}
@media all and (max-width: 600px){
    
}
@media all and (max-width: 480px){
 
}
@media all and (max-width: 360px){
  

}
