@font-face{
    font-family: 'Open Sans';
}
*{
	font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1001;
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 560px;
    height: 154px;
    margin-top: -76px;
    margin-left: -290px;
    background: url(../img/preloader.gif) no-repeat 50% 50%;
}

.loaded_hiding .preloader {
  transition: 1s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}
li{
	list-style: none;
	margin: 0;padding: 0;
}
ul, li, h1,h2,h3,h4,h5,h6,p,span{
	margin: 0;padding: 0;line-height: 1.3; font-weight: 300;
}
body{
    
}
a, button,input{
    outline: none;
}
.error {
  border: 1px solid #ff0000 !important; 
  color: #ff0000;
}
label.error{
    display: none !important;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
h2{
    font-size: 24px;
    padding: 0 0 10px 90px;
    font-weight: 800;
    color: #1c1c1c;
}
h2:before{
    font-size: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    color: rgba(0,0,0,.1);
    line-height: 0.85;
    text-transform: uppercase;
}
p{
    font-size: 24px;
    line-height: 1.75;
    color: #1c1c1c;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px;
}
.right_part{
    position: absolute;
    height: 100vh;
    border-left: 1px solid rgba(255,255,255,.3);
    right: 0;
    top: 0;
    padding: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.right_part .item_in{
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
}
.right_part a{
    margin: 20px 0;
    display: block;
}
.first{
    height: 100vh;
    
    background: url(../img/bg_1.jpg)center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

header div.flex{
    justify-content: space-between;
    width: 100%;
}
header ul{
    align-items: flex-end;
    margin-right: 50px;
}
header ul li{
    margin-right: 40px;
}
header ul li a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}
header ul li a:hover{
    text-decoration: underline;
    color: #fff;
}
.first h1{
    font-size: 90px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.first h1 span{
    font-size: 36px;
    font-weight: 800;
}
.first .row{
    height: 100vh;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}
.who_we{
    padding: 140px 0 120px 0;
    background: url(../img/bg_2.png) bottom left no-repeat;
}
.who_we h2:before{
    content: 'Who we are';
}
.who_we p{
    padding-top: 80px;
}
.mission{
    padding-top: 340px;
    padding-bottom: 75px;
    background-image: url(img/bg_3.jpg);
    background-size: cover;
    background-position: center center;
}
.mission h2{
}
.mission h2 span{
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
}
.mission h2:before{
    content: 'Our Mission';
    color: rgba(255,255,255,0.3);
}
.mission_content .container{
    border-bottom: 1px solid #a41034;
    padding: 75px 0;
}
.mission_content p b{
    font-weight: bold;
    color: #1c1c1c;
}
.mission_content p{
    padding-left: 0px;
}
.what_we_do{
    padding: 140px 0 50px 0;
}
.what_we_do h2:before{
    content: 'What we do';
    color: rgba(0,0,0,0.1);
}
.what_we_do_content{
    height: 745px;
}
.what_we_do_content .items{
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.what_we_do_content .items .item{
    -webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    flex: 0 0 25%;
    height: 100%;
    
    overflow: hidden;
    transition: .3s;
    position: relative;
}
.what_we_do_content .items .item1{
    
    background: url(../img/b4-1.jpg) center center no-repeat;
}
.what_we_do_content .items .item2{
    
    background: url(../img/b4-2.jpg) center center no-repeat;
}
.what_we_do_content .items .item3{
    
    background: url(../img/b4-3.jpg) center center no-repeat;
}
.what_we_do_content h3{
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 50px;
}
.what_we_do_content p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: 540px;
    max-width: 90%;
    
    transition: .3s;
    opacity: 0;
}
.what_we_do_content .item_in{
    top: 80%;
    padding-bottom: 100px;
    left: 100px;
    position: absolute;
    transition: .3s;
}
.what_we_do_content .item1 .item_in{

}
.what_we_do_content .items .item.active{
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    flex: 0 0 50%;
    z-index: 2;
}

.what_we_do_content .item:hover .item_in,
.what_we_do_content .item.active .item_in{
    top: 100px;
}
.what_we_do_content .item:hover .item_in p,
.what_we_do_content .items .item.active p{
    opacity: 1;
}

.our_partners{
    padding: 140px 0 50px 0;
}
.our_partners h2{
    position: relative;
}
.our_partners h2:before{
    content: 'Our Partners';
    color: rgba(0,0,0,0.1);
}
.our_partners h3{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
    color: #1c1c1c;
    margin-top: 30px;
}
.our_partners h3:before{
    width: 7px;
    height: 7px;
    background: #a41034;
    left: 0;
    top: 17px;
    content: '';
    position: absolute;
}
.our_partners .map{
    display: block;
    margin: 70px auto 0;
}
.our_partners .line{
    border-bottom: 1px solid #a41034;
    margin: 75px 0;
}
.our_partners ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our_partners ul li{
    -webkit-flex: 0 0 calc(25% - 65px);
    -moz-flex: 0 0 calc(25% - 65px);
    -ms-flex: 0 0 calc(25% - 65px);
    -o-flex: 0 0 calc(25% - 65px);
    flex: 0 0 calc(25% - 65px);
    padding: 30px;

}
.captcha_wrapper{
    display: inline-block;
}
@media (max-width: 1200px){
    .our_partners ul li{
        padding: 30px 15px;
    }
}
.our_partners ul li p{
    text-transform: uppercase;
    line-height: 1.7;
    margin-top: 10px;
    position: relative;
    padding-left: 35px;
}
.our_partners ul li p:before{
    width: 4px;
    height: 4px;
    background: #a41034;
    left: 7px;
    top: 18px;
    content: '';
    position: absolute;
}
.board{
    padding-top: 340px;
    padding-bottom: 75px;
    background-image: url(img/bg_6.jpg);
    background-size: cover;
    background-position: center center;
}
.board h2{
    color: #fff;
}
.board h2:before{
    content: 'Management Board';
    color: rgba(255,255,255,0.1);
}
.board.board2 h2:before{
    content: 'Investment committee';
}

.board_content{
    padding: 75px 0 0 0;
}
.board_content .container{
    /*border-bottom: 1px solid #a41034;*/
    padding-bottom: 75px;
}


.board_content .down{
    justify-content: space-between;
}
.board_content .item{
    padding: 0 15px;
    -webkit-flex: 0 0 30%;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    -o-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-top: 60px;
    position: relative;
}
.board_content.board_content2 .item{
    -webkit-flex: 0 0 35%;
    -moz-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    -o-flex: 0 0 35%;
    flex: 0 0 35%;
}
.board_content.board_content2 .down{
    justify-content: center;
}
.board_content .item.active .bottom_row{
    
}

.board_content .item.active:nth-child(1) .bottom_row{
    height: 553px;
}
.board_content .item.active:nth-child(2) .bottom_row{
    height: 621px;
}
.board_content .item.active:nth-child(3) .bottom_row{
    height: 548px;
}
.board_content .item.active:nth-child(4) .bottom_row{
    height: 659px;
}
.board_content .item.active:nth-child(5) .bottom_row{
    height: 725px;
}
.board_content .item.active:nth-child(6) .bottom_row{
    height: 703px;
}

.board_content .item h3,
.popup.popup_more h3{
    font-size: 24px;
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.board_content .item .top_row{
    border-right: 1px solid #dfdfdf;
    padding-bottom: 15px;
    position: relative;
}
.board_content .item .top_row p,
.popup.popup_more p{
    color: #a7a7a7;
    font-size: 12px;
    line-height: 1.4;
    padding-top: 5px;
    min-height: 37px;
}
.board_content .item .top_row p{
    max-width: calc(100% - 120px)
}
.board_content .item .img{
    max-height: 380px;
    overflow: hidden;
    border-right: 1px solid #dfdfdf;
    border-bottom: 10px solid #a41034;

}
.board_content .item .img img{
    width: 100%;
}

.board_content .item .bottom_row{
    padding: 0 10px;
    background: #a41034;
    height: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 2;
    width: 100%;
    
    transition: 0.3s;
}
.board_content .item .bottom_row h4{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 30px;
}

.board_content .item .bottom_row p{
    font-size: 16px;
    color: #fff;
    padding-bottom: 30px;
}
.board_content .item .bottom_row p i{
    font-style: italic;
}
.questions{
    padding: 60px 0;
}
.questions .img{
    margin: 0 auto;
    display: block;
}
.questions h3{
    font-size: 90px;
    font-weight: 900;
    color: #1c1c1c;
    text-align: center;
    line-height: 0.9;
    padding-top: 30px;
    text-transform: uppercase;
}
.questions h3 span{
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 900;
    display: block;
}
.questions a,
input[type=submit]{
    background-color: #fff;
    border: 2px solid #a41034;
    width: auto;
    padding: 12px 75px 12px;
    color: #a41034;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    font-size: 18px;
    transition: .3s;
    margin: 100px auto 0;

}
.questions a{
    margin-top: 30px;
}
input[type=submit]{
    margin-top: 40px;
    background: transparent;
    display: block;
}
.questions a:hover,
input[type=submit]:hover{
    background: #a41034;
    color: #fff;
}
.questions .tac{
    text-align: center;
}
footer{
    background: #1c1c1c;
    padding: 80px 45px 17px 45px;
}
footer .links{
    margin-top: 60px;
}
footer .links li{
    margin-top: 25px;
}
footer .links a{
    font-size: 14px;
    color: #fff;
}
footer h3{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 60px;
}
footer a.mail{
    padding-left: 20px;
    background: url(../img/mail.png) top 7px left no-repeat;
    color: #fff;
    margin-top: 40px;
    font-size: 14px;
    display: inline-block;
}
footer .devby{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
footer .devby a{
    color: #a41034;
    text-transform: uppercase;
    /*vertical-align: text-top;*/
    border-bottom: 1px solid transparent;
}
footer .devby a svg{
    position: relative;
    top: 7px;
    transform: scale(1.1);
}
footer .devby a:hover{
    text-decoration: underline;
    border-bottom: 1px solid #a41034;
}
footer .copyright{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 80px;
}
footer .social{
    margin-top: 40px;
    margin-left: 20px;
}
footer .social a{
    margin: 0 25px;
}
img{
    max-width: 100%;
}
.board_content .item .top_row p{
    font-size: 20px;
    font-weight: 500px;
    color: #000;
}

.menu_burger{
}
.menu_burger {
    width: 33px;
    height: 20px;
    z-index: 10001;
    position: absolute;
    cursor: pointer;
    right: 30px;
    display: none;
    top: 63px;
}

.menu_burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 33px;
  background: #fff;
  
  opacity: 1;
  z-index: 100;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

.menu_burger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

.menu_burger span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.menu_burger span:nth-child(3) {
  top: 100%;
  margin-top: -2px;
}

.open header {
}


.open .menu_burger span:nth-child(1) {
  transform: rotate(45deg) translate(-2px, -1px);
  top: -1px;
  width: 32px;
}

.open .menu_burger span:nth-child(2) {
  opacity: 0
}

.open .menu_burger span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -1px);
  top: calc(100% - -2px);
  width: 32px;

}
header .flex{
    z-index: 3;
    position: relative;
}
.menu_mobile{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.95);
    top: 0;
    left: -100%;
    transition: .3s;
    z-index: 1999;
}
.menu_mobile ul{
    padding-top: 200px;
    padding-left: 30px;
}
.menu_mobile ul li{
    margin-top: 30px;
}
.open .menu_mobile{
    left: 0;
}
.links_soc a{margin-right: 20px;}
.links_soc{
    margin-left: 30px;
    margin-top: 20px;
}
header div.flex.links_soc{
    display: none;
}
.bio{
    color: #ffffff;
    display: block;
    right: 0;
    top: 55px;
    padding: 6px 30px;
    border: 2px solid #d0d0d0;
    background: #d0d0d0;
    transition: .3s;
    position: absolute;
    right: 15px;
    text-decoration: none;
    font-weight: bold;
}
.bio:hover{
    color: #fff;
    text-decoration: none;
    background: #d0d0d0;
    opacity: .8;
}
.popup{
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.popup,
.popup .container{
    width: 100vw;
    height: 100vh;
    max-width: 100%;
}
.popup_more.popup{
    width: 1024px;
    height: auto;
    padding: 40px;
}
.popup_more.popup .colse{
    color: #131313;
    border-bottom-color: #131313;
}
.popup_more.popup h4{
    color: #131313;
    font-size: 24px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.popup.popup_more h3{
    padding-top: 30px;   
    padding-left: 30px;
    padding-right: 30px;
}
.popup_more.popup p{
    padding: 15px 30px 0 30px;
    font-size: 18px;
}
.popup .row{
    height: 100%;
}
.popup .left img{
    min-height: 100%;
    max-width: none;
}
.popup .left,
.popup .right{
    padding: 0;
}
.popup .right{
    background: #1c1c1c;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup input[type=text]{
    width: calc(50% - 10px);
    font-size: 16px;
    color: #1c1c1c;
    
    padding: 15px 0;
    text-indent: 20px;
    border: 1px solid #fff;
    outline: none;
}
.popup textarea{
    width: 100%;
    font-size: 16px;
    color: #1c1c1c;
    height: 148px;
    
    text-indent: 0;
    padding: 15px;
    border: 1px solid #fff;
    outline: none;
    margin-top: 20px;
}
.popup .row_inputs{
    justify-content: space-between;
}
.popup form{
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 600px;
    padding-left: 15px;
    padding-right: 15px;
}
.popup h2{
    font-size: 90px;
    padding: 0;
    margin: 0;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 60px;
}
.popup.popup2 h2,
.popup.popup2 h3{
    color: #1c1c1c;
}
.popup.popup2 h2{
    padding: 40px 0;
}
.popup.popup2 h3{
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
}
.colse.colse2{
    color: #1c1c1c;
    border-bottom-color: #1c1c1c;   
}
.popup.popup2 p{
    font-size: 14px;
}
.popup.popup2 , .popup.popup2  .container{
    overflow: visible;
    height: auto;
}
.popup h2 span{
    font-size: 24px;
    font-weight: 800;
}
.fancybox-slide--html .fancybox-content,
.fancybox-slide--html,
.fancybox-content,
.fancybox-slide--html .fancybox-content{
    padding: 0;
    margin: 0;
}
.popup.tnx h2{
    text-align: center;
}
.popup.tnx h2 span{
    display: inline-block;
}
.popup.tnx h2 span.sp2{
    color: #a41034;
    font-size: 90px;
}
.colse:hover{
    border-color: transparent;
}
.colse{
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 40px;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    border-bottom: 1px solid #fff;
    line-height: 1.5;
    letter-spacing: 2px;
    cursor: pointer;
}
.popup button{
    display: none;
}


@media (max-width: 1680px){
    h2:before{
        font-size: 100px;
    }
    footer .logo{
        max-width: 80%;
    }
    header .logo img{
        width: 200px;
    }
    header ul li a{
        font-size: 16px;
    }
    .first h1{
        font-size: 70px;
    }
    .popup h2{
        font-size: 70px;
    }
    .board_content .item.active:nth-child(1) .bottom_row{
        height: 673px;
    }
    .board_content .item.active:nth-child(2) .bottom_row{
        height: 701px;
    }
    .board_content .item.active:nth-child(3) .bottom_row{
        height: 678px;
    }
    .board_content .item.active:nth-child(4) .bottom_row{
        height: 819px;
    }
    .board_content .item.active:nth-child(5) .bottom_row{
        height: 925px;
    }
    .board_content .item.active:nth-child(6) .bottom_row{
        height: 673px;
    }
    .board_content .item .img{
        height: 270px;
    }

}
@media (max-width: 1400px){
    .what_we_do_content{
        height: 545px;
    }
    .who_we{
        /*background: #fff;*/
    }

    
    .what_we_do_content p{
        font-size: 14px;
    }
    .what_we_do_content .item:hover .item_in, .what_we_do_content .item.active .item_in{
        top: 40px;
    }
}

@media (max-width: 1199px){
    p{
        font-size: 18px;
    }
    header ul li a{
        font-size: 14px;
    }
    header ul li{
        margin-right: 25px;
    }
    .board_content .item.active:nth-child(1) .bottom_row{
        height: auto;
    }
    .board_content .item.active:nth-child(2) .bottom_row{
        height: auto;
    }
    .board_content .item.active:nth-child(3) .bottom_row{
        height: auto;
    }
    .board_content .item.active:nth-child(4) .bottom_row{
        height: auto;
    }
    .board_content .item.active:nth-child(5) .bottom_row{
        height: auto;
    }
    .board_content .item.active:nth-child(6) .bottom_row{
        height: auto;
    }
    
    .what_we_do_content .item_in{
        padding-bottom: 40px;
        left: 40px;
    }
    .what_we_do_content p{
        width: 490px;
        
    }
    .board_content .item{
        -webkit-flex: 0 0 33%;
        -moz-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        -o-flex: 0 0 33%;
        flex: 0 0 33%;
    }
    .board_content .item .bottom_row p{
        font-size: 14px;
    }
    .board_content .item .img{
        height: 250px;
    }

}
@media (max-width: 991px){
    .board_content .item .img{
        height: 275px;
    }
    .who_we .col-lg-7,
    .mission_content .col-lg-7{
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    header ul li{
        margin-right: 30px;
    }
    header{
        padding: 50px 50px 50px 30px;
    }
    .menu_burger{
        display: block;
    }
    header ul.flex{
        display: none;
    }
    header .logo img{
        width: 160px;
    }
    header div.flex{
        justify-content: flex-start;
    }
    .right_part{
        display: none;
    }
    .who_we{
        background: #fff;
    }
    h2:before{
        font-size: 85px;
        bottom: 6px;
    }
    .what_we_do_content .items{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .what_we_do_content .items .item,
    .what_we_do_content .items .item.active{
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }
    .what_we_do_content{
        height: auto;
    }
    .what_we_do_content .item_in{
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
    }
    .what_we_do_content .item:hover .item_in, .what_we_do_content .item.active .item_in{
        top: 0;
    }
    .what_we_do_content p{
        max-width: 100%;
        opacity: 1;
    }
    .what_we_do_content .items .item, .what_we_do_content .items .item.active{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .our_partners h3{
        font-size: 18px;
    }
    .our_partners h3:before{
        top: 10px;
    }
    .our_partners h3{
        padding-left: 25px;
    }
    .our_partners ul li{
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -o-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .our_partners ul li{
        margin: 0;
    }
    .our_partners ul li p:before{
        left: 24px;
        top: 14px;
    }
    .our_partners ul{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .board_content .item,
    .board_content.board_content2 .item{
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -o-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .questions{
        padding: 60px 0;
    }
    footer .links{
        margin-top: 0;
    }
    footer .links li{
        margin: 0 0 20px 0;
    }
    footer h3{
        margin-top: 0;
    }
    footer a.mail{
        margin-top: 20px;
    }
    footer .devby{
        font-size: 14px;
        
    }
    footer .copyright{
        margin-top: 30px;
        font-size: 12px;
    }
    .menu_mobile ul li{
        margin-right: 0;
        text-align: center;
    }
    header .menu_mobile div.flex{
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }
    .menu_mobile ul{
        margin-right: 0;
        padding-left: 0;
    }
    header div.flex.links_soc{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .links_soc a{
        margin-left: 20px;
        margin-right: 20px;
    }
    .popup .left{
        display: none;
    }
    .popup .right{
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 767px){
    .board_content .item .img{
        height: 210px;
    }
    .first h1{
        font-size: 48px;
    }
    h2:before{
        font-size: 60px;
    }
    h2{
        padding-left: 40px;
    }
    .who_we{
        padding: 80px 0 60px;
    }
    .who_we p{
        padding-top: 40px;
    }
    .mission,
    .board{
        padding-top: 140px;
        padding-bottom: 40px;
    }
    .mission_content .container{
        padding: 40px 0;
    }
    .what_we_do{
        padding: 80px 0 40px 0;
    }
    p{
        font-size: 16px;
    }
    .what_we_do_content .item_in,
    .container-fluid{
        padding: 0;
        width: 540px;
        margin: 0 auto;
        max-width: 100%;
    }
    .what_we_do_content .items .item{
        padding: 40px 0;
    }
    .what_we_do_content h3 {
        padding-bottom: 20px;
    }
    .our_partners{
        padding: 70px 0 40px 0;
    }
    .our_partners .map{
        margin-top: 40px;
    }
    .our_partners .line{
        margin: 40px 0;
    }
    .our_partners ul li p:before {
        left: 24px;
        top: 11px;
    }
    .board_content{
        padding-top: 40px;
    }
    .questions{
        padding: 40px 0;
    }
    .questions h3{
        font-size: 60px;
        padding-top: 30px;
    }
    .questions a{
        margin-top: 30px;
    }
    footer{
        padding-top: 30px;
    }
    .mob_flex{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    footer .logo img{
        width: 160px;
    }
    footer .links{
        margin-top: 30px;
    }
    footer h3{
        padding-top: 30px;
    }
    footer .devby {
        font-size: 14px;
        padding-top: 0;
        
    }
    footer .copyright{
        margin-top: -5px;
    }
    .menu_mobile ul{
        margin-right: 0;
    }

}

@media (max-width: 575px){
    .board_content .item .img{
        height: auto;
        max-height: none;
    }
    .first h1 span{
        font-size: 20px;
    }
    .first h1{
        font-size: 26px;
    }
    header .logo img{
        width: 130px;
    }
    .menu_burger{
        top: 58px;
    }
    .mission_content p{
        padding-left: 15px;
        padding-right: 15px;
    }
    .what_we_do_content .item_in, .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .our_partners h3 br{
        display: none;
    }
    h2:before {
        font-size: 48px;
        bottom: 11px;
    }
    .our_partners ul li p{
        font-size: 14px;
    }
    .our_partners h3{
        font-size: 16px;
    }
    .board_content .item,
    .board_content.board_content2 .item{
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .board_content .item .img img{
        width: 100%;
    }
    footer{
        padding-left: 0;
        padding-right: 0;
    }
    .what_we_do h2:before,
    .mission h2:before,
    .board h2:before,
    .who_we h2:before{
        left: 15px;
    }
    .board_content{
        padding-top: 30px;
    }
    header{
        padding: 30px 15px;
    }
    .menu_burger{
        top: 39px;
        right: 15px;
    }
    .what_we_do_content p{
        font-size: 14px;
    }
    .our_partners ul li{
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -o-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .popup input[type=text]{
        width: 100%;
        margin-top: 20px;
    }
    .popup .row_inputs{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #popup1.popup h2 br{
        display: none;
    }
    #popup1.popup h2 span{
        display: block;
        font-size: 20px;
    }
    .popup h2{
        font-size: 48px;
    }
    .colse{
        right: 15px;
    }
    .preloader__image{
            width: 520px;
            height: 300px;
            margin-left: -260px;
            margin-top: -150px;
            -webkit-background-size: contain;
            background-size: contain;
    }
    .fancybox-active{
        overflow: hidden;
    }
    .popup.popup2 h3{
        font-size: 18px;
    }
    .popup.popup2 h2{
        font-size: 24px;
    }
}

@media (max-width: 425px){
    h2:before {
        font-size: 38px;
        bottom: 11px;
    }
    footer .links a{
        font-size: 12px;
    }
    footer h3{
        padding-top: 34px;
        font-size: 11px;
    }

    footer a.mail{
        padding-left: 0;
        background: transparent;
        font-size: 11px;
    }
    footer .devby{
        font-size: 12px;
        
    }
    .questions h3{
        font-size: 30px;
    }
    .questions h3 span{
        font-size: 24px;
    }
    #popup1.popup h2 span{
        display: block;
        font-size: 16px;
    }
    .popup h2{
        font-size: 33px;
    }
    footer .links li{
        margin: 0 0 10px 0;
        text-align: center;
    }
    footer h3{
        margin-top: 0;
        position: 0;
        text-align: center;
    }
    footer a.mail{
        margin-top: 20px;
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }
}

