body, html {
    padding: 0;
    margin: 0;
    font-family: 'Gotham Pro'!important;
}

.container {
    width: auto;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    font-family: 'Gotham Pro';
    font-size: 36px;
    margin-bottom: 30px;
    color: #3b4b73;
    font-weight: 900;
    text-align: center;
}

header .navbar-inverse {
    padding: 10px;
    height: 80px;
    background: transparent;
    border: none;
}

header .navbar-inverse .navbar-brand {
    padding: 0;
    height: 60px;
}

header .navbar-inverse .nav li a {
    display: block;
    text-decoration: none;
    padding: 20px 40px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
}

header .navbar-inverse ul li:last-child a {
    padding: 20px 40px 20px 0;
}

header .navbar-inverse ul li:last-child a {
    padding: 20px 0 20px 40px;
}

header .page-title {
    font-family: 'Gotham Pro';
    text-align: center;
    font-size: 72px;
    line-height: 72px;
    color: white;
    font-weight: 900;
    margin: 90px auto 65px;
}

header .page-slogan {
    font-family: 'Gotham Pro';
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    color: white;
    font-weight: 400;
}

section.products {
    margin: 100px 0 0;
}

section.products .list {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    text-align: center;
}

section.products .list .value {
    font-family: 'Gotham Pro';
    display: block;
    color: #0064dc;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
}

section.products .list .description {
    display: block;
    font-weight: 300;
    color: black;
}

section.about {
    background: #fdfdff;
    margin-top: 115px;
    padding: 80px;
}

section.about .about-text {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #3b4b73
}

section.contacts {
    margin-top: 100px;
}

section.contacts .form {
    width: 60%;
    margin: 0 auto;
}

section.contacts .form input, section.contacts .form textarea {
    padding: 20px 10px;
    border: 1px solid #e1e1e1;
    color: #4a516e;
    font-size: 14px;
    width: 100%;
    box-shadow: none;
    outline: none;
}

section.contacts .form input:focus, section.contacts .form textarea:focus {
    border-color: #3066ff;
    outline: 1px solid #d1e7f0;
}

section.contacts .form input::placeholder, section.contacts .form textarea::placeholder {
    color: #5c6786;
}

section.contacts .form .row:after {
    content: "";
    clear: both;
}

section.contacts .form .row .col {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

section.contacts .form .row .col input {
    width: 95%;
}

section.contacts .form .row .col:last-child input {
    margin-left: 5%;
}
section.contacts .form .actions {
    margin-top: 30px;
    text-align: center;
}

section.contacts .form .submit {
    padding: 20px 50px;
    /*background: #0075ff;*/
    background: #FB5A00;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    transition: .3s;
    cursor: pointer;
}

section.contacts .form .submit:hover {
    background: #0062cb;
}

footer {
    margin-top: 60px;
    /*background: #00306a;*/
    background: #FB5A00;
    padding: 40px 0;
    color: white;
}

footer:after {
    content: "";
    clear: both;
}

footer .copyright {
    float: left;
}

footer .policy {
    float: right;
}

footer .policy a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

footer .policy a:hover {
    border-color: white;
}

body.privacy {
    font-weight: 300;
    line-height: 24px;
}

body.privacy h3 {
    font-weight: 500;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.navbar-inverse .navbar-toggle {
    border-color: white!important;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.24)!important;
}

.navbar-collapse.collapse.in {
    /*background: #0074ff;*/
    background: #EA5B3A;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    header {
        height: 400px;
    }

    header .page-title {
        font-size: 48px;
        line-height: 48px;
        margin: 90px auto 35px;
    }

    header .page-slogan {
        font-size: 32px;
        line-height: 32px;
    }

    section.products {
        margin: 60px 0 0;
    }

    section.products .list .item {
        margin-bottom: 35px;
    }

    section.about {
        margin-top: 65px;
        padding: 40px;
    }

    section.about .about-text {
        width: 95%;
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }

    section.contacts {
        margin-top: 50px;
    }

    section.contacts .form {
        width: 95%;
    }

    footer {
        text-align: center;
    }

    footer .copyright {
        float: none;
        margin-bottom: 15px;
    }

    footer .policy {
        float: none;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 26px;
        font-weight: 700;
    }

}