@font-face {
    font-family: 'HelveticaRounded-BoldCond';
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/HelveticaRounded-BoldCond.otf);
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}

#wrapper {
    width: 100%;
    height: auto;
}

.logo {
    width: 25%;
    margin: auto;
}

.midle {
    margin: 5% auto;
    height: auto;
}

.midle h2 {
    text-align: center;
    color: #fff;
    font-family: HelveticaRounded-BoldCond;
    margin-top: 2%;
}

form {}
header{margin-top:6%;}
form h2 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.07em;
    font-family: HelveticaRounded-BoldCond;
    margin-bottom: 7%;
    text-transform: uppercase;
}

form h4 {
    font-family: HelveticaRounded-BoldCond;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 5%;
}

.group {
    position: relative;
    margin-bottom: 45px;
}

.head {
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: 1.3em;
    font-family: HelveticaRounded-BoldCond;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: center;
    color: #6D6A6A;
    margin-bottom: 3%;
}

.pera {
    text-align: center;
    font-family: HelveticaRounded-BoldCond;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 4%;
}

i.input-container {
    position: relative;
    margin: 0
}

.input-container input {
    outline: 0;
    z-index: 1;
    position: relative;
    background: 0 0;
    width: 100%;
    height: 50px;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding-top: 15px;
    font-weight: 400
}

.gun-input {
    width: 65%!important;
    margin: auto
}

.gun-icn {
    width: 15%;
    float: left;
    padding-top: 24px;
    font-size: 18px;
    color: #fff
}

.input-container input:focus~label {
    color: #fff;
    -webkit-transform: translate(-3%, -25%) scale(.75);
    transform: translate(-3%, -25%) scale(.75)
}

.card .input-container input:focus~.bar:after,
.input-container input:focus~.bar:before {
    width: 100%
}

.input-container input:valid~label {
    color: #9d9d9d;
    -webkit-transform: translate(-1%, -25%) scale(.75);
    transform: translate(-1%, -25%) scale(.75)
}

.input-container label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    width: 100%;
    line-height: 60px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.input-container .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 1px;
    margin: auto
}

.card .input-container .bar:after,
.input-container .bar:before {
    content: '';
    position: absolute;
    background: #0481b0;
    width: 0;
    height: 2px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.card .input-container .bar:before {
    left: 50%
}

.card .input-container .bar:after {
    right: 50%
}

.card .button-container {
    margin: 0 60px;
    text-align: center
}


@-webkit-keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0
    }
}

@keyframes buttonFadeInUp {
    0% {
        bottom: 30px;
        opacity: 0
    }
}

.brach {
    border: 1px solid #A9C4D4;
    padding: 20px;
    margin-top: 0%;
}

.brach ul {
    list-style-type: none;
}

.brach ul li {
    border-bottom: 1px solid #A9C4D4;
    font-family: HelveticaRounded-BoldCond;
    padding-bottom: 5px;
    /* background-color: white; */
    padding-left: 2px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5%;
}

.brach ul li a {
    text-decoration: none;
}

.brach ul li a:hover {
    color: #3EBEFF;
}

.serch {
    background-color: rgba(37, 97, 131, 0.46);
    border-bottom: none;
    margin-bottom: 5%;
}

.search {
    padding: 6px 15px 6px 45px;
    background: url(../img/search.png) no-repeat 8px 6px;
}

.bx {
    width: 100%;
    height: auto;
    background-color: rgba(39, 100, 131, .62)
}

.copyright {
    margin: 0 auto;
    padding: 10px;
    color: #eee;
    font-size: 12px;
    width: 100%;
    text-align: center;
}