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;*/
    background: url("https://genio-invest.club/lp/alex/retarg/img/x100.svg") top center no-repeat;
    width: 157px;
    height: 49px;
}
.hr{
background: url(../img/pizza.png) center no-repeat;
    width: 943px;
    height: 881px;
    margin: 0 auto;
    position: relative;
    margin-left: 0px;
    /* background-size: contain; */
    top: -129px;
}
.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: 25px;
    font-weight: 700;
    line-height: 32px;
}
.b1_t2{
    font-size: 16px;
    font-weight: 300;
    color: #657995;
        max-width: 478px;

}
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;
}
.sub_sum{
    margin-top: 32px;
}
.forms4  .sub_sum label{
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 11px;
    cursor: pointer;
}
.sub_sum label:before{
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 0px;
    top: 5px;
}
.sub_sum label:after{
    content: '';
    
}

.sub_sum input[type="radio"]{
    display: none;
}
.sub_sum input[type="radio"]:checked+label::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    background: #e32124;
    position: absolute;
    left: 4px;
    top: 9px;
}
.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);
}
.vinput{
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 16px;
    outline: none;
    font-size: 16px;
    margin: 0;
    box-shadow: 0 0 0 transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    height: 64px;
        margin-top: 18px;
}
.bootstrap-select>.dropdown-toggle{
    height: 64px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-left: 16px;
}
.bootstrap-select .dropdown-toggle .filter-option{
    display: flex;
    align-items: center;
}
.bootstrap-select{

        margin-top: 18px;
}
.btn_tg{
    background: #32afed;
    display: inline-block;
    padding: 18px 10px;
    border-radius: 7px;
    color: #fff;
    display: flex;
    max-width: 360px;
    justify-content: center;
    align-items: center;
    text-decoration: none!important;
    font-size: 18px;
    font-weight: 500px;
      -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;
}
.btn_tg svg{
        font-size: 30px;
    margin-right: 15px;
}
.btn_tg:hover{
    -webkit-filter: brightness(120%);
   filter: brightness(120%);
   color: #fff;
    text-decoration: none!important;

}
@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;
    display: flex;
}
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;
    min-width: 18px;
  }



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);
}
.forms3{
    display: none;
}
.forms4{
    display: none;
}
.sum{
    position: relative;
}

.sum svg{
    position: absolute;
    font-size: 18px;    
    top: 24px;
    right: 14px;
    pointer-events: none;
}
.sum input{
    padding-right: 30px;
}
.forms4 label{
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: -8px;
        font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
