@media screen and (max-width:1600px)
{
    .thumbs-slider-container-navigation .swiper-wrapper{
        flex-direction: row;
    }
    .thumbs-slider-container-navigation{
        top:25px;
        transform: none;
    }
    .thumbs-slider-container-navigation .portfolio-video-modal__pagination-slider .modal-navigation__item span{
        white-space: nowrap;
    }
    .thumbs-slider-container-navigation .portfolio-video-modal__pagination-slider .swiper-wrapper .modal-navigation__item img{
        width: 0px !important;
        height: 0px !important;
    }
    .thumbs-slider-container-navigation .portfolio-video-modal__pagination-slider .swiper-wrapper .modal-navigation__item.active img{
        margin-left: 10px;
        width: 30px !important;
        height: 30px !important;
    }
    .portfolio-video-modal__pagination-slider .modal-navigation__item{
        flex:none;
        /* margin-left: 10px; */
    }
    .thumbs-slider-container-navigation{
        width: 100%;
        overflow-x: auto;
    }
    .thumbs-slider-container-navigation::-webkit-scrollbar {
        width: 6px;               /* ширина scrollbar */
        height: 6px;
      }
      .thumbs-slider-container-navigation::-webkit-scrollbar-track {
        background: white;        /* цвет дорожки */
      }
      .thumbs-slider-container-navigation::-webkit-scrollbar-thumb {
        border: none;  /* padding вокруг плашки */
        border-radius: 20px;     /* закругления плашки */
        background-color: #373737;    /* цвет плашки */
        height: 3px;
      }
}
@media screen and (max-width:1200px)
{
    .thumbs-slider-container-navigation{
        top:85px;
        transform: none;
    }
    .only-desctop{
        display: none;
    }
    .only-mobile{
        display: block;
    }

    .desctop-element{
        display: none;
    }
    .mobile-element{
        display: block;
    }
    .wrapper{
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
    }
    .heroHomepage{
        overflow-x: hidden;
    }
    /********* Шапка **********/
    .header-container .logo{
        display: block;
        position: relative;
        bottom:-10px;
        width: 132px;
    }
    .mesh-header{
        box-sizing: border-box;
        padding:0px 20px;
    }
    .mesh-header.step-two .mesh-nav ul{
        position: relative;
        flex-direction: row;
        border-radius: 0 0 30px 30px;
        box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.01);
        background: white;
        padding-bottom: 20px;
        overflow:auto;
    }
    .header-menu_outstaff-nav{
        border:0;
        padding-right: 0;
        width: 100%;
    }
    .header-menu_outstaff-nav>ul{
        display: flex;
    }
    .mesh-header.step-two .mesh-nav ul li span{
        white-space: nowrap;
    }
    .mesh-header.step-three .mesh-nav>ul{
        display: none;
    }
    .header-menu__stack-slider{
        border-radius: 40px 0 0px 40px;
        background: white;
        padding: 0 30px !important;
    }
    .header-menu__stack-slider .swiper-slide{
        width: max-content;
    }
    .header-menu__stack-section{
        padding-left: 18px;
    }
    .mesh-header.step-three .header-menu{
        padding-left: 0;
    }
    .mesh-header.step-three .header-menu__cards-container{
        padding-left: 20px;
    }
    #mobile-burger .back-icon{
        display: none;
    }
    .mesh-header.step-three #mobile-burger{
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .mesh-header.step-three #mobile-burger .back-icon{
        display: block;

    }
    .mesh-header.step-three .header-menu_outstaff-nav ul{
        padding-left: 20px;
    }
    .mesh-header.step-three #mobile-burger.menu-opened .mobile-burger__decor-line{
        display: none;
    }
    .mesh-header.step-three #mobile-burger.menu-opened .mobile-burger__decor-line .back-icon{
        display: block;
    }
    .mesh-header.step-two .header-breadcrumbs{
        border-radius: 0;
        box-shadow: none;
    }

    .mesh-header.step-two .header-breadcrumbs>span{
        position: relative;
        margin-right: 15px;
        padding: 0;
        font-size: 17px;
    }
    .header-breadcrumbs{
        display: flex;
        border-radius: 0 0 30px 30px;
        box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.01);
        background-color: white;
        padding-left: 20px;
    }
    .header-right-bottom{
        background: rgba(255, 255, 255, 1);
        backdrop-filter: blur(80px);;
    }

    .header-breadcrumbs span.second-item{
        display: none;
    }
    .header-breadcrumbs span:first-of-type:before{
        display: none;
    }
    .header-breadcrumbs span:before{
        position: absolute;
        top:50%;
        left: -9px;
        transform: translateY(-50%);
        border-radius: 50%;
        background-color: #C4C4C4;
        width: 5px;
        height: 5px;
        content:'';
    }
    .mesh-header.step-three .header-breadcrumbs span.second-item{
        display: block;
        color: #2E2E2E;
    }
    .header-breadcrumbs span.second-item{
        display: none;
    }
    .header-breadcrumbs span{
        display: block;
        margin-right: 25px;
        white-space: nowrap;
    }
    .mesh-header.step-two .mesh-nav ul li{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
        border:0;
        /* transition: .5s; */
        border-radius: 56px;
        padding: 7px 10px;
        height: 32px;
    }
    .header-menu_card{
        margin-bottom: 0;
        border-bottom: 1px solid #E8E8E8;
        padding: 10px 0;
        width: 100%;
    }
    .header-menu_card>span:before{
        display: none;
    }
    .header-menu_card>span:after{
        display: none;
    }
    .header-menu__stack-section>span{
        margin-left: 74px;
    }
    .mesh-header.step-two .mesh-nav ul li.active-mobile{
        background: #2E2E2E;
    }
    .mesh-header.step-two .mesh-nav ul li span{
        margin: 0;
        line-height: 18px;
        color: #979797;
        font-family: Roboto;
        font-size: 12.47px;
        font-weight: normal;
        font-style: normal;
    }
    .mesh-header.step-two .mesh-nav ul li.active-mobile span{
        color: white;
    }
    .mesh-header.step-two .mesh-nav ul li img{
        display: none;
    }
    .mesh-header .wrapper{
        border-bottom: 1px solid #E8E8E8;
        padding: 15px 0px;
    }
    .mobile-burger__decor-line{
        position: relative;
        border-radius: 10px;
        background-color: white;
        width: 100%;
        height: 2px;
    }
    .header-container .logo img{
        display: block;
        width: 100%;
    }
    .header-container{
        align-items: center;
    }
    .outsource-section .mesh-outsource-section__card {
        width: 46%;
        height: 100px;
    }

    .mesh-outsource-section__cards-container::-webkit-scrollbar {
        width: 6px;
        height: 6px;
      }
      .mesh-outsource-section__cards-container::-webkit-scrollbar-track {
        background: transparent;
      }
      .mesh-outsource-section__cards-container::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background-color: #E43653;
      }
    .outsource-gutter-main{
        width: 20px;
    }
    .mesh-outsource-section__cards-container{
        transition: .3s;
        width: 100% !important;
        height: 610px !important;
        overflow-x: auto;
    }
    #mobile-burger{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: .5s;
        outline:none;
        border:none;
        border-radius: 5px;
        background: #E43653;
        padding: 18px 11px;
        width: 48px;
        height: 48px;
        backdrop-filter: blur(60px);
    }
    #mobile-burger .mobile-burger__decor-line{
        transition: .5s;
    }
    #mobile-burger.menu-opened{
        border-radius: 50%;
        background-color: #2E2E2E;
    }
    #mobile-burger.menu-opened .mobile-burger__decor-line:first-of-type{
        transform: rotate(45deg);
        margin-top: 5px;
    }
    #mobile-burger.menu-opened .mobile-burger__decor-line:last-of-type{
        transform: rotate(-45deg);
        margin-bottom: 5px;
    }
    .body-container{
        box-sizing: border-box;
        height: 100vh;
        overflow-x: hidden;
        overflow-y:scroll;
    }
    .header-right-bottom{
        position: absolute;
        top:75px;
        left: 0;
        margin-top: 0;
        width: 100%;
        /* background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(65px); */
        height: calc(100vh - 79.5px);
        overflow-x: auto;
    }
    .mesh-header .wrapper{
        border-bottom: 0;
    }
    .header-menu__wrapper .header-menu_card:last-of-type{
        border-bottom: 0;
    }
    .mesh-header.step-two .mesh-nav ul::-webkit-scrollbar{
        display: none;
    }
    .mobile-menu{
        display: none;
    }
    .mesh-nav ul li:after{
        display: none;
    }
    .header-menu{
        display: none;
        position: absolute;
        top:auto;
        opacity: 1;
        z-index: -1;
        background:transparent;
        padding: 0;
        padding-left: 20px;
        /* transition: opacity .5s; */
    }
    .header-menu.active{
        position: relative;
        top:0;
        z-index: 1;
    }
    .mesh-nav>ul{
        flex-direction: column;
        padding-left: 20px;
    }
    .header-menu_outstaff .header-menu__wrapper{
        padding-top: 0;
    }
    .header-menu_outstaff-sections{
        padding-left: 0;
        width: 100%;
    }
    .header-menu__cards-container .header-menu_card{
        width: 100%;
    }
    .mesh-nav ul li{
        display: flex;
        align-items: center;
        padding: 13px 0;
    }
    .mesh-nav ul li a {
        display: flex;
        align-items: center;
        padding: 13px 0;
    }
    .header-breadcrumbs>span{
        display: block;
        margin: 30px 0;
        padding: 0 25px;
        line-height: 23px;
        color: #979797;
        font-family: Roboto;
        font-size: 20.6667px;
        font-weight: 500;
        font-style: normal;
    }
    .header-menu_outstaff-nav-item-right{
        display: none;
    }
    .mesh-nav>ul li span:first-of-type{
        margin-left: 10px;
        line-height: 24px;
        color: #000000;
        font-family: Roboto;
        font-size: 19px;
        font-weight: normal;
        font-style: normal;
    }
    .mesh-nav>ul li span:nth-last-of-type(1){
        display: none;
    }
    .mesh-header{
        width: 100%;
    }
    /*********** First section *********/
    .testimonial-item.swiper-slide-next{
        margin-top: 14px;
    }
    .mesh-section_first__portfolio-nav{
        width: 100%;
    }
    .mesh-section_first__info{
        margin-top: 0;
    }
    .mesh-section_first__services-header {
        margin-top: 0;
    }
    .mesh-section_first__services-card{
        margin-right: 0;
        width:33%;
    }
    .mesh-section_first__portfolio-nav ul li{
        margin-right: 0;
    }
    .mesh-section_first__portfolio-nav ul{
        display: flex;
        justify-content: space-between;
    }
    .mesh-section__nav-container{
        margin-top: 0;
        padding: 12px 0;
    }
    .mesh-section_first{
        padding-top: 0;
        padding-bottom: 20px;
    }
    #outsource-section .mesh-section__content{
        width: 100%;
    }
    .mesh-outsource-section__card-content b{
        font-size: 19px;
    }
    .mesh-section__content{
        width: 100%;
    }

    .mesh-section_first__info{
        padding: 0;
        width: 100%;
        max-width: none;
    }
    .mesh-section_first__services{
        margin-top: 10px;
    }
    .mesh-section_first__info>div:last-of-type{
        margin-top: 15px;
    }
    .mobile-main-slider b{
        line-height: 150%;
        color: #E5E5E5;
        font-family: Gotham Pro;
        font-size: 55px;
        font-weight: bold;
        font-style: normal;
    }
    .mesh-section_first__info p.mobile-main-slider__slide-title{
        margin-top: 7px;
        line-height: 120%;
        color: #000000;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 300;
        font-style: normal;
    }
    .mesh-section_first__info p.mobile-main-slider__slide-text{
        line-height: 160%;
        color: #464646;
        font-family: Roboto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
    }
    .mobile-main-slider__first-slide-show{
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        border: 1px solid #E8E8E8;
        width:100%;
        height: 100px;
    }
    .mobile-main-slider__first-slide-show p{
        margin-top: 0;
        margin-left: 5px;
        line-height: 14px;
        color: #000000;
        font-family: Roboto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
    }
    .mobile-main-slider .swiper-slide:first-of-type{
        border-left: 0;
        padding-left: 0;
    }
    .mobile-main-slider .swiper-slide{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-left: 1.30769px solid #E8E8E8;
        padding-left: 10px;
        height: 302px;
    }
    .mobile-main-slider .swiper-slide img{
        display: block;
        width: 100%;
        height: 94px;
        object-fit: cover;
        object-position: center;
    }
    .mobile-main-slider .swiper-slide span{
        line-height: 150%;
        color: #000000;
        font-family: Roboto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
    }
    .mesh-section_first__info p.mobile-main-slider__slide-date{
        margin-top: 3px;
        line-height: 150%;
        color: #000000;
        font-family: Roboto;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
    }
    .mobile-main-slider-pagination .swiper-pagination-bullet{
        transition: .5s;
        opacity: 1 !important;
        border-radius: 2px;
        background-color: rgba(0, 0, 0, 0.25);
        width: 10px;
        height: 2px;
    }
    .mobile-main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background-color: #E43653;
        width: 23px;
    }
    /********** Клиенты **********/

    .mesh-clients-section{
        position: relative;
    }
    .swiper-container.clients-slider{
        width: 80%;
    }
    .mesh-clients-section .wrapper{
        justify-content: flex-start;
    }
    .mesh-clients-section__big-logo{
        width: auto;
        height: 37px;
    }
    .mesh-clients-section__little-logo{
        width: auto;
        height: 20px;
    }
    .clients-slider__arrow{
        position: absolute;
        top:50%;
        transform: translateY(-50%);
    }
    .clients-slider__right-arrow{
        right: 5%;
    }
    .clients-slider__left-arrow{
        left: 5%;
    }
    /********** Клиенты (конец) **********/
    /********** **********/
    .mesh-section__header-title{
        width: 100%;
        max-width: 100%;
    }
    .industry-solutions-section .mesh-section__header{
        padding: 25px 20px;
    }
    .industry-solutions-section>.wrapper{
        padding: 0;
        width: 100%;
    }
    .mesh-section__header>.wrapper{
        display: block;
        padding: 0;
    }
    .mesh-section__header-title span{
        display: flex;
        align-items: center;
        text-transform: uppercase;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #535353;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
    }
    .mesh-section__header-title h2{
        display: flex;
        align-items: center;
        line-height: 139.5%;
        color: #2E2E2E;
        font-family: Gotham Pro;
        font-size: 25px;
        font-weight: bold;
        font-style: normal;
    }
    .mesh-section__header-text{
        margin-top: 13px;
    }
    .mesh-section__header{
        padding: 25px 0;
    }
    .mesh-section__header-back-text{
        top:42px;
        height: auto;
        line-height: 55px;
        font-size: 55px;
    }
    .mesh-section__header-back-text.little-mobile{
        top:35px;
        font-size: 40px;
    }
    .industry-solutions-section{
        padding-bottom: 0px;
    }
    .industry-solutions-section__content-card.swiper-slide{
        width: auto;
    }
    .industry-solutions-section__content{
        display: block;
        padding: 0;
    }
    .js-buisness-slider-navigation{
        position: absolute;
        bottom:20px !important;
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 2;
        width: max-content !important;
    }
    .js-buisness-slider-navigation .swiper-pagination-bullet{
        opacity: .25;
        border-radius: 6px;
        background-color: black;
        width: 10px;
        height: 2px;
    }
    .js-buisness-slider-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active{
        opacity: 1;
        background-color: white;
        width: 23px;
    }
    /********** Лицензии **********/
    .license-section__content-cards{
        grid-template-columns: calc(50% - 10px) calc(50% - 10px) ;
        grid-row-gap: 20px;
        grid-column-gap: 20px;
    }
    .categories-carousel .content{
        flex:none;
        height: 70px;
    }
    .categories-carousel .wrap{
        height: 190px;
    }
    .license-section__see-more{
        padding: 23px 0;
    }
    .categories-carousel {
        margin-top: 10px;
        margin-bottom: 0;
    }
    /********** Аутсорс **********/
    .mesh-outsource-section__card{
        width: 100%;
    }
    .mesh-outsource-section__card img{
        width: 100%;
    }
    .mesh-outsource-section__cards-container{
        margin-top: 8px;
    }
    /********** Аутстаф ***********/
    .event-item{
        padding: 0;
    }
    .event-nav{
        padding: 0;
    }
    .events-block{
        margin-top: 0;
    }
    /********** Видео секция **********/
    .video-section{
        display: block;
        align-items: flex-start;
    }
    .video-section__wrap{
        padding: 0 20px;
        padding-right: 0;
        width: 100%;
    }
    .video-section__wrap b{
        line-height: 105%;
    }
    .video-section__left{
        padding-bottom: 20px;
        width: 100%;
        height: 50%;
    }
    .video-section__right{
        height: 250px;
    }
    .video-section__right .video-section__wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    /********** Наш блог **********/
    .mesh-content-section__nav ul li{
        margin-right: 0;
    }
    .mesh-content-section__nav{
        width: 100%;
    }
    .news-header {
        flex-wrap: wrap;
        margin-bottom: 120px;
    }
    .news-header .mesh-content-section__nav{
        margin-left: 0;
        width: auto;
    }
    .search-news{
        margin-bottom: 10px;
        margin-left: 0;
        max-width: 100% !important;
    }
    .mesh-content-section__nav ul{
        justify-content: space-between;
    }
    .our-blog-card{
        margin-right: 0;
        width: 100%;
    }

    /********** Отзывы **********/
    .testimonial-item.with-hover:hover .top-block, .testimonial-item.show-active-element.swiper-slide-active .top-block{
        flex:none;
    }
    .testimonials-slider{
        margin-top: 20px;
    }
    .testimonial-item .quote{
        line-height: 140%;
    }
    /********** Портфолио *********/
    .portfolio-block{
        margin: 0;
    }
    .awards-section{
        box-sizing: border-box;
        padding-bottom: 20px;
        width: 100%;
        overflow-x: hidden;
    }
    .awards-section-content{
        margin-top: 0;
    }
    /********** Инстаграм **********/
    .instagram-section__first-block{
        flex-wrap: wrap;
    }
    .instagram-section__first-block button{
        margin-top: 20px;
    }
    .instagram-section{
        box-sizing: border-box;
        padding-top: 20px;
        width: 100%;
        overflow-x: hidden;
    }
    .gallery-carousel{
        margin-top: 40px;
    }
    .gallery-carousel .swiper-slide{
        width: 130px;
    }
    /********** Футер **********/
    .site-footer .row{
        display: block;
    }
    footer .textwidget p{
        margin-top: 8px;
    }
    .site-footer .social-links{
        margin-top: 10px;
    }
    .site-footer .label{
        line-height: 150%;
        letter-spacing: 0.005em;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 500;
        font-style: normal;
    }
    .site-footer h6{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .site-footer .contact-item .value{
        line-height: 150%;
    }
    .contact-item.without-label{
        padding-top: 0;
    }
    .subscribe-form{
        margin-top: 20px;
        margin-bottom: 22px;
    }
    .footer-bottom{
        display: block;
    }
    .footer-bottom .right-text{
        display: block;
    }
    .footer-bottom .right-text .site-right{
        margin-left: 0;
    }
    .footer-bottom{
        margin-top: 0;
    }
    .footer-bottom .right-text .links{
        margin-top: 19px;
    }
    .footer-bottom .right-text .site-right{
        margin-top: 15px;
    }
    .pace{
        width: 100vw;
    }
    .pace .top{
        flex-direction: column;
    }
    /********** Личная страница новости **********/
    .single-look-page article{
        padding: 0;
    }
    .single-look-page .mesh-header .wrapper{
        border:0;
    }
    main.single-look-main-container{
        position: relative;
    }
    .single-look-page article{
        position: relative;
    }
    .single-look-main h1{
        line-height: 25px;
        font-size: 20px;
    }
    .single-look__image-container{
        height: 450px;
    }
    .single-look__images-slider .single-look__images-slider-next-arrow{
        top:240px;
        right: 34px;
    }
    .single-look__images-slider .single-look__images-slider-prev-arrow{
        top:240px;
        left:34px;
    }
    .single-look__images-slider .single-look__images-slider-pagination{
        top:440px;
    }
/********** Страница всех новостей **********/
#news{
    padding-bottom: 50px;
}
/* .mesh-content-section__nav ul li{
    margin-right: 0;
}
.mesh-content-section__nav ul{
    width: 100%;
    padding: 0 20px;
} */
/********** Личная страница портфолио **********/
#mesh-top-line{
    display: none;
}
.header-section__content{
    flex-direction: column;
}
#single-portfolio-header-section{
    height: 465px;
}
#single-portfolio-header-section .mesh-section__header-text{
    margin-top: 0;
    line-height: 160%;
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
}
#single-portfolio-header-section .mesh-section__header-title h2{
    font-size: 48px;
}
#single-portfolio-header-section .right-part{
    margin-top: 25px;
}

