html {
    box-sizing: border-box;
}
*, *::before, *::after{
    box-sizing: inherit;
}
img {
    /* display: block; */
    width: 100%;

}
h1, h2, h3, h4, h5, h6, p{
    padding: 0;
    margin: 0;
}
body{
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
@media screen and (max-width: 380px){
    .h1{
    font-size: 25px !important;
    line-height: 64px !important;
    }
}
@media screen and (max-width: 600px){
    .h1{
    font-size: 30px !important;
    line-height: 64px !important;
    }
    
}
@media screen and (max-width: 1200px){
    .h1{
    font-size: 40px !important;
    line-height: 64px !important;
    }
}
header{
    padding: 15px 0px;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}


.form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 100vh;
    padding: 116px 40px 70px;
    background: linear-gradient(242.39deg,#1d4d9d 0,#62c3d0 100%);
    transition: ease .3s;
    transform: translateX(100%);
    overflow: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
}

.inner{
    align-items: center;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 2000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 0 15px; */
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 20px; */
    width:100%
}
.container2{
    text-align: center;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
:root{
    --accent-color: #F7654A;
    --dark-color: #404149;
    ;;
    --gray-color: #999;
    --white-color:#fff;
    --background-color: #e5e5e5;
}
.text_h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}
.text_h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 24px;
}
.text_h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 21px;
    letter-spacing: 0.02em;
}
.text_p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.text_p_reviews{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 21px;
    letter-spacing: 0.05em;
}
.header {
    width: 100%;
    background: #fff;
    padding: 15px 0;
    z-index: 100;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);

}
.header_fixed {
    position: fixed;
    left: 0;
    top: 0;
}
.header1 {
    /* min-height: 740px; */
    /* background-image: url(../img/Rectangle.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    
}
.header_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    margin-bottom: 112px;
}
.logo {
    width: 275px;
    /* height: 65px; */
    display: block;
}
@media screen and (max-width: 1200px){
    .logo{
    width: 200px;
    /* height: auto; */
    
    }
}
@media screen and (max-width: 900px){
    .logo{
    width: 174px;
    /* height: auto; */
    
    }
}
/* @media screen and (max-width: 400px){
    .logo{
    width: 120px;
    
    }
   
} */
.header-menu{
    display: flex;
    height: 50px;
    justify-content: center;
    width: 100%;
}
#menu {
    /* display: block;
    height: 50px;
    margin: 0 auto;
    position: relative; */
    z-index: 10;
}
#menu ul{
    display: block;
    height: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    /* color: orangered; */
}
#menu ul li{
    align-items: center;
    display: flex;
    float: left;
    height: 50px;
    list-style: none;
    margin-right: 60px;
    position: relative;
}

