*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Proxima Nova Cn Rg';
    color: #000000;
}
.container{
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
ul{
    display: flex;
}
.prs{
	display: flex;
	flex-wrap: wrap;
}
.header{
    background-image: url(../img/header_bg2.jpg);
    background-size: cover;
    padding-bottom: 170px;
    background-position: center center;
}
.header_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 37px;
}
.header_nav li{
    margin-right: 64px;
}
.header_nav li:last-child{
    margin-right: 0;
}
.header_nav a{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;


    color: #FFFFFF;
}
.header_text{
    margin-top: 140px;
    font-size: 46px;
    line-height: 56px;
    max-width: 488px;
    color: #FFFFFF;
}
.intro{
    padding: 170px 0 250px;
}
.intro_inner{
    display: flex;
    justify-content: space-between;
}
.intro_left-text{
    text-align: center;
    margin-top: 15px;
}
.intro_stat{
    font-style: italic;
    font-size: 16px;
    line-height: 174.19%;
    /* or 28px */

    text-align: center;

}
.intro_right{
    max-width: 790px;
    padding-left: 20px;
}
.intro_right-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 181.04%;

}
.intro_right-text{
    margin-top: 30px;
}

.step{
    background: #1E71B8;
}
.step_inner{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 94px;
}
.step_title{
    position: absolute;
    top: -60px;
    left: 0;
}
.step_item{
    max-width: 193px;
    width: 100%;
    border-radius: 6px;
    min-height: 208px;
    padding: 15px 9px 12px 14px; 
    color: #FFFFFF;
    position: relative;
    transition: all .2s linear;
}
.step_item-icon{
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-left: 30px;
    position: relative;
    border-bottom: 1px dashed #A8A8A8;
    height: 40px;
}
.step_item-icon:after{
    position: absolute;
    content: "";
    bottom: -4px;
    left: -18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D2B56C;
}
.icon-location{
    font-size: 30px;
    transition: all .2s linear;
    
}
.icon-location:before{
    position: absolute;
    left: -30px;
}
.step_item:hover{
    box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.25);
}
.step_item:hover .step_item-icon{
    color: #D2B56C;
}
.step_item-human:hover{
    box-shadow: none;
}
.step_item:hover .step_under{
    opacity: 1;
}
.step_under{

    position: absolute;
    bottom: 17px;
    left: 14px;
    right: 9px;
    opacity: 0;
    transition: all .2s linear;
}
.step_details{
    font-weight: bold;
    display: block;
    font-size: 14px;
    line-height: 139%;
    cursor: pointer;
    /* or 19px */

    color: #FFFFFF;
}
.step_details{
    position: relative;
    cursor: pointer;
}
.step_details_icon{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -4px;
    right: 0;
    pointer-events: none;
}
.step_details_icon:after{
    position: absolute;
    content: "\ea3c";
    font-family: 'icomoon';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #1E71B8;
}
.step_item-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 118.5%;
}
.step_title{
    font-weight: 800;
    font-size: 96px;
    line-height: 65px;

    text-transform: uppercase;

    color: #1E71B8;
}
.step_title span{
    color: #fff;
    display: block;
    font-size: 56px;
}
.forget{
    padding: 106px 0 148px;
}
.forget_inner{
    margin-top: 78px;
    display: flex;
}
.forget_cols{
    margin-right: 48px;
}
.forget_cols:last-child{
    margin-right: 0;
}
.forget_item{
    max-width: 360px;
    width: 100%;
    padding-left: 60px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}
.forget_num{
    padding: 8px 0 8px 17px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 67px;
    width: 100%;
    background: #1E71B8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
    border-radius: 40px 6px 6px 40px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    /* identical to box height */


    color: #FFFFFF;
}
.forget_questions{
    cursor: pointer;
    position: relative;
    background-color: #fff;
    max-width: 300px;
    width: 100%;
    padding: 15px 15px 15px 38px;
    min-height: 73px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.19);
    border-radius: 6px 40px 40px 6px;
}
.forget_questions:before{
    position: absolute;
    content: "";
    top: 12px;
    left: -14px;
    width: 24px;
    height: 24px;
    background: #1E71B8;
    border-radius: 4px;
    transform: rotate(45deg);
}
.forget_item-text{
    max-width: 200px;
    font-weight: 600;
    font-size: 16px;
    line-height: 139.69%;
}
.forget_item-more{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #FAFAFA;
    position: relative;
}
.forget_item-more:after{
    position: absolute;
    content: "\ea3c";
    font-family: 'icomoon';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #1E71B8;
}
.title{
    font-size: 34px;
    line-height: 41px;
    max-width: 495px;
    color: #40474D;
}



