.mainbtn,
.note a {
    text-decoration: none
}
.icon-logo {
    background-image: url(../images/icons_set.png);
    background-position: 0 0;
    width: 238px;
    height: 42px
}
.container-content,
body:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1;
    min-width: 320px;
    background: url(../images/body_bg.jpg) center center no-repeat fixed;
    background-size: cover
}
.wrapper .footer p,
.wrapper .footer ul li a {
    font: 12px/18px Montserrat, sans-serif
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
.clearfix {
    clear: both
}
.icon {
    display: inline-block;
    vertical-align: middle
}
:focus {
    outline: 0
}
body:after {
    content: '';
    background: rgba(0, 0, 0, .4);
    position: fixed;
    z-index: 2
}
.bodyBG {
    width: 100%;
    position: relative;
    z-index: 1
}
.container-content {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3
}
.wrapper {
    width: 700px;
    z-index: 3;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.wrapper .box {
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 6px
}
.wrapper .box2 {
    background: url(../images/box2_bg.png) right center no-repeat #fff;
    padding: 20px 0;
    text-align: left;
    margin-bottom: 45px
}
.wrapper .box2 p {
    display: inline-block;
    padding: 0 30px
}
.wrapper .box2 p strong {
    color: #0f2779
}
.wrapper .box2 p span {
    display: block
}
.wrapper .footer p {
    float: left;
    color: #fff
}
.wrapper .footer ul {
    display: table;
    float: right
}
.wrapper .footer ul li {
    float: left
}
.wrapper .footer ul li a {
    text-decoration: none;
    color: #fff
}
.wrapper .footer ul li:not(:first-child) {
    margin-left: 12px
}
.mainbtn {
    background: #0f2779;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    padding: 20px 55px 15px;
    font: 700 35px/35px Montserrat, sans-serif;
    margin: 30px 0 40px
}
.mainbtn span {
    display: block;
    color: rgba(255, 255, 255, .5);
    font: 14px/20px Montserrat, sans-serif
}
.icon-logo {
    margin: 45px 0 40px
}
p {
    font: 16px/20px Montserrat, sans-serif;
    color: #5d5d5d
}
.p1 {
    padding: 0 70px
}
.note {
    font: 12px/16px Montserrat, sans-serif;
    padding: 0 30px 40px
}
.note strong {
    color: #202e5a;
    font-weight: 700
}
.note a {
    color: #0f2779
}
.box1 {
    margin-bottom: 50px
}
.overlay {
	display: none;
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 1000;
}
@media screen and (max-height: 610px) {
    .wrapper {
        left: auto;
        top: auto;
        transform: none;
        margin: 10px auto;
        position: relative
    }
}
@media screen and (max-width: 699px) {
    .bodyBG {
        position: fixed
    }
    .wrapper {
        width: 100%;
        padding: 5px;
        box-sizing: border-box
    }
    .wrapper .box1 .p1 {
        padding: 10px 20px
    }
}
@media screen and (max-width: 530px) {
    .wrapper .box2 {
        background: #fff
    }
    .wrapper .box2 p span {
        display: inline
    }
}
@media screen and (max-width: 420px) {
    .wrapper .box {
        margin-bottom: 30px
    }
    .wrapper .box1 .mainbtn {
        font: 700 24px/30px Montserrat, sans-serif
    }
}
@media screen and (max-width: 360px) {
    .wrapper .box {
        margin-bottom: 5px
    }
    .wrapper .footer {
        text-align: center;
        margin: 10px 0;
        display: table;
        width: 100%
    }
    .wrapper .footer p {
        float: none
    }
    .wrapper .footer ul {
        float: none;
        display: table;
        margin: 5px auto
    }
}