.banner-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* #menu ul li:last-child{
    margin-right: 0;
} */
#menu ul li a{
    align-items: center;
    box-sizing: border-box;
    color: #2b2d70;
    display: flex;
    font-size: 24px;
    text-decoration: none;
}
.burger {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: #0070c0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.burger:hover, .burger:focus{
    background-color: #021c9d;
}
.menu3{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* fgfg */



.navbar {
    overflow: hidden;
    background-color: #0070c0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .burger {
    cursor: pointer;
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    /* padding: 14px 16px; */
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .burger, .burger:focus {
    background-color: rgb(21, 0, 248);
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fffefe;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 1%;
  }
  
  .dropdown-content a {
    float: none;
    color: #2b2d70;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .show {
    display: block;
  }



/* bgbgb */





.burger_line {
    display: block;
    width: 20px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 4px;
    
}
.burger_line:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 400px){
   
    .burger{
        width: 34px;
        height: 34px;
        
    }
    .dropdown .burger{
        /* padding: 5px !important; */
    }
}
.h1 {
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    text-align: left;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    max-width: 734px;
    margin: 0 auto 17px;
    

}
.h4 {
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    max-width: 734px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
}
.about {
    min-height: 1080px;
    position:  relative;
    /* padding-top: 250px; */
    margin-bottom: 60px;

}
.element-animation {
    /* margin: 2rem 0; */
    font-size: 3rem;
    
    /* Скроем элемент в начальном состоянии */
    opacity: 0;
    /* transform: translateY(30px); */
  }
  .element-animation.element-show {
    opacity: .8;
    transition: all 1.5s;
    /* transform: translateY(10%); */
  }

  .element-animation2, .element-animation3 {
    /* margin: 2rem 0; */
    font-size: 3rem;
    
    opacity: 0;
    /* transform: translateY(30px); */
  }
  .element-animation2.element-show {
    opacity: .8;
    transition: all 1.5s;
    /* transform: translateY(-10%); */
  }
  .element-animation3.element-show {
    opacity: 1;
    transition: all 1.5s;
    /* transform: translateY(-10%); */
  }



.info {
        /* position: absolute; */
    /* top: -150px; */
    background-color: #F7F7F7;
    /* left: 50%; */
    max-width: 900px;
    width: 100%;
    min-height: 300px;
    /* transform: translateX(-50%); */
    padding: 60px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.about_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    justify-content: center;

}
.about_grid_item {
    
    text-align: center;
    width: 190px;
    

}
.about_h4 {
    color: var(--accent-color);
    font-size: 72px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;

}
.about_h5 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    
}
.about_p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    
    color: var(--gray-color);

}
@media screen and (max-width: 1280px){
    .header_title{
        padding-left: 15px;
        padding-right: 15px;


    }
    
}
@media screen and (max-width: 768px){
    .info{
        position: relative;
        padding: 20px 20px 30px 20px;
    }
    .about_grid {
        grid-template-columns: repeat(1, 1fr);  
        justify-content: center;  
    }
}
/* @media screen and (max-width: 1300px){
   .home-content{
    flex-direction: column;
   }
   .about-cnt{
    justify-content: flex-end;
}
.about-cnt2{
    justify-content: flex-end;
}
.element-animation.element-show {
    text-align: end;
  }
} */
.home-content{
    position: relative;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    /* // height: calc(100vh - 610px); */
    min-height: 450px;
    margin-bottom: 40px;
    margin-top: 50px;
    /* // padding-bottom: 150px; */
    
}
.first_home_content{
    margin-top: 15px;
}
.mission_img{
    /* margin-top: -25px; */
    border-radius: 40px;
    max-width: 400px;
    padding: 20px;
    min-width: 325PX;
    display: block;
}


.home-content_instruments{
    
    margin-bottom: 0px;
    
    /* // padding-bottom: 150px; */
    /* align-items: end; */
}
.home-content_instruments2{
    
    margin-bottom: 0px;
    
    /* // padding-bottom: 150px; */
    align-items: end;
}

.home-content2{
    position: relative;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    /* // height: calc(100vh - 610px); */
    min-height: 400px;
    margin-bottom: 40px;
    margin-top: 50px;
    /* // padding-bottom: 150px; */
    align-items: end;
    flex-direction: row-reverse;
    
}
.purpose{
    /* transform: translateY(5%) !important; */
    /* padding-top: 20px; */
    margin-top: 0;
    /* align-items: center; */

  
  }
.desk-mt-100{
    margin-top: 65px;
}

@media screen and (min-width: 800px) {
    .desk-mt-100{
        margin-top: 75px;
    }
    .desk-mt-50{
        margin-top: 50px;
    }
}
@media screen and (min-width: 1000px) {
    .has-rect{
        padding-bottom: 50px;
    }

}
@media screen and (min-width: 1300px) {
 
    .home-content_instruments2{
        margin-bottom: 40px;
    }
    .first_home_content{
        margin-top: 70px;
    }
}
@media screen and (max-width: 800px) {
    .desk-mt-100{
        margin-top: 0px;
    }
}

.metod2{
    margin-bottom: 0;
    /* align-items: center; */
    min-height: 350px;
}
.home-content-block{
    color: rgba(1,7,13,.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
}
.home-content-block:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 304px;
}
@media screen and (max-width:1000px) {
    .home-conten, .home-conten2{
    display: block;
    /* padding-top: 31px; */
  }
}
.project_h2 {
    text-align: center;
    margin-bottom: 50px;

}
.about_flex {
    display: flex;
}
.about_flex_item {
    max-width: 350px;
    margin-right: 30px;
}
.about_flex_item:last-child {
    margin-right: 0;
}