.faq_item-title-text{
    font-size: 18px;
    line-height: 174.19%;
}
.faq_item-title{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.07);
    padding: 14px 44px 14px 60px;
}
.faq_inner-item{
    max-width: 904px;
    width: 100%;
    margin-bottom: 6px;
}
.faq_item-btn{
    position: relative;
    width: 20px;
    height: 20px;
}
.faq_item-btn:after{
    position: absolute;
    content: "";
    background-color: #404040;
    width: 1px;
    height: 15px;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);  
    transition: all .3s linear;
}
.faq_item-btn:before{
    position: absolute;
    content: "";
    background-color: #404040;
    width: 15px;
    height: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);  
    transition: all .3s linear;
}
.faq_item-title.active .faq_item-btn:after{
    transform-origin: center;
    transform: rotate(-45deg) translateY(-6px) translateX(4px);
}
.faq_item-title.active .faq_item-btn:before{
    transform-origin: center;
    transform: rotate(-45deg) translateY(-1px) translateX(-1px);
}
.faq_item-text{
    display: none;
    padding: 30px 37px 30px 100px;
    font-size: 16px;
    line-height: 174.19%;
    background: #FBFBFB;
    border-radius: 4px;
}
.faq_inner{
    margin-top: 24px;
}
.faq{
    padding: 74px 0 100px;
    background-image: url(../img/faq_bg.png);
}

