@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,600italic);
/*CLEARFIX*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/*GENERAL STYLING*/
body {
    line-height: 1.2;
    color: #000000;
}

/*STRUCTURE*/
.header_container {
    background-color: #0e2334;
    border-bottom: 1px #194b6e solid;
}

/*STRUCTURE*/
.wrapper {
    /*width: 940px;*/
    width: 966px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*HEADER BOX*/
.header_box {
    padding: 21px 40px 8px 40px;
}
.logo {
    display: inline-block;
    margin: 8px 0 0 0;
    float: left;
}
.phone_box {
    float: right;
}
.call_box {
    padding: 19px 23px 0px 0;
    text-align: right;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
}
.phone {
    display: inline-block;
    padding: 4px 0 0 0;
    margin: 0 21px 0 0;
    text-decoration: none;
    color: #fde101;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 36px;
    /*background: url("images/sprite.png") 0 3px no-repeat;*/
}

.content_container {
    background-color: #0068af;
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,.75);
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,.75);
    box-shadow: 1px 1px 1px rgba(255,255,255,.75);
    background-image: -webkit-linear-gradient(top, #2d87c6, #155eb2);
    background-image: -moz-linear-gradient(top, #2d87c6, #155eb2);
    background-image: -o-linear-gradient(top, #2d87c6, #155eb2);
    background-image: linear-gradient(to bottom, #2d87c6, #155eb2);
}
.main_title {
    color: #d5ebfb;
    text-align: center;

    font-family: 'Titillium Web', sans-serif;
    font-size: 59px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(4,4,4,.75);

    padding: 46px 0 0 0;
    line-height: 1;

    /*background: -webkit-linear-gradient( #c6e4f9, #fff);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.main_subtitle {
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(4,4,4,.75);

    width: 760px;
    margin: 0 auto;
    padding: 11px 0 0 0;
    line-height: 1.2;
}

.content_box {
    padding: 40px 0 0 0;
}

.main_subtitl_mark {
    color: #ffe200;
}

.content_box {

}

.head_box {
    width: 462px;
    float: left;
    margin-right: 75px;
}

.reg_box {
    width: 286px;
    padding: 15px 26px 32px 26px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #165588;
    background-color: rgba(0,0,0,.15);
    border: solid 7px rgba(246,255,255,.23);
}

.reg_form_title {
    padding: 0 0 17px 0;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.reg_input_box {
    margin-bottom: 13px;
}
.reg_input {
    width: 100%;
    padding: 0 20px;
    border: none;
    box-sizing: border-box;

    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;

    height: 43px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.5);
    box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.5);
}
.reg_input:-moz-placeholder {
    color: #526066;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.reg_input::-webkit-input-placeholder {
    color: #526066;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.checkbox_box {
    padding: 5px 0 0 9px;
}
.label_checkbox {
    float: left;
    display: block;
    position: relative;
    float: left;

    width: 16px;
    height: 16px;

}
.checkbox_span {
    position: absolute;
    left: 0; top: 0;
    width: 18px;
    height: 18px;

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background-color: #fff;

    cursor: pointer;
}
.checkbox_checked {
    display: none;
}
.reg_checkbox {
    margin-left: 2px;
    margin-bottom: 2px;
}
.reg_checkbox:checked + .checkbox_span .checkbox_checked {
    display: block;
    margin: 3px 0 0 3px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #2f383e;
}
.label_for_checkbox {
    width: 248px;
    line-height: 1.3;
    display: inline-block;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 0 0 0 13px;

    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.btn_box {
    padding: 14px 0 0 0;
}
.btn_input {
    margin: 0 auto;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 1px rgba(126,0,0,.75);

    width: 236px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f90006;
    -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(255,255,255,.75);
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(255,255,255,.75);
    box-shadow: 0 1px 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(255,255,255,.75);
    border: solid 1px #a00;
    background-image: -webkit-linear-gradient(bottom, #fc0000, #ff4200);
    background-image: -moz-linear-gradient(bottom, #fc0000, #ff4200);
    background-image: -o-linear-gradient(bottom, #fc0000, #ff4200);
    background-image: linear-gradient(to top, #fc0000, #ff4200);
}

.content_middle_box {
    padding: 10px 0 0 0;
}
.link_box {
    width: 405px;
    float: left;
}
.l_box_link img {
    float: right;
    margin: 13px;
}
.txt_link_box {
    width: 314px;
    margin: 0 auto;
    line-height: 1.1;
    padding: 0 0 21px 0;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    color: #fcd900;
    text-shadow: 1px 1px 1px rgba(4,4,4,.75);
}
.l_box_link {
    width: 300px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #032b57;
    -webkit-box-shadow: 0 1px 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(152,197,245,.75);
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(152,197,245,.75);
    box-shadow: 0 1px 1px rgba(255,255,255,.75), inset 0 1px 1px rgba(152,197,245,.75);
    border: solid 1px #032b57;
    background-image: -webkit-linear-gradient(bottom, #074893, #024188);
    background-image: -moz-linear-gradient(bottom, #074893, #024188);
    background-image: -o-linear-gradient(bottom, #074893, #024188);
    background-image: linear-gradient(to top, #074893, #024188);
}
.img_site_box {
    padding: 28px 0 0 0;
}
.img_site {
    display: block;
}


.point_box {
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    width: 460px;
    float: right;
    margin-left: 19px;
}
.point_box_title {
    font-size: 36px;
    padding: 0 0 15px 0;
}
.point_box_p {
    font-size: 18px;
    padding: 0 0 14px 0;
    line-height: 1.3;
}
.point_box_subtitle {
    font-size: 28px;
    padding: 14px 0 18px 0;
    line-height: 1.1;
}

.point_box_list {
    padding: 36px 0 9px 0;
}
.point_box_unit {
    min-height: 56px;
    font-size: 24px;
    padding: 7px 0 26px 97px;
    background: url("images/point.png") 0 0 no-repeat;
}


.footer_box {
    padding: 15px 0 29px 0;
}
.footer_title {
    padding: 25px 0 13px 0;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
}
.company_list {
    text-align: center;
    width: 825px;
    margin: 0 auto;
}
.company_unit {
    display: inline-block;
    /*margin: 6px;*/
    margin: 0;
    vertical-align: middle;
}
/*.co_logo {*/
    /*line-height: 54px;*/
    /*vertical-align: middle;*/
/*}*/
.footer {
    background-color: #0e2434;
    text-align: center;
    padding: 12px 0 16px 0;
}
.footer_link {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
    font-size: 36px;
    text-decoration: none;
}
.footer_link span {
    color: #ffdb00;
}