.project_img {
    margin-bottom: 45px;

}
.rectangle {
    width: 55px;
    height: 6px;
    background-color: var(--accent-color);
    margin-bottom: 15px;
}
.project_h3 {
    color: var(--dark-color);
    margin-bottom: 13px;

}
.project_p {
    color: var(--gray-color);
}
@media screen and (max-width: 1280px){
    .about, .partner, .portfolio, .blue  {
        padding: 30px;
    }
    .inner {
        padding: 0px 15px;

    }
}
@media screen and (max-width: 768px){
    .about, .partner, .portfolio {
        padding-top: 20px;
        padding-bottom: 20px;

    }
    .blue{
        padding: 20px;
    }
    .about_flex {
        flex-direction: column;
        align-items: center;
    }
    .about_flex_item {
       
        margin-bottom: 30px;
        margin-right: 0;

    }
    .about_flex_item:last-child {
        margin-bottom: 0;
    }
    .about_flex{
        justify-content: center;
    }
}
.blue {
    background-color: #085c98;
    /* padding-top: 30px;
    padding-bottom: 40px; */
    padding: 30px;
}


.orange_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;


}
.orange_flex_left {
    color: var(--white-color);
}
.orange_flex_title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 49px;
    line-height: 71px;
    letter-spacing: 0.02em;
    margin-bottom: 7px;

}
.orange_flex_text {
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}


.orange_flex_right {
    
}
.orange_btn {
    
    border: none;
    background-color: #fff;
    /* display: flex; */
    align-items: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 30px;
    cursor: pointer;
    border-radius: 50px;
}
.orange_icon {
    margin-right: 15px;
}

