@media (max-width: 1600px) {
    /******************/
    /**** All Page ****/
    /******************/
    .bg-top-slide.about-img,
    .bg-top-slide.our-project-img,
    .bg-top-slide.our-team-img,
    .bg-top-slide.partnership-img,
    .bg-top-slide.career-img,
    .bg-top-slide.contact-img {
        background-size: auto 100%;
    }

    /******************/
    /***** Career *****/
    /******************/
    .pre-footer.career-img {

    }
}
@media (max-width: 1400px) {
    .logo {
        padding: 8px 0 10px;
    }
    .title-block-home h1 {
        font-size: 34px;
        margin: 13px 0;
    }
    .pre-footer > .container > .col-md-6 {
        margin-top: 50px;
    }
}
@media (max-width: 1200px) {
    /****************/
    /**** Header ****/
    /****************/

    /****************/
    /**** Footer ****/
    /****************/
    .pre-footer {
        margin-bottom: -170px;
        padding-top: 225px;
    }
    .pre-footer.about-img,
    .pre-footer.our-project-img {
        margin-top: -130px;
    }
    /**************/
    /**** Home ****/
    /**************/

    /******************/
    /**** About Us ****/
    /******************/

    /******************/
    /***** Career *****/
    /******************/

}

@media (max-width: 992px) {
    .navigation-top .navbar-nav > li > a,
    .nav-footer-list a {
        font-size: 12px;
        padding: 0;
    }


    /****************/
    /**** Footer ****/
    /****************/
    .nav-footer-list li {
        padding: 0;
    }
    .pre-footer {
        padding-top: 310px;
        margin-bottom: -130px;
    }
    .pre-footer > .container > .col-md-6 {
        margin: 10px auto 0;
    }
	.service-box ul li{
	width:50%;
	border-right:1px solid #b52c59;
	}
}
@media (min-width: 768px) {
    body #popup2.popup {
        right: -2000px;
    }
	
}

