body{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
}
img{
    max-width: 100%;
}
body.post-type-archive-articles,
body.single-articles,
body.single-projects,
body.post-type-archive-projects,
body.page-template-contacts{
    padding-top: 100px;
}
select:focus,
input:focus,
textarea:focus,
button:focus{
    outline: none;
}

/*GENERAL*/

.wh_but{
    display: inline-block;
    border: 1px solid #fff;
    background: #fff;
    padding: 9px 60px 8px;
    border-radius: 20px;
    transition: all .3s ease;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #4F88A1!important;
    cursor: pointer;
    text-decoration: none;
}
.wh_but:hover{
    background: none;
    color:#fff!important;
}
*>p:last-child{
    margin-bottom: 0;
}
.modhead{
    padding-left: 95px;
    background: url('../images/pea.png')no-repeat left top;
    padding-top: 95px;
    background-size: auto;
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    color: #2C225C;
}

/**END GENERAL**/

/*Begin header*/
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    background: rgba(79, 136, 161, 0.8);
    backdrop-filter: blur(15px);
    padding: 27px 0;
}
header .flexed{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .flex_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topmenu{
    flex-grow: 10;
}
.topmenu ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topmenu ul li a{
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.topmenu ul li.menu-item-has-children{
    position: relative;
}
.topmenu ul li.menu-item-has-children>a{
    position: relative;
    font-weight: 800;
    background: url('../images/langdrop.svg')no-repeat right;
    padding-right: 24px;
}
.topmenu ul li.menu-item-has-children ul.sub-menu{
    position: absolute;
    left: 0;
    display: none;
    padding-top: 8px;
    background: rgba(79, 136, 161, 0.8);
    top: 62px;
}
.topmenu ul li.menu-item-has-children ul.sub-menu ul{
    display: none;
}
.topmenu ul li.menu-item-has-children ul.sub-menu li a{
    padding: 2px 30px;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    width: 100%;
    font-weight: normal;
    transition:  all .3s ease;
}
.topmenu ul li.menu-item-has-children ul.sub-menu li.current-menu-item a,
.topmenu ul li.menu-item-has-children ul.sub-menu li a:hover{
    background: #354777;
}
.topmenu ul li.menu-item-has-children#menu-item-42>ul.sub-menu{
    width: 400px;
    left: -200px;
}
.topmenu ul li.menu-item-has-children#menu-item-42>ul.sub-menu li.menu-item-has-children a{
    background: none;
}
.topmenu ul li.menu-item-has-children#menu-item-42>ul.sub-menu li.menu-item-has-children a:hover{
    background: #354777;
}
.topmenu ul li.menu-item-has-children#menu-item-42>ul.sub-menu li.menu-item-has-children ul{
    left: 400px;
    top:0;
    width: 400px;
	max-height:400px;
	overflow:auto;
}
.topmenu ul li.menu-item-has-children#menu-item-42>ul.sub-menu li.menu-item-has-children:hover ul{
    display: block;
}
header .lang{
    margin-left: 60px;
}
header .lang select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    padding-right: 24px;
    background: url('../images/langdrop.svg')no-repeat right;
    color: #FFFFFF;
}
header .lang select option{
    background:#4F88A1;
}
header .mainphone a{
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    padding: 7px 14px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    text-decoration: none;
    transition: all .3s ease;
}
header .mainphone a:hover{
    background: #fff;
    color:#4F88A1;
}
header .mainphone{
    margin-left: 20px;
}
/*End header*/

/*Homepage Slider*/

#slider .video .video,
#slider .slider .item{
    height: 1040px;
    width: 100%;
}
#slider .video video,
#slider .slider .item img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
#slider,
#slider .video,
#slider .item{
    position: relative;
}
#slider .video:before,
#slider .item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(79, 136, 161, 0.25);
    left: 0;
    top: 0;
    z-index: 2;
}
#slider .container{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%);
}
#slider .desc{
    font-weight: bold;
    font-size: 35px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
#slider .owl-nav{
    display: none;
}
#slider .prev,
#slider .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
#slider .prev{
    left: 0;
}
#slider .next{
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
/*end slider*/

/*About*/
    #home_about{
        padding: 70px 0 120px;
    }
    #home_about .icons{
        margin-bottom: 120px;
    }
