body {
    padding: 0px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}
html, body { height:100%; }
.wrapper, .wrap_for {
    width: 1024px;
    margin: 0px auto;
    padding-top: 1px;
}
b{
    font-weight: 700;
}
.sh {
    opacity: 0;
}
li {
    list-style-type: none;
}
ul{
    padding: 0px;
    margin: 0px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.over{
    overflow: hidden;
}
.clear{
    clear: both;
}
.white{
    color: #fff;
}
.b1{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #e31e24;
}
.logo{
    background: url("../img/logo.png") top center no-repeat;
    width: 157px;
    height: 49px;
}
.hr{
    background: url(../img/hr.png) center no-repeat;
    width: 922px;
    height: 786px;
    margin: 0 auto;
    position: relative;
    margin-left: -154px;
}
.phone{
    font-size:24px;
    font-weight: 100;
    color: #1a1a1a;
    position: relative;
    line-height: 24px;
    display: inline-block;
}
.phone:hover{
    color: #1a1a1a;
    text-decoration: none;
}
.phone span{
    display: block;
    position: absolute;
    right: -21px;
    top: -9px;
    font-weight: 500;
    color: #fff;
    font-size: 9px;
    line-height: 13px;
    width: 22px;
    border-radius: 50px;
    text-align: center;
    background-color: #e31e24;
}
.b1_t1{
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}
.b1_t2{
    font-size: 16px;
    font-weight: 300;
    color: #657995;
     max-width: 435px;

}
input[type="submit"]{
    width: 100%;
    border: none;
    color: #fff;
    text-align: center;
    height: 67px;
    background-color: #e32124;
    outline: none;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
   box-shadow: 0px 5px 25px #e321242b;

      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    cursor: pointer;
    
    border-radius: 3px;
}
input[type="submit"]:hover{
    -webkit-filter: brightness(120%);
   filter: brightness(120%);
       box-shadow: 0px 5px 25px #e321248f;
}
.invest{
    width: auto;
    line-height: 23px;
    border: 1px dashed #d92d30;
    font-size: 16px;
    padding: 11px 20px;
    display: inline-flex;
    border-radius: 50px;
    color: #626683;
}
.invest:before{
    content: "";
    background: url('../img/invest_mn.png') center no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background-size: contain;
    display: block;
}
.fvid img{
    width: 200px;
    margin-left: -41px;
}
.fvid{
    display: none;
}
.er_inp{
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.36);
}

@media only screen and (max-width: 756px) {
    .b1_t1{
        font-size: 22px;
        line-height: 29px;
    }
    .b1_t1 br{
        display: none;
    }
    .b1_t2{
        font-size: 14px;
        line-height: 19px;
    }
}

.footer{
    font-size: 16px;
}
.footer a{
    color: #000;
}
.footer_t {
    font-size: 16px;
    color: #133749;
    max-width: 463px;
    float: right;
    line-height: 18px;
}
.footer_t span{
    font-size: 11px;
}


               input[type="checkbox"] + label {
                   position: relative;
                   cursor: pointer;
                   padding: 0;
               }

label{

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    vertical-align: middle;
}
label a{
    color: #feb809;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
label a:hover{
    color: #ffe500;

}
input[type="checkbox"]{display: none;}
input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #eeeff2;
    vertical-align: middle;
    margin-right: 14px;
    border-radius: 2px;
    position: relative;
    top: -1px;
  }



input[type="checkbox"]:checked + label:before {
       background: #fff;
    border: 1px solid #441784;
   }

input[type="checkbox"]:disabled + label {
     color: #b8b8b8;
     cursor: auto;
 }

input[type="checkbox"]:disabled + label:before {
     box-shadow: none;
     background: #ddd;
 }

input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    background: #441784;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #441784, 4px 0 0 #441784, 4px -2px 0 #441784, 4px -4px 0 #441784, 4px -6px 0 #441784, 4px -8px 0 #441784;
    transform: rotate(45deg);
}