@media (max-width: 768px) {
    /****************/
    /**** Header ****/
    /****************/
    .logo {
        padding: 30px 0 0;
    }
.navigation-top .navbar-nav > li > a:hover, .navigation-top.navbar-default .navbar-nav > .active > a, .navigation-top.navbar-default .navbar-nav > .active > a:hover, .navigation-top.navbar-default .navbar-nav > .active > a:focus {
    background: none;
    border-top: 3px solid transparent;
    color: #fff;
}

    .logo img {
        width: 31%;
        height: auto;
    }
    .title-block-home h1 {
        font-size: 1.5em;
        font-weight: 400;
        margin: 10px 0;
    }
    #video-presentation {
        width: 55%;
    }
    #play-pause {
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }


    .navbar-default .navbar-toggle {
        float: left;
        border: none;
        padding: 0;
        margin: 15px 0 15px 20px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        height: 4px;
        width: 32px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    .navi, 
    .navcontainer {
        left: 0;
    }
    .navigation-top {
        border-top: 2px solid #db1b52;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: inherit;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    .navbar-container {
        display: none;
    }

    #navbar-mobile {
        background: none repeat scroll 0 0 #000;
        height: 100%;
        left: -260px;
        overflow-y: auto;
        position: fixed;
        top: 50px;
        width: 260px;
        z-index: 999999;
        display: block;
    }
    #navbar-mobile ul {
        margin: 0;
    }
    #navbar-mobile li {
        list-style-type: none;
        margin: 0;
        padding: 10px 0 10px 20px;
        text-align: left;
    }
    #navbar-mobile a {
        color: #fff;
        display: block;
        height: 30px;
        line-height: 30px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
    }
    .open_popup_modal {
        position: relative;
        float: left;
        clear: both;
        padding: 0 20px 0 35px;
        background: url(../img/lang-icon-1.svg) no-repeat 0 center / 25px 25px;
    }
    .open_popup_modal i {
        font-style: normal;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: #fff transparent transparent transparent;
        right: 7px;
        top: 14px;
        position: absolute;
        display: block;
    }
    #navbar-mobile .active a {
        color: #db1b52;
        font-weight: normal;
    }

    /*Pop up*/

    .overlay {
        display: none;
        position: fixed;
        z-index: 9999998;
        opacity: 0.6;
        filter: alpha(opacity=60);
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #000;
    }

    .popup {
        display: none;
        position: fixed;
        background: #fff;
        max-width: 520px;
        height: 340px;
        top: 50%;
        left: 50%;
        margin: -170px 0 0 -260px;
        z-index: 9999999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        width: auto;
    }
    .title-dialog-lang {
        background: #f1f1f1;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 45px;
        height: 45px;
    }

    .close {
        display: block;
        width: 14px;
        cursor: pointer;
        height: 14px;
        color: #929292;
        position: absolute;
        background: url(../img/close-dialog.svg) no-repeat !important;
        top: 15px;
        text-indent: -9000px;
        right: 19px;
        text-decoration: none;
        filter:alpha(opacity=1);
        opacity:1
    }
    .close:hover, .close:focus {
        filter:alpha(opacity=1);
        opacity:1
    }
    .lang-list {
        padding: 20px 27px;
        margin: 0;
        list-style-type: none;
    }
    .lang-list li {
        float: left;
        width: 33.3333%;
        margin: 15px 0;
    }
    .lang-list a {
        text-decoration: none;
        color: #000000;
        display: block;
        text-align: center;
        font-size: 14px;
    }
    .lang-list a:hover, .lang-list a.act {
        color: #d71921;
    }

    .bg-video-home {
        display: none;
    }
    .background-video {
        /*background: url(../img/back2.gif) no-repeat 100% 100%;*/
        background: url(../img/placeholder1.png) no-repeat 0 0 / auto 100%;
    }
    
    /* Content top */
    .bg-top-slide {
        height: 330px;
    }
    .logo-content {
        padding: 18px 0 0;
    }
    .logo-content img {
        height: 89px;
        width: 98px;
    }
    h1 {
        font-size: 56px;
        margin: 26px 0 20px;
    }

    /* Content */
    .our-team-item {
        margin-bottom: 25px;
    }
    .text-our-team {
        padding-top: 15px;
    }
    #vacancy-slider, .p-slider-cnt, .p-slide {
        display: block;
    }
    .p-slide {
        width: 260px;
    }
    .tabs-wrap.career-tabs, .tab-list.our-prj-tab, .tab-content.our-prj-tab-content {
        display: none;
    }
    
    /* Contact */
    #map-canvas {
        height: 260px;
    }

    /****************/
    /**** Footer ****/
    /****************/
    .nav-footer {
        display: none;
    }
    .content-benefits-footer,
    .red-line-footer {
        display: none;
    }

    .pre-footer,
    .pre-footer.home-img,
    .pre-footer.career-img,
    .pre-footer.partnership-img,
    .pre-footer.our-team-img,
    .pre-footer.about-img,
    .pre-footer.our-project-img,
    .pre-footer.contact-img {
        margin: 0;
        padding: 40px 0 25px;
        height: auto;
        background: #db1b52;
    }

    .info-pre-footer h3 {
        font-size: 19px;
        margin: 25px 0 20px;
    }
    .logo-pre-footer img {
        width: 100px;
        height: auto;
    }
    .contact-info {
        margin: -10px auto 0;
    }
    .contact-block {
        float: none !important;
    }
    .contact-form {
        width: 300px;
        display: block;
        margin: -10px auto 50px;
    }
}

@media (max-width: 640px) {
    .b-benefits-item,
    .our-team-block,
    .contact-info,
    .contact-form {
        width: 100%;
    }
    .inp-captcha {
        width: 115px !important;
    }
    h1 {
        font-size: 45px;
        margin: 18px 0 12px;
    }
    .txt-sub-title {
        font-size: 16px;
    }
    .logo-partners img {
        margin: 15px 25px;
    }
    .pre-footer > .container > .col-md-6 {
        min-width: inherit;
    }
    .popup {
        height: auto;
        left: 0;
        margin-left: 0;
    }
    #video-presentation {
        width: 90%;
    }
    .content-txt {
        padding: 30px 0 0;
    }
    .logo-partners {
        margin: 20px 0;
    }
    .our-team-item {
         margin-bottom: 20px;
     }
    .text-our-team {
        padding-top: 0;
    }
    .form-contact-send .inp-captcha {
        width: 180px !important;
    }
    .grey-tabs-line {
        margin: 0 0 30px;
    }
	.service-box ul li{
	width:100%;
	border-bottom:0;
	}
	.service-box ul li:last-child{
	border-bottom:1px solid #b52c59;
	}
}
@media (max-width: 450px) {
 .intro-box p{
 width:100%;
 }
 	.logo img {
    height: auto;
    width: 45%;
}
}
@media (max-width: 380px) {
.hover-box > p {
    font-size: 13px !important;
}
}
@media (max-width: 320px) {
    .form-contact-send .inp-captcha {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        font-size: 13px;
    }
    h1 {
        font-size: 42px;
    }
    .txt-sub-title {
        font-size: 14px;
    }
}