.footer{
    padding: 112px 0;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
}
.footer_item{
    font-size: 16px;
    line-height: 174.19%;
    margin-top: 60px;
    max-width: 464px;
    width: 100%;
}
.footer_item-title{
    font-weight: bold;
}
.shad{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.open{
   z-index: 21;
   height: 500vh;
}
.container_information{
    max-width: 815px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.information{
    z-index: 30;
    padding-top: 14px;
    padding-bottom: 60px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 1093px;
    width: 100%;
    background-color: #fff;
    overflow: auto;
    visibility: hidden;
    transform: translateX(100vw);
    transition: all .5s linear;
}
.information.active{
    visibility: visible;
    transform: translateX(0);
}
.information_close{
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-left: 12px;
    background: #F0F0F0;
    position: relative;
    cursor: pointer;
}
.information_close:before,
.information_close:after{
    position: absolute;
    content: "";
    width: 11px;
    height: 1px;
    background-color: #1E71B8;
    top: 12px;
    left: 10px;
}
.information_close:before{
    transform-origin: left top;
    transform: rotate(45deg) translate3D(0,-2px,0);
}
.information_close:after{
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3D(-3px,5px,0);
}
.information_title{
    font-weight: bold;
    font-size: 24px;
    line-height: 181.04%;
    color: #1E71B8;
}
.information_title span{
    color: #000;
    font-weight: normal;
}
.information_top-under{
    display: flex;
    align-items: center;
}
.information_link{
    display: flex;
    align-items: center;
}
.information_link:first-child{
    margin-right: 77px;
}
.information_link-text{
    margin: 0 11px;
    color: #302B2B;
    cursor: pointer;
}
.information_text{
    margin-top: 45px;
    font-size: 16px;
    line-height: 29px;

    color: #302B2B;
}
.information_title{
    font-weight: bold;
    font-size: 18px;
    line-height: 181.04%;
    /* identical to box height, or 33px */

    margin: 45px 0 10px;
    color: #302B2B;
}
ul.information_text{
    display: block;
    padding-left: 17px;
}
.information_text li{
    list-style: disc;
}
.information_bottom{
    margin-top: 90px;
    display: flex;
    align-items: center;
float: left;
}
.information_left:after {
    position: absolute;
    content: "\ea3c";
    font-family: 'icomoon';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(180deg);
    color: #1E71B8;
}
body.active{
    overflow: hidden;
}
@media( max-width: 1300px ){
    .information {
        max-width: 875px;
    }
}
@media( max-width: 1077px ){
    .forget_inner{
        flex-wrap: wrap;
    }
    .forget_cols{
        max-width: 50%;
        width: 100%;
        margin-right: 0;
        padding-right: 25px;
    }
    .forget_cols:last-child{
        margin-top: 30px;
    }
}
@media( max-width: 1065px ){
    .information {
        max-width: 675px;
    }
    .information_img img{
        width: 100%;
    }
}
@media( max-width: 965px ){
    .footer_right{
        padding-left: 20px;
    }
    .open{
        height: 7000px;
    }
}
@media( max-width: 885px ){
    .information {
        max-width: 475px;
    }
}
@media( max-width: 855px ){
    .header_nav{
        display: none;
    }
    .header{
        background-image: url(../img/header_bg2.jpg);
        padding-bottom: 363px;
        background-position: 44% 12%;
    }
}
@media( max-width: 768px ){
    .intro_inner{
        flex-wrap: wrap;
    }
    .intro_left{
        order: 2;
        margin: 50px auto 0;
    }
    .intro {
        padding: 50px 0 200px;
    }
    .intro_right{
        padding-left: 0;
    }
    .information {
        max-width: 100%;
    }
}
@media( max-width: 715px ){
    .forget_cols{
        padding-right: 0;
        max-width: 100%;
    }
    .forget_cols:last-child{
        margin-top: 0;
    }
    .forget_item{
        margin: 0 auto 15px;
    cursor: pointer;
    }
}
@media( max-width: 678px ){
    .faq_item-text {
        display: none;
        padding: 22px 28px 27px 32px;
    }
    .faq_item-title {
        padding: 14px 44px 14px 27px;
    }
    .footer_inner{
        display: block;
    }
    .footer_right{
        padding-left: 0;
    }
    .footer {
        padding: 42px 0;
    }
    .footer_item{
        margin-top: 40px;
    }
}
@media( max-width: 608px ){
    .step_item{
        max-width: 50%;
        width: 100%;

    cursor: pointer;
    }
    .open{
        height: 8000px;
    }
}
@media( max-width: 575px ){
    .faq_item-btn{
        display: none;
    }
}
@media( max-width: 460px ){
    .step_title {
        font-size: 72px;
        line-height: 86.3%;
    }
    .step_title span {
        font-size: 42px;
    }
}
@media( max-width: 440px ){
    .information_text {
        margin-top: 35px;
        font-size: 14px;
        line-height: 25px;    
    }
    .information_title {
        font-size: 16px;
        line-height: 27px;
        margin: 35px 0 10px;
    }
    .information_top-under{
        display: block;
    }
    .information_link:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .open{
        height: 10000px;
    }
}
@media( max-width: 420px ){
    .header_logo img{
        width: 172px;
    }
    .header {
        padding-bottom: 281px;
    }
    .forget {
        padding: 60px 0 80px;
    }
    .title {
        font-size: 24px;
        line-height: 29px;
    }
    .forget_inner{
        margin-top: 50px;
    }
    .faq_item-title-text {
        font-size: 16px;
    }
    .faq_item-text {
        font-size: 14px;
    }
    .faq_item-title {
        padding: 9px 27px;
    }
    .footer_item{
        font-size: 14px;
    }
}
@media( max-width: 365px ){
    .forget_item-text{
        font-size: 14px;
    }
}
@media( max-width: 340px ){
    .step_title {
        font-size: 66px;
        line-height: 86.3%;
    }
    .step_title span {
        font-size: 38px;
    }
    .forget_item-text{
        font-size: 12px;
    }
    .forget_item-text {
        max-width: 137px;
    }
}


.rgtxt
{
font-family: Proxima Nova;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 181.04%;
    color: #302B2B;
    /* width: 50%; */
    float: right;
    padding-left: 50%;
    margin-bottom: 50px;
}


.p1 {
    margin-top: 27px !important;
}
.personal
{
      width: 200px;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}
.p2
{
    margin: 0 !important;
}