body{
    background: white;
}
h1{
    font-family: 'Girassol', cursive;
}
h2{
    font-family: 'Girassol', cursive;
}
h4{
    font-family: 'Girassol', cursive;    
}
p{
    font-family: 'Baloo Paaji 2', cursive;
}
ul li{
    font-family: 'Baloo Paaji 2', cursive;
}
/* header-top */
.container-fluid{
    padding: 0;
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;    
}
.row{
    padding: 0;
    margin: 0;
}
#header .header-top{
    height: auto;
    background: red;
}
#header .header-top > div{
    text-align: center;
    height: 180px;
}
#header .header-top > .header-adres > p{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#header .header-top > .header-name > h1{
    font-size: 4em;
    font-family: 'Girassol', cursive;
    letter-spacing: 5px;
}
#header .header-top > .header-phones > .phone{
    position: relative;
    top: 50%;
    transform: translateY(-50%);    
}

/* header-menu */
@media all and (max-width: 992px){
    #header .header-menu{
        display: none;
    }
}
#header .header-menu nav{
    height: 70px;
    background: #fafafa;
}
#header .header-menu nav ul{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: table;
    width: 70%;
}
#header .header-menu nav ul li{
    display: table-cell;
    background: none;
    text-align: center;
    height: 45px;
    width: 11.6%;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .5s;
    font-weight: bold;
}
#header .header-menu nav ul > .active{
    background: #FFA500 !important;
    color: white !important;
    font-weight: bold;
}

/* header-menu-mobile */
#header .header-menu-mobile{
     display: none;       
}
@media all and (max-width: 992px){
    #header .header-menu-mobile{
        position: relative;
        height: 70px;
        width: 100%;
        background: #fafafa;
        display: block;
    }
    #header .header-menu-mobile > i{
        position: absolute;
        right: 15px;
        top: 15px;
        border: 1px solid rgba(0,0,0,0.2);
        padding: 10px;
        color: rgba(0,0,0,0.2);
        border-radius: 3px;
    }
}
/* main-services */
#header .main-services > div:first-child > .img{
    height: 300px;
    background: url("../img/main-services-left.jpg") no-repeat;
    background-size: 100% 100%;
    opacity: 0.1;
}
#header .main-services > div:nth-child(2) > .img{
    height: 300px;
    background: url("../img/main-services-center.jpg") no-repeat;
    background-size: 100.1% 100%;
    opacity: 0.1;
}
#header .main-services > div:nth-child(3) > .img{
    height: 300px;
    background: url("../img/main-services-right.jpg") no-repeat;
    background-size: 100% 100%;
    opacity: 0.1;
}
#header .main-services > div{
    opacity: 1;
    padding: 0;
    margin-top: 60px;
}
#header .main-services > div > a{
    display: block;
    position: absolute;
    top: 10%;
    left: 5%;
    background: none;
    border: 3px solid white;
    text-transform: uppercase;
    padding: 5px 25px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: .5s;
}
#header .main-services > div > a:hover{
    background: black;
    transition: .5s;
}
#header .main-services > div > .p_img{
    position: absolute;
    bottom: 0px;    
    opacity: 0;
    text-align: center;
}
#header .main-services > div > span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    display: block;
    height: 50px;
    width: 100%;
    background: black;
    opacity: 0;
}
#header .main-services > div > .p_bottom{
    position: absolute;
    bottom: -60px;
    opacity: 0.3;
    text-align: center;
    text-shadow: 0px 0px 1px black;
}
#header .main-services > div > .p_bottom_opacity{
    position: absolute;
    bottom: -60px;
    opacity: 1;
    text-align: center;
}

/* why us */
#content-central .row > .why-us{
    position: relative;
    margin-top: 62px;
    padding: 85px;
    overflow: hidden;
}
#content-central .row > .why-us > .row{
    position: relative;
    width: 100%;
}
#content-central .row > .why-us > hgroup{
    position: relative;
    display: block;
    color: black;
    width: 305px;
    left: 50%;
    transform: translateX(-50%);
}
#content-central .row > .why-us > hgroup > span{
    position: relative;
    top: -10px;
    height: 30px;
    width: 50px;
    display: inline-block;
}
#content-central .row > .why-us > hgroup > h1{
    font-size: 2.5em;
    display: inline-block;
}
#content-central .row > .why-us > p{
    margin-top: 15px;
}
#content-central .row > .why-us > a{
    position: relative;
    left: 50%;
    top: 30px;
    display: block;
    transform: translateX(-50%);
    border: 1px solid rgba(0,0,0,0.3);
    padding: 12px 25px;
    width: 140px;
    background: white;
    color: rgba(0,0,0,0.7);
    text-decoration: none;
    transition: .5s;
}
#content-central .row > .why-us > a:hover{
    background: rgba(0,0,0,0.9);
    color: white;
    transition: .5s;
}

