* { font-family: 'titillium_regular'; font-size: 15px; color: #000; }

body { max-width: 100%; margin: 0; padding: 0; position: relative; background-color: #fff; overflow-x: hidden; width: 100% !important; }
.inner { width: 1020px; margin: 0 auto; }
.hidden { display: none; }
.noborder { border-left: none; border-right: none; border-top: none; border-bottom: none; }
.relative { position: relative; }
.absolute { position: absolute; }
.hover:hover { text-decoration: underline; }
.active { display: block; }
fieldset { border: none; padding: 0; margin: 0; }
.fl { float: left; }
.fr { float: right; }
.ff { clear: both; margin: 0; padding: 0; }

.bold { font-weight: bold; text-decoration: none; }
a { outline: none; text-decoration: none; }
a img { border: none; }
h1, h2, h3 { margin: 0px; }

.anim {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
@font-face {
    font-family: 'titillium_thin';
    src: url('../fonts/titillium-thin-webfont.eot');
    src: url('../fonts/titillium-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/titillium-thin-webfont.woff2') format('woff2'),
    url('../fonts/titillium-thin-webfont.woff') format('woff'),
    url('../fonts/titillium-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'titillium_light';
    src: url('../fonts/titillium-light-webfont.eot');
    src: url('../fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/titillium-light-webfont.woff2') format('woff2'),
    url('../fonts/titillium-light-webfont.woff') format('woff'),
    url('../fonts/titillium-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'titillium_regular';
    src: url('../fonts/titillium-regular-webfont.eot');
    src: url('../fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/titillium-regular-webfont.woff2') format('woff2'),
    url('../fonts/titillium-regular-webfont.woff') format('woff'),
    url('../fonts/titillium-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'titillium_semibold';
    src: url('../fonts/titillium-semibold-webfont.eot');
    src: url('../fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/titillium-semibold-webfont.woff2') format('woff2'),
    url('../fonts/titillium-semibold-webfont.woff') format('woff'),
    url('../fonts/titillium-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'titillium_bold';
    src: url('../fonts/titillium-bold-webfont.eot');
    src: url('../fonts/titillium-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/titillium-bold-webfont.woff2') format('woff2'),
    url('../fonts/titillium-bold-webfont.woff') format('woff'),
    url('../fonts/titillium-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


#main-section {
    background: url(../img/main-section-bg.jpg) no-repeat center / cover;
    width: 100%;

}
#main-section .bg {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(23,52,85, 0.95);
    padding-top: 96px;
    box-sizing: border-box;
}
header#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
header#top.active {
    background-color: #173455;
}
header#top .logo {
    display: block;
    font-family: 'titillium_regular';
    font-size: 32px;
    color: #ff5959;
    line-height: 96px;
}
header#top .logo:hover {
    text-decoration: none;
}
header#top .logo span {
    font-family: 'titillium_regular';
    font-size: 32px;
    color: #fff;
    line-height: 96px;
}
header#top .menu {
    list-style-type: none;
    margin: 0;
}
header#top .menu li {
    float: left;
}
header#top .menu li a {
    display: block;
    font-family: 'titillium_regular';
    font-size: 15px;
    color: #fff;
    margin: 0 13px;
    line-height: 96px;
}

#main-section .inner {
    height: 100%;
    min-height: 100%;
    position: relative;
}
#main-section .box {
    width: 590px;
    position: absolute;
    left: 0;
    bottom: 100px;
}
#main-section .box h1 {
    font-family: "titillium_bold";
    font-size: 48px;
    color: #fff;
    line-height: 48px;
}
#main-section .box .txt {
    font-family: 'titillium_light';
    font-size: 21px;
    color: #fff;
    line-height: 25px;
    margin: 20px 0 10px 0;
}
#main-section .box .txt span {
    font-family: 'titillium_light';
    font-size: 21px;
    color: #ff5959;
    line-height: 25px;
}
#main-section .box .txt2 {
    font-family: 'titillium_light';
    font-size: 14px;
    color: #fff;
    line-height: 19px;
}
.headline-box {
    padding: 45px 0;
}
.headline-box h2 {
    font-family: 'titillium_semibold';
    font-size: 32px;
    color: #173455;
    text-align: center;
    line-height: 32px;
}
.headline-box .label-box {
    display: block;
    width: 82px;
    height: 6px;
    background-color: #ff5959;
    margin: 10px auto 0 auto;
}