#home_about .icons .image{
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
#home_about .icons .desc {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #354777;
}
#home_about .company .modhead{
    margin-bottom: 30px;
}
#home_about .company .desc{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
    /*End about*/

/*Partners*/

#home_partners{
    padding: 120px 0;
}
#home_partners .modhead{
    margin-bottom: 120px;
}
#home_partners .home_partners img{
    width: auto;
    max-width: 90%;
}
#home_partners .home_partners .item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 5%;
}
#home_partners .home_partners .owl-item{
    border-right: 1px solid #C8D3D8;
}
#home_partners .home_partners .owl-stage{
    display: flex;
}
#home_partners .container{
    position: relative;
}
#home_partners .container:after{
    width: 5px;
    height: 100%;
    position: absolute;
    content: '';
    background: #fff;
    z-index: 1;
    right: 15px;
    top: 0;
}
#home_partners .owl-prev{
    left: -40px;
}
#home_partners .owl-prev,
#home_partners .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
#home_partners .owl-next{
    right: -40px;
    transform: rotate(180deg);
}

    /*End partners*/

/*Certs*/

#home_certs{
    background: url('../images/certs_pea.svg')no-repeat right 60px top 30px,#4F88A1;
    padding: 145px 0 110px;
}
#home_certs .owl-prev,
#home_certs .owl-next{
    position: absolute;
    top: 50%;
    margin-top:-20px;
}
#home_certs .owl-prev{
    left:-40px;
}
#home_certs .owl-next{
    right:-40px;
    transform: rotate(180deg);
}
#home_certs .container{
    position: relative;
}
#home_certs .col-lg-10{
    position: static;
}
#home_certs .home_certs{
    position: static;
}
#home_certs .home_certs .owl-item:nth-child(odd){
    padding-bottom: 80px;
}
#home_certs .home_certs .owl-item:nth-child(even){
    padding-top: 80px;
}
#home_certs .home_certs img{
    margin-bottom: 10px;
}
#home_certs .desc {
    font-size: 14px;
    line-height: 19px;
    color: #E0E0E0;
}
#home_certs .desc strong{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 3px;
}

/*End certs*/

/*Services*/
    #home_services{
        background: url('../images/certs_pea.svg')no-repeat center bottom 300px,#4F88A1;
        padding: 120px 0 0;
    }
    #home_services .modhead{
        color:#fff;
        background: url('../images/pea_wh.png')no-repeat left bottom;
    }
/*End services*/

/*Prods*/
    #home_prods{
        padding: 120px 0;
    }
/*end prods*/

/*Spheres*/
    #home_clients{
        background: url('../images/sphere_bg.jpg')no-repeat center bottom;
        background-size: cover;
        padding: 60px 0 250px;
    }
    #home_clients .modhead{
        color:#fff;
        background: url('../images/pea_wh.png')no-repeat left bottom;
    }
/*End spheres*/

/*footer form*/

#callback{
    background: url("../images/callback_bg.jpg")no-repeat center;
    background-size: cover;
    padding: 60px 0 120px;
}
#callback form{
    background: url('../images/callback_pea.png')no-repeat right top 80px,url('../images/formbg.png')no-repeat center top;
    background-size: auto auto,cover;
    padding: 120px 60px 45px;
    display: flex;
    align-items: center;
    color:#fff;
}
#callback form .inputs{
    width: 59%;
    padding-right: 60px;
    flex: none;
}
#callback form textarea,
#callback form input[type="text"],
#callback form input[type="email"]{
    width: 100%;
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    color: #E0E0E0;
    margin-bottom: 20px;
    background: none;
}
#callback form textarea::placeholder,
#callback form input::placeholder {
    color:#E0E0E0;
}
#callback form textarea{
    margin-bottom: 0;
    min-height: 130px;
    resize: none;
}
#callback form .infos h3{
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 10px;
}
#callback form .infos .desc{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #FFFFFF;
}
#callback form input[type="submit"]{
    width: 255px;
    border-radius: 20px;
}

    /*end footer form*/
/*footer*/

