body{
    margin: 0;
    padding: 0;
    font: 16px 'HelveticaNeue',Helvetica,Arial,sans-serif;
    background: white;
}

::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
    opacity:  1;
}
::-moz-placeholder
    color: #ccc;
    opacity:  1;
}
:-ms-input-placeholder {
    color: #ccc;
}
::-ms-input-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

.bg{
   /* display: flex;
    justify-content: center;
    align-items: stretch;
    /*background-image: url(../images/background.jpg);
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    background-position: center top;
    position: relative;*/
}

.white_line{
    /*flex: 0 0  50%;
    background-color:rgba(255, 255, 255, 0.7);*/
    width: 50%;
    margin: 0px auto;
    overflow: hidden;
}

.result_out{
    border: 1px solid #646464;
    border-radius: 10px;
    margin-top: 10%;
    padding: 3%;
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
}

.description{
    color: white;
    text-align: center;
}

.logo{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 500;
}

.result_out .logo{
    margin-bottom: 20px;
}

.content .logo{
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.38);
}

.logo img{
    display: block;
    width: 50%;
    height: auto;
    margin: 0px auto;
}

.collage{
    position: relative;
    z-index: 400;
    margin-bottom: 30px;
}

.collage img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.hello{
    text-align: center;
}

.hello img{
    width: 50%;
}

.hello_txt{
    color: #646464;
    font-size: 13px;
    text-align: justify;
    line-height: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hello_txt a{
    color: #0B54A2;
    font-weight: bold;
    text-decoration: none;
}

.hello_txt a:hover, .hello_txt a:active{
    color: black;
    text-decoration: underline;
}

.content .hello_txt{
    font-size: 18px;
}

.hello_txt2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.result_out .hello_txt2, .result_out .hello_txt, .result_out .collage, .result_out .hello{
    display: none;
}

.page_ttl{
    text-align: center;
    padding: 20px 0px 30px 0px;
    margin: 0px 0px 40px 0px;
    border-bottom: 1px solid #AC1E40;
}

.form{
    clear: both;
    padding: 40px 0px;
    background: #DFEEFF;
}

form[name=mom_form]{
    margin-bottom: 0px;
    padding: 0px 0px;
}

form[name=mom_form]>ul{
    list-style: none;
    width: 50%;
    margin: 0px auto 20px auto;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #646464;
}

form[name=mom_form]>ul li{
    position: relative;
    margin: 0px 0px 10px 0px;
}

form[name=mom_form]>ul li.block_child_more_age{
    display: none;
}

form[name=mom_form]>ul li p.block_ttl, .questions>li p:nth-child(1){
    font-weight: bold;
    font-size: 18px;
    color: #0B54A2;
    text-align: center;
    margin: 25px 0px 10px 0px;
    padding: 0px 0px 4px 0px;
    border-bottom: 1px solid #646464;
}

form[name=mom_form]>ul li:nth-child(1) p.block_ttl{
    margin-top: 0;
}

form[name=mom_form]>ul li p.line_ttl{
    color: #646464;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 5px;
}

form[name=mom_form]>ul li p.line_ttl span{
    color: #0B54A2;
    margin-left: 5px;
    font-weight: bold;
    font-size: 21px;
    line-height: 9px;
}

.visible_0{
    display: none;
}

input[type=text], input[type=date], .selectize-dropdown, .selectize-input, .selectize-input input{
    width: 100%;
    background-color: #fff;
    border: 1px solid #646464;
    border-radius: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height:30px;
    font-size: 16px;
    line-height: 30px;
    padding: 0px 10px 0px 15px;

    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
}

.selectize-dropdown{
    height: auto;
    padding: 0;
}

.selectize-dropdown-content>div{
    padding: 10px 10px 10px 15px;
    line-height: 19px;
}

.selectize-dropdown-content>div:hover, .selectize-dropdown .active{
    background: #DFEEFF
}

input[type=date]:before{
    color:lightgray;
    content:attr(placeholder);
}

input[type=date].full:before {
    color:black;
    content:""!important;
}

.select2-selection{
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
}

form[name=mom_form]>ul li.block_child_more_age p.line_ttl{
    text-align: center;
}

form[name=mom_form]>ul li.block_child_more_age ul li p.line_ttl{
    text-align: left;
}

form[name=mom_form]>ul li.block_child_more_age ul{
    width: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

form[name=mom_form]>ul li.block_child_more_age ul li{
    display: none;
    color: #646464;
    margin: 0;
    padding: 0;
    flex: 0 0 45%;
    list-style: none;
    overflow-x: hidden;
}

.block_child_more_age input[type=text], .block_child_more_age input[type=date]{
    display: inline;
    width: 98%;
    margin: 3px 0px 10px 0px;
}

select{
    width: 100%;
    padding: 0px 10px 0px 15px;
    border-color: #646464;
}

#send_mom_form{
    display: block;
    width: 20%;
    height: 40px;
    color: #0B54A2;
    background: #FFB400;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    margin: 0px auto 0px auto;
    text-decoration: none;
    border: 1px solid #0B54A2;
    text-transform: uppercase;
    font-weight: bold;

    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.38);
}

