body {
    font-family: 'PFSquareSansPro-Regular', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden; 
    min-width: 320px;
}
body a {
    text-decoration: none;
}
body a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

.main-header {
    background: url('../img/bg__header.jpg') center top no-repeat;
    background-size: cover;
}
.main-header .top-line {
    padding-top: 0px;
}
.main-header .top-line .logo img {
    max-width: 100%;
}
.main-header .top-line .number {
    font-family: 'GothamPro-Bold', sans-serif;
    font-size: 18px;
    text-align: right;
    color: #fff;
}
.main-header .top-line .number:before {
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    margin-right: 15px; 
    content: '\f2be';
}
.main-header .top-line .number a {
    color: #fff;
}
.main-header .top-line .number .btn {
    margin-top: 28px;
}
.main-header .top-line .mail-top {
    font-family: 'GothamPro-Bold', sans-serif;
    font-size: 18px;
    text-align: center;
    white-space: nowrap; 
    color: #fff;
}
.main-header .top-line .mail-top:before {
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    margin-right: 15px; 
    content: '\f15a';
}
.main-header .top-line .mail-top a {
    color: #fff;
}
.main-header .top-line .location {
    font-family: 'GothamPro-Regular', sans-serif;
    font-size: 18px;
    text-align: right;
    color: #fff;
}
.main-header .top-line .location:before {
    font-family: 'Material-Design-Iconic-Font';
    display: inline-block;
    margin-right: 15px; 
    content: '\f1ab';
}
.main-header .top-line .location a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.main-header .info-header {
    padding-top: 64px;
    padding-bottom: 64px;
}
.main-header .info-header .title-header {
    font-size: 48px;
    line-height: 60px; 
    color: #fff;
    font-family: 'PF-Isotext', sans-serif;
}
.main-header .info-header .title-header strong {
    /*font-family: 'PFSquareSansPro-Bold', sans-serif;*/
font-family: 'PF-Isotext-bolt', sans-serif;
    text-transform: uppercase;
}
.main-header .info-header .desc-header {
    font-size: 24px;
    padding: 40px 0; 
    color: #fff;
}