@media screen and (max-width: 1280px){
    /* .orange {
        padding-left: 15px;
        padding-right: 15px;
    }    */
}
@media screen and (max-width: 1000px){
    .orange_flex {
        flex-wrap: wrap;

        
    }
}
@media screen and (max-width: 740px){
    .orange_flex {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    .orange_flex_title{
        font-size: 37px;
        line-height: 35px;
    }
    .orange_flex_text{
        font-size: 20px;
    }
}
@media screen and (max-width: 392px){
    .orange_flex {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

}
@media screen and (max-width: 500px){
 
    .orange_flex_title {
        
        font-size: 28px;
        line-height: 27px;
       
    
    }
    .orange_flex_text {
        font-size: 18px;
       
    }

}
.our_deal {
    /* padding: 150px 0; */
}
.section_h2, .deal_h4 {
    color: #000;
    text-align: center;
}
.section_h2{
    margin-bottom: 35px;

}
.deal_h4{
    margin: 0 auto;
    max-width: 172px;
    text-transform: uppercase;
}

.deal_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
}
.deal_grid_item {
    padding: 59px 0;
    background-color: #f7f7f7;
    width: 350px;
}
.deal_icon {
    margin: 0 auto 21px;
}

@media screen and (max-width: 1280px){
    .our_deal{
        padding-left: 15px;
        padding-right: 15px;

    }
    .deal_grid{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .deal_grid_item{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .deal_grid{
        grid-template-columns: repeat(1, 1fr);
    }
}

.portfolio {
}
.portfolio_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* justify-items: center; */
    gap: 0;

}
.portfolio_grid_item {
}
.portfolio_img {
    display: block;
}
@media screen and (max-width: 1280px){
    .portfolio_grid{
        grid-template-columns: repeat(2, 1fr);
        
    }
}
@media screen and (max-width: 768px){
    .portfolio_grid{
        grid-template-columns: repeat(1, 1fr);
    }
}
.question {
    padding-top: 150px;
    padding-bottom: 65px;
    margin-bottom: 43px;
}

.question, .section_h2 {
    margin-bottom: 50px;
}
.question_items {
}
.question_item {
}

.question_h3 {
    text-transform: uppercase;
    color: var(--accent-color);
    margin-bottom: 19px;
    padding-top: 2px;
}

.question_p {
    margin-bottom: 39px;
    color: var(--gray-color);
    max-width: 730px;
    padding-top: 4px;
}

@media screen and (max-width: 1280px){
    .question{
        padding: 150px 17px 100px;
    }
}
.partner {
    /* padding-top: 90px; */
    /* padding-bottom: 81px; */
    /* background-color: #0e2862;  */
}

.partner_h2 {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 50px;
    padding-top: 7px;
}
.partner_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.partner_flex_item {
    margin-right: 15px;
    margin-bottom: 20px;
    max-width: 170px;

}
.partner_flex_item:nth-child(5n){
    margin-right: 0;
}
@media screen and (max-width: 1280px){
    .partner_flex{
        justify-content: center;
    }
    .partner_flex_item {
    
        margin-right: 10px;
        margin-left: 10px;
    
    }
    .partner_flex_item:nth-child(5n){
        margin-right: 10px ;
        margin-left: 10px;
    }
}
.reviews {
    margin-top: 150px;
    margin-bottom: 142px;

}
.reviews_h2 {
    text-align: center;
    padding-bottom: 64px;
}
.reviews_grid{
    display: grid;
    gap: 30px;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}
.reviews_grid_item {
    max-width: 350px;
    
    
    
}
.reviews_card {
    background-color: #F7F7F7;
    padding-left: 33px;
    padding-right: 25px;
    margin-bottom: 61px;
    height: 259px;
    margin-bottom: 28px;
}
.reviews_quotes {
    color: var(--accent-color);
    max-width: 42px;
    max-height: 76px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 142px;
    text-transform: uppercase;
    
}

.under_card_text {
}

.accent_text {
    color: var(--accent-color);
}
@media screen and (max-width: 1280px){
    .reviews {
        padding: 100px 15px;
        margin-top: 0;
        margin-bottom: 0;
    
    }
    .reviews_grid{
        display: grid;
        gap: 30px;
        justify-content: space-between;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}
@media screen and (max-width: 768px){
    .reviews_grid{
        display: grid;
        gap: 30px;
        justify-content: space-between;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }
}

.contacts {
    padding: 50px 0 50px;
}
.contacts_h2 {
    text-align: center;
    margin-bottom: 30px;
}
.contacts_grid {
    display: block;
}
.contacts_grid_item {
    /* max-width: 255px; */
    text-align: center;
}
.contact_icon {
    width: 50px;
    height: 45px;
    margin: 0 auto;
}
.top_contact_icon{
    width: 35px;
    height: 30px;
}
@media screen and (max-width: 1100px){
    /* .contacts_grid{
        grid-template-columns: repeat(1, 1fr);
    } */
    .contact_icon {
        display: none;
    }
    .about{
        margin-bottom: 0;
    }
}
.contact_h3 {
    text-transform: uppercase;
}

.contact_h3_gray {
    color: var(--gray-color);
    margin-bottom: 18px;
    margin-top: 18px;
}
.phone {
}
.work {
}
.contact_h3_accent {
    color: var(--accent-color);
}
@media screen and (max-width: 1280px){
    /* .contacts_grid{
        grid-template-columns: repeat(2, 1fr);  
    } */
    .contacts_grid_item {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px){
    /* .contacts_grid{
        grid-template-columns: repeat(1, 1fr);
    } */
    .contacts_grid_item {
        max-width: 100%;
    }
}
.footer {
    background-color: #404149;
    /* height: 82px; */
    color: #fff;
    /* padding: 30px 0; */
}
.footer_flex {
    /* display: flex;
    justify-content: space-between; */
    padding: 20px 0;
}
.text_p {
}
.footer_copyright {
}
.footer_brand {
}

@media screen and (max-width: 1280px){
    .footer{
        padding: 15px 30px;
    }
}
@media screen and (max-width: 768px){
    .footer_flex{
        flex-direction: column;
    }
}
.slick-prev, 
.slick-next {
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    left: 50%;
}
    
.slick-prev {
    top: -10px;
}

.slick-next {
    top: auto;
    bottom: -20px;
}

.start-anim, .fade-up {
    transform: translateY(0)!important;
    opacity: 1!important;
}
.p-big ul{
    color: var(--accent-color);
}
.p-big ul li p{
    color: #000;
}
.p-big2 ul{
    color: var(--accent-color);
}
.p-big2 ul li p{
    color: #000;
    font-size: 19px;
}

.animated-js,.fade-up{
    transform: translateY(40%);
    transition: .6s ease;
    transition-delay: .3s;
    font-size: 19px;
}
@media screen and (max-width: 400px){
    .fade-up{
        font-size: 16px;
    }
    .p-big2 ul li p{
        font-size: 16px;
    }
}

.has-rect{
    position: relative;
    padding-bottom: 30px;
}
.about-cnt{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.about-cnt2{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
@media screen and (max-width: 400px){
    .about-cnt{
        display: block;
    }
}
.h1__layer{
    position: absolute;
    top: 45%;
    right: -150px;
    transform: translateY(-50%);
    z-index: -1;
    font-weight: 900;
    font-size: 200px;
    line-height: 50px;
    text-transform: uppercase;
    color: rgb(61 189 206 / 30%);    /* background: #fff; */
    white-space: nowrap;
}
.new{
    right: -4%;
}
.ceo{
    right: 230;
}

.metod1{
    height: 50px;
}
.metod3{
    display: none;
}

.instruments{
    RIGHT: 0%;
    font-size: 160px;
}


.h1__layer2{
    position: absolute;
    top: 45%;
    right: 15%;
    transform: translateY(-50%);
    z-index: -1;
    font-weight: 900;
    font-size: 200px;
    line-height: 50px;
    text-transform: uppercase;
    color: rgb(61 189 206 / 30%);    /* background: #fff; */
    white-space: nowrap;
}
.project{
    font-size: 160px;
}
.metod{
    font-size: 160px;
    right: -50%;
}
.ceo2{
    right: -10%;
}
.new2 {
    /* color: #ffffff; */
    font-size: 180px;
    right: 29%;
}
.text1{
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    text-align: left;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* max-width: 734px; */
    margin: 0;
    color: #0070c0;
}

.text4{
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    text-align: left;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* max-width: 734px; */
    margin: 0;
    color: #ffffff;
}
.text2{
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* max-width: 734px; */
    margin: 0;
    color: #0070c0;
}
.text3{
    font-weight: 500;
    font-size: 64px;
    line-height: 95px;
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    /* max-width: 734px; */
    margin: 0;
    color: #ffffff;
}
/* .desk-mt-50{
    margin-top: 50px;
} */
@media screen and (max-width: 800px){
    .text1, .text2, .text3, .text4{
        font-size: 35px;
    }
}
.mobile-link-btn{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,.25);
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    margin: 41px auto 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 250px;
}

 .modal-content{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #404149;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    padding: 20px;
    position: relative;
}
.modal-header{
    align-items: center;
    border-bottom: 1px solid #eceeef;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.modal-body{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    padding: 15px;
    position: relative;
} 



#openModal {
    display: none;
  }
  
  label {
    cursor: pointer;
  }
  
  .modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }
  
  #openModal:checked ~ .modalDialog {
    opacity:1;
    pointer-events: auto;
  }
  
  .modalDiv {
    min-width: 250px;
    max-width: 450px;
    width: auto;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 40px;
    /* background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999); */
  }
  
  .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
  }
  
  .close:hover { background: #00d9ff; }

@media screen and (max-width: 900px){
    .metod1{
        height: 20px;
    }

    
}
.close{
    color: #fff;
    float: right;
    font-family: sans-serif;
    font-size: 34px;
    font-weight: 700;
    height: 40px;
    line-height: 1.25;
    margin-top: 35px;
    margin-right: 35px;
    opacity: .5;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    width: 40px;
}

@media screen and (max-width: 1100px){
#menu ul li {
    margin-right: 45px;
}

}
@media screen and (max-width: 900px){
    .header-menu {
        display: none;
    }
    .navbar{
        display: flex;
    }
  
    }
@media screen and (min-width: 900px){
    .header-menu {
        display: flex;
    }
    .navbar{
        display: none;
    }
}

@media screen and (max-width: 1100px){

.h1__layer{
font-size: 125px;
right: 10%;
}
.instruments{
    /* left: 100px; */
}
.h1__layer2{
    font-size: 125px;
    right: 100px;
    }
    .ceo2{
        right: 3%;
    }
    .new{
        right: 12%;
    }
    .metod{
        right: -40%;
    }
    .new2{
        right: 37%;
    }
    .effects2{
        right: 30%;
    }
    .home-content{
        margin-top: 0;
    }
    .project{
        font-size: 105px;
    }
}
.base{
    align-items: center;
}
@media screen and (max-width: 1000px){
   .home-content{
    align-items: center;
   }
   .home-content2{
    align-items: start;
   }
   .home-content_instruments{
    align-items: start;
   }
   .home-content_instruments2{
    align-items: center;
   }
   .base, .effects{
    align-items: center;
   }
   .first_home_content{
    margin-top: 15px;
   }


    }
 
    @media screen and (max-width: 1000px) and (min-width: 800px){ 
        .has-rect{
            padding-top: 20px;
        }
     
     
         }


    @media screen and (max-width: 900px){
       
        .h1__layer{
         /* font-size: 125px; */
         /* right: -5%; */
         }
         .h1__layer2{
             font-size: 125px;
             right: 112px;
             }
             .ceo2{
                 /* right: -22%; */
             }
             .instruments{
                 font-size: 100px;
             }
             .new2{
                right: 30%;
             }
             .project{
                font-size: 110px;
                right: 10%;
             }
             .metod{
                right: 0%;
             }
             .new{
                right: 40%;
             }
             .mob_mission, .mob_clients,   .mob_projects{
                right: 22%;
            }
            .mob_service{
                right: 24%;
            }
            .mob_ceo{
                right: 20%;
            }
            .mob_effects{
                right: 26%;
            }
         
            .mob_team{
                right: 30%;
            }
            .mob_metodology{
                right: 0%;
            }
            .mob_goals{
                right: 16%;
            }
            .mob_base{
                right: 39%;
            }
            .mob_tools{
                right: 20%;
            }
         }
@media screen and (max-width: 1700px){

    .instruments{
        /* left: -80px; */
        right: 1%;
    }
}
@media screen and (max-width: 900px){

    .mob_tools{
        right: 20%;
    }
}

@media screen and (max-width: 800px){

    .h1__layer{
        font-size: 100px;
        right: 36%;
        }
        .h1__layer2{
            font-size: 100px;
            right: 15%;
        }
        .metod{
            right: 15%;
        }
        .new{
            right: 55%;
        }
        .ceo2{
            right: 48%;
        }
        .new2{
            right: 20%;
        }
        .new3{
            right: 9%;
        }
        
    .instruments{
        /* left: 0px; */
        right: 40%;
    }
    .mob_mission {
        right: 38%;
    }
    .mob_clients{
        right: 15%;
    }  
     .mob_projects{
        right: 14%;
    }
    .mob_service{
        right: 40%;
    }
    .mob_ceo{
        right: 44%;
    }
    .mob_effects{
        right: 14%;
    }
 
    .mob_team{
        right: 17%;
    }
    .mob_metodology{
        right: 3%;
    }
    .mob_goals{
        right: 9%;
    }
    .mob_base{
        right: 40%;
    }
    .mob_tools{
        right: 40%;
    }
}

@media screen and (max-width: 700px){

 
    .h1__layer{
        font-size: 75px;
        right: 35%;
    }
    .h1__layer2{
        font-size: 75px;
        right: 22%;
    }
    /* .instruments{
        left: 100px;
        right: 0%;
    } */
    .ceo2{
        right: 32%;
    }
    .new2{
        /* font-size: 115px; */
        right: 23%;
    }
    .metod{
        right: 9%;
    }
    .new{
        right: 59%;
    }
    .new3{
        right: 13%;
    }
    .mob_mission {
        right: 44%;
    }
    .mob_clients{
        right: 20%;
    }  
     .mob_projects{
        right: 19%;
    }
    .mob_service{
        right: 45%;
    }
    .mob_ceo{
        right: 43%;
    }
    .mob_effects{
        right: 19%;
    }
 
    .mob_team{
        right: 20%;
    }
    .mob_metodology{
        right: 15%;
    }
    .mob_goals{
        right: 10%;
    }
    .mob_base{
        right: 47%;
    }
    .mob_tools{
        right: 40%;
    }
}

@media screen and (max-width: 600px){
 
    .instruments{
        /* left: 0px; */
        right: 30%;
    }
    .metod{
        right: 2%;
    }
    .mob_base{
        right: 38%;
    }

}
@media screen and (max-width: 500px){
 
    
    .h1__layer{
        font-size: 68px;
        right: 20%;
    }
    .h1__layer2{
        font-size: 68px;
        right: 30%;
    }
    .ceo2{
        right: 13%;
    }
    .new2{
        right: 28%;
    }
    .instruments{
        right: 15%;    }
    .effects2{
        right: 27%;
    }
    .new{
        right: 37%;
    }
    .metod{
        right: 0%;
    }
    .modal-body{
        padding: 0;
    }
    .form-at{
        padding: 10px;
    }
    .new3{
        right: 15%;

    }
    input.input-at{
        padding: 0 5px;
    }
    .mob_service{
        right: 24%;
    }
    .mob_projects{
        right: 28%;
    }
    .mob_ceo{
        right: 19%;
    }
    .mob_base{
        right: 41%;
    }
}
@media screen and (max-width: 400px){
 
    .instruments{
        /* left: -150px; */

    }
    .h1__layer{
        /* font-size: 65px;
        right: 3%; */
        display: none;
    }
    .h1__layer2{
        /* font-size: 65px;
        right: 9%; */
        display: none;

    }
    .ceo2{
        /* right: 55%; */
    }
    .new2{
        /* right: -3%; */
    }
    .text1, .text2, .text3, .text4{
        line-height: 30px;
    }
    .mission_img{
        min-width: 100%;

    }
}






    ::-webkit-input-placeholder {font-size: 16px;}
::-moz-placeholder {font-size: 16px;}         
:-moz-placeholder {font-size: 16px;}
:-ms-input-placeholder {font-size: 16px;}
:focus::-webkit-input-placeholder {opacity: 0;}    
:focus::-moz-placeholder {opacity: 0;}    
:focus:-moz-placeholder {opacity: 0;}    
:focus:-ms-input-placeholder {opacity: 0;}    
.form-at {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
    overflow: hidden;
    font-size: 0;  
    letter-spacing: 0;    
    background: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.2);
}
.form-at * {
    box-sizing: border-box;
    font-family: Verdana, sans-serif;    
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
    margin-bottom: 20px;
}
.validate-input-at.w-50,
.no-validate-input-at.w-50 {
    /* width: calc(50% - 10px);
    display: inline-block; */
}
.validate-input-at.w-50:first-child,
.no-validate-input-at.w-50:first-child {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #337AB7;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    /* transform: scaleX(1.1) scaleY(1.3); */
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    display: flex;
    /* padding: 0 40px; */
    height: 50px;
    background-color: #337AB7;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    /* margin: 0 auto; */
    outline: none;
    border: none;
    cursor: pointer;      
    /* padding-top: 10px;   */
    align-items: center;
    justify-content: center;
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: white;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}
@media (max-width: 768px) {
    .validate-input-at.w-50 {
        width: 100%;
    }
    .validate-input-at.w-50:first-child {
        margin-right: 0;
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-width: 800px){
    .home-content{
     flex-direction: column-reverse;
     align-items: center;

    }
    .home-content2{
        flex-direction: column-reverse;
        /* margin-top: 40px; */
        /* align-items: baseline; */
        align-items: center;
       }
    .about-cnt{
     justify-content: flex-end;
 }
 .about-cnt2{
    justify-content: flex-start;
}
 .element-animation.element-show {
     text-align: end;
     display: block;
   }
   .element-animation2.element-show {
    text-align: start;
    display: block;
    /* transform: translateY(20px); */
  }
  
  .metod1{
    height: 20px;
}
.metod2{
   margin-top: 100px;
}
.metod3{
    display: block;

}
 }

 @media screen and (max-width: 800px){

 .element-animation.element-show {
     text-align: center;
     display: block;
   }
   .element-animation2.element-show {
    text-align: center;
    display: block;
    /* transform: translateY(20px); */

  }
  .home-content, .home-content2{
    margin-top: 0;
  }
  .metod2{
    margin-top: 0;
  }

 }
 @media screen and (max-width: 500px){
 
    

    .modal-body{
        padding: 0;
    }
    .form-at{
        padding: 10px;
    }
    input.input-at{
        padding: 0 5px;
    }
    textarea.input-at{
        padding: 10px 5px;
    }
    .has-rect{
        padding-bottom: 0;
    }
    .contacts_h2{
        font-size: 23px;
        margin-bottom: 20px;
    }
    .contacts{
        padding: 25px 0 25px;
    }
    .text_h3{
        font-size: 19px;
    }
}




.menu_class{
    position: absolute;
    /* right: 36px; */
    display: block;
}
.menu_ul{
    display: flex;
    position: relative;
}
.menu_ul li{
    /* display: block; */
    /* height: 50px; */
    list-style: none;
    /* margin: 0; */
    /* z-index: 10; */
    /* padding: 0; */
}
@media(max-width: 767px){
    .menu_class {
        display: block;
        position: absolute;
        top: 85px;
        right: 0;
        background: rgb(245, 246, 246);
        box-shadow: #ccc;
        width: 100%;
        box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
        transition: all 0.4s ease;
        right: -100%;
    }
    .menu_class.open-menu{
        right:0;
    }
    .menu-burger__header {
        position: relative;
        width: 40px;
        height: 35px;
        display: block;
        margin-left: 10px;
       }

       .menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
        height: 3px;
        width: 100%;
        position: absolute;
        background: #515758;
        margin: 0 auto;
    }
    .menu-burger__header span{
        top: 16px;
    }
    .menu-burger__header:after, .menu-burger__header:before{
        content: '';
    }
    .menu-burger__header:after{
        bottom: 5px;
    }
    .menu-burger__header:before{
        top: 5px;
    }
    .menu-burger__header.open-menu span {
        opacity:0; 
        transition: 0.5s; 
    }
    .menu-burger__header.open-menu:before {
        transform: rotate(38deg);
        top: 16px;
        transition: 0.4s;
    }
    .menu-burger__header.open-menu:after {
        transform: rotate(-38deg);
        bottom: 16px;
        transition: 0.4s;
    }
    .menu_ul{
        display: block;
    }
    .menu_ul li{
        display: block;
    }
}