/* technologic */
#content-central .row{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 91%;
}
#content-central .row > .technologic{
    padding: 0; 
}
#content-central .row > .technologic > div{
    height: auto;
    padding: 0px !important;
    margin: 0;
    overflow: hidden;
    cursor: grab;
}
@media all and (max-width: 1200px){
    #content-central .row > .technologic > div{
        margin-top: 20px;
    }
}
#content-central .row > .technologic > div > img{
    width: 100%;
}
#content-central .row .technologic div > .bot{
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}
#content-central .row > .technologic > div > .bot > h2{
    text-align: center;
    text-transform: uppercase;
}
#content-central .row > .technologic > div > .bot > p{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
}
#content-central .row .technologic div .bot > a{
    position: relative;
    left: 50%;
    transform: translateX(-50%);   
    display: block;
    width: 93px;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
}
#content-central .row .technologic div > .bot > span{
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0px;
    background: rgba(0,0,0,0.1);
    content: "";
    z-index: 1;
}

/* main-stats */
#content-central .row > .main-stats{
    position: relative;
    margin-top: 0px;
    padding: 85px;
    overflow: hidden;
}
#content-central .row > .main-stats > .row{
    position: relative;
    width: 100%;
}
#content-central .row > .main-stats > hgroup{
    position: relative;
    display: block;
    color: black;
    width: 344px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 35px;
}
#content-central .row > .main-stats > hgroup > span{
    position: relative;
    top: -10px;
    height: 30px;
    width: 50px;
    display: inline-block;
}
#content-central .row > .main-stats > hgroup > h1{
    font-size: 2.5em;
    display: inline-block;
}
#content-central .row > .main-stats > div{
    position: relative;
    border-right: 1px solid rgba(0,0,0,0.3);
}
@media all and (max-width: 1200px){
    #content-central .row > .main-stats > div{
            border-right: none;   
    }
}
#content-central .row > .main-stats > div > .timers{
    display: flex;
    width: 100%;
}
#content-central .row > .main-stats > div:nth-child(5){
    border-right: none;
}
#content-central .row > .main-stats > div > .timers > span{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5em;
    text-align: center;
    font-family: 'Baloo Paaji 2', cursive;
    width: 200px;
    clear: both;
}
#content-central .row > .main-stats > div > i{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 24px;
    font-size: 2em;
}
#content-central .row > .main-stats > div > h3{
    text-align: center;
    font-family: 'Baloo Paaji 2', cursive;
    text-transform: uppercase;
    font-size: 1.5em;
}

/* characteristic-work */
#content-central .characteristic-work{
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    padding: 0;
}
#content-central .characteristic-work .left{
    height: auto;
    background: #FFA500;
    padding: 0;
    overflow: hidden;
}
#content-central .characteristic-work .left > img{
    width: 100%;
    transform: scale(1);
}
#content-central .characteristic-work .left > .outline-left{
    position: relative;
    height: 400px;
    color: white;
}
#content-central .characteristic-work .left > .outline-left > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    height: 400px;
    padding-top: 100px;
    background: #FFA500;
}
#content-central .characteristic-work .left > .outline-left > div > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    height: 400px;
}
#content-central .characteristic-work .left > .outline-left > div > h3{
    text-align: center;
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: bold;
    letter-spacing: 1px;
}
#content-central .characteristic-work .left > .outline-left > div > p{
    text-align: center;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#content-central .characteristic-work .right{
    height: auto;
    background: #303334;
    padding: 0;
    color: white;
    overflow: hidden;
}
#content-central .characteristic-work .right > img{
    width: 100%;
}
#content-central .characteristic-work .right > .outline-right{
    position: relative;
    height: 400px;
    color: white;
}
#content-central .characteristic-work .right > .outline-right > div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    height: 400px;
    padding-top: 100px;
    background: rgba(0,0,0,1);
}
#content-central .characteristic-work .right > .outline-right > div > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    overflow: hidden;
    height: 400px;
}
#content-central .characteristic-work .right > .outline-right > div > h3{
    text-align: center;
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: bold;
    letter-spacing: 1px;
}
#content-central .characteristic-work .right > .outline-right > div > p{
    text-align: center;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* maps */
#content-central .maps{
    width: 100%;
    background: #fafafa;
}

/* footer */
#footer{
    padding: 45px 10px;
    background: #fafafa;
}
#footer .row .span{
    display: flex;
    height: 50px;
    width: 100%;
}
#footer .row .span .left{
    position: relative;
    display: block;
    content: "";
    border-right: 1px solid rgba(0,0,0,0.3);
}
#footer .row > hgroup{
    position: relative;
    display: block;
    color: black;
    width: 224px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
    margin-bottom: 35px;
}
#footer .row > hgroup > span{
    position: relative;
    top: -10px;
    height: 30px;
    width: 50px;
    display: inline-block;
}
#footer .row > hgroup > h4{
    font-size: 2.5em;
    display: inline-block;
}
#footer .row:nth-child(2){
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
}
#footer .row:nth-child(2) > div > p > span{
    color: #FFA500;
}