html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.mid {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.navbar {    
    padding-top: 1rem;
    padding-bottom: 1rem;        
    position: absolute;
    width: 100%;
    /* background:#fff */
    /* box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.2); */

}
.navbar .container .navbar-collapse{
    flex-grow: 0;
}
#navbarNav {    
}
#navbarNav .navbar-nav{
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* width: 700px; */
}
.navbar-brand{
    display: block;
    width: 256px;
    margin:20px 0;
}
.navbar-brand img {
    width: 256px;
    height: 68px;
}
.navbar-nav .nav-link {
    color: #D3D7D9;
    position: relative;
    /* padding-bottom: 20px; */
    padding:10px 25px;    
}

.navbar-nav .nav-item{
    position: relative;    
    text-align: center;    
}
.navbar-nav .nav-item:hover .nav-inner-items{
    display: block;
}

.nav-inner-items .nav-inner-item{
    background:#222C36;
    text-align: center;
}
.navbar-nav .nav-link.active::after{
    content: "";    
}
.navbar-nav .nav-link.active{
    color:#fff;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    border-radius: 35px;
    background:#BC8CED;
}
.navbar-nav .nav-link:last-child {
    margin-right: 0;
}
div.head-help a{
    display: flex;
    justify-content: start;
    align-items: center;
}


div.head-help a i.icon-help {
    display: block;
    width:15px;
    height: 15px;
    background:url("../img/icon-help.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

div.head-help a span.icon-text {
    color:#674CD3;
    font-size: 18px;
}

.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px; 
    margin:0 auto;
}

div.footer {
    background:#1A1E1F;
    padding:50px 0;
}
div.footer div.foot-row.border div.foot-row-elemet:first-child{
    margin-right: 100px;
}
div.footer div.foot-row {
    width: 1200px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin:0 auto 50px auto;
    /* align-items: center; */
}

div.footer div.foot-row div.foot-row-elemet {
    /* width: 400px; */
    /* padding:50px 0;   */
    margin-bottom: 30px;
    
}

div.footer div.foot-row div.foot-row-elemet h2.fre-title {
    font-size: 18px;
    color:#333;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}



div.footer div.foot-row div.foot-row-elemet p.fre-text {
    font-size: 13px;
    line-height: 1.5;
    color:#666;
    text-align: left;
}
ul.foot-list li.fl-ele{
    color:#fff;
    line-height: 1.5;
}
ul.foot-list li.fl-ele a {
    text-decoration: underline;
    font-size: 14px;
    color:#333;
}


ul.foot-list {
    overflow: hidden;
}

ul.foot-list li.fl-ele {
    margin-top: 30px;    
    margin-right: 50px;
}

ul.foot-list li.fl-ele a {
    text-decoration: underline;
    font-size: 18px;
    text-align: right;
    display: block;
}

.foot-sp-text{
    font-size: 14px;
    line-height: 1.5;
    color:#B7BABF
}

div.copyright {
    padding:40px 0 0 0;
    text-align: center;
    font-size: 16px;
    color:#fff;
    border-top:1px solid #E0E0E0;
}

.foot-logo{
    width: 257px;
    height: 68px;    
}


.foot-logo img{
    width: 100%;
    height: 100%;
}