@font-face {
    font-family: Candara; /* Гарнитура шрифта */
    src: url("../font/Candara.ttf") format("truetype");
}
body {
    margin: 0;
    padding: 0;
    color: #231f20;
    font-size: 27px;
    font-family: Candara;
    overflow-x: hidden;
}
#main {
    font-size: 16px;
    min-height: calc(100vh - 244px);
}
img {
    max-width: 70%;
}

header {
    height: 95px;
    background: #f06430;
    color:#fff;
    margin: 10px 0;
    width: 100%;
}

header .container {
    position: relative;
}

header ul {
    display: inline-block;
    float: right;
    background: #fff;
    margin: 0;
    position: relative;
    font-size: 22px;
    padding-left: 0;
}
header ul:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    left: 100%;
    width: 100vw;
    background: #fff;
}

header ul li {
    float: left;
    display: inline-block;
    padding: 0 25px;
    position: relative;
}

header ul li:after {
    display: block;
    position: absolute;
    content: '';
    height: 28px;
    width: 4px;
    right: 0;
    top: 7px;
    background: #f06430;
}
header ul li:last-child::after {
    display: none;
}

header ul li a {
    color:#231f20;
    font-weight: 600;
}

header ul li a:hover {
    color: #5b8fb5;
    text-decoration: none;
}

.mails {
    width: 67px;
    height: 67px;
    background: url(../img/mails.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
}

#main-banner {
    height: 454px;
    background: url(../img/banner.jpg) center center no-repeat;
    display: flex;
    align-items: center;
    font-size: 53px;
    color:#fff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 0;
}

.logo {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0px 0px;
}
.logo a, .logo a:link, .logo a:hover, .logo a:visited {
    color: #fff;
    text-decoration: none;
}

#usl {
    background: #5b8fb5;
    position:relative;
    height: 205px;
    /*margin-bottom: 30px;*/
}
#usl:after {
    display: block;
    position: absolute;
    height: 65px;
    width: 100%;
    background: #d0d2d2;
    bottom: 0;
    content:'';
}
#usl .row {
    background: #5b8fb5;
    padding: 20px 15px;
    position: relative;
    top: -15px;
    z-index: 2;
}

.usl {
    background: #ef5a28;
    color:#fff;
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
}

.usl:hover {
     background: #d64716;
     text-decoration: none;
     color:#fff;
}
.usl:after {
    display: block;
    position: absolute;
    height: 85px;
    width: 4px;
    background: #fff;
    right: -2px;
    top:calc(50% - 42px);
    content:'';
}
.usl:last-child::after, .no-border:after {
    display: none;
}
.usl .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

#phone {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 50px;
    border-bottom: solid 50px #d0d2d2;
}

#phone span {
    color:#ee4036;
}
.slogan {
    padding-top: 40px;
    line-height: 1.2em;
    font-size: 38px;
}

footer {
    border-top: solid 22px #c45228;
    background: #f06430;
    color:#fff;
    font-size: 16px;
    padding-top: 19px;
    padding-bottom: 0px;
}
@media (max-width: 1400px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {

}
