body{
    font-family: 'Ubuntu', sans-serif;
}

#header{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1001;
    padding: 15px 0;
    box-shadow: 0px 0px 12px rgba(60, 69, 84, 0.45);
}

#top-section{
    padding: 140px 0 80px;
    background: url(../img/bg-top.jpg);
    background-size: 160% 100%;
    position: relative;
    z-index: 99;
    background-attachment: fixed;
}

#top-section:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(9, 40, 86, 0.81);
}

.main-content{
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}

.main-content h1, .main-content h2{
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.main-content h1{
    font-size: 52px;
    font-weight: bold;
}

.main-content h2{
    font-size: 41px;
    font-weight: bold;
}

.preim-desc h4{
    font-size: 22px;
    line-height: 23px;
    color: #3c4554;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.preim-desc p{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #3c4554;
    font-size: 16px;
}

.preim-content{
    margin-bottom: 50px;
}

.section-title{
    text-align: center;
}

.section-title h1{
    margin-top: 0;
    color: #3c4554;
}

#steps-section{
    background: #f7a51b;
    padding: 70px 0;
}

.section-title p{
    font-size: 20px;
    font-weight: 400;
    color: #454c58;
}

.step-block{
    width: 19.7%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.number{
    font-size: 32px;
    width: 21.21%;
    height: 45px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #0e599e;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: -70px;
    left: 39.395%;
    z-index: 999;
}

.steps{
    margin-top: 120px;
    display: inline-block;
}

.step-block:after{
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    border: 1px dotted #fff;
    top: -45px;
    left: 50%;
    z-index: 0;
}

.last:after{
    display: none;
}

.free{
    position: absolute;
    left: 0;
    width: 80%;
    left: 10%;
    top: -17px;
    height: 30px;
    padding: 3px 0px;
    font-weight: 600;
    font-size: 15px;
    background: url(../img/grunge.png);
    background-size: 100% 28px;
    background-repeat: no-repeat;
    color: #35b500;
}

.front h3{
    color: #3c4554;
}

.front p{
    color: #3c4554;
}

.front .description{
    font-size: 15px;
    color: #3c4554;
    font-weight: 400;
    padding: 0 10px;
}

.front{
    display: inline-table;
}

#call_1{
    margin-top: 50px;
    text-align: center;
}

#call_1 input{
    font-size: 17px;
    padding: 14px 20px;
    border-radius: 40px;
    border: none;
    color: #3c4554;
    font-weight: 400;
    margin: 0 14px;
}

#call_1 button{
    font-size: 17px;
    padding: 14px 20px;
    border-radius: 40px;
    border: none;
    color: #3c4554;
    font-weight: 400;
    background: #3c4554;
    color: #fff;
    box-shadow: 0 4px 0 0 #1a1f27, 0 9px 13px rgba(0,0,0,.13);
    margin: 0 14px;
}


#call_3{
    margin-top: 50px;
    text-align: center;
}

#call_3 input{
    font-size: 17px;
    padding: 14px 20px;
    border-radius: 40px;
    border: none;
    color: #3c4554;
    font-weight: 400;
    margin: 0 14px;
}

#call_3 button{
    font-size: 17px;
    padding: 14px 20px;
    border-radius: 40px;
    border: none;
    color: #3c4554;
    font-weight: 400;
    background: #f7a51b;
    color: #fff;
    box-shadow: 0 4px 0 0 #c17b06, 0 9px 13px rgba(0,0,0,.13);
    margin: 0 14px;
}


.head-t{
    background: #0e599e;
    color: #fff;
    font-size: 18px;
    border-radius: 38px 38px 0 0;
    border-bottom: 0;
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
    font-size: 24px;
}

.head-t th{
    border-radius: 4px 4px 0 0;
    text-align: center;
    border: 1px solid #0e599e;
}

.t-head {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #3c4554;
}

tbody tr {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.table-bordered>tbody>tr>td{
    border-bottom: none;
    border-top: ;
}

#call_2{
    text-align: center;
    margin-top:36px;
}

#call_2 input{
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 40px;
    border: none;
    color: #3c4554;
    font-weight: 400;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}

#call_2 button {
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 40px;
    border: none;
    color: #3c4554;
    font-weight: 400;
    background: #f7a51b;
    color: #fff;
    box-shadow: 0 4px 0 0 #c17b06, 0 9px 13px rgba(0,0,0,.13);
    width: 100%;
}

.price-consult{
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    background: #0e599e;
    color: #fff;
    padding: 53px 8px;
    border-radius: 37px;
    text-align: center;
    font-weight: 400;
    background: #0e599e;
    color: #fff;
    padding: 20px 8px 38px;
}

.price-desc{
    font-size: 19px;
    font-weight: 400;
    color: #3c4554;
    margin-bottom: 26px;
    max-width: 450px;
    margin: 0 auto 26px;
}

#funfacts-section-wrapper{
    padding: 50px 0;
}

#team-section{
    background: url(../img/cement.png) center center no-repeat;
    background-size: cover;
    padding: 58px 0;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
}

