body{
    background:#f4f4f4
}
input {
    outline: none!important;
    box-shadow: none!important;
}
 a{
    color:#0E2E5D
}
input, textarea {
    color: #525252;
}
 a:hover{
    color:#0E2E5D
}
 blockquote {
    font-size: 16px;
    border-left: 5px solid #0E2E5D;
}
#header{
    background:#fff;
    padding:23px 0 34px;
    color:#183353;
    font-weight:700
}
 .header__logo{
    text-decoration:none
}
 .main-menu nav{
    background:#fff
}
 #fixnav_one{
    padding-left:30px
}
 .topnav ul{
    text-align:left;
    margin-top:20px
}
.topnav ul li a {
    color: #183353;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin-right: 23px;
    letter-spacing: 0;
}
 .topnav ul li a:hover,.topnav ul li a:focus{
    color:#00A39D;
    background:none;
    text-decoration:underline
}
 .topnav ul li:last-child a{
    margin-right:0
}
 .nav-wrap .navbar-header{
    background:#022140;
    color:#fff
}
 .header__address{
    display:inline-block;
    width:52%;
    padding-left:30px;
    position:relative;
    font-size:18px;
    line-height:25px;
    letter-spacing:1px;
    margin-top:5px
}
 .header__address:before{
    content:'';
    width:14px;
    height:20px;
    background:url(../img/header-icon.png) 0 -24px no-repeat;
    position:absolute;
    left:2px;
    top:2px
}
.header__phone {
    display: inline-block;
    width: 120%;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: right;
    vertical-align: top;
    margin-top: 9px;
    padding-left: 24px;
    position: relative;
}
 .header__phone:before{
    content:'';
    width:16px;
    height:22px;
    background:url(../img/header-icon.png) 0 0 no-repeat;
    position:absolute;
    left:0;
    top:-2px
}
 .header__phone a{
    font-size:12px;
    color:#183353;
    text-transform:uppercase;
    border-bottom:2px solid #d6d8dc;
    text-decoration:none;
    display:inline-block;
    margin-top:7px
}
 .header__phone a:hover,.header__phone a:focus{
    color:#183353;
    text-decoration:none;
    border-bottom:none
}
 #middle{
    padding-top:50px;
    padding-bottom:50px
}
 .sidebar{
    margin-bottom:30px
}
 .section-title{
    font-size:60px;
    line-height:65px;
    letter-spacing:-1px;
    position:relative;
    color:#0E2E5D
}
 .section-subtitle{
    font-size:18px;
    line-height:24px;
    letter-spacing:.8px;
    margin:0 0 0 1px
}
 .onslide {
     position: relative;
     height: 770px;
     background: url(../img/slide1.jpg);
     background-position: right bottom;
     z-index: 1;
     color: #fff;
}
.onslide:before {
    content: '';
    background-color: #03305e;
    background-image: url(/assets/img/pseudo.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 50%;
    top: 0;
    transform: translate(-15px,0px);
    z-index: -1;
    opacity: .7;
}
 .onslide .section-title{
    color:#fff;
    padding-top:45px;
    margin:292px 0 18px 1px
}
 .onslide .section-title:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:68px;
    border-bottom:5px solid #fff
}
 .onslide .container{
    position:relative;
    height:100%
}
 .decorline{
    position:absolute;
    top:0;
    width:50%;
    height:100%;
    border-left:1px solid rgba(223,223,223,0.05)
}
 .decorline:before{
    content:'';
    position:absolute;
    left:33%;
    top:0;
    height:100%;
    border-left:1px solid rgba(223,223,223,0.05)
}
 .decorline:after{
    content:'';
    position:absolute;
    left:64%;
    top:0;
    height:100%;
    border-left:1px solid rgba(223,223,223,0.05)
}
 .advants{
    margin:100px 0
}
 .advant__list{
    margin-top:97px;
    font-size:0;
    text-align:center
}
 .advant__item{
    display:inline-block;
    vertical-align:top;
    width:17%;
    margin:0 3.7% 20px 0
}
 .advant__item:last-child{
    margin-right:0
}
 .advant-item__title{
    font-size:17px;
    font-weight:500;
    color:#0E2E5D;
    margin:18px 0 21px;
    letter-spacing:1px
}
 .advant-item__text{
    font-size:16px;
    color:#4f5358;
    line-height:21px;
    padding:0 10px
}
.advant-item__img {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    background: #E3F5F5;
    border-radius: 50%;
}
.advant-item__img img {
    max-width: 60%;
    max-height: 60%;
    margin-top: 18%;
}
 .services{
    margin:100px 0
}
 .service__list{
    margin-top:46px
}

