@media (max-width: 1200px) {
    .hero--left h1 {
        font-size: 50px;
        line-height: normal;
    }
    .menu ul{
        gap:30px
    }
    .menu a {
        font-size: 13px;
    }
    .btn{
        font-size: 16px;
        padding: 15px 25px;
    }
    .content h2{
        font-size: 42px;
        line-height: normal;
    }
    .expert{
        padding: 15px 15px;
                gap: 5px;
    }
    .percent{
        font-size: 40px;
    }
    .choose--left{
            max-width: 280px;
    }
    .choose--grid{
        padding: 25px 15px;
        min-height: 160px;
    }
    .pl--grid{
        padding: 25px 25px;
    }
    .hero--wrapper{
        align-items: stretch;
    }
    .hero--right img {
        height: 100%;
        object-fit: cover;
    }
    .project--banner{
        background-size: cover;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .project--hero-right img{
        height: 100%;
        object-fit: cover;
        width:100%
    }
    .contact--right img {
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .contact--section {
        align-items: stretch;
    }
    .contact--left{
        width: auto;
        flex-wrap: wrap;
    }
    .contact--grid:first-child{
        padding: 0;
        border: 0;
    }
    .contact--grid{
        width: 100%;
    }

}

@media (max-width: 991px) {
    
    .mobile_menu_content .social ul a {
        background: #3B4443;
    }
    .pl--wrapper {
        gap:30px;
    }
    .pl--grid {
        width: calc(100% / 2 - 15px);
    }
    .mobile_menu_container.loaded {
        transform: translateX(0px);
    }

    .mobile_menu_container, .mobile_menu_container .mobile_menu_content ul li ul {
        transition: all 350ms ease 0s;
    }
    .menu_container {
    display: block;
    }
    .middle-top-row {
        padding: 15px 0;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        display: block;
        left: 0;
        box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.08);
        background: #fff;
    }
    .cont-middle-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .burger-menu {
        width: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: pointer;
        padding-left: 8px;
        margin-right: 12px;
    }
    .burger-menu span {
        display: block;
        transition: .2s all linear;
        width: 100%;
        height: 2px;
        flex-shrink: 0;
        border-radius: 5px;
        background: #272727;
    }
    .burger-menu span:nth-child(2) {
        margin: 6px 0;
        max-width: 15px;
        margin-left: auto;
    }
    .burger-menu.active {
        z-index: 99999;
    }
    .burger-menu.active span:first-child {
        transform: rotate(-45deg);
    }
    .burger-menu.active span:nth-child(2) {
        opacity: 0;
        transform: rotate(45deg);
    }
    .burger-menu.active span:last-child {
        transform: rotate(45deg);
        margin-top: -16px;
    }
    .mobile_menu_container .mobile_menu_content {
        max-height: 100%;
        padding: 15px 18px;
        border-bottom: 1px solid #fff;
        flex-direction: column;
        display: flex;
        gap: 50px;
    }
    .mobile_menu_overlay, .mobile_menu_container {
        position: fixed;
        top: 64px;
        right: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mobile_menu_container.loaded {
        transform: translateX(0px);
    }

    .mobile_menu_overlay, .mobile_menu_container {
        position: fixed;
        top: 80px;
        right: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }
    .mobile_menu_overlay {
        display: none;
        cursor: pointer;
        z-index: 98;
        background: rgba(0, 0, 0, 0.5);
    }
    .mobile_menu_container {
        transform: translateX(100%);
        width: 75%;
        overflow: hidden;
        z-index: 99;
        background: #fff;
    }
    .cont-middle-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo {
        max-width: 150px;
        width: 100%;
        display: block;
    }
    .middle-top-row-right {
        display: flex;
        align-items: center;
        gap: 0 5px;
    }
    .btn{
        padding: 10px 20px;
        font-size: 14px;
    }
    .header-top{
        padding: 0;
    }
    .menu-desctop{
        display: none;
    }
    header {
        padding-bottom: 82px;
    }
    .hero {
        margin-top: 25px;
    }
    .hero--left h1{
        font-size: 36px;
        margin-bottom: 15px;
    }
    .hero--left h2{
        font-size: 22px;
        line-height:24px;
    }
    .ab--wrapper {
        flex-direction: column;
    }
    .ab--left,
    .ab--right{
        max-width: 100%;
    }
    .pb-50 {
        padding-bottom: 25px;
    }
     .pt-50 {
        padding-top: 25px;
    }
    .invest--block {
        flex-wrap: wrap;
    }
    .invest--block .title--left{
        flex:0 0 100%
    }
    .invest--block .title--right{
        flex:0 0 60%
    }
    .dir--content{
        max-width: 100%;
        padding: 30px 20px;
    }
    .pt-80 {
        padding-top: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .proc--num {
        font-size: 28px;
        line-height: normal;
    }
    .proc--text{
        font-size: 14px;
        line-height: 20px;
    }
    .proc--title {
        font-size: 22px;
    }
    .process--grid{
        padding: 20px;
    }
    .project--top{
        flex-wrap: wrap;
        gap:20px
    }
    .project--right {
        max-width: 100%;
    }
    .project--content{
        padding: 20px 20px;
    }
    .prject--bottom{
        align-items: flex-start;
        gap:15px
    }
    .project--name{
        font-size: 12px;
        line-height: normal;
    }
    .project--value{
        font-size: 14px;
        line-height: normal;
        margin-top: 5px;
    }
    .choose--grid{
            width: calc(100% / 1 - 15px);
    }
    .form--right form{
        padding: 20px 20px;
    }
    .title{
        font-size: 36px;
        line-height: 41px;
    }
    .title--right{
        font-size: 16px;
        line-height: 27px;
    }
    .data--block{
        gap:10px
    }
    .footer-subs {
        max-width: 200px;
        width: 100%;
    }
    .menu ul {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
    .menu a {
        font-size: 18px;
    }
    .mission--left{
        padding: 30px 30px;

    }
    .mission--left h2{
        font-size: 36px;
        line-height: normal;
    }
    .product--hero{
        flex-wrap: wrap;
    }
    .product--hero-left{
            max-width: 100%;
    }
    .product--titles {
        position: relative
    }
    .product--titles{
        left: 0;
        max-width: 100%;
        padding: 15px 20px;
    }
    .product--titles h1{
        line-height: normal;
        font-size: 42px;
    }
    .product--titles{
        margin-top: 15px;
        margin-bottom: 15px;
        width:98%
    }
    .product--sidebar{
        max-width: 250px;
    }
    .general--info,
    .product--ceo{
        padding: 30px 25px;
    }
}
@media (max-width: 767px) {
    .dir--link, .project--link{
        padding: 5px;
        border-radius: 15px;
    }
    .project--link-wrapper {
        padding: 0 15px;
    }
    .block--invest{
        padding: 35px 20px;
    }
    .block--invest .block--grid-inv {
        padding: 15px 0;
    }
    .block--invest-top div {
        width: 100%;
    }
    .block--invest-top{
        flex-wrap: wrap;
    }
    .block--invest .block--grid-inv {
        border-right: 0;
        border-top:0;
    }
    .product--hero-right img {
        height: auto;
    }
    .slider--absolute {
        width: auto;
        position: initial;
        padding: 0;
    }
    .hero--right img {
        object-fit: cover;
        height: 100%;
         width: 100%;
    }
    .hero--wrapper {
        align-items: stretch;
        max-height: 100%;
    }

    .invest--block .title--right {
        flex: 0 0 50%;
    }
    .slider-swiper .swiper-slide {
        max-width: 330px;
    }
    .col-4 {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .block--process{
        flex-wrap: wrap;
    }
    .process--grid {
        width: calc(100% / 2 - 15px);
    }
    .project--cat{
        bottom: 10px;
        left: 10px;
        line-height: normal;
        font-size: 9px;
    }
    .project--title{
        font-size: 22px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .project--text{
        font-size: 14px;
        line-height: 22px;
    }
    .choose--wrapper,
    .form--wrapper,
    .footer--middle {
        flex-wrap: wrap;
    }
    .choose--left,
    .choose--right {
        max-width: 100%;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .pl--grid h2 {
        font-size: 32px;
        line-height: normal;
    }
    .invest--title{
        font-weight: 500;
        line-height: 28px;
        font-size: 22px;
    }
    .choose--grid{
        width: 100%;
    }
    .mission--grid {
        align-items: stretch;
    }
    .mission--right img {
        height: 100%;
        object-fit: cover;
         border-radius: 20px;
    }
    .mission--left p{
        font-size: 14px;
        line-height: 23px;
    }
    .mission--left {
        padding: 25px 25px;
    }
    .mission--left{
        border-radius: 20px;
    }
    .project--hero-left h1{
        margin-top: 0;
        line-height: normal;
    }
    .pt-100 {
        padding-top: 25px;
    }
    .form--project{
        flex-wrap: wrap;
        gap:25px
    }
    .form--project-left {
        border-radius: 30px !important;
        height: auto;
    }
    .product--sidebar {
        max-width: 200px;
    }
    .general--info, .product--ceo {
        padding: 20px 20px;
    }
    .product--hero-left{
        padding-top: 0;
    }
    .form--project-left{
        padding: 30px;
    }
    .contact--section{
        padding: 30px;
    }
    .acc-container{
        flex-direction: column;
        gap:15px;
    }
    .acc {
        width: 100%;
    }
    .map {
        height: 500px;
        position: relative !important;
    }
}
@media (max-width: 576px) {
    .percent--text {
        font-size: 14px;
    }
    .privat--h1 h1 {
        font-size: 42px;
    }
    .privat {
     padding: 30px 0;

    }
    .container-min h2 {
        font-size: 32px;
    }
    .container-min h3{
        font-size: 22px;
    }
    .project--hero-left h1{
        font-size: 36px;
    }
    .project--hero-text{
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 16px;
    }
    .mission--left h2 {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .mission--left {
        padding: 15px 15px;
    }
    .pl--text{
        line-height: 28px;
        font-size: 16px;
    }
    .invest--title {
        line-height: 24px;
        font-size: 18px;
    }
    .pl--grid h2{
        font-size: 24px;
    }
    .invest--icon{
        padding: 20px;
    }
    .pl--grid {
        padding: 15px 15px;
        min-height: 280px;
        max-height: 280px;
    }
    .pt-100 {
        padding-top: 25px;
    } 
    .hero--left{
        width: 100%;
        max-width: 100%;
    }
    .hero--right{
        display: none;
    }
    .home--right {
        display: block;
    }
    .invest--wrapper {
        margin-left: 0;
    }
    .project--block{
        width: 100%;
    }
    .choose--wrapper{
        padding: 25px;
    }
    .choose--grid{
        width: 100%;
    }
    .btn{
        gap:5px;
        padding: 5px 15px;
        font-size: 12px;
        width: max-content;
    }
    .content h2{
        font-size: 26px;
    }
    .content p{
        font-size: 16px;
        font-weight: 300;
    }
    .gap-15 {
        gap: 20px;
    }
    .gap-30 {
        gap: 15px;
    }
    .swp--pagination {
        position: relative;
        min-width: 140px;
    }
    .dir--wrapper{
        flex-wrap: wrap;
    }
     .pb-100 {
        padding-bottom: 25px;
    }
    .mt-50 {
        margin-top: 25px;
    }
    .pt-80 {
        padding-top: 25px;
    }
    .pb-80 {
        padding-bottom: 25px;
    }
    .bg-grey{
        margin:0;
    }
    .process--grid:nth-child(even){
        position: static;
    }
    .footer--menu ul li {
        width: calc(100% / 3 - 10px);
    }
    .footer--menu ul li a{
        font-size: 14px;
        line-height: normal;
    }
    .footer--menu ul{
        gap:15px
    }
    .ab--left .div{
        height: 100%;
        flex-wrap: wrap;
    }
    .ab--left .div img {
        height: 100%;
         object-fit: cover;
         width: 100%;
    }
    header {
        padding-bottom: 72px;
    }
    .mobile_menu_overlay, .mobile_menu_container {
        top:72px
    }
    .hero--left h1{
        font-size: 28px;
    }
    .hero--left h2 {
        font-size: 15px;
        line-height: 24px;
    }
    .mt-25 {
        margin-top: 15px;
    }
    .product--sidebar {
        position: static;
        max-width: 100%;
    }
    .product--wrapper{
        flex-wrap: wrap;
    }
    .contact--right {
        display: none;
    }
    .footer--middle {
        justify-content: center;
    }
    .footer-subs{
        max-width: 300px;
    }
    .title--right{
        font-size: 14px;
        line-height: 22px;
    }
}