html,body{
    font-family: 'Roboto Condensed', sans-serif;
}
.logdawn{
    display: block;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
.logdawn img{
    display: block;
    width: 200px;
    margin: 20% auto 15px;
}
.logdawn h3{
    text-align: center;
    padding: 0 10px;
}
body{
    height: 100%;
    margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
header{
    z-index: 555;
    width: 100%;
}
main {
    flex: 1;
}
.image_gallery{
    min-width: 100%;
    min-height: 100%;
}
.card_main {
    padding-top: 40px;
    background: url(/img/img3_gray-min.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 40px;
}
.preload {
    padding-top: 150px;
    color: #fff;
}

.welcome{
    background: #fafafa;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}
.welcome p{
    text-align: justify;
}
.news_reviews{
background: #fafafa;
}
#reviews li img, #reviews2 li img{
    width: 100%;
}
#reviews li, #reviews2 li{
    padding: 15px;
}
.background {
/*      position: fixed;
    left: 0;
    right: 0;*/
    width: 100%;
    height: 100%;
    min-height: 580px;
    /*background: url('/uploads/images/slides//b417b0a33f868d7fd42d2e2b932eeb53.jpg') center center no-repeat;*/
    background: url('/img/stroika3.jpg') center center no-repeat;
    background-size: cover;
    border-bottom: 5px solid #000;
}
.intro_text{
    text-align: right;
    font-weight: 700;
    text-shadow: 1px 1px #000;
}
.intro_text h1{
    font-size: 2.5rem;
    text-shadow: 1px 1px black;
    color: #ffffff;
    display: block;
    background: #1db5ed80;
    width: 50%;
    margin-left: auto;
    padding: 3px 10px;
}
.intro_text ul li{
    list-style: none;
}
.intro_text ul li i{
    padding:0 10px;
    color: #1db5ed;
}
.last_works {
    margin: 50px 0 60px;
    background: #fafafa;
    padding: 0 0 50px;
}
.proj_photo{
    display: block;
    position: relative;
}
.proj_photo::after {
    display: block;
    content: '';
    position: absolute;
    left: 7px;
    bottom: -9px;
    background: #1db5ed;
    z-index: 56;
    width: 15px;
    height: 230px;
    box-shadow: 5px 5px 4px -3px #404040;
}
.proj_photo::before {
    display: block;
    content: '';
    position: absolute;
    right: 7px;
    top: -9px;
    background: #1db5ed;
    z-index: 55;
    width: 270px;
    height: 13px;
    box-shadow: -5px 2px 4px -3px #404040;
}
.carousel-caption {
    top: 600px;
}
.carousel-item {
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  min-width: 1024px;
}
nav.navbar.fixed-top.navbar-expand-lg{
    background: #0000004d;
}
.color_bg{
    background: #000!important;
}
a.nav-link, .lang, span.comp_foot, .company{
    color: #ccc;
}
.top_comp_list{
    text-transform: uppercase;
}
.top_comp_list li{
    transition: all .3s ease;
}
.top_comp_list li:hover{
    cursor: pointer;
    padding-right: 5px;
}
.top_comp_list li:hover i{
    color: #fff;
}
.partners{
    background: #ececec;
}
.partners .row img{
    max-width: 215px;
    display: block;
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .3s ease;
    border-top: 2px solid #1db5ed;
}
.partners .row img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    cursor: pointer;
}
.company{
    margin: 10px auto;
}
.lang_links a{
    color:#fff;
    font-weight: 700;
}
.lang_links a.active, .lang_links a:hover{
    color:#1DB5ED;
    text-decoration: none;
}
.bg-primary {
    background-color: #000!important;
}
.social_icon {
    margin: 50px;
}
.foot_txt{
    float: right;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 30px;
}
.logo_head {
    width:135px;
    height: 65px;
    display: block;
    position: relative;
    margin-left: 15px;
}
.logo_head.ua{
    background: url(/image/Logo-ua.png) no-repeat center center;
    background-size: contain;
}
.logo_head.ru{
    background: url(/image/Logo-ru.png) no-repeat center center;
    background-size: contain;
}
.logo_head.en{
    background: url(/image/Logo-en.png) no-repeat center center;
    background-size: contain;
}
.logoTitle {
display: block;
    position: absolute;
    left: 90px;
    min-width: 85px;
    padding: 9px 6px 1px;
    top: 10px;
    color: #fff;
    background-size: contain;
    border-bottom: 2px solid #44aad7;
    font-weight: bold;
    text-align: center;
}
.logo_foot{
    margin: 30px auto;
}
.name_bar{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.lang{
    font-weight: 600;
    margin: 0 10px;
    line-height: 5;
}
.nav-item_lang a.active{
    color:#fff;
}
footer .navbar-dark p{
    color: #ccc;
    margin: 15px 0 0;
}
footer .navbar-dark ul li{
    list-style: none;
}
a:hover{
    color:#fff;
    text-decoration: none;
}
a{
    color:#1DB5ED;
    transition: 0.5s ease;
}
.social {
    margin: 0 5px;
}

.img_main{
    position: absolute;
}
.img-fluid {
    max-width: none;
    height: auto;
}
.card_ins {
    background: #1db5ed80;
    cursor: pointer;
    color: #000;
    transition: all 0.5s ease;
}
.card_ins:hover{
    background: #1db5ed;
    color: #fff;
}
.card_ins > div {
    height: 66px;
}
/* .img_ins_one, .img_ins_two, .img_ins_three, .img_ins_four, .img_ins_five, .img_ins_six{
    height: 66px;
} */
.img_ins_1 {
    background: url(/image/main_b_1.png) no-repeat center;
}
.card_ins:hover .img_ins_1{
    background: url(/image/main_w_1.png) no-repeat center;
}
.img_ins_2{
    background: url(/image/main_b_2.png) no-repeat center;
}
.card_ins:hover .img_ins_2{
    background: url(/image/main_w_2.png) no-repeat center;
}
.img_ins_3{
    background: url(/image/main_b_3.png) no-repeat center;
}
.card_ins:hover .img_ins_3{
    background: url(/image/main_w_3.png) no-repeat center;
}
.img_ins_4{
    background: url(/image/main_b_4.png) no-repeat center;
}
.card_ins:hover .img_ins_4{
    background: url(/image/main_w_4.png) no-repeat center;
}
.img_ins_5{
    background: url(/image/main_b_5.png) no-repeat center;
}
.card_ins:hover .img_ins_5{
    background: url(/image/main_w_5.png) no-repeat center;
}
.img_ins_6{
    background: url(/image/main_b_6.png) no-repeat center;
}
.card_ins:hover .img_ins_6{
    background: url(/image/main_w_6.png) no-repeat center;
}
.face{
    background: url(/image/face.png) no-repeat center;
    width: 24px;
    height:25px;
}
a.from_face:hover div.face{
    background: url(/image/face_hover.png) no-repeat center center;
    transition: 0.5s ease;
}
.tvitter{
    background: url(/image/tvitter.png) no-repeat center center;
    width: 24px;
    height:25px;
}
a.from_tvitter:hover div.tvitter{
    background: url(/image/tvitter_hover.png) no-repeat center center;
    transition: 0.5s ease;
}
.tel{
    background: url(/image/tel.png) no-repeat center center;
    width: 24px;
    height:25px;
}
a.from_tel:hover div.tel{
    background: url(/image/tel_hover.png) no-repeat center center;
    transition: 0.5s ease;
}
.google{
    background: url(/image/google.png) no-repeat center center;
    width: 24px;
    height:25px;
}
a.from_google:hover div.google{
    background: url(/image/google_hover.png) no-repeat center center;
    transition: 0.5s ease;
}
.service_img {
    max-height: 145px;
    overflow: hidden;
    margin-bottom: 8px;
}
.name_build {
    display: block!important;
    position: absolute;
    bottom: 7%;
    text-align: left;
    left:20%;
    font-size: 15px;
}
.wrapp_txt {
    padding: 10px;
}
.dropdown-menu.show {
    border-radius: 0;
    border: none;
    width:330px;
    background:#0000008c;
    font-weight:600;
    top:56px;
}
.dropdown-item{
    color: #fff;
    font-weight:400;
}
.dropdown-item:hover{
    background:#1DB5ED;
    color: #fff;
}
nav.navbar.navbar-expand-lg.navbar-light{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.arrows{
    position: absolute;
}
li.nav-item_lang:hover{
    color: #fff;
}
.active li.nav-item_lang{
    color: #fff;
}
a.name_bar:hover{
    color:#1DB5ED;
}
.content_proj, .rew{
    background: url(/image/img3.png)no-repeat center center;
    width: 100%;
    background-size: cover;
    position: relative;
}
a#dropdownMenu1:hover{
    color: #1DB5ED;
}
a#dropdownMenu2:hover{
    color: #1DB5ED;
}
a#dropdownMenu3:hover{
    color: #1DB5ED;
}
.content_novosti, .content_news_full{
    background: url(/image/sity.png)no-repeat center center;
    width: 100%;
    background-size: cover;
    position: relative;
}
.look_main{
    padding: 100px 0 20px;
}
#novosti{
    /*background: url(/img/stroika4.jpg) repeat-y center center;*/
    /*background: url(/img/metall_bg.jpg) repeat-y center center;*/
    background: url(/img/stroika111.jpg) repeat-y center center;
    background-size: contain;
    min-height: 100vh;
    padding: 90px 0 50px;
}
#novosti.covers{
    background-size: cover!important;
}
#main_sections{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 140px;
}
#novosti::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(11,56,74,0.8);
}
#novosti::-webkit-scrollbar
{
    width: 5px;
}
#novosti::-webkit-scrollbar-thumb
{
    background-color: #0ae;
    height: 20px;
    background-image:
    -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.5, transparent), to(transparent));
    border-radius: 10px;
}
.slide_block {
    background: #1db5ed80;
}
.pre{
    display: block;
    background: url(/img/prev.png) center center no-repeat;
}
.nex{
    display: block;
    background: url(/img/next.png) center center no-repeat;
}
.dat_block{
    color: #fff;
}
.pre, .nex{
    background-size: cover;
    width: 30px;
    height: 20px;
    margin-top: 2px;
}
.pre:hover, .nex:hover{
    transform: scale(1.2);
}
.nex:hover{
    color:#1DB5ED;
}
.pre:hover{
    color:#1DB5ED;
}
.slide_block_ins{
    background: #fff;
}
.txt_news {
    padding: 10px;
}
.big_txt {
    color: #034D68;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}
p.small_txt {
    font-weight: 600;
}
.link_txt {
    color: #034D68;
    font-weight: 600;
    text-decoration: underline;
}
.small_txt_link{
    font-weight: 600;
    padding-top: 40px;
}
.card {
    padding: 15px;
    border-radius: 0;
    background: #0D4D66;
    position: relative;
    top:45px;
    cursor: pointer;
    margin-bottom: 30px;
    height: 420px;
}
.card:hover{
    background:#15A7DE;
}
.card-body{
    background: #fff;
    padding: 10px;
    font-weight:600;
    color:#0D4D66;
}
p.dete_txt {
    font-size: 14px;
    color: #808080;
}
.content_service{
    background: url(/image/ser.png)no-repeat center center;
    width: 100%;
    background-size: cover;
}
.content_contact{
    background: url(/image/img2.png)no-repeat center center;
    width: 100%;
    background-size: cover;
}
.license, .manajment, .staf, .structure{
    background: url(/image/stroi.png)no-repeat center center;
    width: 100%;
    background-size: cover;
}
.thx_list{
    background: #1db5ed80;
}
.thx_list:hover{
    background:#1db5ed;
    transition: 0.5s ease;
}
.cont_wrapp_two, .cont_wrapp{
    background: #1db5ed80;
    min-height: 613px;
}
.posit_cont {
    margin-bottom:36px;
}
.imp_form {
    background: #0000004d;
    border: none;
    outline: none;
}
input[type="text"]::-webkit-input-placeholder {
    color:#fff;
}
input[type="email"]::-webkit-input-placeholder {
    color:#fff;
}
textarea[type="text"]::-webkit-input-placeholder {
    color:#fff;
}
.form_submit {
    background: #13BFFF;
    border: none;
    cursor: pointer;
    border-bottom: 4px solid #0088BA;
}
.form_submit:hover{
    background:#48CDFF;
}
.form-mess div{
    position: relative;
}
.form-mess div.required::after {
    position: absolute;
    content: '*';
    color: #fff;
    font-weight: 500;
    display: block;
    width: 5px;
    height: 5px;
    right: 11px;
    top: 14px;
}
.mened_wrapp {
    background: #1db5ed80;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
}
.mened_wrapp img{
    width:100%;
}
.big_name {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}
.all_txt{
    font-weight:bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.txt_main{
    margin-top: 15px;
    margin-bottom: 15px;
}
.big_txt_main{
    font-size: 18px;
    font-weight: bold;
}
.text_ins {
    /*font-weight: bold;*/
    display: block;
    padding: 0 30px;
    font-size: 15px;
}
li.ok_img:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top:10px;
    width: 32px;
    height: 32px;
    background: url(/img/+b.png)no-repeat ;
}
li.ok_img{
    margin-top: 8px;
    list-style: none;
    position: relative;
}
.staff_wrap{
    background: rgba(11,74,97,0.8);
    padding: 16px;
    position: relative;
    top: 50px;
    margin-bottom: 20px;
}
.staf_txt{
    background: #fff;
    height: 100px;
}
.name_staff{
    font-size: 20px;
    font-weight: bold;
    color: #0B4A61;
}
.blue_cont {
    background: #1db5ed80;
    padding: 30px;
    margin-top: 15px;
}
.whait_cont{
    background: #1db5ed80;
    padding: 20px;
    margin-bottom: 25px;
    min-height: 260px;
    margin-top: 15px;
}
.blue__ins_cont {
    padding-top: 20px;
}
.project-services a span{
    transition: all .3s ease;
}
.project-services a:hover span{
    color:#1db5ed;
}
.text_build {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    color: #000;
}
h1.name_page{
    font-size: 25px;
    color: #1f1f1f;
    font-weight: 600;
    margin-top: 15px;
}
.text_page_wrapp{
    padding: 90px 0 70px!important;
}
.blue_txt {
    color: #1db5ed;
    font-size: 18px;
}
.hr{
    border: 2px solid #1db5ed;
}
.hr_pro{
    border: 2px solid #1db5ed;
    margin: 0;
    margin-bottom: 35px;
}
.main_img {
    background: #0A4D67;
}
img.image_news {
    width: 100%;
    padding: 10px;
}
.project_img{
    overflow: hidden;
    margin: 0 15px;
    position: relative;
}
.menu_blue {
    background: #1EB0E7;
    margin-top: 15px;
}
.name_menu {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px black;
}
.txt_work {
    font-size: 13px;
}
.type_work {
    /*color: #5d5d63;*/
    font-size: 14px;
}
.more_info {
    font-size:18px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px black;
}
.more_info:hover{
    color: #000;
    text-shadow: 0px 0px black;
}
.bord:nth-child(odd){
    border-right: 1px solid #1db5ed;
}
table {
    margin-bottom:5px;
}
.big_menu{
/*    border: 4px solid transparent;
    background: #fff;*/
    margin-top: 15px;
    transition: 0.5s ease;
}
/*.big_menu:hover .more_info{
    opacity: 1;
}*/
.big_menu:hover{
    cursor: pointer;
}
.img_pro{
    width: 564px;
    height: 342px
}
span.proj_menu {
    color: #000;
    font-weight: bold;
}
ul.menu li{
    position: relative;
    transition: all .3s ease;
}
ul.menu li:hover:after{
    opacity: 1;
    left: 0;
}
ul.menu li:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    left: -100px;
    bottom: 0;
    background: #fff;
    height: 1px;
    opacity: 0;
}