.service__item {
    float: left;
    width: calc(33.33333% - 10px);
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 0 15px 24px 0;
    z-index: 1;
    text-decoration: none;
    color: #fff;
    transition: .2s;
}

.service__item:nth-child(3n) {
    margin-right: 0;
}

 .service__item:hover{
    text-decoration:none;
    color:#fff
}
 .service__item:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#092f59;
    opacity:.45;
    z-index:-1;
    transition:.2s
}
 .service__item:hover::before{
    opacity:.9
}
.service-item__title {
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0 30px;
    position: absolute;
    left: -5px;
    bottom: 12px;
    height: 54px;
    overflow: hidden;
}
 @media (min-width: 993px) {
     /* .service__item:first-child{
        width:460px;
        height:706px;
        margin:0;
        z-index:auto
    }
     .service__item:first-child::after{
        content:'';
        position:absolute;
        left:-15px;
        top:0;
        width:103%;
        height:103%;
        background:url(../img/pattern.png);
        z-index:-2
    }
     .service__item:first-child::before{
        z-index:0
    }
     .service__item:first-child .service-item__title{
        font-size:36px;
        line-height:38px;
        padding:0 43px;
        bottom:34px;
        height:auto
    } */
}
 @media (min-width: 993px) and (max-width: 1199px) {
     /* .service__item:first-child{
        width:370px;
        height:567px;
        margin:0;
        z-index:auto
    }
     .service__item:first-child .service-item__title{
        font-size:29px;
        line-height:38px;
        padding:0 35px;
        bottom:22px
    } */
}
 .servicein__item{
    margin-bottom:50px
}
 .servicein-item__img{
    display:block;
    margin:auto;
    width:100%;
    height:310px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
    z-index:1;
    text-decoration:none;
    color:#fff;
    transition:.2s
}
 .servicein-item__img:hover,.servicein-item__img:focus{
    text-decoration:none;
    color:#fff
}
 .servicein-item__img:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#092f59;
    opacity:.63;
    z-index:-1;
    transition:.2s
}
 .servicein-item__img:hover::before{
    opacity:.9
}
 .servicein-item__title{
    font-size:24px;
    font-weight:900;
    line-height:27px;
    letter-spacing:-1px;
    padding:0 30px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:100%;
    height:54px;
    text-align:center;
    overflow:hidden
}
 .servicesin-item__link{
    text-align:center;
    margin-top: 10px;
}
 .servicesin-item__link a{
    width:200px;
    font-size:18px
}
 .slideserv{
    position:relative;
    height:520px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:1;
    color:#fff
}
 .slideserv:before{
    content:'';
    background:rgba(5,35,68,0.9);
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:-1
}
 .slideserv__title{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:60px;
    text-align:center
}
 .slideserv__title h1{
    margin:0;
    color:#fff
}
 .about{
    margin:100px 0 160px
}
 .about .section-subtitle{
    color:#092f59;
    margin-top:4px;
    margin-bottom:78px
}
 .about__img{
    position:relative
}
/* .about__img:before{
    content:'';
    position:absolute;
    left:-16px;
    top:0;
    width:105%;
    height:104%;
    background:url(../img/pattern.png);
    z-index:-2
} */
 .about__title{
    font-size:48px;
    color:#0E2E5D;
    line-height:52px;
    margin:5px 0 32px
}
 .about__text p{
    line-height:25px;
    margin-bottom:26px
}
.bidform_new {
	padding-bottom: 50px;
}
.bidform_new .qform {
	padding: 0
}
.bid {
    position: relative;
    height: 549px;
    background: url(../img/bid-bg.jpg) center right no-repeat;
    background-size: calc(50% + 15px);
    z-index: 1;
    color: #fff;
}
 .bid:before{
    content:'';
    background:#123368;
    display:block;
    position:absolute;
    width:9999px;
    height:100%;
    right:50%;
    top:0;
    transform:translate(-15px,0px);
    z-index:-1
}
.bid:after {
    content: '';
    background-image: url(/assets/img/pseudo.png);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 50%;
    top: 0;
    transform: translate(-15px,0px);
    z-index: -1;
    opacity: .5;
}
 .bid .section-title{
    padding-top:10px;
    margin:60px 0 20px;
    color:#fff;
    letter-spacing:-.4px
}
/* .bid .section-title:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:68px;
    border-bottom:5px solid #fff
} */
 .bid .section-subtitle{
    font-size:16px;
    line-height:24px;
    letter-spacing:.8px;
    margin:0 0 60px
}
 .bid .container{
    position:relative;
    height:100%
}
 .bid__box{
    width:85%;
    margin-left:1px
}
 .foragree{
    display:inline;
    font-size:10px;
    font-weight:700;
    vertical-align:text-bottom
}
 .foragree a{
    color:#fff
}
 #form_pp .foragree a{
    color:#333
}
 .bidform textarea.form-control,.bidform input.form-control{
    border-radius:0;
    border:1px solid transparent;
    outline:none;
    box-shadow:none;
    resize:none;
    height:auto
}
 .bidform textarea.form-control{
    height:120px
}
 .bidform .has-warning textarea.form-control,.bidform .has-warning input.form-control{
    border:1px solid red
}
.bidform .btn__blue {
    width: 200px;
    padding: 15px!important;
    margin-top: 25px!important;
}
 .bidform .box-step1{
    display:block
}
 .bidform .box-step2{
    display:none
}
 #footer{
    position:relative;
    background:#f4f4f4;
    color:#183353;
    font-weight:700;
    padding:50px 0
}
.footer__time {
    display: inline-block;
    width: 37%;
    padding-left: 34px;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-left: 70px;
}
 .footer__time:before{
    content:'';
    width:23px;
    height:22px;
    background:url(../img/header-icon.png) 0 -46px no-repeat;
    position:absolute;
    left:0;
    top:2px
}
 .footer__address{
    display:inline-block;
    width:35%;
    padding-left:30px;
    position:relative;
    font-size:18px;
    line-height:25px;
    letter-spacing:1px;
    margin-top:5px
}
 .footer__address:before{
    content:'';
    width:14px;
    height:20px;
    background:url(../img/header-icon.png) 0 -24px no-repeat;
    position:absolute;
    left:2px;
    top:2px
}
.footer__phone {
    display: inline-block;
    width: 37%;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: right;
    vertical-align: top;
    margin-top: 9px;
    padding-left: 24px;
    position: relative;
}
 .footer__phone:before{
    content:'';
    width:16px;
    height:22px;
    background:url(../img/header-icon.png) 0 0 no-repeat;
    position:absolute;
    left:0;
    top:-2px
}
 .footer__phone a{
    font-size:12px;
    color:#183353;
    text-transform:uppercase;
    border-bottom:2px solid #d6d8dc;
    text-decoration:none;
    display:inline-block;
    margin-top:7px
}
 .footer__phone a:hover,.footer__phone a:focus{
    color:#183353;
    text-decoration:none;
    border-bottom:none
}
#by span {
    color: #b6b6b6;
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    font-size: 14px;
    font-weight: 100;
}
#by a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 199px);
}
._Forms_generate .err,
._Forms_generate .error,
.checked-error {
    color: #fff!important;
}
 .block_news{
    width:100%
}
 .block_news .news_item{
    width:100%;
    margin-bottom:10px
}
 .block_news .news_item__title{
    font-size:1.2em
}
 .block_news .news__title{
    font-size:1.3em;
    margin-bottom:15px;
    font-weight:700;
    margin-top:20px
}
 .block_news .date{
    display:block;
    font-style:italic;
    margin-bottom:10px
}
 .block_news .news_item img{
    margin-bottom:10px;
    border:0;
    border-radius:0;
    display:block
}
.design__forms_0 {
    border-radius: 0!important;
    padding: 0!important;
    margin: 0!important;
}
._Forms_generate .fiels_item > label {
    display: none!important;
}
.design__forms_0 input, .design__forms_0 textarea {
    width: 100%;
    border-radius: 0!important;
    resize: none;
}
.design__forms_0 textarea {
    height: 110px;
    margin-top: 12px;
}
.agree-box input {
    width: auto;
}
.cmodal-close {
    float: right;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.cmodal-close {
    height: 28px;
}

.cmodal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
    pointer-events: none;
    opacity: 0;
    transition: .3s all;
}