footer{
    background: #4F88A1;
    padding-top: 30px;
}
.tadam{
    padding: 20px 0;
}
.footmenu ul{
    margin: 20px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footmenu ul li a{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.foot_info a,
.foot_info{
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.75);
}
.foot_info>div{
    margin-bottom: 10px;
}
footer .social{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
footer .social a{
    display: inline-block;
    margin-left:30px;
}

/*End footer*/

body.page-template-contacts #callback{
    display: none;
}
.contmap iframe{
    width: 100%;
    height: 470px;
    vertical-align: bottom;
}
.breads{
    padding: 20px 0 50px;
}
.breads a{
    font-size: 18px;
    line-height: 25px;
    color: #4A6E82;
}
.breads span.breadcrumbs__separator{
    width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color:#003E7C;
    margin: 0 5px;
    font-size: 22px;
}
.breads span.breadcrumbs__current {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #003E7C;
}
.conts .addrs p{
    margin-bottom: 40px;
}
.map_ukraine{
    text-align: right;
}
.conts .addrs{
    margin-bottom: 120px;
    padding-top: 20px;
}
.conts .addrs a,
.conts .addrs{
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #003E7C;
}
.conts .addrs h3{
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #003E7C;
    margin-bottom: 10px;
}
.conts .contform form{
    background: #4F88A1;
    background-size: cover;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: relative;
    padding: 20px 30px 40px;
}
h3.contform_heading{
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 45px;
}
.contform form textarea,
.contform form input{
    resize: none;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #E0E0E0;
    padding: 15px;
    background: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.contform form textarea{
    height: 130px;
}
.contform form textarea::placeholder,
.contform form input::placeholder{
    color: #E0E0E0;
}
.contform form input[type="submit"]{
    min-width: 255px;
    display: inline-block;
    width: auto;
    max-width: 100%;
    text-align: center;
    padding: 9px 0 8px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #4F88A1;
    cursor: pointer;
    transition: all .3s ease;
    margin-bottom: 0;
}
.contform form input[type="submit"]:hover{
    background: none;
    color:#fff;
}
.phils{
    margin-bottom: 120px;
}
.phil{
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #003E7C;
}
.phil em{
    font-style: italic;
    font-weight: 600;
}
.phil h3{
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 10px;
    color: #003E7C;
}
body.page-template-archive-articles #callback{
    display: none;
}
.mainblog{
    padding-bottom: 120px;
}
.mainblog .item{
    padding: 30px 0;
    border-top:1px solid rgba(79, 136, 161, 0.25);
}
.mainblog .item:first-child{
    border: 0;
}
.mainblog .item h2{
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #2C225C;
    margin-bottom: 10px;
}
.mainblog .item h2 a{
    text-decoration: none;
    color: #2C225C;
}
.mainblog .item .date{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #354777;
}
.mainblog .item .introtext{
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: #354777;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pagination a.prev,
.pagination a.next{
    display: none;
}
.pagination a{
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: rgba(79, 136, 161, 0.25);
    padding: 5px 15px;
}
.pagination span{
    padding: 5px 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #4F88A1;
}
.article{
    padding-bottom: 120px;
	overflow:auto;
}
.article .image{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.article h1{
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    color: #2C225C;
    margin-bottom: 10px;
}
.article .date{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    color: #354777;
}
.article .desc{
    font-size: 18px;
    line-height: 25px;
    color: #354777;
}
img.aligncenter{
    display: block;
    margin: 0 auto 30px;
}
.article .desc p{
    margin-bottom: 30px;
}
.proj_gal{
    width: 445px;
    position: relative;
}
.proj_gal .owl-prev,
.proj_gal .owl-next{
    top: 50%;
    position: absolute;
    margin-top: -20px;
}
.proj_gal .owl-prev{
    left:10px;
}
.proj_gal .owl-dots{
    display: none;
}
.proj_gal .owl-next{
    right: 10px;
    transform: rotate(180deg);
}
.article.project .hashes{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article.project .hashes a{
    display: block;
}
.article.project .hashes a.active{
    border: 2px solid #4F88A1;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.25);
}
.article.project .place{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #354777;
    margin-bottom: 15px;
}
.article.project .timing{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 22px;
    color: #354777;
    padding: 4px 15px;
    background: #D3E1E7;
    border-radius: 15px;
    display: inline-block;
}
#intro:before{
    background: rgba(79, 136, 161, 0.25);
    backdrop-filter: blur(7px);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#intro h2,
#intro h1{
    position: relative;
    z-index: 2;
    font-weight: 800;
    font-size: 75px;
    line-height: 102px;
    color: #FFFFFF;
}
#intro{
    height: 510px;
    background-size: cover!important;
    padding-top: 100px;
    display: flex;
    align-items: center;
    position: relative;
}
#about .desc{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
#about{
    padding-bottom: 30px;
}
#about .nums{
    margin-top: 20px;
}
#about .nums .item{
    margin:0 45px 80px;
    position: relative;
}
#about .nums .item:before {
    background: #4F88A1;
    border-radius: 30px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    transform: skew(-15deg);
    width: 100%;
    height: 100%;
}
#about .nums .item .inner{
    padding: 25px 15px;
    position: relative;
    z-index: 2;
    color:#fff;
}
#about .nums .heading{
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 60px;
    color: #354777;
}
#about .num{
    font-weight: bold;
    font-size: 60px;
    line-height: 82px;
    color: #4F88A1;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#about .name{
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
}
.certs img{
    border: 6px solid #4F88A1;
}
.certs .item{
    margin-bottom: 60px;
}
.certs .image{
    position: relative;
}
.certs .image a{
    position: absolute;
    z-index: 2;
    bottom: -3px;
}
.certs .image a.zoom{
    right: 33px;
}
.certs .image a.download{
    right: -3px;
}
.certs .image a img{
    border: 0;
}
.certs .name{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-decoration: underline;
    color: #003E7C;
    margin-bottom: 10px;
}
.certs .date{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #354777;
}
.certs .desc{
    font-size: 18px;
    line-height: 25px;
    color: #354777;
}
.certs{
    padding-bottom: 60px;
}
.c_tabs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.c_tabs .c_tab{
    font-size: 18px;
    line-height: 25px;
    padding: 9px 20px;
    color: #2C225C;
    background: rgba(79, 136, 161, 0.15);
    border-radius: 20px;
    transition: all .3s ease;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
}
.c_tabs .c_tab.active,
.c_tabs .c_tab:hover{
    background: rgba(79, 136, 161, 0.83);
    color:#fff;
}
.tbs{
    display: none;
}
.c_tabs{
    margin-bottom: 100px;
}
.tbs.active{
    display: block;
}
#clients .maindesc{
    padding-bottom: 120px;
}
.tbs .desc{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
.tbs .image{
    float: right;
    padding-top: 80px;
    margin-bottom: 30px;
    margin-left: 15px;
    max-width: 440px;

}
.tbs .modhead{
    margin-bottom: 30px;
}
#home_clients .modhead{
    margin-bottom: 60px;
}
#home_clients .item{
    perspective: 1000px;
    margin: 15px 0;
}
#home_clients .item a.inner img{
    border-radius:5px;
    overflow: hidden;
}
#home_clients .item a.inner{
    transition: transform 0.8s;
    transform-style: preserve-3d;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#home_clients .item:hover a.inner{
    transform: rotateY(180deg);
    border-radius: 5px;
}
#home_clients .item a.inner .front{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
}
#home_clients .item a.inner .front:after {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.932292) 20.83%, rgba(0, 0, 0, 0) 100%);
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}
#home_clients .item a.inner .back{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    background: url('../images/c_bg.png')no-repeat left,#fff;
    top:0;
    left: 0;
    transform: rotateY(180deg);
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    display: flex;
    color: #4F88A1;
    align-items: center;
    justify-content: center;
	text-align:center;
}
#home_clients .item a.inner .front .name{
    position: absolute;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    bottom:10px;
    left: 10px;
    padding-left: 18px;
    z-index: 2;
}
#home_clients .item a.inner .front .name:before{
    position: absolute;
    left: 0;
    top: 12px;
    background: #fff;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
