@font-face {
    font-family:Fibro;
    src: url(../fibro1.woff2);
}

/* cyrillic */
@font-face {
    font-family: Fibro;
    src: url(../fibro3.woff2);
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/*@font-face {
    font-family: FibroLight;
    src: url(../fibro_light.woff2);
}*/

body{
    margin:0;
    font-family:sans-serif;
}

.fibro{
    font-family:Fibro;
}

.global_page{
    background:#FFF;
}

a{
    text-decoration:none;
    color:#171717;
}

input:focus{
    outline:none;
}

button:focus{
    outline:none;
}

.contactCell{
    width:50%;
    float:left;
    padding:20px;
    box-sizing:border-box;
    height:120px;
}

    .contactCell img{
        width:50px;
        height:50px;
        float:left;
    }

.contactCellTitle{
    font-weight:bold;
    padding-left:60px;
    font-size:18px;
}

.contactCellText{
    padding-left:60px;
}

@media only screen and (max-width: 770px){ 
    .contactCell{
        width:100%;
    }
}  