@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,600&subset=latin,latin-ext);

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
:focus,
:active,
:hover {
    outline: none;
}

html{
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
body{
    width: 100%;
    min-width: 1000px;
    background: #fff;
    font: normal 16px/16px "Open Sans", sans-serif;
    color: #000;
}

.wide_wr{
    width: 100%;
    min-width: 1000px;
}
.fixed_wr{
    position: relative;
    width: 1000px;
    margin: 0 auto;
}



.block_top .iwr{
    padding: 45px 30px 35px 315px;
}
.block_top .logo{
    margin: 0 0 15px -5px;
}
.block_top .tit{
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #49b5d6;
}
.block_top .subtit{
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #49b5d6;
}
.block_top .form_wr{
    position: relative;
    width: 543px;
}
.block_top .row{
    margin: 0 0 5px;
}
.block_top .label{
    display: inline-block;
    vertical-align: top;
    width: 165px;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #e8b743;
    background-color: transparent;
    text-align: left;
}
.block_top .input{
    width: 234px;
    height: 32px;
    padding: 0 10px;
    border: 2px solid #e8b743;
    background: #fff;
    font: normal 14px/23px "Open Sans", sans-serif;
    color: #9c9b9b;
    box-shadow: none;
}
.block_top .btn{
    position: absolute;
    top: -21px;
    right: 0;
    width: 108px;
    height: 107px;
    padding: 0 0 0 16px;
    border: none;
    background: url("../img/btn-bg.png") no-repeat 0 0;
    font: 11px/13px "Open Sans", sans-serif;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #e8b743;
    cursor: pointer;
}
.block_top .btn:disabled {
    cursor: default;
}
.block_top .note{
    width: 405px;
    padding: 4px 0 0 170px;
    font-size: 8px;
    line-height: 10px;
    font-weight: 400;
    color: #9c9b9b;
}


.block_bottom{
    border-top: 1px solid #77c8e0;
    background: #49b5d6;
    color: #fff;
}
.block_bottom .iwr{
    padding: 50px 55px 10px;
}
.block_bottom .tit{
    display: inline-block;
    vertical-align: top;
    width: 220px;
    padding: 0 10px 0 0;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.block_bottom .list{
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.block_bottom .list li{
    position: relative;
    display: block;
    margin: 0 0 6px;
    padding: 0 0 0 46px;
    font-size: 13px;
    line-height: 35px;
    font-weight: 600;
}
.block_bottom .list li strong{
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
}
.block_bottom .list li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: url("../img/list-bottom-spr.png") no-repeat 0 0;
}
.block_bottom .list li.item1:before{
    background-position: 0 0;
}
.block_bottom .list li.item2:before{
    background-position: 0 -50px;
}
.block_bottom .list li.item3:before{
    background-position: 0 -100px;
}
.block_bottom .list li.item4:before{
    background-position: 0 -150px;
}
.block_bottom .note{
    padding: 15px 0 0 390px;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: italic;
}

#landingCreateError {
    color: #FF0000;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin: 18px 0 0;
}