#send_mom_form:hover{
    cursor: pointer;
    color: #FFB400;
    background: #0B54A2;
}

#send_new_code, a#check_code{
    display: block;
    width: 20%;
    height: 40px;
    color: #0B54A2;
    background: transparent;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    margin: 0px auto 0px auto;
    text-decoration: none;
    border: 0px solid #0B54A2;
    text-transform: uppercase;
    font-weight: bold;
}

#send_new_code:hover, a#check_code:hover, a#check_code:active, a#check_code:focus{
    cursor: pointer;
    color: black;
    background: transparent;
}

.sms_code, .info_time_off, .info_code_error, #send_new_code{
    display: none;
}

a#send_mom_form.blocked{
    cursor: default;
    background: #ccc;
    border: 1px solid #646464;
    color: #646464;
}

.sms_code{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.info_ttl{
    margin: 0px 0px 15px 0px;
}

.info_txt{
    display: none;
    padding: 7px;
    color: red;
    background: #ffffff;
    border: 1px solid red;
}

p.error_txt{
    margin: 0px 0px 5px 0px;
    padding: 4px 0px 4px 5px;
    color: #0B54A2;
    background: #FFB400;
}

input[name=sms_code]{
    display: block;
    text-align: center;
    width: 50%;
    height: 34px;
    margin: 0px auto 15px auto;
    font-size: 18px;
}

#send_new_code{
    width: 50%;
    margin-bottom: 10px;
}

a#check_code {
    width: 50%;
    margin-bottom: 0px;
}

.block_personal_accept{
    width: 50%;
    margin: 20px auto 20px auto;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
}

.block_personal_accept label{
    display: flex;
    cursor: pointer;
}


.block_personal_accept>a{
    display: block;
    color: #0B54A2;
    text-decoration: underline;
    margin-left: 39px;
    margin-top: 20px;
    font-size: 12px;
}

.block_personal_accept label input[type=checkbox]{
    flex: 0 0 22px;
    height: 22px;
}

.block_personal_accept label p{
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    text-align: justify;
}

.block_personal_accept label p span{
    display: none;
}

.block_personal_accept label p a{
    color: #0B54A2;
    text-decoration: underline;
}

.block_personal_accept label p a#read_more_accept{
    text-decoration: none;
}

.block_personal_accept label p i{
    font-style: normal;
    font-size: 9px;
}

.block_personal_accept a:hover{
    color: #000;
    text-decoration: underline;
}

.answers{
    width: 50%;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 0px auto;
}

.answers a{
    color: #0B54A2;
    text-decoration: underline;
}