#main-offer {
    padding-bottom: 85px;
}
#main-offer .item h3 {
    font-family: "titillium_light";
    font-size: 18px;
    color: #173455;
    text-align: center;
    line-height: 1;
}
#main-offer .icon {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}
#main-offer .items.top .item:nth-child(1) .icon {
    background: url(../img/list-img1.jpg) no-repeat center;
}
#main-offer .items.top .item:nth-child(2) .icon {
    background: url(../img/list-img2.jpg) no-repeat center;
}
#main-offer .items.top .item:nth-child(3) .icon {
    background: url(../img/list-img3.jpg) no-repeat center;
}
#main-offer .items.top .item:nth-child(4) .icon {
    background: url(../img/list-img4.jpg) no-repeat center;
}
#main-offer .items.bottom .item:nth-child(1) .icon {
    background: url(../img/list-img5.jpg) no-repeat center;
}
#main-offer .items.bottom .item:nth-child(2) .icon {
    background: url(../img/list-img6.jpg) no-repeat center;
}
#main-offer .items.bottom .item:nth-child(3) .icon {
    background: url(../img/list-img7.jpg) no-repeat center;
}
#main-offer .items.bottom .item:nth-child(4) .icon {
    background: url(../img/list-img8.jpg) no-repeat center;
}
#main-offer h3 {
    font-family: 'titillium_semibold';
    font-size: 21px;
    color: #173455;
    text-align: center;
    line-height: 100px;
}

#main-clients {
    width: 100%;
    background: url(../img/clients-box-bg.jpg) no-repeat center / cover;
}
#main-clients .bg {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(23,52,85, 0.95);
    box-sizing: border-box;
}
#main-clients .headline-box h2 {
    color: #fff;
}
#main-clients .items {
    text-align: center;
    padding-bottom: 60px;
}
#main-clients .item {
    margin: 0 40px;
    display: inline-block;
}
#main-clients .item a {
    display: block;
}
#main-clients .item:nth-child(1) a {
    display: block;
    height: 62px;
}
#main-clients .item:nth-child(2) a {
    display: block;
    height: 62px;
}
#main-clients .item:nth-child(3) a {
    display: block;
    height: 62px;
}
#main-clients .item:nth-child(4) a {
    display: block;
    height: 62px;
}
#main-clients .item:nth-child(2) {
    padding-top: 8px;
}
#main-clients .item:nth-child(4) {
    padding-top: 12px;
}
#main-contact {
    padding: 85px 0;
}
#main-contact .inner {
    text-align: center;
}
#main-contact .txt {
    font-family: 'titillium_light';
    font-size: 21px;
    color: #173455;
    display: inline-block;
    margin: 0 30px;
}
#main-contact .txt span, #main-contact a {
    font-family: 'titillium_semibold';
    font-size: 21px;
    color: #173455;
}
footer {
    background-color: #ff5959;
    padding: 30px 0;
}
footer .txt {
    font-family: 'titillium_light';
    font-size: 14px;
    color: #fff;
}

#top-menu-rwd {
    width: 300px;
    height: 100%;
    background-color: rgba(23,52,85, 0.95);
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 998;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
}
#btn-menu-rwd {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
}
#btn-menu-rwd .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#top-menu-rwd.active {
    right: 0;
    display: block;
}
#top-menu-rwd ul {
    list-style-type: none;
    margin: 50px 0 0 0  ;
    top: 70px;
}
#top-menu-rwd ul li a {
    font-family: 'titillium_light';
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
body {
    width: 100%;
    height: 100vh;
    position: relative;
}
.content {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.content img {
    display: block;
    width: 250px;
}
.content .txt {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}
.content .txt a {
    color: #000;
}