#media{
    padding-bottom: 90px;
}
#media .modhead{
    margin-bottom: 190px;
}
.logos .items .item{
    padding: 0 15px;
}
.logos{
    margin-bottom: 150px;
}
.logos .image{
    margin-bottom: 30px;
}
.logos .links .link{
    margin-bottom: 15px;
}
.logos .links .link:last-child{
    margin-bottom: 0;
}
.logos .links a{
    font-size: 18px;
    line-height: 25px;
    text-decoration: underline;
    color: #4A6E82;
    padding-left: 44px;
    background: url('../images/save.svg')no-repeat left;
}
.logos .links a:hover{
    text-decoration: none;
}
#media .gal .heading{
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    color: #2C225C;
    margin-bottom: 60px;
    
}
#media .gal .item{
    margin-bottom: 30px;
}
#media .gal .item iframe{
    height: 300px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.7);
}
#vacs{
    padding-bottom: 120px;
}
#vacs .modhead{
    margin-bottom: 80px;
}
form.vacform{
    background: #4F88A1;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 60px;
}
form.vacform input,
form.vacform select,
form.vacform textarea{
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    background: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    color: #E0E0E0;
    margin-bottom: 20px;
}
form.vacform textarea{
    resize: none;
    height: 130px;
}
form.vacform select{
    appearance: none;
    background: url('../images/langdrop.svg')no-repeat right 10px center;
}
form.vacform select option{
    background: #4F88A1;
}
form.vacform input::placeholder,
form.vacform textarea::placeholder{
    color:#fff;
}
form.vacform input[type="file"]{
    display: none;
}
form.vacform input[type="submit"]{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    width: 255px;
    padding: 9px 0 8px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #4F88A1;
    transition: all .3s ease;
    margin: 50px auto 0;
}
form.vacform input[type="submit"]:hover{
    background: none;
    color:#fff;
}
form.vacform input[type="file"]+label{
    margin:0;
    padding-left: 34px;
    background: url('../images/attach.svg')no-repeat left;
    font-size: 18px;
    line-height: 25px;
    text-decoration: underline;
    color: #FFFFFF;
    cursor: pointer;
}
form.vacform input[type="file"]+label:hover{
    text-decoration: none;
}
#vacs .desc{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
    margin-bottom: 30px;
}
.vacs_list .vac{
    margin-bottom: 30px;
}
.vacs_list .vac a{
    border: 1px dashed #4F88A1;
    box-sizing: border-box;
    display: block;
    padding: 27px 120px;
    font-size: 18px;
    line-height: 25px;
    color: #4A6E82;
    text-decoration: none;
    background: url('../images/vacleft.svg')no-repeat left 12px center,url('../images/vacright.svg')no-repeat right 10px center,rgba(79, 136, 161, 0.15);
}
.vacs_list .vac a .company{
    font-weight: bold;
    margin-bottom: 5px;
}
#vac{
    padding-bottom: 120px;
}
#vac .modhead{
    margin-bottom: 60px;
}
#vac .desc{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
#vac p{
    margin-bottom: 30px;
}
#vac p:last-child{
    margin-bottom: 0;
}
#vac .desc strong{
    font-weight: 800;
    font-size: 20px;
    line-height: 27px;
}
.parent_prod{
    padding-bottom: 120px;
}
.parent_prod .modhead{
    margin-bottom: 60px;
}
.parent_prod .item{
    margin-bottom: 30px;
}
.parent_prod .item a{
    min-height: 220px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 25px 100px 25px 25px;
    background: #FFFFFF;
    border: 1px solid #4F88A1;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    color: #003E7C;
    text-decoration: none;
    transition: all .3s ease;
}
.parent_prod .item a:hover{
    color:#fff;
    background: #003E7C;
}
.parent_prod .item a:hover .details{
    color:#fff;
}
.parent_prod .items{
    margin-bottom: 30px;
}
.parent_prod .item a .details{
    position: absolute;
    right: 20px;
    bottom: 20px;
    transition: all .3s ease;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #4F88A1;
}
.parent_prod .desc{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
.single_prod{
    padding: 70px 0 120px;
}
.single_prod .parcat{
    font-size: 20px;
    line-height: 27px;
    color: #2C225C;
    margin-bottom: 20px;
}
.single_prod h2.name{
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    color: #2C225C;
}
.single_prod .desc{
    margin-top: 20px;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
#servs .intro_desc{
    padding: 60px 0;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
#servs .servs_img .heading{
    margin-bottom: 70px;
    text-align: center;
    padding: 0 30px;
}
#servs .servs_img .heading a{
    font-weight: 800;
    font-size: 25px;
    line-height: 34px;
    color: #354777;
}
#servs .servs_img .desc{
    background: #4F88A1;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 60px 20px 20px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    flex-grow: 2;
}
#servs .servs_img .desc ul li:last-child{
    margin-bottom: 0;
}
#servs .servs_img .desc ul li{
    background: url('../images/serv_li_wh.svg')no-repeat left;
    padding-left: 28px;
    margin-bottom: 20px;
}
#servs .servs_img .item{
    margin-bottom: 120px;
}
#servs .servs_img .desc ul{
    margin:0;
	padding:0;
}
#servs .servs_img .desc ul li{
	list-style:none;
}
#servs .servs_img .image{
    height: 100%;
    width: calc(100% + 60px);
    position: relative;
}
#servs .servs_img .image a.consult{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    width: 255px;
    padding: 9px 0 8px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    text-align: center;
    color: #4F88A1;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