.answers a:hover{
    color: black;
    text-decoration: underline;
}

.check_nums{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0px;
    width: 100%;
}

.check_nums input{
   flex: 0 0 50px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    padding: 0px;
}

.check_nums > *{
    margin: 0px 5px;
}

.result, .partners{
    display: none;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
}

.result p.yellow{
    color: #FFB400;
    font-weight: bold;
    margin: 20px 0px 30px 0px;
}

.result p.yellow span.mom_name{
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
    color: #0B54A2;
    text-align: center;
}

.result p.red{
    color: color: red;
    font-weight: bold;
    margin: 20px 0px 30px 0px;
}

.result p.blue{
    color: #0B54A2;
}

.result a{
    color: #0B54A2;
    text-decoration: underline;
}

.result a:hover{
    color: black;
    text-decoration: underline;
}

form[name=mom_form]>ul li.error_line input[type=text], form[name=mom_form]>ul li.error_line input[type=date], form[name=mom_form]>ul li.error_line .selectize-input{
    border: 1px solid red;
    color: red;
}

.loading {
    display: none;
}

.questions{
    width: 90%;
    margin: 0px auto;
    padding: 0px;
    text-align: justify;
}

.questions a{
    color: #0B54A2;
    text-decoration: underline;
}

.questions a:hover{
    color: black;
    text-decoration: underline;
}

.questions>li{
    list-style: none;
    margin-top: 25px;
}

.questions>li:nth-child(1){
    margin-top: 0px;
}

.questions>li p, .questions>li ul, .questions>li ul li{
    padding: 0px;
    text-indent: 15px;
    margin: 15px 0px 0px 0px;
}

.questions>li>p:nth-child(1){
    display: flex;
    justify-content: left;
    text-align: left;
    padding-left: 20px;
    margin: 0;
}

.questions>li p:nth-child(1) span{
    margin-right: 9px;
}

.questions>li p span, .questions>li p strong{
    color: #0B54A2;
}

.questions>li ul{
    margin-left: 50px;
}

.questions>li ul li:nth-child(1){
    margin: 0;
}

.questions>li p span.company{
    text-transform: uppercase;
    font-size: 12px;
    color: black;
}

#circleG{
    width: 11%;
    height: 15px;
    margin: 0px auto;
    padding: 12px 0 13px 0;
}

.circleG{
    background-color:rgb(255,255,255);
    float:left;
    height:15px;
    margin-left:17px;
    width:15px;
    animation-name:bounce_circleG;
    -o-animation-name:bounce_circleG;
    -ms-animation-name:bounce_circleG;
    -webkit-animation-name:bounce_circleG;
    -moz-animation-name:bounce_circleG;
    animation-duration:2.24s;
    -o-animation-duration:2.24s;
    -ms-animation-duration:2.24s;
    -webkit-animation-duration:2.24s;
    -moz-animation-duration:2.24s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    border-radius:20px;
    -o-border-radius:20px;
    -ms-border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

#circleG_1{
    animation-delay:0.25s;
    -o-animation-delay:0.25s;
    -ms-animation-delay:0.25s;
    -webkit-animation-delay:0.25s;
    -moz-animation-delay:0.25s;
}

#circleG_2{
    animation-delay:0.45s;
    -o-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -moz-animation-delay:0.45s;
}

#circleG_3{
    animation-delay:1.15s;
    -o-animation-delay:1.15s;
    -ms-animation-delay:1.15s;
    -webkit-animation-delay:1.15s;
    -moz-animation-delay:1.15s;
}

@keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(11,84,162);
    }

    100%{}
}

@-o-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(11,84,162);
    }

    100%{}
}

@-ms-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(11,84,162);
    }

    100%{}
}

@-webkit-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(11,84,162);
    }

    100%{}
}

@-moz-keyframes bounce_circleG{
    0%{}

    50%{
        background-color:rgb(11,84,162);
    }

    100%{}
}