@font-face {
    font-family: geoReg;
    src: url(../fonts/bpg_arial_2009.ttf);
}

@font-face {
    font-family: geoCaps;
    src: url(../fonts/bpg_nino_mtavruli_bold.ttf);
}

body, html{
    height: 100%;
    width: 100%;
}

body, html, .font-reg{
    font-family: geoReg, sans-serif;

    display: flex;
    flex-direction: column;
}

h1,h2,h3,h4,h5,h6{
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6, .font-caps{
    font-family: geoCaps;
}

.main-wrp{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
    /*padding: 40px 50px;*/

    height: 100%;

    background: white;
}

.logo-wrp{
    width: 100%;
    margin: 0 auto 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b6b6b6;
}

.logo-wrp > img{
    width: 150px;
}

footer{
    padding: 30px;
    background: #e1e1e1;
    position: relative;
}

.side-image-wrp{
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.left-column{
    padding: 30px 40px;
}

.right-column-wrp{
    background: url("../images/bg-1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-bg{
    position: fixed;
    top: 0;
    left: 0;

    height: 100%;
    width: 100%;

    background-image: url("../images/maitenance-bg.svg");
    background-position: center;

    opacity: 0.4;
    filter: blur(3px) grayscale(50%);
}

@media (min-width: 992px) {
    .main-wrp{
        height: auto;
    }
}