#team-section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 40, 86, 0.81);
    z-index: -1;
}

#team-section-wrapper .short-title h1{
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

.mater-block{
    background: url(../img/grunge.png);
    background-size: cover;
    text-align: center;
    background-size: 509px 165px;
    padding: 10px 55px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

.mater-block h3{
    color: #3c4554;
    line-height: 27px;
}

.mater-block p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #3c4554;
}

.thumb-icon{
    text-align: center;
}

.thumb-icon img{
    border-radius: 174px;
    height: 219px;
    width: 219px;
    display: inline-block;
    border: 3px solid #f7a51b;
}

.name{
    font-size: 22px;
    background: url(../img/grunge.png);
    display: inline-block;
    padding: 20px 34px;
    background-size: 100% 69px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -30px;
    font-weight: 600;
    color: #0e599e;
    position: relative;
    width: 100%;
}

#about-section{
    background: #f4f1f3;
    padding: 60px 0;
}

.service-thumb h4{
    color: #3c4554;
    font-size: 16px;
    text-align: center;
}

#about-section .section-title{
    margin-bottom: 50px;
}

.num-o{
    position: absolute;
    top: -42px;
    left: 19px;
    box-shadow: 1px 3px 7px rgba(0,0,0,0.2);
    font-size: 40px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 70px;
    color: #0e599e;
}

#faq-section .short-title{
    text-align: center;
    color: #3c4554;
}

#contact-section{
    position: relative;
    background: url(../img/bg-map.png);
    background-size: cover;
    z-index: 0;
    padding: 60px 0;
}

#contact-section:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(14, 89, 158, 0.75);
    z-index: -1;
    top: 0;
    left: 0;
}

#contact-section .short-title{
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.contact-info{
    background: #fff;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 30px 20px 10px;
}

.map iframe{
    border-radius: 10px;
}

.contact-line h4{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #3c4554;
}

.contact-line{
    color: #000;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;

}

.contact-line i{
    float: left;
    font-size: 40px;
    color: #f7a51b;
    margin-right: 15px;
    width: 34px;
    margin-top: 4px;
}

.line-info{
    text-align: left;
}

.line-info span{
    font-size: 18px;
    font-weight: 400;
    color: #3c4554;
}

.hero__info {
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    margin: 45px 0 55px;
    }

.hero__info>li {
    position: relative;
    padding: 0 20px 0 80px;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #f7a51b;
    border-radius: 50px;
    color: #ffff;
    margin: 0 15px;
    text-shadow: 0px 0px 1px #000;
}

.hero__info-icon {
            background: rgba(255, 255, 255, 0.69);
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #f7a51b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#logo{
    width: 15%;
    display: inline-block;
    float: left;
}

.header-inf{
    width: 44%;
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: 24px;
}

.white{
    width: 40%;
    display: inline-block;
}

.log{
    font-size: 28px;
    font-weight: 500;
    color: #3c4554;
}

#logo p span{
    font-size: 13.5px;
    font-weight: 400;
    color: #3c4554;
    margin: -5px 0 0 6px;
    display: inline-block;
}

#logo p{
    margin: 0;
}

.white span{
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #3c4554;
}

.call-btn{
    font-size: 18px;
    padding: 12px 12px;
    border-radius: 40px;
    border: none;
    color: #3c4554;
    font-weight: 400;
    background: #f7a51b;
    color: #fff;
    box-shadow: 0 4px 0 0 #c17b06, 0 9px 13px rgba(0,0,0,.13);
    font-weight: 500;
    display: block;
}

.left{
    float: left;
}

.right{
    float: right;
}

.call-btn:hover{
    color: #fff;
    text-decoration: none;
}

.white .work{
    font-size: 15.6px;
    margin-top: 2px;
    color: #838b98;
    font-weight: 300;
    text-align: center;
}

.col-nav li a{
    font-size: 14px;
    font-weight: 400;
}

.col-nav li{
    display: inline-block;
    padding: 0 14px;
}

.log:hover{
    text-decoration: none;
    color: #3c4554;
}

.preim-icon{
    float: left;
    background: #f3f3f3;
    border-radius: 66px;
    height: 120px;
    width: 120px;
    text-align: center;
    padding: 18px;
    border: 3px solid #f7a51b;
    margin: 10px 15px 10px 0!important;
}

.preim-icon img{
    width: 100px;
    display: inline-block;
}

.icon1 img{
    margin: 15px 0 0 5px;
}

.icon2 img{
    margin: 7px 0 0 0px;
}

.icon3 img{
    margin: -3px 0 0 3px;
}

.icon4 img{
    margin: 1px 0 0 8px;
}

#preim-section{
    padding: 60px 0 30px;
}

.pay p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #3c4554;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    min-width: 200px;
}

.pay-row{
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}

.pay img{
    width: 134px;
    margin: 0 auto;
    height: 116px;
}

.pay{
    position: relative;
    text-align: center;
}

