
body, html {
    -webkit-text-size-adjust: 100%;
    height: 100%
}

html {
    line-height: 1.15
}

body {
    font: 600 12px/20px 'Open Sans', sans-serif;
    color: #333;
    background-color: #fbfbfb;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    min-width: 320px;
    margin: 0
}
.white-bg {
    background-color: #fff;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus, a:active, a:focus {
    outline: 0
}

a {
    color: #2d63a3;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

img {
    border-style: none;
    display: block;
    max-width: 100%;
}

img:focus {
    outline: 0 !important
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

/*@media (min-width: 1025px) {
    .h2 {
        font-size: 30px
    }
}*/

p {
    margin: 0 0 20px
}

details, main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}
.wrapper {
    overflow-x: hidden;
    min-height: 400px;
    position: relative;
    left: 0;
}
.header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: block;
    width: 108px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/logo.png) no-repeat;
    background-size: 108px 20px;
}
.btn {
    display: inline-block;
    color: #fff;
    background-color: #3367A1;
    border: 1px solid #3367A1;
    letter-spacing: -0.02em;
    font-size: 14px;
    line-height: 38px;
    border-radius: 6px;
    text-decoration: none;
    padding: 0 20px;
}
.btn:hover {
    background-color: #fff;
    color: #3367A1;
}
.btn.btn-light {
    background-color: #fff;
    color: #3367A1;
}
.btn.btn-light:hover {
    color: #fff;
    background-color: #3367A1;
    border: 1px solid #3367A1;
}
.main {
    padding: 80px 0 0;
}
.wrap {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}
h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    margin: 0 0 40px;
}
h1 strong {
    font-weight: 700;
}
h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    margin: 0 0 20px;
}
h3 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #999;
}
.container {
    padding-bottom: 60px;
}
@media (min-width: 880px) {
    .container {
        margin: 0 -20px 0;
    }
}
.container.pbsm {
    padding-bottom: 20px;
}
.container .box {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.container .box p:last-child {
    margin-bottom: 0;
}

.item-box .holder {
    margin-bottom: 38px;
}
@media (min-width: 690px) {
    .item-box .holder {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}
@media (min-width: 480px) {
    .item-box .content-side {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.item-box img {
    display: block;
    margin-right: 30px;
    border-radius: 6px;
}

.item-box h2 {
    margin-bottom: 9px;
}
.item-box dl {
    font-size: 12px;
    margin: 0;
}
.item-box dt {
    display: inline-block;
    min-width: 150px;
    padding-right: 10px;
    color: #999;
}
.item-box dd {
    display: inline;
    margin: 0;
}

.total-side {
    padding-top: 30px;
}
@media (min-width: 690px) {
    .total-side {
        text-align: right;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        padding-top: 10px;
    }
}
.total-side .total{
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #3367A1;
    display: block;
    margin: 0 0 20px;
}
.bottom-list {
    margin: 0 0 -20px;
    padding: 20px 0 0;
    list-style: none;
    border-top: 1px solid #eee;
    font-size: 10px;
    letter-spacing: -0.02em;
}
@media (min-width: 880px) {
    .bottom-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.bottom-list span, .bottom-list a,
.info-list span, .info-list a {
    display: inline-block;
    padding-left: 16px;
    position: relative;
}
.bottom-list span:before,
.info-list span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    background: url(../images/icon03.png) no-repeat center center;
    background-size: 12px 9px;
}

.bottom-list a:before,
.info-list a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}
.bottom-list a.icon01:before,
.info-list a.icon01:before {
    background: url(../images/icon01.png) no-repeat center center;
    background-size: 12px 12px;
}
.bottom-list a.icon02:before,
.info-list a.icon02:before {
    background: url(../images/icon02.png) no-repeat center center;
    background-size: 10px 10px;
}
.info-list {
    margin: 0;
    padding: 0 0 50px;
    list-style: none;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -0.02em;
}
.info-list li {
    padding-bottom: 10px;
}
.logo-list {
    margin: -9px -20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.logo-list li {
    float: left;
    width: 25%;
    height: 60px;
    padding: 9px 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-list img {
    mix-blend-mode: luminosity;
    opacity: 0.5;
}
.contact-block {
    padding-bottom: 80px;
}
.contact-block h3 {
    margin: 0 0 40px;
    color: #3367A1;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.contact-block h4 {
    margin: 0 0 10px;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.contact-block dl {
    display: inline-block;
    margin: 0 0 5px;
}
.contact-block dt {
    display: inline-block;
    margin: 0;
}
.contact-block dd {
    display: inline-block;
    margin: 0;
}
.contact-block address {
    font-style: normal;
}
.offer-table {
    position: relative;
    border-radius: 12px;
    border: 1px solid #eee;
    border-bottom: none;
    color: #999;
}
.offer-table:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 60%;
    left: -1px;
    right: -1px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 18%, rgba(255,255,255,0.9) 34%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 18%,rgba(255,255,255,0.9) 34%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 18%,rgba(255,255,255,0.9) 34%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.offer-table .col{
    position: relative;
    z-index: 9;
    padding: 20px;
}
@media (min-width: 730px) {
    .offer-table {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .offer-table:after {
        content: '';
        position: absolute;
        bottom: 0;
        top: 0;
        left: 50%;
        width: 1px;
        background-color: #eee;
        z-index: 2;
    }
    .offer-table .col{
        width: 50%;
    }
}
@media (max-width: 730px) {
    .offer-table .col02{
        border-top: 1px solid #eee;
    }
}
.offer-table dl {
    margin: 0 0 20px;
}
.offer-table dt {
    font-weight: 400;
    font-size: 10px;
}
.offer-table dd {
    margin: 0;
    font-weight: 700;
    font-size: 18px;

}
.offer-table .head {
    border-bottom: 1px solid #eee;
    margin: 0 -20px 20px;
    padding: 0 20px 20px;
}
.offer-table .head dl{
    margin: 0;
}
.offer-table .head dd{
    color: #3367A1;
    font-size: 32px;
    line-height: 40px;
}

.footer {
    background-color: #333;
    font-size: 10px;
    line-height: 15px;
    color: #a6a6a6;
}

.footer p {
    margin: 0 0 15px;
}

.footer h2 {
    opacity: 0.75;
    color: #fff;
    margin: 0 0 6px;
    letter-spacing: 0.6px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .top-panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
}
.footer .top-panel .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.footer .logo {
    background-image: url(../images/logo-light.png);
}
.nav-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 760px) {
    .nav-links {
        display: none;
    }
}
.nav-links li {
    display: inline;
    padding: 0 8px 0 6px;
    position: relative;
    letter-spacing: -0.2px;
}
.nav-links li:after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
}
.nav-links li:last-child:after {
    display: none;
}
.nav-links li:last-child {
    padding-right: 0;
}
.toggle {
    cursor: pointer;
    width: 26px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 20;
    display: none;
}

@media (max-width: 760px) {
    .toggle {
        display: block;
    }
}

.bottom-panel .toggle {
    top: 18px;
}

.toggle span {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
}
.toggle:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 2px;
    background-color: #fff;
}
.toggle:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
}
.side-nav {
    background-color: #fff;
    color: #999;
    position: fixed;
    top: 0;
    left: -231px;
    width: 210px;
    height: 100%;
    padding: 10px;
    box-sizing: content-box;
    z-index: 200;
}
.side-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-nav ul a {
    padding: 10px 20px;
    display: block;
    color: #333;
    text-decoration: none;
}
.side-nav ul a:hover {
    text-decoration: underline;
}

.nav-open {
    left: 0;
}
.nav-open .side-nav {
    left: 0;
}

.wrapper,
.side-nav {
    transition: right 0.5s ease;
}
.footer-text {
    padding: 65px 20px 80px;
}
.footer-text p:last-child{
    margin: 0;
}
.footer .bottom-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #5f5f5f;
    padding: 20px 0;
    position: relative;
}
.footer .bottom-panel p {
    margin: 0;
}
.footer .bottom-panel p span {
    color: #fff;
}
.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    box-shadow: 0 5px 20px -5px rgba(33, 218, 113, 0.5), 0 10px 30px -5px rgba(51, 51, 51, 0.25);
    border-radius: 12px;
    background: #21DA71 url(../images/arrow-top.png) no-repeat center center;
    background-size: 24px 24px;
}
