section{
    position: relative;
}
a.btn.btn-border{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    padding: 0 20px;
    line-height: 50px;
    padding-bottom: 3px;
    font-weight: bold;
}
a.btn.btn-border:hover{
    background: #ffb229;
    border-color: #ffb229;
    color: #000;
}
.container{
    max-width: 1200px;
}
/** HEADING-FOOTER **/

.section-heading-footer{
    background: #507299;
    color: #fff;
}
.section-heading-footer .logo{
    display: flex;
    padding: 10px 0;
}
.section-heading-footer .logo img{
    width: 70px;
    max-width: 100%;
}
.section-heading-footer .logo-text{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15pt;
    display: inline-block;
    margin-left: 15px;
}
.section-heading-footer .timework{
    font-weight: 300;
    text-align: right;
    margin-top: 15px;
}
.section-heading-footer .contacts{
    margin-top: 15px;
    text-align: left;
}
.section-heading-footer .contacts-heading{
    font-weight: bold;
}
.section-heading-footer .contacts a{
    color: #ffb229;
    font-weight: bold;
    font-size: 15pt;
}
.section-heading-footer .callback{
    margin-top: 15px;
}
.section-heading-footer .callback a{
    color: #fff;
}

/** MAIN **/
.section-main{
    padding: 25px 0 40px;
}
.section-main h1{
    font-size: 32pt;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.section-main .main-2-heading{
    font-size: 30pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.section-main .mini-heading{
    font-size: 18pt;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.section-main .mini-description{
    text-align: center;
    font-size: 13pt;
}
.section-main .description{
    font-weight: 500;
    text-align: left;
    font-size: 13pt;
    margin-top: 30px;
}
.section-main .description a{
    font-size: 15pt;
    color: #507299;
    font-weight: 500;
}
.section-main .list-heading{
    text-align: left;
    margin-left: 25px;
    font-weight: 700;
    font-size: 16pt;
    margin-bottom: 20px;
}
.section-main .list{

}
.section-main .list .list-li{
    padding-left: 80px;
    margin-bottom: 20px;
    background: url("../img/tick.svg") no-repeat left 20px top 7px;
    background-size: 40px;
}
.section-main .list .list-li .li-heading{
    font-weight: bold;
    font-size: 13pt;
}
.section-main .list .list-li .li-text{
    font-size: 13pt;
}


/** SECTION-PROJECT **/
.section-project{
    background: #507299;
    padding: 20px 0 50px;
    margin: 30px 0;
    color: #fff;
}
.section-project .project-heading{
    font-size: 22pt;
    font-weight: bold;
    margin-top: 80px;
}
.project-mini-heading{
    font-size: 22pt;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}
.section-project .project-description{
    margin-top: 20pt;
    font-size: 14pt;
}
.section-project .project-image{
    text-align: right;
}
.section-project .project-image img{
    max-width: 100%;
    width: 400px;
}
.section-project .project-block{
    text-align: center;
}
.section-project .project-block .text{
    font-weight: 500;
    margin-top: 20px;
    font-size: 13pt;
}
.section-project .project-block img{
    max-width: 100px;
}

.section-hidden{
    display: none;
}

.text-modal{
    width: 1200px;
}

/** UNDERFOOTER **/
.section-underfooter{
    background: #507299;
    color: #fff;
    padding-bottom: 15px;
}
.section-underfooter .text{
    text-align: center;
}
.section-underfooter a{
    color: #fff;
}
.modal-content{
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.modal-header{
    display: block;
    text-align: center;
}
.modal .close{
    position: absolute;
    top: 5px;
    right: 10px;
}
@media(max-width: 767px){
    .section-heading-footer .callback{
        margin-top: 0;
        margin-bottom: 15px;
    }
    .section-heading-footer .contacts{
        text-align: right;
    }
    .section-project .project-heading{
        margin-top: 0;
    }
    .section-project .project-description{
        margin-bottom: 20px;
    }
    .section-heading-footer .logo-text{
        font-size: 13pt;
    }
    .section-heading-footer .contacts a{
        font-size: 12pt;
    }
}