.cmodal.open {
    opacity: 1;
    pointer-events: all;
}

.cmodal-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.cmodal-head {
    margin-bottom: 30px;
}

.cmodal-wrapp {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
    padding: 25px;
    width: 500px;
}

.cmodal-title {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.cmodal-body {
    margin-top: 10px;
    overflow-y: auto;
    height: 96%;
}

.cmodal-body .fiels_item label {
    display: none!important;
}

.cmodal-body form {
    padding: 0;
    margin: 0;
}

.cmodal-body .fiels_item {
    width: 100%;
    margin: 0 0 15px;
}

.cmodal-body .fiels_item input,
.cmodal-body .fiels_item textarea {
    background: #f7f7f7!important;
    padding: 15px 15px!important;
    font-size: 16px;
    border-radius: 7px!important;
    width: calc(100% - 32px);
    border: 1px solid #e0e0e0!important;
    border-radius: 0!important;
    resize: none;
    font-family: 'Jost', sans-serif;
}

.cmodal-body .fiels_item textarea {
    width: 100%;
    padding: 15px 20px!important;
    height: 100px;
}

.cmodal .field_submit {
    width: 100%;
}

.cmodal .agree-box input {
    width: auto;
    margin-right: 10px!important;
}

.cmodal .field_submit .agree-box + input {
    color: #fff;
    margin: 7px 0 0!important;
    padding: 10px 20px!important;
    font-size: 16px;
    /* float: right; */
    width: auto;
    background: #03c3bc;
    text-transform: none;
    font-weight: 100;
    letter-spacing: .5px!important;
    box-shadow: none;
    border: none;
}

.mm-close span,
.cmodal-close span {
    display: block;
    width: 30px;
    height: 1px;
    background: #03c3bc;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: rotate(45deg);
}

.mm-close span + span,
.cmodal-close span + span {
    transform: rotate(-45deg);
}

.mm-close,
.cmodal-close {
    float: right;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.cmodal-close {
    height: 28px;
}

.mm-close span + span,
.cmodal-close span + span {
    transform: rotate(-45deg);
}
@media screen and (max-width: 1440px) {
    .bid {
        background-size: auto 100%!important;
    }
}
@media screen and (max-width: 1240px) {
    .topnav ul li a {
		margin-right: 20px;
		font-size: 17px;
	}
    .header__phone {
        margin-left: -20%;
    }
}
 @media (max-width:1200px) {
     .topnav ul li a{
        font-size:16px
    }
     .header__address{
        width:54%;
        font-size:16px
    }
     .header__phone{
        width:45%;
        font-size:17px
    }
     .header__phone a{
        font-size:11px
    }
     .onslide{
        height:600px;
        background-size:cover
    }
     .onslide .section-title{
        margin-top:200px
    }
     .advant__item{
        width:29%
    }
     .service__item{
        width:269px;
        height:176px;
        margin:0 0 19px 16px
    }
     .service-item__title{
        font-size:19px;
        line-height:22px;
        padding:0 25px;
        bottom:25px;
        height:44px
    }
     .section-title{
        font-size:48px;
        line-height:50px
    }
     .about__title{
        font-size:40px
    }
     .bid .section-subtitle{
        margin-bottom:35px
    }
     .footer__time{
        width:35%;
        font-size:16px
    }
     .footer__address{
        width:36%;
        font-size:16px
    }
     .footer__phone{
        width:27%;
        font-size:17px
    }
}
 @media (max-width: 992px) {
     #header{
        padding-top:75px;
        text-align:center
    }
     .sidebar .nav-wrap{
        margin-top:0
    }
     #fixnav_one{
        padding:0 15px
    }
     .topnav ul{
        margin:0;
        text-align:left
    }
     .topnav ul li{
        display:block
    }
     .topnav ul li a{
        font-size:16px;
        margin:0 0 10px
    }
     .topnav ul ul{
        display:block;
        position:static;
        box-shadow:none;
        margin:0 0 20px
    }
     .header__address{
        width:auto;
        display:block;
        padding:0;
        margin:10px 0 0
    }
     .header__address:before{
        display:none
    }
     .header__address br{
        display:none
    }
     .header__phone{
        width:auto;
        display:block;
        padding:0;
        margin:10px 0 0;
        text-align:center
    }
     .header__phone:before{
        display:none
    }
     .header__phone a{
        margin-top:17px
    }
     .service__item{
        width:48%;
        height:200px;
        margin:0 1% 19px
    }
     .about .section-subtitle{
        margin-bottom:40px
    }
     .about{
        margin:100px 0
    }
     .decorline{
        width:60%
    }
    /* .bid:before,.onslide:before{
        transform:translate(65px,0px)
    } */
     .bid .section-title,.onslide .section-title{
        padding:0
    }
     .bid .section-title:before,.onslide .section-title:before,
     .bid:after{
        display:none
    }
     .footer__time {
        width: 40%;
        margin-left: 5%;
    }
     .footer__address{
        width:35%
    }
    .footer__phone {
        width: 36%;
    }
     .servicein-item__img{
        width:345px;
        height:250px
    }
     .slideserv{
        height:400px
    }
     .bid {
        background: none;
     }
     .bid .col-sm-7 {
        width: 100%;
     }
     .bid:before {
        right: -100px;
     }
     #by {
        float: none;
        margin-top: 100px;
     }
}
 @media (max-width:767px) {
     .decorline{
        display:none
    }
     .onslide{
        text-align:center;
        height:400px
    }
    .onslide:before, .bid:before {
        left: 0;
        width: 105%;
    }
     .onslide .section-title{
        margin-top:100px
    }
     .onslide .section-title br{
        display:none
    }
     .section-title{
        font-size:40px;
        line-height:44px;
         text-align: left;
    }
     .section-subtitle{
        font-size:16px;
        line-height:20px
    }
     .advants,.services,.about{
        margin:50px 0
    }
     .advant__list{
        margin-top:40px
    }
     .advant__item{
        width:100%;
        margin:0 0 30px
    }
     .service__list{
        text-align:center
    }
     .service__item{
        width:100%;
        height:200px;
        margin:0 0 20px;
        max-width:400px;
        float:none;
        display:inline-block
    }
     .service-item__title{
        width:100%;
         text-align: left;
    }
     .bid__box{
        width:100%;
        margin-left:0
    }
     #footer{
        text-align:center
    }
     .footer__time,.footer__address,.footer__phone{
        padding-left:0;
        width:90%;
        margin-top:20px;
        text-align:center;
         margin-left: 0;
    }
     .footer__time:before,.footer__address:before,.footer__phone:before{
        display:none
    }
     .footer__phone a{
        margin-top:15px
    }
     .servicein-item__img{
        margin-bottom:20px
    }
     #by {
        float: left;
        width: 390px;
        text-align: left;
        margin-top: 50px;
        margin-left: calc(50% - 180px);
    }
     .footer__phone span {
        display: block;
     }
	 .cmodal {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }
    .cmodal-wrapp {
        transform: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 480px) {
	.cmodal .agree-box label {
        margin-top: 0;
    }
    .cmodal .field_submit .agree-box + input {
        margin: 15px 0 0!important;
        float: none;
        width: 100%;
    }
}
@media screen and (max-width: 380px) {
    #by {
        float: left;
        width: 300px;
        text-align: left;
        margin-top: 50px;
        margin-left: calc(50% - 150px);
    }
    #by a {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    #by span {
        display: block;
        width: 100%;
        text-align: center;
    }
}