@media(max-width: 900px){
  
    .burger2{
        position: relative;
        width: 50px;
        height: 50px;
        display: block;
        /* margin-left: 10px; */
        border: none;
        background-color: #0070c0;
    }
    .burger2 span, .burger2:after, .burger2:before{
        height: 4px;
        width: 62%;
        position: absolute;
        background: #fff;
        margin: 0 auto;
    }
    .burger2 span{
        top: 23px;
        right: 18%;
    }
    .burger2:after, .burger2:before{
        content: '';
    }
    .burger2:after{
        bottom: 10px;
        right: 18%;
    }
    .burger2:before{
        top: 10px;
        right: 18%;
    }
    .burger2.open-menu span {
        opacity:0; 
        transition: 0.5s; 
    }
    .burger2.open-menu:before {
        transform: rotate(40deg);
        top: 23px;
        transition: 0.4s;
    }
    .burger2.open-menu:after {
        transform: rotate(-40deg);
        bottom: 23px;
        transition: 0.4s;
    }
}

.mobile{
    display: none;
}
@media screen and (max-width: 900px){
 
    .mobile{
        display: block;
    }
    .desk{
        display: none;
    }

}
@media screen and (max-width: 500px){
    .orange_btn{
        margin-top: 20px;
    }
   
    
}
@media screen and (max-width: 700px){
   
    .footer_flex{
        padding: 10px 0;
    }
    
}
@media screen and (min-width: 930px){
 
    .metodology_img {
        padding-top: 80px;
    }

}
@media screen and (orientation: landscape){
 
    .modalDiv {
        border-radius: 40px;
    }
    .horizontal{
        margin: 5% auto;
    }

}


.fixed-page {
    overflow: hidden;
}

.horizontal{
    margin: 5% auto;
}