/***** Карточки ******/
.single-portfolio__content-nav{
    padding-top: 6px;
    overflow-x: auto;
}
#single-portfolio__content .our-blog-card{
    background: transparent !important;
    width: 48%;
    height: 400px;
}
#single-portfolio__content .portfolio-item{
    width: auto;
}
#single-portfolio__content .our-blog-card__footer{
    display: none;
}
#single-portfolio__content .news-gutter{
    width: 4%;
}
#single-portfolio__content .our-blog-card__content{
    padding: 10px 0;
}
#single-portfolio__content .our-blog-card__title{
    margin-top: 5px;
}
/**** Цель ****/
#single-portfolio-purpose-section .wrapper{
    flex-wrap: wrap;
}
#single-portfolio__content .our-blog-card video{
    height: 180px;
}

.portfolio-video-modal__slider {
    width: 100%;
    height: 75vh;
}
.portfolio-video-modal__video-part{
    height: auto;
}
.portfolio-video-modal__video-part video{
    width: 100%;
    height: auto;
}
.our-blog-card__title{
    overflow:hidden;
    text-overflow: ellipsis;
}
.thumbs-slider-container{
    position: relative;
    background-color: white;
    width:100%;
}
.portfolio-video-modal__pagination-slider .swiper-slide{
    width: 100% !important;
    height: 100% !important;
}
.portfolio-video-modal__pagination-slider-navigation svg path{
    stroke:#CFCFCF;
}
.swiper-container.portfolio-video-modal__pagination-slider{
    max-width: 220px;
}
.portfolio-video-modal__pagination-slider-navigation{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width: 100%;
    height: 16px;
}
.portfolio-video-modal__pagination-slider-navigation .arrow-left{
    left: 75px;
}
.portfolio-video-modal__pagination-slider-navigation .arrow-right{
    right: 75px;
}
.site-footer{
    position: relative;
}
.portfolio-video-modal__card-content{
    flex-direction: column;
    border-radius: 21px 21px 0 0;
    width: 100%;
    height: 100%;
}
.portfolio-video-modal__card-continer{
    width: 100%;
    height: 100%;
    overflow: visible;
}
#single-portfolio-purpose-section{
    border-top-right-radius:40px ;
    padding-top: 35px;
    padding-bottom: 40px;
    overflow-x: hidden;
    background-position-x: right;
    background-position-y: -105px;
}
#single-portfolio-purpose-section .portfolio-type-slider .swiper-slide{
    width: 270px;
    height: 338px;
}
.awards-section-content{
    margin-top: 10px;
}
#single-portfolio-purpose-section .mesh-content-section__nav{
    display: none;
}
#single-portfolio-purpose-section .mesh-section__header-back-text{
    font-size: 75px;
}
/**** портфолио ****/
.single-portfolio-header{
    flex-wrap: wrap;
}
#single-portfolio-grid-section{
    padding:40px 0;
}
/**** Маркетинг *****/
.single-portfolio-header__back-text{
    top:18%;
    font-size: 60px;
}
#numeric-slider-section{
    padding: 40px 0;
    padding-top: 0;
    overflow-x: hidden;
}
.portfolio-block .prev,
.portfolio-block .next{
    display: none;
}
.portfolio-item {
    width: 275px;
}
/***** Секция со скролл слайдером *******/
.single-portfolio-horizontal-slider-section{
    padding-top:0;
}
.swiper-slide.single-portfolio-horizontal-slider-section__card{
    width: 274px;
}
.swiper-slide.single-portfolio-horizontal-slider-section__card img{
    width: 100%;
}
/***** Аутсорс *****/
.outsource-small{
    width: 48%;
}
.outsource-gutter{
    width: 4%;
}
/****** key-visual *******/
#key-visual-section{
    padding-top: 0;
    padding-bottom: 40px;
}
/***** Другие проекты*****/
.other-projects-section__card{
    width: 48%;
}
.other-projects-section__card:last-of-type{
    display: none;
}
.other-projects-section__card-description{
    transform: translate(0,0);
    width: 100%;
}
.other-projects-section__card-description{
    padding-right: 4px;
    padding-left: 4px;
}
/**** Отзывы *****/
#single-portfolio-page .reviews-section{
    padding-top: 40px;
    padding-bottom: 40px;
}
/**** сторисы ***/
.stories-slider-modal .swiper-slide{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.stories-slider-modal-container>.swiper-wrapper>.swiper-slide.swiper-slide-prev{
    left: 0;
}
.stories-slider-modal-container>.swiper-wrapper>.swiper-slide.swiper-slide-next{
    right: 0;
}
.stories-slider-modal-container{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.stories-slider-modal-container>.swiper-wrapper{
    height: auto;
}
.portfolio-video-modal__close{
    position: absolute;
    top:20px;
    left: 50%;
    transform: translateX(-50%);
}
.stories__video-nav{
    top:60px;
    padding: 0;
}
.stories-slider-modal .swiper-slide video{
    border-radius: 0;
}
.stories__video-nav-slide-container-progress{
    background-color: white;
}
.stories-card-slider__nav {
    display: none;
}
.thumbs-slider-container-navigation{
    width: 100%;
}
.portfolio-video-modal__pagination-slider{
    max-width: 100%;
}
.portfolio-video-modal{
    justify-content: flex-end;
}

.portfolio-video-modal__video-part img{
    border-radius: 21px 21px 0 0;
    width: 100%;
    height: 40vh;
    object-fit: cover;
    object-position: top;
}

.only-mobile{
    display: block !important;
  }
}

@media screen and (max-width:1200px) and (min-width:760px)
{
    .news-header .mesh-content-section__nav{
        width: auto;
    }
    .our-blog-card{
        margin-right: 0;
        width: 47%;
    }
    .mobile-main-slider .swiper-slide{
        height: 445px;
    }
    .mobile-main-slider b{
        display: block;
        line-height: 105%;
        font-size: 127.358px;
    }
    .mobile-main-slider .swiper-slide img{
        height: 150px;
    }
    .mobile-main-slider__first-slide-show{
        flex:none;
        height: 150px;
    }
    .mesh-section_first__info p.mobile-main-slider__slide-title{
        margin-top: 25px;
    }
    .mesh-section_first__portfolio-nav ul li{
        font-size: 14px;
    }

    /* Партнёры */
    .mesh-clients-section__big-logo{
        height: 45px;
    }
    .mesh-clients-section__little-logo{
        height: 27px;
    }
    /* Отраслевые решения для бизнеса */
    .mesh-section__header-title span{
        font-size: 16px;
    }
    .mesh-section__header-title h2{
        max-width: 446px;
        line-height: 139.5%;
        font-size: 35px;
    }
    /* Лицензия */
    .categories-carousel .wrap{
        height: 380px;
    }
    .categories-carousel .content{
        height: 123px;
    }
    .categories-carousel .image .title{
        font-family: Gotham Pro;
        font-size: 55px;
    }
    .license-section__see-more{
        padding: 30px 0;
    }
    /* Аутсорс */
    .outsource-small{
        width: 32%;
    }
    .outsource-gutter{
        width: 2%;
    }
    .outsource-big{
        width: 66%;
    }
    .event-item{
        box-sizing: border-box;
        padding: 10px;
    }
    .license-section__see-more{
        width: 100%;
    }

    /* Видео блок */
    .video-section{
        display: flex;
        align-items: center;
    }
    .video-section__left{
        width: 64%;
        height: 300px;
    }
    /*  Новости */
    .our-blog-content {
        justify-content: space-between;
    }
    .our-blog-content .our-blog-card{
        width: 49%;
    }
    .our-blog-content .our-blog-card:nth-of-type(2){
        display: flex !important;
    }
    /* Футер */
    .site-footer .row{
        display: flex;
        flex-wrap: wrap;
    }

    .pace .number{
        margin: 0 auto;
        font-size: 70px;
    }
    .mesh-section__header-back-text,
    .mesh-section__header-back-text.little-mobile{
        font-size: 90px;
    }

    .single-look__images-slider .single-look__images-slider-next-arrow{
        right: 54px;
    }
    .single-look__images-slider .single-look__images-slider-prev-arrow{
        left: 54px;
    }
}