.icon-pay{
    position: absolute;
    left: -50px;
    top: -53px;
    color: #fff;
    font-size: 34px;
    background: green;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 90px;
}

.footer-section{
    background: #3c4554;
    text-align: center;
    color: #fff;
    padding: 15px 0 5px 0;
    font-size: 14px;
}


.mosaicflow__column {
float:left;
}
.mosaicflow__item img {
display:block;
width:100%;
height:auto;
}

.mosaicflow__column {
    float:left;
}

.mosaicflow__item img {
    display: block;
    width: 100%;
    height: auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.mosaicflow__item {
    padding: 3px;
}

.mosaicflow__item img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.mosaicflow{
    max-height: 1456px;
    overflow: hidden;
}

#faq-section{
    padding: 20px 0;
}

#shtuk{
    background: url(../img/sht.jpg);
    padding: 60px 0;
    background-size: cover;
    position: relative;
}

#shtuk h2{
    color: #fff;
    font-weight: 600;
    font-size: 43px;
    text-align: center;
    text-shadow: 0px 0px 5px #000;
}

#shtuk:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-width: 16px;
    border-style: solid;
    border-color: rgba(247, 165, 27, 0.56);
    border-image: initial;
}

#footer-section{
    text-align: center;
    padding: 20px 0 10px;
    background: #3c4554;
    color: #fff;
    font-size: 14px;
}

.msg{
    text-align: center;
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 25px;
    color: #222;
    font-weight: 600;
    border: 1px solid #222222;
    padding: 10px;
    display:none;
    margin-bottom: 20px;
}

.msg4{
    text-align: center;
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 10px;
    display:none;
    margin-top: 20px;
}

.msg3{
    text-align: center;
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #fff;
    padding: 10px;
    display:none;
    margin-top: 20px;
}

.msg2{
    text-align: center;
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 25px;
    color: #222;
    font-weight: 600;
    border: 1px solid #222222;
    padding: 10px;
    display:none;
    margin-top: 36px;
}

@media(max-width: 1200px){
    .right {display: none;}
    .left {float: none;text-align: center;}
    .white{width: 24%;}
    .header-inf{width: 61%;}
    #shtuk h2{font-size: 32px;}
    #call_3 button{margin: 10px 14px 0;}
    .mater-block{background: none;margin-bottom: 0px;padding: 10px 0px;}
    .mater-block h3, .mater-block p{color: #fff;}
}

@media(max-width: 992px){
    .white span{font-size: 17px;}
    #logo p span{font-size: 11.5px;}
    .hero__info{font-size: 17px;}
    .preim-icon{margin: -19px 15px 0px 0;}
    .free{display: none;}
    .number{width: 45px;}
    .step-block{width: 100%;min-height: 130px;}
    .step-block:after {position: absolute;height: 100%;width: 1px;content: "";border: 1px dotted #fff;top: 10px;left: 22px;z-index: 0;}
    .step-table{text-align: left;}
    .number {font-size: 32px;width: 45px;height: 45px;display: inline-block;text-align: center;font-weight: 500;color: #0e599e;background: #fff;border-radius: 50px;position: normal;
    top: 0;left: 0;z-index: 999;}
    .our_z{margin-left: 64px;margin-top: -3px;}
    .our_z h3{margin-top: 0;margin-bottom: 2px;}
    .front{display: inline-flex;}
    .front .description{padding: 0;font-size: 19px;}
    .steps{margin-top: 50px;margin-left: 25%;width: 50%;}
    .contact-info{margin-bottom: 22px;}
    .mosaicflow{max-height: 100%;}
}

@media(max-width: 767px){
    .header-inf{display: none;}
    .white{float: right;}
    #logo, .white{width: auto;}
    .hero__info{display: none;}
    .steps {margin-top: 50px;margin-left: 10%;width: 80%;}
    .head-t{display: none;}
    .table-responsive{padding: 0 15px;}
    .price-consult h3{display: none;}
    .price-consult{font-size: 14px; padding: 20px 8px 20px;}
    #call_2{margin-top: 20px;}
    #shtuk h2{font-size: 25px;}
    #call_3 input{padding: 10px 20px;margin: 0;    width: 220px;}
    #call_3 button{font-size: 13px;width: 220px;padding: 11px 20px;}
}

@media(max-width: 600px){
    #logo, .white{display: block;width: 100%;text-align: center;}
    .white{margin-top: 5px;}
    .white .work{display: none;}
    #header{padding: 0;}
    .main-content h1{font-size: 36px;}
    .main-content h2{font-size: 24px;}
    .btn-test{padding: 8px 17px;}
    .preim-icon{float: none;display: inline-block;margin: -19px 0px 5px 0;}
    .preim-content{text-align: center;}
    .steps {margin-left: 5%;width: 90%;}
    .front .description {padding: 0;font-size: 16px;}
    #call_1 button {margin: 10px 0px;}
    #call_1 {margin-top: 10px;text-align: center;}
    #shtuk h2 {font-size: 20px;}
    .name{padding: 20px 0px;}
}