#servs .servs_img .image a.consult:hover{
    color:#fff;
    background: none;
}
#servs .servs_img .image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#servs .servs_img .item .rel{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
#servs .servs_img .item:nth-child(odd) .image{
    float:right;
}
#servs .servs_img .item:nth-child(even){
    flex-direction: row-reverse;
}
#servs{
    padding-bottom: 120px;
}
#servs .enddesc{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
#servs .servs{
    margin-bottom: 120px;
}
#servs .servs a.serv{
    display: flex;
    align-items: center;
    min-height: 68px;
    padding: 0 100px;
    font-weight: 800;
    font-size: 25px;
    line-height: 34px;
    text-decoration: none;
    color: #354777;
    margin-bottom: 35px;
    background: url('../images/serv_li_big.svg')no-repeat left,url('../images/serv_more.png')no-repeat right;
}
#servs .servs a.serv:last-child{
    margin-bottom: 0;
}
#serv .modhead{
    margin-bottom: 60px;
}
#serv .list ul{
    margin-bottom: 30px;
    margin-left: 30px;
}
#serv .list{
    margin-bottom: 60px;
}
#serv{
    padding-bottom: 120px;
}
#serv .desc{
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #354777;
}
#serv .list ul li{
    padding-left: 56px;
    background: url("../images/serv_li_sm.svg")no-repeat left;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
    color: #354777;
}
#home_services .modhead{
    margin-bottom: 120px;
}
.home_servs .image{
    position: relative;
    margin-bottom: 30px;
}
.home_servs .image .details{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    border-radius: 20px;
    width: 160px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 0 8px;
    text-align: center;
    border: 1px solid #fff;
    color: #003E7C;
    transition: all .3s ease;
}
.home_servs a.item{
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 120px;
    text-decoration: none;
}
#home_prods .modhead{
    margin-bottom: 60px;
}
#home_prods .owl-stage{
    display: flex;
}
#home_prods a.item{
    border: 1px solid #4F88A1;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 30px 20px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #2C225C;
    transition: all .3s ease;
}
#home_prods a.item .details{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #4F88A1;
    width: 100%;
    text-align: right;
    margin-top: 40px;
    transition: all .3s ease;
}
#home_prods a.item:hover .details{
    color:#fff;
}
#home_prods a.item .image{
    margin-bottom: 50px;
}
#home_prods a.item .image svg path{
    transition: all .3s ease;
}
#home_prods a.item:hover .image svg path{
    fill:#fff;
}
#home_prods a.item:hover{
    background:#003E7C;
    color:#fff;
}
#home_prods .owl-prev,
#home_prods .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
#home_prods .owl-prev{
    left: -40px;
}
#home_prods .owl-next{
    right: -40px;
    transform: rotate(180deg);
}
#home_partners .home_partners .owl-nav img{
    width: 100%;
    max-width:100%;
}
#home_certs .home_certs .owl-nav img{
    margin:0;
}
.mobonly{
    display: none;
}
.overall{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    display: none;
}
.popform{
    display: none;
    position: fixed;
    z-index: 12;
    background: #4F88A1;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 920px;
    max-width: 90%;
    max-height: 100%;
    overflow: auto;
}
.preload{
    width: 30px;
    height: 30px;
    display: none;
}
a.closeme{
    right: 15px;
    top: 15px;
    position: absolute;
    cursor: pointer;
}
.thanks{
    display: none;
    position: fixed;
    background: #4F88A1;
    padding: 60px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 920px;
    max-width: 90%;
    max-height: 100%;
    overflow: auto;
    z-index: 13;
    color:#fff;
    font-size: 24px;
    line-height: 36px;

}
.popform form{
    width: 420px;
    max-width: 90%;
    padding: 60px 0 40px;
    margin: 0 auto;
}
.popform .heading{
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.popform .desc{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
    color: #FFFFFF;
}
.popform textarea,
.popform input{
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    color: #E0E0E0;
    margin-bottom: 20px;
    width: 100%;
    resize: none;
    border: 1px solid #FFFFFF;
    background: none;
    border-radius: 5px;
}
.popform textarea{
    height: 130px;
}
.popform input::placeholder,
.popform textarea::placeholder{
    color: #E0E0E0;
}
.popform input[type="submit"]{
    transition: all .3s ease;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    width: 255px;
    padding: 9px 0 8px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #4F88A1;
}
.popform input[type="submit"]:hover{
    background: none;
    color:#fff;
}
.desc ol,
.desc ul{
	padding-left:30px;
}
.desc ol li{
	list-style:numeric;
	display:list-item;
}
.desc ul li{
	list-style:disc;
	display:list-item;
}


@media (max-width: 1199px) {
    header .lang {
        margin-left: 30px;
    }

    #slider .video .video, #slider .slider .item {
        height: 600px;
    }

    .owl-prev,
    .owl-next {
        position: static !important;
        margin: 0 30px !important;
    }

    .owl-nav {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #intro {
        height: 310px;
    }
    .topmenu ul li.menu-item-has-children ul.sub-menu{
        top: 57px;
    }
}
@media (max-width: 991px) {
    .popform input[type="submit"]{
        width: 100%;
    }
    .popform .heading{
        font-size: 26px;
    }
    .mobonly{
        display: block;
    }
    .burger{
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60px;
        height: 40px;
    }
    .burger span{
        border-radius: 5px;
        background: #fff;
        height: 5px;
        width: 100%;
        display: block;
    }
    .mob_burger{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header{
        padding: 15px 0;
        max-height: 100%;
        overflow: auto;
    }
    .mobmenu{
        display: none;
        padding: 30px 0;
    }
    header .flexed{
        display: block;
    }
    .topmenu ul{
        display: block;
    }
    .topmenu ul.sub-menu{
        position: static!important;
    }
    .topmenu ul li{
        text-align: center;
    }
    .topmenu ul.menu>li>a{
        padding: 10px;
        display: block;
    }
    .footmenu ul,
    #callback form{
        display: block;
    }
    #callback form{
        padding: 15px;
    }
    #home_services .modhead,
    #home_clients .modhead,
    #home_partners .modhead,
    .modhead{
        font-size: 23px;
        line-height: 30px;
        padding-left: 30px;
        padding-top: 45px;
        background-size: 150px auto;
        background-position: top left;
        margin-bottom: 45px;
    }
    .topmenu ul li.menu-item-has-children#menu-item-42>ul.sub-menu{
        width: 100%;
    }
    .topmenu ul li.menu-item-has-children#menu-item-42>ul.sub-menu ul.sub-menu{
        display: none!important;
    }
    .topmenu ul li.menu-item-has-children>a{
        background: none;
        padding-right: 10px;
    }
    .topmenu ul li.menu-item-has-children ul.sub-menu{
        padding-bottom: 8px;
    }
	#intro h2,
    #intro h1{
        font-size: 30px;
        line-height: 38px;
        padding: 30px 0;
    }
    header .mainphone,
    header .lang{
        margin-left: 0;
        margin-top: 15px;
    }
    header .flex_wrap{
        flex-direction: column;
    }
    body.post-type-archive-articles, body.single-articles, body.single-projects, body.post-type-archive-projects, body.page-template-contacts{
        padding-top: 70px;
    }
    #slider .desc{
        font-size: 26px;
        line-height: 34px;
    }
    #slider .prev{
        left: 15px;
    }
    #slider .next{
        right: 15px;
    }
    #slider .prev, #slider .next{
        bottom: 0px;
        top:auto;
    }
    #slider .container{
        padding-bottom: 40px;
    }
    .wh_but{
        width: 100%;
        text-align: center;
        padding: 9px 0 8px;
    }
    #slider .container{
        transform: translateX(-50%);
        top: 130px;
    }
    #slider .video .video, #slider .slider .item{
        height: 400px;
    }
    #home_about{
        padding: 45px 0 ;
    }
    #home_about .icons .item{
        margin-bottom: 45px;
    }
    #home_about .icons .image{
        height: auto;
        margin-bottom: 10px;
    }
    #home_about .icons{
        margin-bottom: 0;
    }
    #home_about .company .desc{
        text-align: center;
    }
    #home_clients{
        padding-bottom: 45px;
    }
    #home_certs,
    #home_partners,
    #home_services,
    #home_prods{
        padding: 45px 0;
    }
    .home_servs a.item{
        margin-bottom: 45px;
    }
    #home_partners .home_partners img{
        max-width: 100%;
    }
    #home_certs .home_certs .owl-item{
        padding:0!important;
    }
    #home_partners .home_partners .owl-item{
        border: 0;
    }
    #callback form{
        background: #4F88A1;
    }
    .mobnone{
        display: none;
    }
    #callback form .inputs{
        width: 100%;
        padding-right: 0;
    }
    #callback form .infos h3{
        font-size: 26px;
        text-align: center;
    }
    #callback form .infos .desc{
        text-align: center;
    }
    #callback form input[type="submit"]{
        width: 100%;
        margin-top: 30px;
    }
    footer .col-lg-8{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .footmenu ul{
        text-align: left;
        margin-top: 0;
    }
    footer .social{
        width: 100%;
        justify-content: center;
    }
    footer .social a{
        margin:0 15px;
    }
    .tbs .desc,
    #servs .intro_desc,
    #vac .desc,
    #serv .desc,
    .single_prod .desc,
    .mainblog .item .introtext,
    #servs .enddesc,
    #about .desc{
        text-align: left;
    }
    #intro{
        height: auto;
        padding-top: 100px;
    }
    .desc img{
        height: auto;
    }
    #about .nums .item{
        margin: 0 20px 45px;
    }
    .tbs .image{
        float:none;
        padding-top: 0;
    }
    .logos,
    #servs .servs,
    #vacs .modhead,
    #servs .servs_img .item,
    .logos .items .item,
    .conts .addrs,
    .phils,
    #media .modhead,
    .c_tabs{
        margin-bottom: 45px;
    }
    .c_tabs .c_tab{
        margin-right: 0;
        width: 100%;
    }
    #media .gal .item iframe{
        height: 200px;
    }
    #vacs,
    #vac,
    .mainblog,
    .single_prod,
    .article,
    #servs,
    #serv,
    #media{
        padding-bottom: 45px;
    }
    .single_prod{
        padding-top: 0;
    }
    .single_prod .image{
        margin-bottom: 30px;
    }
    .single_prod h2.name{
        font-size: 28px;
        line-height: 36px;
    }
    form.vacform{
        padding: 15px;
        margin-bottom: 45px;
    }
    .vacs_list .vac a{
        padding-left: 30px;
        padding-right: 60px;
        background:url('../images/vacright.svg')no-repeat right 10px center,rgba(79, 136, 161, 0.15);
    }
    .certs .item .inner{
        flex-direction: row-reverse;
    }
    #servs .servs_img .item .image{
        display: none;
    }
    #servs .servs a.serv{
        padding-left: 0px;
        padding-right: 75px;
        font-size: 16px;
        line-height: 26px;
        background: url('../images/serv_more.png')no-repeat right;
    }
    #servs .servs_img .heading{
        padding: 0;
        margin-bottom: 30px;
    }
    #servs .intro_desc{
        padding-top: 0;
    }
    #serv .list ul{
        margin-left: 0;
    }
    #serv .list ul li{
        padding-left: 35px;
    }
    .mainblog .item h2{
        margin-top: 30px;
    }
    .article .image{
        float:none;
        margin-right: 0;
    }
    .proj_gal{
        width: 100%;
    }
    .article h1{
        font-size: 24px;
        line-height: 32px;
    }
    .article.project .hashes a{
        width: 33%;
    }
    .article.project .owl-nav{
        display: none;
    }
    .conts .contform form{
        padding: 15px;
        margin-bottom: 30px;
    }
    .map_ukraine{
        text-align: center;
        margin-top: 30px;
    }
    .phil{
        text-align: left;
    }
	#servs .servs_img .heading a{
		font-size:21px;
	}
}