.proj_title{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #1db5ed80;
    padding: 10px 10px 5px;
}
.bord:hover .proj_info{
    opacity: 1;
}
.company_images img{
    width: 55px;
    display: inline-block;
    margin-right: 12px;
}
.company_images {
    padding-left: 20px;
    padding-top: 10px;
}
.proj_info{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    transition: all 0.3s ease;
    opacity: 0;
}
.proj_menu:hover, .proj_menu.active{
    color: #fff;
    transition: 0.5s ease;
}
.img_gal {
    padding: 15px 0;
}
.lSSlideOuter.vertical {
    width: 20%;
    display: inline-block;
}
.car_opt .carousel{
    position: relative;
    width: 79%;
    display: inline-block;
    max-height: 400px;
    vertical-align: top;
}
.car_opt .carousel-inner{
    max-height: 400px;
}
.car_opt .carousel-indicators {
    display: inline-block;
    position: initial;
}
.car_opt .carousel-indicators li, .carousel-indicators .active{
    background: none;
    width: initial;
    height: initial;
    margin: 0;
}
.carousel-indicators li img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}
.size_img {
    width: 564px;
    height: 342px;
}
.tumb_img {
    margin-bottom:15px;
    margin-left:10px;
    border: 5px solid transparent;
    cursor: pointer;
}
.tumb_img:hover{
    border: 5px solid #15A7DE;
}
.errors {
    padding: 0 0 10px;
    color: #ff8484;
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 0;
    position: fixed;
    z-index: 9999;
    right: 10px;
    top: 90px;
}
.alert-success{
    color: #ffffff;
    background-color: #1db5ed;
}
.bx-wrapper{
    min-height: 100%;
    height: auto;
    background:none!important;
    border:0!important;
    box-shadow:none!important;
}
.bx-wrapper img{
    width: 100%!important;
}
.list_filter{
    padding-left: 15px;
    font-size: 15px;
}
.list_filter li{
    list-style: none;
}
@media (min-width:992px) and (max-width:1200px){
    .card_main {
        padding-top: 150px;
    }
}
@media (max-width:991px){
    [type=reset], [type=submit], button, html [type=button] {
        -webkit-appearance:none;
        border: none;
    }
    .carousel{
        display: none;
    }
    body{
        background: url("/image/back_shad.png") no-repeat center center;
        background-size: cover;
    }
    nav.navbar.fixed-top.navbar-expand-lg {
        background:#000;
    }
    .navbar-toggler-icon{
        background-image: url("/image/lines-menu.svg");
    }
    .social_icon, .foot_txt {
        float: none;
    }
    .card_main {
        padding: 85px 0 10px;
    }
    .more_info{
        opacity: 1
    }
    .intro_text h1{
        width: auto;
    }
    .mobile-center{
        text-align: center;
    }
}
@media (min-width:768px) and (max-width:991px){

}
@media (min-width:576px) and (max-width:767px){
    .cont_wrapp_two, .cont_wrapp{
        min-height: initial;
    }
}
@media (min-width:320px) and (max-width:575px){
   .text_ins{
    padding: 0 17px;
   }
   .cont_wrapp_two, .cont_wrapp{
        min-height: initial;
    }

}

@media (max-width:320px){}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  /* фоновый цвет */
  background: #ececec;
  z-index: 1001;
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}
.loaded .preloader {
  display: none;
}
.preloader__item img{
    /*width: 500px;*/
}
.preloader__item {
    margin: 5% auto;
    width: 500px;
    display: block;
}

